.custom-amenities-section {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    color: #333;
}

.section-heading {
    border-left: 5px solid #b39342;
    padding-left: 12px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #b39342;
}

.amenities-list li,
.rules-list li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}

.amenities-list li i {
    color: #b39342;
    margin-right: 8px;
}

.rules-list {
    padding-left: 20px;
    list-style-type: decimal;
}

.season-list .season-item {
    margin-bottom: 12px;
}

.season-date {
    font-weight: 500;
    color: #444;
}

.season-price {
    color: #b39342;
    font-weight: bold;
}