.eurovision-header-link {
    --euro-color-ink: #07113f;
    --euro-color-accent-start: #d20d55;
    --euro-color-accent-end: #0133c3;
    --euro-size-header-mark: 19px;
    --euro-size-header-mark-art: 14px;
    --euro-size-header-link-text: 14px;
    --euro-space-header-link-gap: 7px;
    --euro-space-header-ring: 3px;
    --euro-rule-size: 2px;
    --euro-motion-header: 240ms;
    --euro-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    gap: var(--euro-space-header-link-gap);
    color: var(--euro-color-ink) !important;
    font-size: var(--euro-size-header-link-text);
    font-weight: 700;
    line-height: 1 !important;
    opacity: 1 !important;
    white-space: nowrap;
}

.eurovision-header-link-mobile {
    display: none !important;
}

.eurovision-header-mark {
    position: relative;
    display: inline-flex;
    flex: 0 0 var(--euro-size-header-mark);
    align-items: center;
    justify-content: center;
    width: var(--euro-size-header-mark);
    height: var(--euro-size-header-mark);
    border-radius: 50%;
    background: var(--euro-color-ink);
    transition: transform var(--euro-motion-header) var(--euro-motion-ease);
}

.eurovision-header-mark::before {
    position: absolute;
    inset: calc(-1 * var(--euro-space-header-ring));
    border-radius: 50%;
    content: "";
    background: conic-gradient(from 22deg, var(--euro-color-accent-start) 0 22%, transparent 22% 46%, var(--euro-color-accent-end) 46% 68%, transparent 68% 100%);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--euro-rule-size)), #000 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - var(--euro-rule-size)), #000 0);
    transition: transform var(--euro-motion-header) var(--euro-motion-ease);
}

.eurovision-header-mark img {
    position: relative;
    z-index: 1;
    display: block;
    width: var(--euro-size-header-mark-art);
    height: var(--euro-size-header-mark-art);
    object-fit: contain;
}

.header-top-nd .eurovision-header-link::before,
.eurovision-header-link.nav-link-nd::before {
    background: linear-gradient(90deg, var(--euro-color-accent-start), var(--euro-color-accent-end));
    transition: width var(--euro-motion-header) var(--euro-motion-ease);
}

.eurovision-header-link:hover .eurovision-header-mark::before,
.eurovision-header-link:focus-visible .eurovision-header-mark::before {
    transform: rotate(128deg);
}

.eurovision-header-link:hover .eurovision-header-mark,
.eurovision-header-link:focus-visible .eurovision-header-mark {
    transform: rotate(3deg);
}

.eurovision-header-link:focus-visible {
    outline: var(--euro-rule-size) solid var(--euro-color-accent-end);
    outline-offset: var(--euro-rule-size);
}

@media screen and (max-width: 980px) {
    .eurovision-header-link-desktop {
        display: none !important;
    }

    .eurovision-header-link-mobile {
        display: inline-flex !important;
    }
}

