.event-sidebar-card{
    background:#08203d;
    border-radius:0px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.event-sidebar-title {
    margin: 0 0 15px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.event-sidebar-item {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.event-sidebar-item.single-event-price {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.event-label {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Cinzel';
}
.event-value {
    font-size: 35px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Cinzel';
    color: #fff;
}
.event-sidebar-acceptance span.sidebar-acceptance-item input[type="checkbox"] {
    width: 15px;
    height: 15px;
    min-width: 18px;
    flex-shrink: 0;
    accent-color: #b8965a;
    cursor: pointer;
}
.event-sidebar-acceptance span.sidebar-acceptance-item span.sidebar-acceptance-item-content {
    color: rgb(255 255 255 / 75%);
}
.event-sidebar-acceptance span.sidebar-acceptance-item span.sidebar-acceptance-item-content a {
    color: rgb(255 255 255 / 75%);
    text-decoration: underline;
}
.event-booking-button {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    background: #fff;
    color: #08203d;
    font-weight: 600;
    transition: .3s;
}
.event-booking-button:hover{
    background:#b8965a;
    color:#fff;
}
.event-booking-note {
    margin-top: 10px;
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}
.event-capacity-note{
    margin-top:10px;
    font-size:14px;
    font-weight:600;
    color:#b42318;
}