/* Homepage featured event — full-bleed blue band under the nav */

.event-featured-nav-rule {
    height: 3px;
    background: #e4c04a;
    width: 100%;
}

.page-home-body > .event-home-stripe--featured {
    background-color: #093f89;
    color: #fff;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1.25rem var(--home-content-inset, 1.25rem) 1.35rem;
}

.event-featured {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.event-featured__media {
    position: relative;
    flex: 0 0 42%;
    width: 42%;
    background: #0a1931;
}

.event-featured__media-link {
    display: block;
    height: 100%;
}

.event-featured__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.event-featured__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    line-height: 1.2;
    background: var(--bs-success, #198754);
}

.event-featured__badge::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #fff;
}

.event-featured__body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 1.15rem 1.35rem 1.2rem;
}

.event-featured__kicker {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.45rem;
}

.event-featured__fai-logo {
    flex-shrink: 0;
    width: auto;
    height: 28px;
    max-width: 4.75rem;
    object-fit: contain;
}

.event-featured__subtitle {
    color: #6c757d;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
}

.event-featured__title {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.45rem;
}

.event-featured__title a {
    color: #0a1931;
    text-decoration: none;
}

.event-featured__title a:hover,
.event-featured__title a:focus {
    color: #00aeef;
}

.event-featured__meta {
    color: #4b5563;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.85rem;
}

.event-featured__meta img {
    vertical-align: -2px;
}

.event-featured__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.15rem;
}

.event-featured__stat {
    flex: 1 1 0;
    min-width: 5.25rem;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 0.3rem;
    padding: 0.45rem 0.35rem 0.4rem;
    background: #fff;
}

.event-featured__stat-value {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a1931;
    line-height: 1.15;
}

.event-featured__stat-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #6c757d;
    margin-top: 0.15rem;
}

.event-featured__stat--live {
    background: #d1e7dd;
    border-color: #a3cfbb;
}

.event-featured__stat--live .event-featured__stat-value,
.event-featured__stat--live .event-featured__stat-label {
    color: #0f5132;
}

.event-featured__footer {
    margin-top: auto;
}

.event-featured__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 0.15rem 0 0.85rem;
}

.event-featured__checklist {
    margin-top: 0.85rem;
}

.event-featured__checklist-title {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    color: #0a1931;
    margin-bottom: 0.4rem;
}

.event-featured__checklist-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.4rem;
    width: 100%;
}

.event-featured__checklist-btn {
    flex: 1 1 0;
    min-width: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.25;
    padding: 0.45rem 0.4rem;
    border-radius: 0.25rem;
    border: 1px solid transparent;
}

.event-featured__checklist-btn--warning {
    background-color: #f59e0b;
    border-color: #d97706;
    color: #fff;
}

.event-featured__checklist-btn--warning:hover,
.event-featured__checklist-btn--warning:focus {
    background-color: #d97706;
    border-color: #b45309;
    color: #fff;
    text-decoration: none;
}

.event-featured__checklist-btn--success {
    background-color: #198754;
    border-color: #157347;
    color: #fff;
}

.event-featured__checklist-btn--success:hover,
.event-featured__checklist-btn--success:focus {
    background-color: #157347;
    border-color: #146c43;
    color: #fff;
    text-decoration: none;
}

.event-featured__checklist-btn:only-child {
    flex: 1 1 100%;
}

.event-featured__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: #374151;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 0.3rem;
    padding: 0.55rem 0.35rem 0.5rem;
}

.event-featured__btn i {
    font-size: 1.15rem;
    margin-bottom: 0.2rem;
}

.event-featured__btn:hover,
.event-featured__btn:focus {
    color: #1f2937;
    background: #d1d5db;
    border-color: #9ca3af;
    text-decoration: none;
}

@media (min-width: 992px) {
    .event-home-tile-col--featured-mobile-only {
        display: none !important;
    }

    .event-home-stripe:not(.event-home-stripe--featured):has(.event-home-section__tiles):not(:has(.event-home-section__tiles > [class*="col-"]:not(.event-home-tile-col--featured-mobile-only))) {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .event-featured__title {
        font-size: 1.25rem;
    }

    .event-featured__body {
        padding: 1rem 1.1rem 1.05rem;
    }
}
