.event-detail-section {
    padding: 1.5rem 0 3rem;
    background: var(--bg, #0d0d0d);
}

.event-detail-back {
    display: inline-block;
    color: var(--text-muted, #cccccc);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: color 0.2s;
}

.event-detail-back:hover {
    color: var(--accent, #f3b61f);
}

.event-detail-row {
    align-items: start;
}

.event-gallery {
    position: sticky;
    top: 100px;
}

.event-gallery-main-wrap {
    position: relative;
    border-radius: var(--radius, 12px);
    overflow: hidden;
    background: var(--dark-soft, #1f1f1f);
    margin-bottom: 0.75rem;
}

.event-gallery-main {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.event-gallery-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.event-badge {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.event-badge-discount {
    background: #ef4444;
}

.event-badge-category {
    background: #ea580c;
}

.event-gallery-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
}

.event-gallery-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 0.2s,
        transform 0.2s;
}

.event-gallery-btn:hover {
    background: rgba(0, 0, 0, 0.75);
    transform: scale(1.05);
}

.event-gallery-thumbs {
    display: flex;
    gap: 8px;
}

.event-gallery-thumb {
    flex: 1;
    max-width: 80px;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    background: none;
    cursor: pointer;
    transition: border-color 0.2s;
}

.event-gallery-thumb.active {
    border-color: var(--accent, #f3b61f);
}

.event-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-detail-info {
    padding-left: 0.25rem;
}

.event-detail-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 1rem;
}

.event-status-badge {
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.event-status-active {
    background: #15803d;
}

.event-status-preorder {
    background: #ca8a04;
}

.event-status-sold_out {
    background: #dc2626;
}

.event-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9375rem;
}

.event-rating-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent, #f3b61f);
}

.event-rating-value {
    font-weight: 700;
    color: var(--text, #fff);
}

.event-rating-count {
    font-weight: 400;
    color: var(--text-muted, #cccccc);
    font-size: 0.8125rem;
}

.event-detail-title {
    font-family: var(--font-display, "Syne", sans-serif);
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-weight: 700;
    color: var(--text, #fff);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.event-detail-subtitle {
    font-size: 0.9375rem;
    color: var(--accent, #f3b61f);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.event-info-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 1.5rem;
}

.event-info-cards-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.event-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 24px;
    background: #231f1f;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.event-info-card:not(.event-info-card-doluluk) {
    align-items: center;
}

.event-info-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdb813;
}

.event-info-icon-people {
    color: #fdb813;
}

.event-info-card > .event-info-text,
.event-info-card > .event-info-doluluk {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.event-info-card > .event-info-text {
    flex: 1;
}

.event-info-doluluk {
    flex: 1;
    min-width: 0;
}

.event-info-label {
    font-size: 0.8125rem;
    color: #e0e0e0;
    font-weight: 400;
}

.event-info-value {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.event-info-address {
    font-size: 0.8125rem;
    color: #e0e0e0;
    margin-top: 2px;
    font-weight: 400;
}

.event-info-doluluk .event-info-label {
    margin-bottom: 8px;
}

.event-doluluk-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.event-doluluk-bar-wrap {
    flex: 1;
    min-width: 0;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    overflow: hidden;
}

.event-doluluk-bar {
    height: 100%;
    background: #fdb813;
    border-radius: 999px;
    transition: width 0.3s;
}

.event-doluluk-value {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #e0e0e0;
    flex-shrink: 0;
}

.event-detail-description {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.event-organizer {
    padding: 14px 16px;
    background: #1a1a18;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    margin-bottom: 1.5rem;
}

.event-organizer-label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted, #cccccc);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
    font-weight: 400;
}

.event-organizer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.event-organizer-logo {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--accent, #f3b61f);
    flex-shrink: 0;
}

.event-organizer-logo .logo-bb-text {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
}

.event-organizer-name {
    font-weight: 700;
    color: var(--text, #fff);
    font-size: 0.9375rem;
}

.event-detail-content-row {
    margin-top: 2rem;
    align-items: start;
}

.event-section-title {
    font-family: var(--font-display, "Syne", sans-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.event-about {
    margin-bottom: 2rem;
}

.event-about-text {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.65;
}

.event-about-text p {
    margin-bottom: 1rem;
}

.event-about-text p:last-child {
    margin-bottom: 0;
}

.event-features {
    margin-bottom: 2rem;
}

.event-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.event-feature-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #282828;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.event-feature-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdb813;
}

.event-feature-text {
    font-size: 0.9375rem;
    color: #fff;
    font-weight: 400;
}

.event-important {
    margin-bottom: 0;
}

.event-important-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-important-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.event-important-item:last-child {
    border-bottom: none;
}

.event-important-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s;
}

.event-important-toggle:hover {
    color: #fdb813;
}

.event-important-chevron {
    margin-left: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    transition: transform 0.2s;
}

.event-important-item.open .event-important-chevron {
    transform: rotate(90deg);
}

.event-important-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
}

.event-important-item.open .event-important-content {
    max-height: 200px;
}

.event-important-content p {
    padding: 0 0 12px 32px;
    margin: 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.event-important-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdb813;
}

.event-ticket-section-row {
    margin-top: 2.5rem;
}

.event-ticket-box {
    position: relative;
    background: linear-gradient(160deg, rgba(22, 22, 26, 0.92) 0%, rgba(6, 6, 8, 0.98) 48%, rgba(10, 10, 12, 1) 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 0 28px 32px;
    width: 100%;
    box-sizing: border-box;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 32px 64px rgba(0, 0, 0, 0.55);
}

.event-ticket-box-accent {
    height: 3px;
    background: linear-gradient(90deg, #fdb813, #f97316, #ea580c);
    border-radius: 24px 24px 0 0;
    margin: 0 -28px 0 -28px;
    box-shadow: 0 0 24px rgba(253, 184, 19, 0.25);
}

.event-ticket-box-header {
    padding: 28px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 24px;
}

.event-ticket-box-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-display, "Syne", sans-serif);
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
    line-height: 1.2;
}

.event-ticket-box-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(253, 184, 19, 0.2), rgba(249, 115, 22, 0.12));
    border: 1px solid rgba(253, 184, 19, 0.35);
    color: #fdb813;
    flex-shrink: 0;
}

.event-ticket-box-sub {
    margin: 0;
    padding-left: 56px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 575.98px) {
    .event-ticket-box-sub {
        padding-left: 0;
    }
}

.event-ticket-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 1.5rem;
}

.event-ticket-types.event-ticket-type-cards {
    gap: 12px;
}

.event-ticket-type-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition:
        background 0.2s,
        border-color 0.2s;
    text-align: left;
}

.event-ticket-type-card:hover:not(.sold-out):not(:disabled) {
    background: rgba(255, 255, 255, 0.1);
}

.event-ticket-type-card.active {
    background: rgba(253, 184, 19, 0.15);
    border-color: #fdb813;
    color: #fdb813;
}

.event-ticket-type-card.sold-out,
.event-ticket-type-card:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.event-ticket-type-card-name {
    flex: 1;
    font-weight: 600;
}

.event-ticket-type-card-prices {
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-ticket-price-old {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.875rem;
}

.event-ticket-price-current {
    font-weight: 700;
    color: #fdb813;
}

.event-ticket-sold-label {
    display: block;
    margin-top: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #dc2626;
}

/* —— Bilet kartları (premium) —— */
.event-ticket-type-row {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    overflow: hidden;
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s ease,
        border-color 0.28s ease;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.event-ticket-type-row::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.event-ticket-type-row:not(.sold-out):hover {
    transform: translateY(-4px);
    box-shadow:
        0 20px 48px rgba(0, 0, 0, 0.5),
        0 0 0 1px color-mix(in srgb, var(--ticket-accent, #fdb813) 35%, transparent);
    border-color: color-mix(in srgb, var(--ticket-accent, #fdb813) 45%, transparent);
}

.event-ticket-type-row-accent {
    height: 3px;
    width: 100%;
    flex-shrink: 0;
    background: linear-gradient(
        90deg,
        var(--ticket-accent, #fdb813),
        color-mix(in srgb, var(--ticket-accent, #fdb813) 60%, #fff)
    );
    box-shadow: 0 0 20px var(--ticket-accent-dim, rgba(253, 184, 19, 0.25));
}

.event-ticket-type-row-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0;
    gap: 0;
}

.event-ticket-type-row.sold-out {
    opacity: 0.72;
    filter: grayscale(0.15);
}

.event-ticket-type-row.sold-out .event-ticket-qty-wrap {
    pointer-events: none;
}

.event-ticket-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #080808;
}

.event-ticket-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
}

.event-ticket-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.event-ticket-type-row:not(.sold-out):hover .event-ticket-media img {
    transform: scale(1.03);
}

.event-ticket-head {
    padding: 20px 22px 18px;
}

.event-ticket-type-name {
    font-family: var(--font-display, "Syne", sans-serif);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0 0 10px;
    color: var(--name-color, #fff);
}

.event-ticket-type-desc {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    letter-spacing: 0.01em;
}

.event-ticket-meta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 18px 22px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(0, 0, 0, 0.2);
}

.event-ticket-price-block,
.event-ticket-stock-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.event-ticket-price-label,
.event-ticket-stock-label {
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.42);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.event-ticket-price {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}

.event-ticket-stock-value {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.2;
}

.event-ticket-stock-value.low-stock {
    color: #fbbf24;
}

.event-ticket-stock-value.sold-out-text {
    color: #f87171;
    font-weight: 700;
}

.event-ticket-qty-row {
    margin-top: 0;
    padding: 0 22px 22px;
}

.event-ticket-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 10px;
}

.event-ticket-qty-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.event-ticket-type-row:not(.sold-out):hover .event-ticket-qty-wrap {
    border-color: rgba(255, 255, 255, 0.16);
}

.event-ticket-qty-btn {
    width: 46px;
    height: 48px;
    flex-shrink: 0;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-ticket-qty-btn:hover:not(:disabled) {
    background: color-mix(in srgb, var(--ticket-accent, #fdb813) 22%, transparent);
    color: #fff;
}

.event-ticket-qty-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.event-ticket-qty-input {
    flex: 1;
    min-width: 0;
    height: 48px;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.event-ticket-qty-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.04);
}

.event-ticket-quantity {
    margin-bottom: 1.25rem;
}

.event-ticket-breakdown {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    padding: 18px 22px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    margin-bottom: 1.5rem;
}

.event-ticket-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.9);
    padding: 6px 0;
}

.event-ticket-total {
    font-weight: 600;
    color: #fff;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.event-ticket-total-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fdb813;
}

.event-ticket-empty {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.event-ticket-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-width: 220px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    background: #fdb813;
    color: #0d0d0d;
    border: none;
    cursor: pointer;
    transition:
        background 0.2s,
        transform 0.2s;
}

.event-ticket-buy:hover:not(:disabled) {
    background: #e5a80f;
    transform: translateY(-2px);
}

.event-ticket-buy-disabled {
    background: #444;
    color: #888;
    cursor: not-allowed;
}

.event-ticket-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 1rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.event-ticket-footer span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.event-similar {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.event-similar .event-section-title {
    margin-bottom: 1.25rem;
}

.event-similar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.event-similar-card {
    display: block;
    background: #282828;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}

.event-similar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.event-similar-img-wrap {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.event-similar-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-similar-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    background: #fdb813;
    color: #0d0d0d;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 6px;
}

.event-similar-body {
    padding: 14px;
}

.event-similar-title {
    font-family: var(--font-display, "Syne", sans-serif);
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-similar-date {
    display: block;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
}

.event-similar-price {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fdb813;
}

@media (max-width: 991.98px) {
    .event-gallery {
        position: static;
    }
    .event-detail-info {
        padding-left: 0;
    }
    .event-ticket-types {
        grid-template-columns: repeat(2, 1fr);
    }
    .event-similar-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .event-features-grid {
        grid-template-columns: 1fr;
    }
    .event-ticket-types {
        grid-template-columns: 1fr;
    }
    .event-ticket-meta-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .event-ticket-box {
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 24px;
        border-radius: 20px;
    }
    .event-ticket-box-accent {
        margin-left: -18px;
        margin-right: -18px;
    }
    .event-similar-grid {
        grid-template-columns: 1fr;
    }
}
