.wc-item-meta li{
    display: flex;
    flex-direction: column !important;
    background: #f9f9f9;
    border-left: 4px solid #007cba;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.wc-item-meta-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.wc-item-meta li p {
    margin: 0 0 4px;
    color: #444;
    line-height: 1.4;
}

.wcba-booking-error {
    background: #ffeaea;
    border-left: 4px solid #d63638;
    padding: 10px 12px;
    margin-bottom: 10px;
    color: #d63638;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
}

/* Event slots section styling */
.event-slots-field {
    background: rgba(0, 124, 186, 0.08);
    border: 1px solid rgba(0, 124, 186, 0.35);
    border-radius: 10px;
    padding: 18px 16px;
    margin-top: 20px;
}

.event-slots-field label {
    display: block;
    font-weight: 700;
    color: #005a8b;
    margin-bottom: 10px;
}

#event-available-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 8px;
}

#event-available-slots span {
    font-weight: 600;
    color: #0b3d70;
}

#event-slots-container .button {
    margin-top: 12px;
}

/* Event attendee row styling */
.event-attendee-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
}

.event-attendee-row span {
    padding-top: 6px;
    min-width: 90px;
    font-weight: 600;
    color: #1a3e5c;
}

.event-attendee-row input {
    flex: 1 1 220px;
    min-width: 200px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.event-attendee-row .event-remove-attendee {
    flex-shrink: 0;
    height: 38px;
    padding: 0 14px;
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
}

.event-attendee-row .event-remove-attendee {
    flex-shrink: 0;
    height: 38px;
    width: 38px;
    padding: 0;
    background: #c4371f;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
}

.event-attendee-row .event-remove-attendee:hover {
        background: #ca290d;

    
}

#event-add-attendee {
    background-color: #c87f32;
    color: white;
        padding: 10px;
    border-radius: 4px;
    border: none;

}

#event-add-attendee:hover {
    background-color: #a96928;
}
