/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.tarieven-title div {
    background: linear-gradient(90deg, #01afff 0, #9add45 100%);
    border-radius: 15px 15px 0 0;
    padding: 0;
    margin-top: 5px;
}
@media (max-width: 575px) {

    .destination-grid {
        grid-template-columns: 1fr;
    }

    .destination-tabs {
        gap: 8px;
    }
}
