/* Event Detail Page - biletimGO Style Design */

/* Event Header Section (Dark Background) */
section.event-header-dark {
    background: #1a1a2e !important;
    padding: 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

section.event-header-dark::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: #ed6928 !important;
    z-index: 2 !important;
}

section.event-header-dark::after {
    display: none !important;
}

section.event-header-dark .event-header-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 2.5rem 2rem !important;
    position: relative !important;
    z-index: 1 !important;
    text-align: center !important;
}

section.event-header-dark .event-title-large {
    font-size: 2.5rem !important;
    font-weight: 900 !important;
    color: #ff4444 !important;
    margin: 0 0 2rem 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

section.event-header-dark .event-meta-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 2.5rem !important;
}

section.event-header-dark .meta-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    color: white !important;
    font-size: 1rem !important;
}

section.event-header-dark .meta-item i {
    color: #ff4444 !important;
    font-size: 1.125rem !important;
}

/* Countdown Timer */
section.event-header-dark .countdown-timer {
    display: flex !important;
    justify-content: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}

section.event-header-dark .countdown-item {
    background: #16213e !important;
    border: 2px solid #ff4444 !important;
    border-radius: 50% !important;
    width: 80px !important;
    height: 80px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem !important;
}

section.event-header-dark .countdown-number {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: white !important;
    line-height: 1 !important;
    margin-bottom: 0.25rem !important;
}

section.event-header-dark .countdown-label {
    font-size: 0.625rem !important;
    color: white !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-weight: 500 !important;
}

section.event-header-dark .countdown-expired {
    color: white !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}

/* Ticket Options Section */
section.ticket-options-section {
    background: white !important;
    padding: 3rem 0 !important;
}

section.ticket-options-section .ticket-options-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
}

section.ticket-options-section .section-title {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin-bottom: 2rem !important;
}

/* List View (Like Image) */
section.ticket-options-section .ticket-options-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: white !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

section.ticket-options-section .ticket-option-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 1.25rem 1.5rem !important;
    border-bottom: 1px solid #e5e7eb !important;
    gap: 1.5rem !important;
}

section.ticket-options-section .ticket-option-row:last-child {
    border-bottom: none !important;
}

section.ticket-options-section .ticket-option-left {
    flex-shrink: 0 !important;
}

section.ticket-options-section .ticket-name {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #374151 !important;
}

section.ticket-options-section .ticket-option-right {
    display: flex !important;
    align-items: center !important;
    gap: 2rem !important;
    flex: 1 !important;
    justify-content: flex-end !important;
}

section.ticket-options-section .ticket-price-info {
    display: flex !important;
    align-items: baseline !important;
    gap: 0.5rem !important;
}

section.ticket-options-section .price-label {
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    color: #9ca3af !important;
}

section.ticket-options-section .price-value {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
}

section.ticket-options-section .ticket-action {
    flex-shrink: 0 !important;
}

section.ticket-options-section .btn-buy-ticket {
    background: #ed6928 !important;
    color: white !important;
    border: none !important;
    padding: 0.625rem 1.5rem !important;
    border-radius: 6px !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.2s !important;
    white-space: nowrap !important;
}

section.ticket-options-section .btn-buy-ticket:hover {
    background: #d1581f !important;
}

section.ticket-options-section .btn-sold-out {
    background: white !important;
    color: #ed6928 !important;
    border: 1px solid #ed6928 !important;
    padding: 0.625rem 1.5rem !important;
    border-radius: 6px !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    cursor: not-allowed !important;
    white-space: nowrap !important;
}

section.ticket-options-section .no-tickets {
    text-align: center !important;
    color: #6b7280 !important;
    font-size: 0.9375rem !important;
    padding: 2rem !important;
    background: white !important;
    border-radius: 12px !important;
}

/* Main Content Section */
section.event-main-content {
    background: #f3f4f6 !important;
    padding: 3rem 0 !important;
}

section.event-main-content .event-main-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
}

section.event-main-content .event-content-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 2rem !important;
    align-items: start !important;
}

/* Left Column */
section.event-main-content .event-content-left {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
}

section.event-main-content .event-poster-section {
    background: white !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    padding: 0 0 1.5rem 0 !important;
}

section.event-main-content .event-poster-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Share Buttons - Clean Modern Design */
section.event-main-content .event-share-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: 1.5rem 2rem 0 2rem !important;
}

