/* Base wrapper */
.elementor-widget-date_badge_d9db6d61 {
    z-index: 10;
    width: auto !important;
}

/* Make parent column relative so position: absolute is bounded correctly */
.elementor-column-wrap,
.elementor-widget-wrap,
.elementor-container {
    position: relative;
}

/* Badge Box styles - removed hardcoded box-shadow */
.db-d9db6d61-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Month text design */
.db-d9db6d61-month {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 2px;
    line-height: 1.1;
    font-family: inherit;
}

/* Day text design */
.db-d9db6d61-day {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    font-family: inherit;
}
