/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child 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: hello-elementor-child
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 */


.acf-repeater-list {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.acf-repeater-item {
    width: 25%;
    padding: 20px;
    text-align: center;
	order: 1;

}
.badge-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 110px;
    transform: translate(50%, -50%);
}
.acf-repeater-item.active {
    width: 100%;
	order: 0;
}

@media (max-width: 767px) {
	.acf-repeater-item {
    width: 50%;
	}
}

.elementor-message.elementor-message-success.elementor-message-svg {
    background: var(--e-global-color-7e378bf);
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
}

.elementor-message-svg:before {
    height: 1.3em;
    width: 1.3em;
    background-color: #fff;
    border-radius: 50px;
}

.elementor-form:has(.elementor-message-success) .elementor-form-fields-wrapper,
.elementor-form:has(.elementor-message-success) .elementor-button {
  display: none !important;
}