section.event-main-content .share-btn {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.75rem 1.25rem !important;
    border-radius: 10px !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border: 2px solid !important;
    cursor: pointer !important;
    flex: 1 !important;
    min-width: 120px !important;
    text-align: center !important;
}

section.event-main-content .share-btn i {
    font-size: 1.125rem !important;
}

section.event-main-content .share-btn span {
    line-height: 1.2 !important;
}

section.event-main-content .share-facebook {
    background: transparent !important;
    color: #1877f2 !important;
    border: 2px solid #1877f2 !important;
}

section.event-main-content .share-facebook:hover {
    background: #1877f2 !important;
    color: white !important;
}

section.event-main-content .share-twitter {
    background: transparent !important;
    color: #1da1f2 !important;
    border: 2px solid #1da1f2 !important;
}

section.event-main-content .share-twitter:hover {
    background: #1da1f2 !important;
    color: white !important;
}

section.event-main-content .share-whatsapp {
    background: transparent !important;
    color: #25d366 !important;
    border: 2px solid #25d366 !important;
}

section.event-main-content .share-whatsapp:hover {
    background: #25d366 !important;
    color: white !important;
}

section.event-main-content .share-favorite {
    background: transparent !important;
    color: #ef4444 !important;
    border: 2px solid #ef4444 !important;
}

section.event-main-content .share-favorite:hover {
    background: #ef4444 !important;
    color: white !important;
}

section.event-main-content .share-favorite.active {
    background: #ef4444 !important;
    color: white !important;
    border-color: #ef4444 !important;
}

section.event-main-content .share-favorite.active i {
    color: #fbbf24 !important;
}

section.event-main-content .event-details-section,
section.event-main-content .event-rules-section {
    background: white !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

section.event-main-content .section-title {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin: 0 0 1.5rem 0 !important;
}

section.event-main-content .event-description {
    color: #4b5563 !important;
    line-height: 1.8 !important;
    font-size: 1rem !important;
}

/* Event Rules List (Same style as ticket options) */
section.event-main-content .event-rules-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: white !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 1.5rem !important;
}

section.event-main-content .event-rule-row {
    display: flex !important;
    align-items: flex-start !important;
    padding: 1.25rem 1.5rem !important;
    border-bottom: 1px solid #e5e7eb !important;
    gap: 1rem !important;
}

section.event-main-content .event-rule-row:last-child {
    border-bottom: none !important;
}

section.event-main-content .rule-content {
    flex: 1 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
}

section.event-main-content .rule-content::before {
    content: '●' !important;
    color: #ed6928 !important;
    font-size: 0.875rem !important;
    flex-shrink: 0 !important;
    margin-top: 0.25rem !important;
}

section.event-main-content .rule-text {
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    color: #374151 !important;
    line-height: 1.6 !important;
}

section.event-main-content .event-rules-empty {
    background: white !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    text-align: center !important;
    color: #6b7280 !important;
    font-size: 0.9375rem !important;
    margin-bottom: 1.5rem !important;
}

section.event-main-content .rules-feedback {
    display: flex !important;
    justify-content: flex-start !important;
}

