/* =========================================================
   VIPERRA - SINGLE EVENT PROFILE
   Soubor: assets/css/vct-single-event.css
   ========================================================= */

.vct-event-profile {
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 34px 44px 70px !important;
    box-sizing: border-box !important;
}

.vct-event-article {
    width: 100% !important;
}

/* =========================================================
   HERO
   ========================================================= */

.vct-event-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 34px !important;
    align-items: stretch !important;
    margin-bottom: 34px !important;
    padding: 30px !important;
    border-radius: 24px !important;
    background:
        radial-gradient(circle at top left, rgba(247, 56, 115, 0.22), transparent 34%),
        linear-gradient(135deg, #15151a 0%, #0d0d10 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.46) !important;
    overflow: hidden !important;
}

.vct-event-hero-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
}

.vct-event-badges {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
}

.vct-event-badge {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    border-radius: 999px !important;
    padding: 8px 12px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}

.vct-event-type {
    background: rgba(247, 56, 115, 0.14) !important;
    border: 1px solid rgba(247, 56, 115, 0.34) !important;
    color: #f73873 !important;
}

.vct-event-status {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

.vct-event-status-vyprodano {
    background: rgba(247, 56, 115, 0.18) !important;
    border-color: rgba(247, 56, 115, 0.50) !important;
    color: #ff7aa5 !important;
}

.vct-event-status-zrusena {
    background: rgba(220, 38, 38, 0.16) !important;
    border-color: rgba(220, 38, 38, 0.45) !important;
    color: #ff6b6b !important;
}

.vct-event-status-presunuta {
    background: rgba(202, 138, 4, 0.16) !important;
    border-color: rgba(202, 138, 4, 0.45) !important;
    color: #facc15 !important;
}

.vct-event-title {
    margin: 0 0 22px !important;
    color: #fff !important;
    font-size: clamp(42px, 5vw, 72px) !important;
    line-height: 0.98 !important;
    font-weight: 950 !important;
    letter-spacing: -0.065em !important;
}

.vct-event-hero-meta {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    max-width: 760px !important;
}

.vct-event-hero-meta-item {
    padding: 15px 16px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
}

.vct-event-hero-meta-item span {
    display: block !important;
    margin-bottom: 7px !important;
    color: #9a9aa5 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.09em !important;
}

.vct-event-hero-meta-item strong {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
}

.vct-event-hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 24px !important;
}

.vct-event-primary-button,
.vct-event-secondary-button,
.vct-event-sidebar-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    padding: 14px 20px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease !important;
}

.vct-event-primary-button,
.vct-event-sidebar-button {
    background: linear-gradient(135deg, #f73873 0%, #ff6f9d 100%) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 16px 34px rgba(247, 56, 115, 0.32) !important;
}

.vct-event-secondary-button {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

.vct-event-primary-button:hover,
.vct-event-secondary-button:hover,
.vct-event-sidebar-button:hover {
    transform: translateY(-1px) !important;
}

.vct-event-primary-button:hover,
.vct-event-sidebar-button:hover {
    box-shadow: 0 20px 42px rgba(247, 56, 115, 0.42) !important;
}

.vct-event-secondary-button:hover {
    border-color: rgba(247, 56, 115, 0.7) !important;
    color: #f73873 !important;
}

.vct-event-poster-card {
    position: relative !important;
    min-height: 500px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at top left, rgba(247, 56, 115, 0.18), transparent 40%),
        #08080b !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.48) !important;
}

.vct-event-poster {
    width: 100% !important;
    height: 100% !important;
    min-height: 500px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.vct-event-poster-placeholder {
    width: 100% !important;
    height: 100% !important;
    min-height: 500px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vct-event-poster-placeholder span {
    color: rgba(255, 255, 255, 0.18) !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    letter-spacing: 0.16em !important;
}

/* =========================================================
   LAYOUT
   ========================================================= */

.vct-event-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 400px !important;
    gap: 34px !important;
    align-items: start !important;
}

.vct-event-main {
    min-width: 0 !important;
}

.vct-event-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    min-width: 0 !important;
    position: sticky !important;
    top: 90px !important;
}

/* =========================================================
   CONTENT CARD
   ========================================================= */

.vct-event-content-card,
.vct-event-sidebar-card {
    background: #111114 !important;
    border: 1px solid #25252b !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36) !important;
}

.vct-event-content-card {
    padding: 30px !important;
}

.vct-event-section-heading,
.vct-event-sidebar-heading {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 22px !important;
    padding-left: 18px !important;
}

.vct-event-section-heading span,
.vct-event-sidebar-heading span {
    display: none !important;
}

.vct-event-section-heading::before,
.vct-event-sidebar-heading::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 6px !important;
    height: 34px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #f73873 0%, #ff7aa5 100%) !important;
    box-shadow: 0 0 18px rgba(247, 56, 115, 0.35) !important;
}

