/* ============================================
   Widget : Badge date produit
   Transformation du shortcode [product_date_badge]
   ============================================ */

.cf-wc-date-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    width: 100px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 12px;
    text-align: center;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.cf-wc-date-badge .date-day {
    font-family: 'Cabin', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #d4a574;
    line-height: 1;
    margin-bottom: 4px;
}

.cf-wc-date-badge .date-month {
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #999999;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}
