.lwd-practice-duration li {
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lwd-practice-duration {
    padding: 0px !important;
}

.lwd-event-sessions,
ul.lwd-practice-duration li svg {
    vertical-align: middle;
}

ul.lwd-event-sessions {
    list-style-type: none;
    padding: 0px;
}

li.lwd-session-item svg,
li.lwd-session-item span {
    vertical-align: middle;
}

.lwd-practice-duration li,
.lwd-event-sessions li {
    color: #000000;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lwd-practice-duration,
.lwd-event-sessions {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Payment Status Styles */
.payment-status-paid {
    color: #28a745;
    font-weight: 600;
}

.payment-status-unpaid {
    color: #dc3545;
    font-weight: 600;
}

.payment-status-refunded,
.payment-status-partially-refunded {
    color: #ffc107;
    font-weight: 600;
}

/* Order Status Styles */
.order-status-processing,
.order-status-completed {
    color: #007bff;
    font-weight: 500;
}

.order-status-pending,
.order-status-on-hold {
    color: #ffc107;
    font-weight: 500;
}

.order-status-cancelled,
.order-status-refunded {
    color: #dc3545;
    font-weight: 500;
}

/* Registrant Details Styling for Lightworker Dashboard - Unique Classes */
.lwd-order-registrant-details-section {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08) !important;
    margin-bottom: 30px !important;
}

.lwd-registrant-section-title {
    font-size: 24px !important;
    color: #2c3e50 !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 3px solid #73ab8a !important;
    font-weight: 600 !important;
}

.lwd-order-registrants-data-table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin-top: 20px !important;
    border: 2px solid #dee2e6 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #fff !important;
}

.lwd-registrant-table-header-row {
    background: linear-gradient(135deg, #73ab8a 0%, #8B5FBF 100%) !important;
}

.lwd-registrant-table-header-cell {
    background: transparent !important;
    padding: 18px 20px !important;
    text-align: left !important;
    font-weight: 700 !important;
    color: #fff !important;
    border-bottom: none !important;
    border-right: 1px solid rgba(255,255,255,0.2) !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.lwd-registrant-table-header-cell:last-child {
    border-right: none !important;
}

.lwd-registrant-table-body {
    background: #fff !important;
}

.lwd-registrant-table-data-row {
    transition: all 0.3s ease !important;
    background: #fff !important;
}

.lwd-registrant-table-data-row:nth-child(even) {
    background: #f8f9fa !important;
}

.lwd-registrant-table-data-row:hover {
    background: #e9f5ef !important;
    transform: scale(1.01) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

.lwd-registrant-table-data-cell {
    padding: 18px 20px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    border-right: 1px solid #f0f0f0 !important;
    color: #2c3e50 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    vertical-align: middle !important;
}

.lwd-registrant-table-data-cell:last-child {
    border-right: none !important;
}

.lwd-registrant-table-data-cell a {
    color: #73ab8a !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.lwd-registrant-table-data-cell a:hover {
    color: #8B5FBF !important;
    text-decoration: underline !important;
}

.lwd-registrant-table-data-row:last-child .lwd-registrant-table-data-cell {
    border-bottom: none !important;
}

.lwd-registrant-product-item {
    margin-bottom: 30px !important;
}

.lwd-registrant-product-title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
    color: #495057 !important;
    font-weight: 600 !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #e9ecef !important;
}

.lwd-registrant-product-item p {
    margin: 10px 0 !important;
    color: #6c757d !important;
    line-height: 1.8 !important;
    font-size: 14px !important;
}

.lwd-registrant-product-item p strong {
    color: #2c3e50 !important;
    margin-right: 10px !important;
    font-weight: 600 !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .lwd-order-registrant-details-section {
        padding: 20px 15px !important;
    }
    
    .lwd-order-registrants-data-table {
        font-size: 13px !important;
    }
    
    .lwd-registrant-table-header-cell,
    .lwd-registrant-table-data-cell {
        padding: 14px 12px !important;
        font-size: 13px !important;
    }
    
    .lwd-registrant-product-item {
        margin-bottom: 20px !important;
    }
    
    .lwd-registrant-section-title {
        font-size: 20px !important;
    }
}
