/**
 * Händelse Datum Shortcode Styles
 */

.ifous-handelse-datum {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    width: fit-content;
}

.ifous-handelse-datum__year {
    font-size: 0.85em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
}

.ifous-handelse-datum__date {
    display: flex;
    align-items: baseline;
    gap: 0.3em;
    margin-bottom: 8px;
}

.ifous-handelse-datum__day {
    font-size: 3em;
    font-weight: 800;
    line-height: 1;
}

.ifous-handelse-datum__month {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ifous-handelse-datum__time {
    font-size: 0.95em;
    line-height: 1;
}

.ifous-handelse-datum__separator {
    display: block;
    width: 24px;
    height: 2px;
    background-color: currentColor;
    opacity: 0.3;
    margin: 8px 0;
}
