.--detailed .meeting:has(.meeting__imageWrapper) .meeting__date {
    margin-top: calc(2rem * -1);
}

.meeting__date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 65px;
    min-width: 65px;
    min-height: 65px;
    color: var(--baseLight100);
    margin-inline-end: var(--marginSmall);
    padding: var(--marginExtraSmall);
    background-color: var(--primaryColor500);
    border-radius: calc(var(--borderRadiusSmall) / 4);
}

.meetingDate__day {
    font-size: var(--h6Size);
    font-weight: 700;
    line-height: 1.1;
}

.meetingDate__month {
    font-size: var(--preTitleSize);
    text-transform: uppercase;
}