.eurovision-home-section {
    --euro-color-ink: #07113f;
    --euro-color-accent-start: #d20d55;
    --euro-color-accent-end: #0133c3;
    --euro-color-stage-deep: #07113f;
    --euro-color-stage-mid: #111f63;
    --euro-color-stage-text: #ffffff;
    --euro-color-stage-muted: rgba(255, 255, 255, 0.78);
    --euro-color-stage-meta: rgba(255, 255, 255, 0.7);
    --euro-color-stage-marker: rgba(255, 255, 255, 0.48);
    --euro-color-stage-shine: rgba(255, 255, 255, 0.1);
    --euro-color-stage-magenta: rgba(210, 13, 85, 0.34);
    --euro-color-stage-blue: rgba(1, 51, 195, 0.38);
    --euro-color-shell: #f2f4f9;
    --euro-color-shell-light: #f8f9fc;
    --euro-color-shell-border: rgba(7, 17, 63, 0.1);
    --euro-color-shell-magenta: rgba(210, 13, 85, 0.09);
    --euro-color-shell-blue: rgba(1, 51, 195, 0.1);
    --euro-color-card-divider: rgba(7, 17, 63, 0.12);
    --euro-radius-image: 4px;
    --euro-radius-panel: 4px;
    --euro-radius-shell: 4px;
    --euro-ratio-mobile-media: 16 / 9;
    --euro-size-news-classic-mobile-media: clamp(144px, 40vw, 160px);
    --euro-motion-fast: 180ms;
    --euro-motion-standard: 220ms;
    --euro-motion-stage: 320ms;
    --euro-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --euro-shadow-shell: 0 12px 34px rgba(7, 17, 63, 0.06);
    --euro-shadow-stage: 0 16px 36px rgba(7, 17, 63, 0.16);
    --euro-inset-news-heart: 4px;
    --euro-marker-heart-image:
        url("/box2/img/eurovision/bul-logo.svg"),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 47 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5504 44.7618C21.909 45.1548 22.4347 45.0574 22.6784 44.5496C28.4333 32.4139 45.9173 26.9287 45.9173 11.4678C45.9173 5.84698 42.1295 0.20524 34.8532 0.0765444C27.925 -0.048673 21.7036 4.41046 21.0561 11.6313C20.8611 7.06089 17.8601 4.95307 14.3995 4.95307C7.59317 4.95307 2.01584 11.0922 2.29784 20.3339C2.76436 34.8661 16.7495 39.4435 21.5539 44.7687L21.5504 44.7618Z' fill='white'/%3E%3C/svg%3E");
    box-sizing: border-box;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    float: left;
    width: calc(100% + 20px);
    margin: 42px -10px 8px;
    padding: 24px 10px 28px;
    border: 1px solid var(--euro-color-shell-border);
    border-radius: var(--euro-radius-shell);
    background:
        radial-gradient(circle at 8% -15%, var(--euro-color-shell-magenta) 0, transparent 30%),
        radial-gradient(circle at 82% -18%, var(--euro-color-shell-blue) 0, transparent 34%),
        linear-gradient(135deg, var(--euro-color-shell-light) 0%, var(--euro-color-shell) 100%);
    box-shadow: var(--euro-shadow-shell);
}

.eurovision-home-section .section-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--euro-color-ink);
    border-left: 0;
    padding-left: 0;
}

.eurovision-home-section .section-title::before {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    content: "";
    background-color: var(--euro-color-ink);
    background-image: var(--euro-marker-heart-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    box-shadow: 0 2px 8px rgba(7, 17, 63, 0.16);
}

.eurovision-home-section .more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--euro-color-ink);
}

.eurovision-home-section .more::after {
    content: "\203A";
    font-size: 20px;
    line-height: 1;
    transition: transform var(--euro-motion-fast) var(--euro-motion-ease);
}

.eurovision-home-section .more:hover::after,
.eurovision-home-section .more:focus-visible::after {
    transform: translateX(3px);
}

.eurovision-home-section .bordered-big-box {
    position: relative;
    margin-top: 0;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 12px;
    border-top: 0;
}

.eurovision-home-section .bordered-big-box::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--euro-color-accent-start) 0%, var(--euro-color-accent-end) 48%, rgba(1, 51, 195, 0) 100%);
}

.eurovision-home-section .top-news {
    align-items: stretch;
    margin-top: 0;
    padding-left: 0;
    background: transparent;
}

.eurovision-home-section .top-news .text-part {
    box-sizing: border-box;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-width: 0;
    padding: 24px 22px 18px;
    border: 1px solid var(--euro-color-shell-border);
    border-radius: var(--euro-radius-panel);
    color: var(--euro-color-stage-text);
    background:
        radial-gradient(circle at 8% 0%, var(--euro-color-stage-magenta) 0, transparent 42%),
        radial-gradient(circle at 108% 105%, var(--euro-color-stage-blue) 0, transparent 50%),
        linear-gradient(145deg, var(--euro-color-stage-deep) 0%, var(--euro-color-stage-mid) 100%);
    box-shadow: var(--euro-shadow-stage);
}

.eurovision-home-section .top-news .text-part::before {
    position: absolute;
    z-index: -1;
    top: -72%;
    left: -42%;
    width: 42%;
    height: 235%;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, transparent 0%, var(--euro-color-stage-shine) 50%, transparent 100%);
    transform: translate3d(0, 0, 0) rotate(16deg);
    transition: transform var(--euro-motion-stage) var(--euro-motion-ease);
}

.eurovision-home-section .top-news .text-part::after {
    position: absolute;
    right: 22px;
    bottom: 12px;
    left: 22px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--euro-color-accent-start), var(--euro-color-accent-end));
    transform: scaleX(0.28);
    transform-origin: left center;
    transition: transform var(--euro-motion-standard) var(--euro-motion-ease);
}

