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

.no-p-margin-bottom,
.no-p-margin-bottom p {
	margin-bottom: 0;
}

.acf_repeater_icon_list .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.acf_repeater_icon_list .elementor-icon-list-text {
	font-size: 19px !important;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  	font-weight: var( --e-global-typography-text-font-weight );
	color: var(--e-global-color-text) !important;
}

.acf_repeater_icon_list .elementor-icon-list-icon {
	display: flex;
  	inset-block-start: var(--icon-vertical-offset,initial);
  	position: relative;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

.acf_repeater_icon_list .elementor-icon-list-item {
	margin-bottom: 7px;
	gap: 10px;
}

.acf_repeater_icon_list .elementor-icon-list-item, 
.acf_repeater_icon_list .elementor-icon-list-item a {
  align-items: start;
  display: flex;
  font-size: inherit;
}

table tbody > tr:nth-child(2n+1) > td, 
table tbody > tr:nth-child(2n+1) > th {
  background-color: transparent !important;
}

table td, 
table th {
	padding: 6px 10px;
}