.leave-with-container-b36be0c4 {
    width: 100%;
}

.leave-with-title-b36be0c4 {
    font-size: 1rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.leave-with-list-b36be0c4 {
    display: flex;
    flex-direction: column;
}

.leave-with-item-b36be0c4 {
    display: flex;
    align-items: flex-start;
    padding: 2rem 0;
    border-top: 1px solid #e5e5e5;
}

.leave-with-item-b36be0c4:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.leave-with-numeral-b36be0c4 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #b8860b;
    font-size: 1.4rem;
    width: 80px;
    flex-shrink: 0;
}

.leave-with-text-b36be0c4 {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #1a1a1a;
    flex-grow: 1;
}

.leave-with-text-b36be0c4 p {
    margin: 0 0 1rem 0;
}

.leave-with-text-b36be0c4 p:last-child {
    margin: 0;
}

@media (max-width: 767px) {
    .leave-with-item-b36be0c4 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem 0;
    }
    .leave-with-numeral-b36be0c4 {
        width: auto;
    }
}
