/*!
Theme Name: Best of Remodal landing
Theme URI: http://underscores.me/
Author: Rivo.agency
Version: 1.0.0
Tested up to: 6.7.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
 */

section.contacts {
	padding: 3rem 0; 
}

.contacts-items {
	padding: 0;
	list-style: none;
	font-family: var(--secondary-font);
	alignment-adjust
	display: table;
	border: 1px solid #E0E2E7;
	border-collapse: collapse;
	max-width: 624px;
	margin: auto;
}

.contacts-item {
	padding: 1rem;
}

.contacts-item:not(:last-of-type) {
	border-bottom: 1px solid #E0E2E7;
}

.contacts-item a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.contacts-item a img {
	width: 32px;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: contain;
}

#page .ti-widget[data-layout-id='4'][data-set-id='light-background'] .ti-review-item>.ti-inner {
	border-radius: 0 !important;
}