.cranberry-events {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.event-item {
    display: flex;
    align-items: center;
    gap: 25px;
}

.date-box {
   background: #dbe3ea;
   border:2px solid #9b2635;
    border-radius: 12px;
    text-align: center;
    min-width: 120px;
    font-family: Arial, sans-serif;
}

.date-box .month {
    padding: 10px 25px;
     background: #9b2635;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    font-size: 20px;
    font-weight: bold;
}

.date-box .day-range {
    font-size: 32px;
    font-weight: 700;
}

.date-box .year {
    font-size: 20px;
}

.event-content h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
}

.event-content h3 a {
    color: #7d0f1a;
    text-decoration: none;
}

.event-content h3 a:hover {
    text-decoration: underline;
}

.details {
    margin-top: 5px;
    font-size: 20px;
    color: #000;
}