section.event-main-content .btn-feedback {
    background: #9ca3af !important;
    color: white !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 8px !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

section.event-main-content .btn-feedback:hover {
    background: #6b7280 !important;
}


/* Right Column */
section.event-main-content .event-content-right {
    position: sticky !important;
    top: 2rem !important;
}

section.event-main-content .event-detail-info-card {
    background: white !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

section.event-main-content .event-detail-info-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

section.event-main-content .event-detail-info-item {
    display: flex !important;
    gap: 1rem !important;
    align-items: flex-start !important;
}

section.event-main-content .event-detail-info-item i {
    color: #ed6928 !important;
    font-size: 1.25rem !important;
    width: 24px !important;
    flex-shrink: 0 !important;
    margin-top: 0.25rem !important;
}

section.event-main-content .event-detail-info-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
    flex: 1 !important;
}

section.event-main-content .event-detail-info-label {
    font-size: 0.875rem !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
}

section.event-main-content .event-detail-info-value {
    font-size: 0.9375rem !important;
    color: #1f2937 !important;
    font-weight: 500 !important;
}

/* Venue Events Card */
section.event-main-content .venue-events-card {
    background: white !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    margin-top: 2rem !important;
}

section.event-main-content .venue-info {
    margin-bottom: 2rem !important;
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid #e5e7eb !important;
}

section.event-main-content .venue-name {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin: 0 0 0.75rem 0 !important;
}

section.event-main-content .venue-address {
    font-size: 0.9375rem !important;
    color: #6b7280 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

section.event-main-content .venue-address i {
    color: #ed6928 !important;
    font-size: 0.875rem !important;
}

section.event-main-content .venue-events-list {
    margin-top: 1.5rem !important;
}

section.event-main-content .venue-events-title {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin: 0 0 1.25rem 0 !important;
}

section.event-main-content .venue-events-items {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

section.event-main-content .venue-event-item {
    display: block !important;
    padding: 1rem 1.25rem !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: all 0.2s ease !important;
    background: white !important;
    margin-bottom: 0.5rem !important;
}

section.event-main-content .venue-event-item:last-child {
    margin-bottom: 0 !important;
}

section.event-main-content .venue-event-item:hover {
    border-color: #ed6928 !important;
    box-shadow: 0 2px 8px rgba(237, 105, 40, 0.15) !important;
    transform: translateX(4px) !important;
    background: #fef3e7 !important;
}

section.event-main-content .venue-event-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    width: 100% !important;
}

section.event-main-content .venue-event-title {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

section.event-main-content .venue-event-meta {
    display: flex !important;
    flex-direction: row !important;
    gap: 1.5rem !important;
    margin-top: 0.25rem !important;
    flex-wrap: wrap !important;
}

section.event-main-content .venue-event-date,
section.event-main-content .venue-event-time {
    font-size: 0.875rem !important;
    color: #6b7280 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

section.event-main-content .venue-event-date i,
section.event-main-content .venue-event-time i {
    color: #ed6928 !important;
    font-size: 0.75rem !important;
    width: 14px !important;
}

section.event-main-content .venue-event-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 0.5rem !important;
    padding-top: 0.75rem !important;
    border-top: 1px solid #f3f4f6 !important;
}

section.event-main-content .venue-event-price {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #ed6928 !important;
}

section.event-main-content .venue-event-link {
    font-size: 0.875rem !important;
    color: #ed6928 !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    transition: gap 0.2s ease !important;
}

section.event-main-content .venue-event-item:hover .venue-event-link {
    gap: 0.625rem !important;
}

section.event-main-content .venue-event-link i {
    font-size: 0.75rem !important;
    transition: transform 0.2s ease !important;
}

section.event-main-content .venue-event-item:hover .venue-event-link i {
    transform: translateX(2px) !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
    section.event-main-content .event-content-grid {
        grid-template-columns: 1fr !important;
    }
    
    section.event-main-content .event-content-right {
        position: static !important;
    }
    
    section.event-header-dark .event-title-large {
        font-size: 3rem !important;
    }
    
    section.event-header-dark .countdown-item {
        width: 80px !important;
        height: 80px !important;
    }
    
    section.event-header-dark .countdown-number {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    section.event-header-dark {
        padding: 2rem 0 3rem 0 !important;
    }
    
    section.event-header-dark .event-title-large {
        font-size: 2rem !important;
    }
    
    section.event-header-dark .countdown-timer {
        gap: 1rem !important;
    }
    
    section.event-header-dark .countdown-item {
        width: 70px !important;
        height: 70px !important;
    }
    
    section.event-header-dark .countdown-number {
        font-size: 1.2rem !important;
    }
    
    section.event-header-dark .countdown-label {
        font-size: 0.65rem !important;
    }
    
    /* Mobile optimizations */
    section.ticket-options-section .ticket-option-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1rem !important;
        padding: 1rem !important;
    }
    
    section.ticket-options-section .ticket-option-right {
        width: 100% !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1rem !important;
    }
    
    section.ticket-options-section .ticket-price-info {
        width: 100% !important;
    }
    
    section.ticket-options-section .ticket-action {
        width: 100% !important;
    }
    
    section.ticket-options-section .btn-buy-ticket,
    section.ticket-options-section .btn-sold-out {
        width: 100% !important;
        text-align: center !important;
        padding: 0.75rem 1rem !important;
    }
    
    section.event-main-content .venue-event-meta {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }
    
    section.event-main-content .venue-event-footer {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }
}
