/* Styles for VRO Date Seat Price Card - Tanpa padding, background, border, shadow */
.vro-date-seat-price-card {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.vro-date-seat-list {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 10px;
}
.vro-date-seat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}
.vro-date-seat-row:last-child {
    margin-bottom: 0;
}
.vro-date-seat-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.vro-date-seat-left .fa-calendar-alt {
    font-size: 13.5px;
    color: #3F4752;
}
.vro-date-seat-date {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #3F4752;
}
.vro-date-seat-status {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    padding: 0;
    display: inline-block;
}
.vro-date-seat-status.available {
    color: #1AA3FF;
    background: none;
}
.vro-date-seat-status.full {
    color: #F6404F;
    background: none;
}
.vro-date-seat-row.full {
    opacity: 0.7;
}
.vro-date-seat-price-info {
    margin-top: 10px;
}
/* Hapus .vro-date-seat-price-flex dan .vro-date-seat-price-block jika tidak diperlukan */
.vro-date-seat-price-row {
    /* display: flex; */
    align-items: center;
    gap: 8px;
    min-height: 0;
    margin-bottom: 0;
}
.vro-date-seat-label {
    color: #9CA3AF;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
    display: block;
}
.vro-date-seat-promo {
    color: #111827;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
}
.vro-date-seat-normal {
    color: #9CA3AF;
    font-size: 14px;
    margin-left: auto;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 1.1;
}
.vro-date-seat-hemat {
    color: #25D366;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
}
.vro-breadcrumb {
    font-size: 15px;
    color: #3F4752 !important;
}
.vro-breadcrumb a {
    color: #3F4752 !important;
    text-decoration: none;
    transition: color 0.2s;
}
.vro-breadcrumb a:hover {
    color: #1AA3FF !important;
}
@media (max-width: 600px) {
    .vro-breadcrumb {
        font-size: 13px;
    }
} 