/* WebhookDash — custom styles */

body {
    font-size: 0.9rem;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer:hover td {
    background-color: rgba(0, 0, 0, 0.02);
}

/* Monospace code blocks */
pre {
    font-size: 0.8rem;
    white-space: pre-wrap;
    word-break: break-all;
}

.font-monospace {
    font-size: 0.85em;
}

/* Navbar */
.navbar-brand {
    font-size: 1.1rem;
    letter-spacing: -0.02em;
}

/* Cards */
.card {
    border-radius: 0.5rem;
}

.card-header {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

/* Stats display */
.display-5 {
    font-size: 2.2rem;
}

/* Tab content border fix */
.tab-content.border {
    border-top: none !important;
}

/* Table improvements */
.table th {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    font-weight: 600;
    border-top: none;
}

.table-hover tbody tr {
    transition: background-color 0.1s;
}

/* Badge sizing */
.badge {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Form controls */
.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

/* Pagination */
.pagination {
    margin-bottom: 0;
}

/* Alerts */
.alert {
    border: none;
    border-radius: 0.5rem;
}

/* Settings page */
.w-40 {
    width: 40%;
}

/* Copy feedback toast */
#copyToast {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9999;
}
