/* Apartment plans inside Vila pages */

.villa-apartment-plan {
    width: 100%;
    margin: 72px 0 0 !important;
}

.villa-apartment-plan-link {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(96, 72, 42, .14);
    box-shadow: 0 18px 48px rgba(42, 32, 20, .10);
}

.villa-apartment-plan img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .villa-apartment-plan {
        margin-top: 56px !important;
    }

    .villa-apartment-plan-link {
        border-radius: 20px;
    }

}


/* Stronger selector because global figure reset uses margin: 0 !important. */
.villa-features-grid + .villa-apartment-plan {
    margin-top: 72px !important;
}

@media (max-width: 768px) {
    .villa-features-grid + .villa-apartment-plan {
        margin-top: 56px !important;
    }
}
