/* ECBYO Custom Styles */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.navbar-brand {
    font-weight: 700;
}

.status-badge {
    font-size: 0.9rem;
}

.card-counter {
    font-size: 2.5rem;
    font-weight: 700;
}

.table th {
    white-space: nowrap;
}

footer {
    margin-top: auto;
}

/* Rate comparison iframe */
.comparison-iframe {
    width: 100%;
    height: 500px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

@media (max-width: 991.98px) {
    .comparison-iframe {
        height: 400px;
    }
}
