body {
    background: #f7f8fa;
}

.login-page {
    background: #eef1f5;
}

.login-card {
    max-width: 420px;
    border-radius: 8px;
}

.content-shell {
    min-height: calc(100vh - 140px);
}

.section-title {
    max-width: 780px;
}

.summary-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
}

.table-responsive {
    border-radius: 8px;
}

.client-name-link {
    color: inherit;
    text-align: left;
    text-decoration: none;
}

.client-name-link:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .display-6 {
        font-size: 1.75rem;
    }
}