.eurovision-home-section .top-news .text-part > * {
    position: relative;
    z-index: 1;
}

.eurovision-home-section .top-news .text-part .big-title,
.eurovision-home-section .top-news .text-part .big-title a {
    color: var(--euro-color-stage-text);
}

.eurovision-home-section .top-news .text-part .sub-title {
    color: var(--euro-color-stage-muted);
}

.eurovision-home-section .top-news .text-part .stats-wrap,
.eurovision-home-section .top-news .text-part .stats-wrap a {
    color: var(--euro-color-stage-meta);
}

.eurovision-home-section .top-news .text-part .stats-wrap .stats::after {
    background: var(--euro-color-stage-marker);
}

.eurovision-home-section .top-news:hover .text-part::before,
.eurovision-home-section .top-news:focus-within .text-part::before {
    transform: translate3d(390%, 0, 0) rotate(16deg);
}

.eurovision-home-section .top-news:hover .text-part::after,
.eurovision-home-section .top-news:focus-within .text-part::after {
    transform: scaleX(1);
}

.eurovision-home-section .top-news-wrap > .right-column {
    box-sizing: border-box;
    padding-left: 20px;
    border-left: 1px solid var(--euro-color-card-divider);
}

.eurovision-home-section .top-news-wrap > .right-column .news-box-regular:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--euro-color-card-divider);
}

.eurovision-home-section .top-news > .img-wrap,
.eurovision-home-section .top-news > .img-wrap > a {
    height: auto;
    min-height: 380px;
}

.eurovision-home-section .top-news > .img-wrap > a,
.eurovision-home-section .top-news > .img-wrap > a > img.w100 {
    height: 100%;
}

.eurovision-home-section .top-news .img-wrap > a,
.eurovision-home-section .more-top-news a.img-wrap {
    overflow: hidden;
    border-radius: var(--euro-radius-image);
}

.eurovision-home-section .top-news .img-wrap > a::before,
.eurovision-home-section .more-top-news a.img-wrap::before {
    position: absolute;
    content: "";
    z-index: 2;
    top: var(--euro-inset-news-heart);
    right: var(--euro-inset-news-heart);
    left: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(7, 17, 63, 0.9);
    background-image: var(--euro-marker-heart-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px auto;
    box-shadow: 0 1px 5px rgba(7, 17, 63, 0.22);
    transition: transform var(--euro-motion-fast) var(--euro-motion-ease);
}

.eurovision-home-section .white-sticker {
    position: absolute !important;
    z-index: 3;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    align-items: center;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
}

.eurovision-home-section .top-news .img-wrap:not(.disabledVideo) .white-sticker,
.eurovision-home-section .more-top-news a.img-wrap:not(.disabledVid) .white-sticker {
    right: auto !important;
    left: 0 !important;
}

.eurovision-home-section .top-news .img-wrap > a::after,
.eurovision-home-section .more-top-news a.img-wrap::after {
    position: absolute;
    content: "";
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--euro-color-accent-start), var(--euro-color-accent-end));
    transform: scaleX(0.24);
    transform-origin: left center;
    transition: transform var(--euro-motion-standard) var(--euro-motion-ease);
}

.eurovision-home-section .top-news .img-wrap img,
.eurovision-home-section .more-top-news a.img-wrap > img {
    transition: transform var(--euro-motion-standard) var(--euro-motion-ease);
}

.eurovision-home-section .top-news:hover .img-wrap > a::after,
.eurovision-home-section .top-news:focus-within .img-wrap > a::after,
.eurovision-home-section .more-top-news .news-box-regular:hover a.img-wrap::after,
.eurovision-home-section .more-top-news .news-box-regular:focus-within a.img-wrap::after {
    transform: scaleX(1);
}

.eurovision-home-section .top-news:hover .img-wrap > a::before,
.eurovision-home-section .top-news:focus-within .img-wrap > a::before,
.eurovision-home-section .more-top-news .news-box-regular:hover a.img-wrap::before,
.eurovision-home-section .more-top-news .news-box-regular:focus-within a.img-wrap::before {
    transform: rotate(3deg);
}

