/*
Theme Name: WP Rock
Author: Eugene Chernomor
Author URL: https://dev-rockets.com/
Description: Theme 2023 is clean and designed for clarity, support automatically checking code quality for JS/SCSS/PHP files. Support generate POT file, Typescript.
Version: 1.2.12
Text Domain: wp-rock
*/

.switch-wrapper-box-line {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media screen and (max-width: 991px) {
    .switch-wrapper-box-line {
        display: block;
    }
}