/* Promoted Events Widget — calendar-icon card grid */

.deckcms-promoted-events {
    display: grid;
    /* grid-template-columns is set by Elementor responsive control */
}

.deckcms-promoted-event {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.deckcms-promoted-event__badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e5e7eb;
    border-radius: 6px;
    padding: 8px 20px 6px;
    margin-bottom: 10px;
    min-width: 70px;
}

.deckcms-promoted-event__month {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
    line-height: 1.2;
}

.deckcms-promoted-event__day {
    font-size: 28px;
    font-weight: 700;
    color: #374151;
    line-height: 1.2;
}

.deckcms-promoted-event__title {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    line-height: 1.4;
    max-width: 180px;
}