.vct-event-section-heading h2,
.vct-event-sidebar-heading h3 {
    margin: 0 !important;
    color: #fff !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    letter-spacing: -0.045em !important;
}

.vct-event-section-heading h2 {
    font-size: 30px !important;
}

.vct-event-sidebar-heading h3 {
    font-size: 22px !important;
}

.vct-event-content {
    color: #e5e5ea !important;
    font-size: 18px !important;
    line-height: 1.82 !important;
    font-weight: 500 !important;
}

.vct-event-content p {
    margin: 0 0 1.35em !important;
}

.vct-event-content p:last-child {
    margin-bottom: 0 !important;
}

.vct-event-content h2,
.vct-event-content h3,
.vct-event-content h4 {
    color: #fff !important;
    font-weight: 950 !important;
    letter-spacing: -0.035em !important;
    line-height: 1.15 !important;
    margin: 1.55em 0 0.65em !important;
}

.vct-event-content h2 {
    font-size: 34px !important;
}

.vct-event-content h3 {
    font-size: 27px !important;
}

.vct-event-content h4 {
    font-size: 22px !important;
}

.vct-event-content a {
    color: #f73873 !important;
    font-weight: 850 !important;
    text-decoration: none !important;
}

.vct-event-content a:hover {
    color: #fff !important;
}

.vct-event-content strong {
    color: #fff !important;
    font-weight: 950 !important;
}

.vct-event-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 14px !important;
}

/* =========================================================
   INNER SECTIONS
   ========================================================= */

.vct-event-inner-section {
    margin-top: 38px !important;
    padding-top: 34px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* =========================================================
   LINE-UP - FESTIVALOVÝ PLAKÁT BEZ ODDĚLOVAČŮ
   Zadávání:
   Kapela | 1
   Kapela | 2
   Kapela | 3

   1 / 2 / 3 mají vlastní řádky.
   Oddělení dělají jen velké mezery mezi názvy.
   ========================================================= */

.vct-event-lineup {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    width: 100% !important;
}

.vct-event-lineup-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    width: 100% !important;
    gap: 12px 36px !important;
}

.vct-event-lineup-row-1 {
    gap: 14px 42px !important;
    margin-bottom: 4px !important;
}

.vct-event-lineup-row-2 {
    gap: 12px 36px !important;
    margin-top: 2px !important;
}

.vct-event-lineup-row-3 {
    gap: 9px 28px !important;
}

