/*
Theme Name: VIAN
Theme URI: 
Author: RUWD
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viantheme
Tags: 
*/

.w70 {
  @media (min-width: 1000px) {
    width: 70%;
  }
}

.mobile-text-left {
  @media (max-width: 781px) {
    text-align: left;
  }
}

.wp-block-group.is-vertical.is-position-sticky {
  top: 140px;
}

.wp-block-accordion-heading__toggle-title {
	display: flex;
	align-items: center;
	gap: 1rem;
}