
.sfe-afl {
    clear: both;
    width: 100%;
    box-sizing: border-box;
}

.sfe-afl *,
.sfe-afl *::before,
.sfe-afl *::after {
    box-sizing: border-box;
}

.sfe-afl-top {
    margin: 0 0 32px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.sfe-afl-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding: 8px 0;
}

.sfe-afl-top a {
    display: inline-block;
    padding: 8px 12px;
    color: #1a1a1a;
    text-decoration: none;
    box-shadow: none;
    border-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
}

.sfe-afl-top a:hover,
.sfe-afl-top a:focus {
    background: #f3f3f3;
    color: #0073aa;
    text-decoration: none;
    box-shadow: none;
}

.sfe-afl-bottom {
    margin: 44px 0 10px;
    padding: 24px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

.sfe-afl-heading {
    margin: 0 0 8px !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
}

.sfe-afl-lead {
    margin: 0 0 18px !important;
}

.sfe-afl-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sfe-afl-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #ddd;
    background: #fff;
    color: #1a1a1a;
    text-decoration: none !important;
    box-shadow: none !important;
}

.sfe-afl-card:hover,
.sfe-afl-card:focus {
    border-color: #999;
    color: #0073aa;
}

.sfe-afl-arrow {
    font-size: 22px;
    line-height: 1;
}

@media screen and (max-width: 710px) {
    .sfe-afl-inner {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .sfe-afl-top a {
        white-space: nowrap;
        padding: 8px 10px;
        font-size: 14px;
    }

    .sfe-afl-grid {
        grid-template-columns: 1fr;
    }

    .sfe-afl-bottom {
        padding: 18px;
    }
}
