/* Event Shop Display */
.event-shop-info {
    margin: 10px 0;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 5px;
    border-left: 3px solid #2271b1;
}

.event-shop-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px 0;
    color: #555;
    font-size: 14px;
}

.event-shop-date svg {
    flex-shrink: 0;
}

.event-shop-seats {
    margin: 8px 0;
}

.event-shop-seats span {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
}

.seats-available {
    background: #d4edda;
    color: #155724;
}

.seats-limited {
    background: #fff3cd;
    color: #856404;
}

.seats-critical {
    background: #f8d7da;
    color: #721c24;
}

.seats-sold-out {
    background: #e9ecef;
    color: #6c757d;
}

.event-price-range {
    margin: 8px 0 0 0;
    font-weight: 600;
    color: #2271b1;
    font-size: 16px;
}

/* Event View Details Button */
.event-view-details {
    background: #2271b1 !important;
    color: #fff !important;
}

.event-sold-out {
    background: #6c757d !important;
    color: #fff !important;
    cursor: not-allowed !important;
}

/* Event Single Product */
.event-booking-container.single-product {
    margin: 30px 0;
}

.event-single-date {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f0f6ff;
    border-radius: 5px;
    border-left: 4px solid #2271b1;
    margin-bottom: 20px;
    color: #333;
}

.booking-section.single-product {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}

.booking-title {
    margin-top: 0;
    color: #2271b1;
    font-size: 20px;
}

.ticket-type.single-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    transition: all 0.2s;
}

.ticket-type.single-product:hover {
    border-color: #2271b1;
    box-shadow: 0 2px 8px rgba(34, 113, 177, 0.1);
}

.ticket-info h4 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 16px;
}

.ticket-price {
    margin: 5px 0;
    color: #2271b1;
    font-weight: 600;
    font-size: 18px;
}

.ticket-availability {
    margin: 5px 0 0 0;
    font-size: 13px;
}

.ticket-availability .available {
    color: #155724;
    font-weight: 600;
}

.ticket-availability .limited {
    color: #856404;
    font-weight: 600;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-btn {
    width: 36px;
    height: 36px;
    border: 2px solid #2271b1;
    background: #fff;
    color: #2271b1;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: #2271b1;
    color: #fff;
}

.qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.qty-input {
    width: 60px;
    height: 36px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

/* Booking Summary */
.booking-summary.single-product {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #2271b1;
}

.total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.price-amount::before {
    content: attr(data-currency);
}

.book-now-btn {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
}

.booking-message {
    margin-top: 15px;
    padding: 12px;
    border-radius: 4px;
    font-weight: 600;
}

.booking-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.booking-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Event Sold Out Notice */
.event-sold-out-notice {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #6c757d;
}

.event-sold-out-notice h3 {
    color: #6c757d;
    margin-top: 0;
}

/* Cart Event Badge */
.event-badge {
    display: inline-block;
    background: #2271b1;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
}

/* Event Cart Placeholder */
.event-cart-placeholder {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
}

/* Admin Styles */
.seat-category-row {
    position: relative;
}

.eventano-remove-category {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.eventano-remove-category:hover {
    background: #c82333 !important;
    border-color: #bd2130 !important;
}

.eventano-add-category {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}

.eventano-add-category:hover {
    background: #218838 !important;
    border-color: #1e7e34 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .ticket-type.single-product {
        flex-direction: column;
        gap: 15px;
    }

    .quantity-selector {
        width: 100%;
        justify-content: center;
    }

    .total-price {
        font-size: 20px;
    }
}
