.pricing-table .cabin-photo img {
    width: 100%;
    max-height: 219px;
    aspect-ratio: 16/9;
}
.pricing-table li.title {
    background-color: #fdf5f2;
    color: #572316;
    font-weight: bold;
}
.pricing-table li.bullet-item {
    background-color: #fdf5f2;
    color: #572316;
    text-align: left;
    border-bottom: 0;
    padding: 0 0 1rem 1rem;
    font-size: 1rem;
}
.pricing-table li.cta-button {
    background-color: #fdf5f2;
    padding: 0;
}
.pricing-table .cta-button .button {
    background-color: #2a160f;
    color: #e0cfad;
    margin: 0;
    width: 100%;
}
.amenity-legend {
    background-color: #2a160f;
    color: #e0cfad;
    line-height: 46px;
}
.amenity-legend li:last-child {
    margin-right: 1.375rem;
}
.amenity-legend li.title {
    font-size: 1.25rem;
}
.inline-list.amenity-legend > li > img {
    display: inline;
    margin-right: 0.25rem;
}
.cabin-link {
    cursor: pointer;
}
.select2-container {
    width: 100% !important;
}
