@charset "utf-8";
/*
Theme Name: Colortonic2025
Theme URI: 
Description: 
Author: 
Author URI: 
Version: 1.0.0
*/

.colortonic_contact_form .wpcf7-radio{
    display: flex !important;
    flex-wrap: wrap !important;
    grid-column-gap: 0.5rem !important;
    grid-row-gap: 0.5rem !important;
}
    
.post-navigation{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.ct_iframe_wrapper iframe{
    max-width: 100%;
}

@media (max-width: 700px) {
    .post-navigation .btn{
        font-size: 1rem;
        font-weight: 400;
        padding: 0.500rem 1rem;
    }
    .post-navigation .swap-icon .icon{
        font-size: 1rem !important;
    }
}

