/* 
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 */

.gfield.gfield--type-repeater.gf_field_repeater_dogs .gfield_repeater_item {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
	padding: 20px;
	border-radius: 20px;
	background-color: #f7f7f7;
}

.gfield.gfield--type-repeater.gf_field_repeater_dogs .gfield_repeater_item .gfield_repeater_cell {
	margin: 0;
}

.gfield.gfield--type-repeater.gf_field_repeater_dogs .gfield_repeater_item .gfield_repeater_cell:nth-child(1),
.gfield.gfield--type-repeater.gf_field_repeater_dogs .gfield_repeater_item .gfield_repeater_cell:nth-child(2),
.gfield.gfield--type-repeater.gf_field_repeater_dogs .gfield_repeater_item .gfield_repeater_cell:nth-child(4),
.gfield.gfield--type-repeater.gf_field_repeater_dogs .gfield_repeater_item .gfield_repeater_cell:nth-child(5) {
	width: 40%;
	min-width: 150px;
	flex-grow: 1;
}

.gfield.gfield--type-repeater.gf_field_repeater_dogs .gfield_repeater_item .gfield_repeater_cell:nth-child(3) {
	width: 100%;
}

.gfield.gfield--type-repeater.gf_field_repeater_dogs .gfield_repeater_item .gfield_repeater_buttons {
	width: 100%;
}