/*
 Theme Name:   Saidot Citizen Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Citizen UI theme for Wordpress
 Author:       LabZone s.r.o.
 Author URI:   http://labzone.sk/en
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  saidot-citizen
*/
#site-content .entry-content > .elementor {
	max-width: 100%;
	width: 100%;
}
#site-content .entry-content > .elementor .elementor-element {
	margin: 0;
	width: 100%;
}

#site-content .entry-content > .elementor .elementor-element h2{
	margin: 0 auto 21px;
}
#site-content .entry-content > .elementor .elementor-element .small-p p{
	font-size:14px;
}

#site-content .entry-content > .elementor .elementor-element .system-service-link {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	font-size: 16px;
	
	& a {
		text-decoration: underline;
	}
}
.flip-vertical {
    transform: scaleY(-1);
}
