.ec-4906d9c6-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    flex-wrap: wrap;
    gap: 15px;
}

.ec-4906d9c6-date-details-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1 1 auto;
}

.ec-4906d9c6-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #6a7c46;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 60px;
}

.ec-4906d9c6-day {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.ec-4906d9c6-month {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2px;
}

.ec-4906d9c6-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ec-4906d9c6-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.ec-4906d9c6-subtitle {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.ec-4906d9c6-btn {
    display: inline-block;
    background-color: #f7edd0;
    color: #8c7333;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

@media (max-width: 767px) {
    .ec-4906d9c6-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .ec-4906d9c6-date-details-wrap {
        align-items: flex-start;
    }
    .ec-4906d9c6-action {
        text-align: right;
    }
}