.ll-heading-banner {
    position: relative;
    background: linear-gradient(123.62deg, #0476DF 40.98%, #0057A7 88%);
}

.ll-heading-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.ll-heading-banner__content {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
}

.ll-heading-banner__text {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: var(--white, #FFFFFF);
}

.ll-heading-banner__text::before {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background-image: url("/img/skins/ll2024/icons/sparkles_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ll-heading-banner__link {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.4px;
    text-decoration: none;
    color: var(--white, #FFFFFF);
    background-color: transparent;
    box-sizing: border-box;
}

.ll-heading-banner__link::after {
    content: '';
    display: flex;
    width: 7px;
    height: 7px;
    border-left: 1.5px solid var(--white, #FFFFFF);
    border-top: 1.5px solid var(--white, #FFFFFF);
    transform: rotate(-225deg);
}

@media (max-width: 640px) {
    .ll-heading-banner__content {
        justify-content: center;
        padding: 0 16px;
    }
    .ll-heading-banner__text {
        display: none;
    }
}

.page-header__ll-heading-banner {
    margin-bottom: 20px;
}

.fixed-2019 .page-header__ll-heading-banner {
    margin-bottom: 0;
}

.ll-heading-banner__content.page-header__ll-heading-banner-container {
    padding-left: 16px;
    padding-right: 16px;
}

.ll-heading-banner__link:visited {
    color: var(--white, #FFFFFF);
}
