/* Keep floating contact actions on the physical left in the RTL site. */
.call-float,
.whatsapp-float,
.snapchat-float {
    right: auto;
    left: 22px;
}

/* Fill the final row alongside the fourteenth destination. */
.tour-discovery__grid > a.is-custom {
    grid-column: span 3;
}

.tour-discovery__grid > a.is-custom h3 {
    max-width: 25ch;
}

.tour-discovery__grid > a.is-custom i {
    color: #8c592f;
}

@media (max-width: 1180px) {
    .tour-discovery__grid > a.is-custom {
        grid-column: auto;
    }
}

@media (max-width: 700px) {
    .call-float,
    .whatsapp-float,
    .snapchat-float {
        left: 16px;
    }
}
