.cordoba-hero {
    background: #f6f8fb;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    padding: 2.5rem;
}

.quick-note {
    background: #ffffff;
    border: 1px solid #d8e2ee;
    border-left: 4px solid #0056b3;
    border-radius: 8px;
    padding: 1.25rem;
}

.cordoba-card {
    border: 1px solid #e0e7ef;
    box-shadow: 0 0.25rem 0.75rem rgba(25, 50, 80, 0.06);
}

.cordoba-card .card-header {
    background: #0056b3;
    color: #ffffff;
    border-bottom: 0;
}

.cordoba-card .card-header h2,
.cordoba-card .card-header h3 {
    color: #ffffff;
}

.result-panel .card-header {
    background: #198754;
}

.metric-box {
    background: #f8fafc;
    border: 1px solid #e1e8f0;
    border-radius: 8px;
    padding: 1rem;
    min-height: 112px;
}

.metric-box span {
    display: block;
    color: #5d6b7a;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.metric-box strong {
    display: block;
    color: #19324d;
    font-size: 1.45rem;
}

.example-box,
.case-card {
    background: #f8fafc;
    border: 1px solid #e1e8f0;
    border-left: 4px solid #0056b3;
    border-radius: 8px;
    padding: 1.25rem;
}

.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    border-bottom: 1px solid #e9eef4;
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
}

.check-list li::before {
    color: #198754;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.source-list li {
    margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
    .cordoba-hero {
        padding: 1.5rem;
    }

    .metric-box strong {
        font-size: 1.25rem;
    }
}
