/* Gateway Management Cloud — Custom Styles */

body {
    font-size: 0.925rem;
}

.card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.1);
}

.card-header {
    font-size: 0.95rem;
}

.table th {
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.table td {
    font-size: 0.875rem;
    vertical-align: middle;
}

.display-6 {
    font-weight: 700;
}

.badge {
    font-weight: 500;
}

pre#provision-result {
    white-space: pre-wrap;
    word-break: break-all;
    border-radius: 0;
    min-height: 60px;
}

.form-control-sm, .form-select-sm {
    font-size: 0.85rem;
}

.font-monospace {
    font-size: 0.82rem !important;
}

/* Navbar */
.navbar-brand {
    font-size: 1.1rem;
}

.nav-link {
    font-size: 0.9rem;
}

/* Responsive table scroll */
.table-responsive {
    max-height: 75vh;
    overflow-y: auto;
}

.table-responsive thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f8f9fa;
}
