/* ASAS Widget Button */
.top a.asas-widget-btn.btn-top {
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
    background-color: #000 !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    min-height: auto;
    transition: background-color 0.2s ease;
}

.top a.asas-widget-btn.btn-top:hover,
.top a.asas-widget-btn.btn-top:focus {
    background-color: #1a1a1a !important;
    color: #fff;
    text-decoration: none;
}

.asas-widget-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.asas-widget-btn__label {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
}

.asas-widget-btn__label strong {
    font-weight: 700;
    color: #ff5e14;
    letter-spacing: 0.3px;
}

@media (max-width: 991.98px) {
    .top a.asas-widget-btn.btn-top {
        border-left: 1px solid #f4f4f4;
        background-color: transparent !important;
    }

    .asas-widget-btn__label {
        color: #000;
    }
}

@media (max-width: 575.98px) {
    .top a.asas-widget-btn.btn-top .asas-widget-btn__icon {
        display: none;
    }

    .top a.asas-widget-btn.btn-top {
        flex-direction: column;
        gap: 0;
        padding: 4px 8px;
    }

    .top .asas-widget-btn__label {
        font-size: 10px;
        text-align: center;
        line-height: 1.2;
    }

    .top a.asas-widget-btn.btn-top:hover,
    .top a.asas-widget-btn.btn-top:focus {
        background-color: transparent !important;
        color: #ff5e14;
    }

    .top a.asas-widget-btn.btn-top {
        justify-content: center;
    }
}
