.sleek-event-details {
    margin: 20px 0;
    padding: 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-family: "Work Sans", "Segoe UI", sans-serif;
}

.sleek-detail-row {
    margin-bottom: 8px;
    font-size: 0.95em;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0f172a;
}

.sleek-detail-row .dashicons {
    color: #1e293b;
    /* Darker icon */
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* Minimal timer */
.sleek-countdown-wrapper {
    background: #ffffff;
    color: #0f172a;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.sleek-countdown-wrapper h3 {
    color: #64748b;
    margin-top: 0;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

#sleek-countdown-timer {
    font-size: 2.5em;
    font-weight: 300;
    font-family: "Work Sans", "Segoe UI", sans-serif;
    color: #0f172a;
    line-height: 1.2;
}

.sleek-extra-info {
    font-size: 0.9em;
    color: #64748b;
    margin-top: 10px;
    padding-left: 28px;
    /* Indent to align with text above */
}

.sleek-sales-end-notice {
    color: #94a3b8;
    margin-top: 10px;
    display: block;
}

.sleek-sales-status {
    padding: 10px 12px;
    border-radius: 10px;
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
    font-weight: 600;
}