.eurovision-home-section .top-news:hover .img-wrap img,
.eurovision-home-section .top-news:focus-within .img-wrap img,
.eurovision-home-section .more-top-news .news-box-regular:hover a.img-wrap > img,
.eurovision-home-section .more-top-news .news-box-regular:focus-within a.img-wrap > img {
    opacity: 1;
    transform: scale(1.02);
}

.eurovision-home-section a:focus-visible {
    outline: 2px solid var(--euro-color-accent-end);
    outline-offset: 3px;
}

@media screen and (max-width: 980px) {
    .eurovision-home-section {
        width: calc(100% + 20px);
        margin: 28px -10px 8px;
        padding: 18px 10px 22px;
        border-radius: var(--euro-radius-panel);
    }

    .eurovision-home-section .bordered-big-box {
        margin-bottom: 18px;
    }

    .eurovision-home-section .top-news .text-part {
        padding: 18px 16px 16px;
    }

    .eurovision-home-section .top-news .text-part::after {
        right: 16px;
        bottom: 9px;
        left: 16px;
    }

    .eurovision-home-section .top-news > .img-wrap,
    .eurovision-home-section .top-news > .img-wrap > a,
    .eurovision-home-section .top-news > .img-wrap > a > img.w100 {
        height: auto;
        min-height: 0;
    }

    .eurovision-home-section .top-news > .img-wrap > a {
        position: relative;
        display: block;
        padding-bottom: 0;
        aspect-ratio: 16 / 9;
    }

    .eurovision-home-section .top-news > .img-wrap > a > img.w100 {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .eurovision-home-section .more-top-news .news-box-regular > a.img-wrap {
        align-self: flex-start;
        flex: 0 0 var(--euro-size-news-classic-mobile-media);
        width: var(--euro-size-news-classic-mobile-media);
        height: auto;
        aspect-ratio: var(--euro-ratio-mobile-media);
    }

    .eurovision-home-section .more-top-news .news-box-regular > a.img-wrap > img.img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .eurovision-home-section .more-top-news .news-box-regular > .inner-holder {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
    }

    .eurovision-home-section .top-news-wrap > .right-column {
        margin-top: 6px;
        padding-top: 18px;
        padding-left: 0;
        border-top: 1px solid var(--euro-color-card-divider);
        border-left: 0;
    }

    .eurovision-home-section .top-news .img-wrap > a::before,
    .eurovision-home-section .more-top-news a.img-wrap::before {
        width: 28px;
        height: 28px;
        background-size: 20px auto;
    }
}

@media screen and (max-width: 600px) {
    .eurovision-home-section {
        padding-top: 16px;
        padding-bottom: 20px;
    }

    .eurovision-home-section .section-title {
        gap: 8px;
    }

    .eurovision-home-section .section-title::before {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
        background-size: 19px auto;
    }

    .eurovision-home-section .top-news .text-part {
        border-radius: var(--euro-radius-panel);
    }
}

@media (prefers-reduced-motion: reduce) {
    .eurovision-header-link .eurovision-header-mark,
    .eurovision-header-link .eurovision-header-mark::before {
        transition-duration: 0.01ms !important;
        transform: none !important;
    }

    .eurovision-home-section *,
    .eurovision-home-section *::before,
    .eurovision-home-section *::after {
        transition-duration: 0.01ms !important;
    }

    .eurovision-home-section .top-news:hover .img-wrap img,
    .eurovision-home-section .top-news:focus-within .img-wrap img,
    .eurovision-home-section .more-top-news .news-box-regular:hover a.img-wrap > img,
    .eurovision-home-section .more-top-news .news-box-regular:focus-within a.img-wrap > img {
        transform: none;
    }

    .eurovision-home-section .top-news .text-part::before {
        display: none;
    }

    .eurovision-home-section .top-news .text-part::after,
    .eurovision-home-section .top-news .img-wrap > a::after,
    .eurovision-home-section .more-top-news a.img-wrap::after {
        transform: none;
    }

    .eurovision-home-section .top-news:hover .img-wrap > a::before,
    .eurovision-home-section .top-news:focus-within .img-wrap > a::before,
    .eurovision-home-section .more-top-news .news-box-regular:hover a.img-wrap::before,
    .eurovision-home-section .more-top-news .news-box-regular:focus-within a.img-wrap::before,
    .eurovision-home-section .more:hover::after,
    .eurovision-home-section .more:focus-visible::after {
        transform: none;
    }
}
