/* 
Theme Name: Beyer Group
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Beyer Group is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: beyer-group
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Remove bottom margin from last paragraph in a text editor widget */

.elementor-widget-text-editor p:last-child {
	margin-bottom:0px ;
}

/* Make horizontal tabs equal width */

selector .e-n-tab-title {
	flex-basis: 0 ;
	flex-grow: 1 ;
}

/* Lists inside Text Widgets */

.elementor-widget-text-editor ul:has(+ p) li:last-child, .elementor-widget-text-editor ol:has(+ p) li:last-child {
  margin-bottom: 16px;
}

/* Square Flipboxes */

.square .elementor-flip-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}