.boxed .ticket-booking {
    width: 783px;
    font-family: 'Poppins', sans-serif;
}
.ticket-booking {
    font-family: 'Poppins', sans-serif;
}

.ticket-booking__title {
    font-size: 24px;
    color: #2E383F;
    margin-top: 5px;
    margin-left: 15px;
}
.ticket-meta-partenaire {    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;}
    .ticket-partenaires {}
    .partenaire_logo {    margin: 0px 10px 10px 0px;border-radius: 10px;width:40px;height:40px;}
.visit-type__title {
    font-size: 14px;
    color: #586066;
    text-align: center;
    margin-bottom: 24px;
}
.visit-type {    max-width: 670px;
    margin: auto;
    text-align: left;
    margin-top: 15px;}
.ticket-options {
    display: inline-block;
    margin-bottom: 5px;
}
.ticketsOptionContent {text-align: center;
    max-width: 670px;
    margin: auto;}
.ticket-option {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 5px 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    cursor: pointer;    margin:0 5px 0 0;
}

.ticket-option--selected {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.ticket-option__title {
    font-size: 12px;
    color: #71717A;
    text-align: center;
}

.ticket-option--selected .ticket-option__title {
    color: #2E383F;
    font-weight: 500;
}

.ticket-selection {
    margin-bottom: 24px;
}

.ticket-selection__title {
    font-size: 18px;
    color: #2E383F;
    text-align: left;
    margin-bottom: 5px;
    font-family: Poppins;
}
.meta_resultats_recherche {    font-size: 10px;
    text-align: left;
    display: block;
    margin-bottom: 5px;
    font-style: italic;}
.meta_resultats_recherche strong {font-weight: 300;}

.ticket-info {
    display: grid;
    gap: 12px;
}

.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ticket-title {
    font-size: 20px;
    font-weight: 500;
    color: #2E383F;
    margin-right: 24px;
    text-align: left;
}

.ticket-price-tag {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 8px 16px;
}

.ticket-price-tag .original {
    color: #D9D9D9;
    text-decoration: line-through;
    margin-right: 8px;
}

.ticket-price-tag .current {
    color: #2E383F;
    font-weight: 500;
}

.ticket-price-tag .arrow {
    margin-left: 8px;
    color: #2E383F;
}

.ticket-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ticket-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating-score {
    font-weight: 500;
}

.rating-stars {
    color: #FFD600;
}

.rating-count {
    color: #71717A;
}

.ticket-tags {
    display: flex;
    gap: 8px;
}

.ticket-tag {
    padding: 4px 12px;
    border: 1px solid currentColor;
    border-radius: 4px;
    font-size: 12px;
    color: #71717A;
}

.ticket-vendor {
    font-size: 14px;
    color: #71717A;
    text-align: right;
}

.show-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    font-size: 14px;
    color: #2E383F;
    text-decoration: underline;
    cursor: pointer;
}

.show-more span {
    color: #C6502E;
}
