/* Events & Ticket Sales — Figma node 1:5118 */
.gm-hero--tickets .gm-hero-inner {
    max-width: 800px;
}

.gm-hero--tickets .gm-hero-inner p:not(.gm-kicker) {
    max-width: 800px;
}

.gm-search-main.is-tickets .gm-search-btn,
.gm-search-fields .gm-btn.gm-search-btn {
    flex: 0 0 178px;
    width: 178px;
}

.gm-ev-card .gm-es-card-body {
    gap: 0;
    padding: 20px;
}

.gm-ev-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.gm-ev-top h4 {
    margin: 0 0 4px;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #1A1410;
}

.gm-ev-from {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-family: Outfit, sans-serif;
    color: #C9851A;
}

.gm-ev-from span {
    font-size: 13px;
    font-weight: 500;
    color: #6b5e55;
}

.gm-ev-from strong {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.gm-ev-cal {
    flex-shrink: 0;
    width: 56px;
    padding: 8px 6px 10px;
    border-radius: 10px;
    background: #C9851A;
    border: none;
    text-align: center;
    font-family: Outfit, sans-serif;
    color: #fff;
}

.gm-ev-cal small,
.gm-ev-cal em {
    display: block;
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
}

.gm-ev-cal strong {
    display: block;
    margin: 2px 0;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
}

.gm-ev-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #eadfce;
}

.gm-ev-meta {
    min-width: 0;
}

.gm-ev-meta p {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #6b5e55;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gm-ev-meta p:last-child {
    margin-bottom: 0;
}

.gm-ev-ico {
    width: 14px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
    opacity: 0.55;
    filter: none;
}

.gm-ev-ico-time {
    width: 16px;
    height: 16px;
}

.gm-ev-card .gm-es-details {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .gm-search-main.is-tickets {
        flex-wrap: wrap;
    }

    .gm-search-main.is-tickets .gm-field {
        flex: 1 1 calc(50% - 10px);
    }

    .gm-search-main.is-tickets .gm-search-btn {
        flex: 1 1 100%;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .gm-search-main.is-tickets .gm-field {
        flex: 1 1 100%;
    }

    .gm-ev-foot {
        flex-direction: column;
        align-items: stretch;
    }

    .gm-ev-card .gm-es-details {
        width: 100%;
    }
}

.gm-types--tickets .gm-types-title {
    font-style: italic;
    font-weight: 700;
}

.gm-types--tickets .gm-types-row {
    gap: 8px;
}

.gm-types--tickets .gm-type-card strong {
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
}

.gm-types--tickets .gm-type-card small {
    color: #8A8174;
    font-weight: 500;
}

.gm-types--tickets .gm-type-icon img {
    width: 42px;
    height: 42px;
    max-width: 42px;
}

@media (max-width: 1100px) {
    .gm-types--tickets .gm-types-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .gm-types--tickets .gm-type-card {
        flex: 0 0 140px;
    }

    .gm-types--tickets .gm-type-card strong {
        white-space: normal;
    }
}