.vct-event-lineup-item {
    display: inline-flex !important;
    align-items: baseline !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.055em !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.vct-event-lineup-item::before,
.vct-event-lineup-item::after {
    display: none !important;
    content: none !important;
}

.vct-event-lineup-name {
    display: inline-block !important;
}

.vct-event-lineup-level-1 {
    color: #f73873 !important;
    font-size: clamp(40px, 4.8vw, 66px) !important;
    line-height: 0.98 !important;
}

.vct-event-lineup-level-2 {
    color: #ffffff !important;
    font-size: clamp(27px, 3.1vw, 40px) !important;
    line-height: 1 !important;
}

.vct-event-lineup-level-3 {
    color: #8b8b94 !important;
    font-size: clamp(18px, 1.8vw, 25px) !important;
    line-height: 1 !important;
}

/* PROGRAM */

.vct-event-program {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.vct-event-program-row {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
    padding: 14px 16px !important;
    border-radius: 14px !important;
    background: #17171b !important;
    border: 1px solid #25252b !important;
}

.vct-event-program-row span {
    color: #f73873 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
}

.vct-event-program-row strong {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
}

/* =========================================================
   SIDEBAR
   ========================================================= */

.vct-event-sidebar-card {
    padding: 20px !important;
    overflow: hidden !important;
}

.vct-event-info-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.vct-event-info-row {
    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.vct-event-info-row:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.vct-event-info-row span,
.vct-event-organizer span {
    display: block !important;
    margin-bottom: 6px !important;
    color: #8f8f98 !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

.vct-event-info-row strong,
.vct-event-organizer strong {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
    font-weight: 900 !important;
}

.vct-event-sidebar-button {
    width: 100% !important;
    margin-top: 18px !important;
}

.vct-event-organizer {
    margin-bottom: 16px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.vct-event-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.vct-event-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 12px 14px !important;
    border-radius: 999px !important;
    background: #17171b !important;
    border: 1px solid #25252b !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.vct-event-links a::after {
    content: "↗" !important;
    color: #f73873 !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.vct-event-links a:hover {
    background: #1d1d22 !important;
    border-color: rgba(247, 56, 115, 0.75) !important;
    color: #f73873 !important;
    transform: translateY(-1px) !important;
}

/* =========================================================
   DALŠÍ AKCE
   ========================================================= */

.vct-event-other-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.vct-event-other-row {
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 13px !important;
    align-items: center !important;
    padding: 10px !important;
    border-radius: 14px !important;
    background: #17171b !important;
    border: 1px solid #25252b !important;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

.vct-event-other-row:hover {
    background: #1d1d22 !important;
    border-color: rgba(247, 56, 115, 0.75) !important;
    transform: translateY(-2px) !important;
}

.vct-event-other-image,
.vct-event-other-img,
.vct-event-other-placeholder {
    width: 74px !important;
    height: 74px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #101014 !important;
}

.vct-event-other-img {
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.vct-event-other-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background:
        radial-gradient(circle at top left, rgba(247, 56, 115, 0.24), transparent 40%),
        linear-gradient(135deg, #15151a, #0b0b0d) !important;
}

.vct-event-other-placeholder span {
    color: rgba(255, 255, 255, 0.28) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: 0.12em !important;
}

.vct-event-other-content {
    min-width: 0 !important;
}

.vct-event-other-content strong {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 950 !important;
    margin-bottom: 6px !important;
}

.vct-event-other-content span {
    display: block !important;
    color: #f73873 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
}

.vct-event-other-content em {
    display: block !important;
    margin-top: 4px !important;
    color: #9a9aa3 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-style: normal !important;
    font-weight: 800 !important;
}

.vct-event-other-row:hover strong {
    color: #f73873 !important;
}

/* =========================================================
   KOMENTÁŘE
   ========================================================= */

.vct-event-content-card .vct-comments-area {
    margin-top: 38px !important;
    padding-top: 34px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.vct-event-content-card .vct-comment-form-wrap {
    margin-top: 34px !important;
}

.vct-event-content-card .vct-comment-form textarea {
    min-height: 170px !important;
}

/* =========================================================
   EVENT POSTER LIGHTBOX
   ========================================================= */

.vct-event-poster-button {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    cursor: zoom-in !important;
    overflow: hidden !important;
}

.vct-event-poster-zoom {
    position: absolute !important;
    right: 14px !important;
    bottom: 14px !important;
    z-index: 2 !important;
    padding: 9px 12px !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, 0.72) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    opacity: 0 !important;
    transform: translateY(6px) !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.vct-event-poster-button:hover .vct-event-poster-zoom {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.vct-event-lightbox {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 30px !important;
    background: rgba(0, 0, 0, 0.88) !important;
    backdrop-filter: blur(8px) !important;
}

.vct-event-lightbox.is-active {
    display: flex !important;
}

.vct-event-lightbox-inner {
    max-width: min(96vw, 1100px) !important;
    max-height: 92vh !important;
}

.vct-event-lightbox-inner img {
    display: block !important;
    max-width: 100% !important;
    max-height: 92vh !important;
    width: auto !important;
    height: auto !important;
    border-radius: 16px !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.75) !important;
}

.vct-event-lightbox-close {
    position: fixed !important;
    top: 22px !important;
    right: 24px !important;
    z-index: 1000000 !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: rgba(17, 17, 20, 0.92) !important;
    color: #fff !important;
    font-size: 34px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
}

.vct-event-lightbox-close:hover {
    color: #f73873 !important;
    border-color: rgba(247, 56, 115, 0.7) !important;
}

body.vct-event-lightbox-open {
    overflow: hidden !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
    .vct-event-hero {
        grid-template-columns: minmax(0, 1fr) 320px !important;
    }

    .vct-event-layout {
        grid-template-columns: minmax(0, 1fr) 360px !important;
    }

    .vct-event-poster-card,
    .vct-event-poster,
    .vct-event-poster-placeholder {
        min-height: 450px !important;
    }
}

@media (max-width: 1024px) {
    .vct-event-hero {
        grid-template-columns: 1fr !important;
    }

    .vct-event-poster-card {
        max-width: 420px !important;
    }

    .vct-event-layout {
        grid-template-columns: 1fr !important;
    }

    .vct-event-sidebar {
        position: static !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .vct-event-profile {
        padding: 24px 16px 50px !important;
    }

    .vct-event-hero {
        padding: 22px !important;
        border-radius: 20px !important;
    }

    .vct-event-title {
        font-size: 42px !important;
    }

    .vct-event-hero-meta {
        grid-template-columns: 1fr !important;
    }

    .vct-event-content-card {
        padding: 24px !important;
    }

    .vct-event-content {
        font-size: 16px !important;
        line-height: 1.75 !important;
    }

    .vct-event-content h2 {
        font-size: 28px !important;
    }

    .vct-event-content h3 {
        font-size: 23px !important;
    }

    .vct-event-sidebar {
        grid-template-columns: 1fr !important;
    }

    .vct-event-poster-card,
    .vct-event-poster,
    .vct-event-poster-placeholder {
        min-height: 420px !important;
    }

    .vct-event-program-row {
        grid-template-columns: 72px minmax(0, 1fr) !important;
    }

    .vct-event-lineup {
        gap: 11px !important;
    }

    .vct-event-lineup-row {
        justify-content: flex-start !important;
        gap: 8px 0 !important;
    }

    .vct-event-lineup-level-1 {
        font-size: 34px !important;
    }

    .vct-event-lineup-level-2 {
        font-size: 25px !important;
    }

    .vct-event-lineup-level-3 {
        font-size: 18px !important;
    }

}

@media (max-width: 520px) {
    .vct-event-title {
        font-size: 36px !important;
    }

    .vct-event-hero-actions {
        flex-direction: column !important;
    }

    .vct-event-primary-button,
    .vct-event-secondary-button {
        width: 100% !important;
    }

    .vct-event-other-row {
        grid-template-columns: 64px minmax(0, 1fr) !important;
    }

    .vct-event-other-image,
    .vct-event-other-img,
    .vct-event-other-placeholder {
        width: 64px !important;
        height: 64px !important;
    }

    .vct-event-poster-card,
    .vct-event-poster,
    .vct-event-poster-placeholder {
        min-height: 360px !important;
    }

    .vct-event-lineup-item {
        white-space: normal !important;
    }
}


/* =========================================================
   LINE-UP - POJISTKA: ŽÁDNÉ ODDĚLOVAČE, JEN MEZERY
   ========================================================= */

.vct-event-profile .vct-event-lineup .vct-event-lineup-item,
.vct-event-profile .vct-event-lineup .vct-event-lineup-item.has-lineup-separator,
.vct-event-profile .vct-event-lineup .vct-event-lineup-level-1.has-lineup-separator,
.vct-event-profile .vct-event-lineup .vct-event-lineup-level-2.has-lineup-separator,
.vct-event-profile .vct-event-lineup .vct-event-lineup-level-3.has-lineup-separator {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: 0 !important;
}

.vct-event-profile .vct-event-lineup .vct-event-lineup-item::before,
.vct-event-profile .vct-event-lineup .vct-event-lineup-item::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 760px) {
    .vct-event-lineup {
        gap: 14px !important;
    }

    .vct-event-lineup-row {
        gap: 10px 24px !important;
    }

    .vct-event-lineup-row-1 {
        gap: 12px 28px !important;
    }

    .vct-event-lineup-row-2 {
        gap: 10px 24px !important;
    }

    .vct-event-lineup-row-3 {
        gap: 8px 20px !important;
    }
}

/* =========================================================
   EVENT LINE-UP - FINÁLNĚ BEZ ODDĚLOVAČŮ, MEZERY PŘES MARGIN
   ========================================================= */

.vct-event-profile .vct-event-lineup {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    width: 100% !important;
}

.vct-event-profile .vct-event-lineup-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
}

.vct-event-profile .vct-event-lineup-row .vct-event-lineup-item,
.vct-event-profile .vct-event-lineup-row .vct-event-lineup-item.has-lineup-separator {
    margin: 0 38px 12px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
}

.vct-event-profile .vct-event-lineup-row-1 .vct-event-lineup-item,
.vct-event-profile .vct-event-lineup-row-1 .vct-event-lineup-item.has-lineup-separator {
    margin-right: 46px !important;
    margin-bottom: 14px !important;
}

.vct-event-profile .vct-event-lineup-row-2 .vct-event-lineup-item,
.vct-event-profile .vct-event-lineup-row-2 .vct-event-lineup-item.has-lineup-separator {
    margin-right: 38px !important;
    margin-bottom: 12px !important;
}

.vct-event-profile .vct-event-lineup-row-3 .vct-event-lineup-item,
.vct-event-profile .vct-event-lineup-row-3 .vct-event-lineup-item.has-lineup-separator {
    margin-right: 30px !important;
    margin-bottom: 10px !important;
}

.vct-event-profile .vct-event-lineup-row .vct-event-lineup-item:last-child,
.vct-event-profile .vct-event-lineup-row .vct-event-lineup-item.has-lineup-separator:last-child {
    margin-right: 0 !important;
}

.vct-event-profile .vct-event-lineup-item::before,
.vct-event-profile .vct-event-lineup-item::after,
.vct-event-profile .vct-event-lineup-name::before,
.vct-event-profile .vct-event-lineup-name::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 760px) {
    .vct-event-profile .vct-event-lineup {
        gap: 14px !important;
    }

    .vct-event-profile .vct-event-lineup-row .vct-event-lineup-item,
    .vct-event-profile .vct-event-lineup-row .vct-event-lineup-item.has-lineup-separator {
        margin-right: 24px !important;
        margin-bottom: 10px !important;
    }

    .vct-event-profile .vct-event-lineup-row-1 .vct-event-lineup-item,
    .vct-event-profile .vct-event-lineup-row-1 .vct-event-lineup-item.has-lineup-separator {
        margin-right: 28px !important;
        margin-bottom: 12px !important;
    }

    .vct-event-profile .vct-event-lineup-row-2 .vct-event-lineup-item,
    .vct-event-profile .vct-event-lineup-row-2 .vct-event-lineup-item.has-lineup-separator {
        margin-right: 24px !important;
        margin-bottom: 10px !important;
    }

    .vct-event-profile .vct-event-lineup-row-3 .vct-event-lineup-item,
    .vct-event-profile .vct-event-lineup-row-3 .vct-event-lineup-item.has-lineup-separator {
        margin-right: 20px !important;
        margin-bottom: 8px !important;
    }
}

/* =========================================================
   EVENT LINE-UP - FINÁLNÍ MEZERY BEZ ODDĚLOVAČŮ
   mezera je součástí položky, takže ji nic nepřebije
   ========================================================= */

.vct-event-profile .vct-event-lineup {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    width: 100% !important;
}

.vct-event-profile .vct-event-lineup-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
}

.vct-event-profile .vct-event-lineup-item,
.vct-event-profile .vct-event-lineup-item.has-lineup-separator {
    display: inline-flex !important;
    align-items: baseline !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
    white-space: nowrap !important;
}

.vct-event-profile .vct-event-lineup-name {
    display: inline-block !important;
}

.vct-event-profile .vct-event-lineup-spacer {
    display: inline-block !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 1px !important;
    pointer-events: none !important;
}

.vct-event-profile .vct-event-lineup-row-1 .vct-event-lineup-spacer {
    flex-basis: 54px !important;
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
}

.vct-event-profile .vct-event-lineup-row-2 .vct-event-lineup-spacer {
    flex-basis: 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
}

.vct-event-profile .vct-event-lineup-row-3 .vct-event-lineup-spacer {
    flex-basis: 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
}

.vct-event-profile .vct-event-lineup-item::before,
.vct-event-profile .vct-event-lineup-item::after,
.vct-event-profile .vct-event-lineup-name::before,
.vct-event-profile .vct-event-lineup-name::after,
.vct-event-profile .vct-event-lineup-spacer::before,
.vct-event-profile .vct-event-lineup-spacer::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 760px) {
    .vct-event-profile .vct-event-lineup {
        gap: 14px !important;
    }

    .vct-event-profile .vct-event-lineup-spacer {
        flex-basis: 26px !important;
        width: 26px !important;
        min-width: 26px !important;
        max-width: 26px !important;
    }

    .vct-event-profile .vct-event-lineup-row-1 .vct-event-lineup-spacer {
        flex-basis: 30px !important;
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
    }

    .vct-event-profile .vct-event-lineup-row-2 .vct-event-lineup-spacer {
        flex-basis: 26px !important;
        width: 26px !important;
        min-width: 26px !important;
        max-width: 26px !important;
    }

    .vct-event-profile .vct-event-lineup-row-3 .vct-event-lineup-spacer {
        flex-basis: 22px !important;
        width: 22px !important;
        min-width: 22px !important;
        max-width: 22px !important;
    }
}
