.acf-date-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: 100px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    background: #fff;
    font-family: sans-serif;
    margin: 0 auto;
}
.adc-month {
    background: #c31010;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 0;
    text-transform: uppercase;
}
.adc-day {
    font-size: 42px;
    font-weight: bold;
    color: #002244;
    padding: 10px 0 5px;
    line-height: 1;
}
.adc-year {
    font-size: 16px;
    color: #333;
    padding-bottom: 12px;
    font-weight: bold;
}