/* Theme Name: Hotelft Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of hotelft
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: hotelft
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  hotelft-child
*/

/* Margine verticale tra gli elementi del blocco summary (scheda prodotto) */
.woocommerce.single-product div.product .summary > * {
	margin-bottom: 1.35em;
}

.woocommerce.single-product div.product .summary > *:last-child {
	margin-bottom: 0;
}

.hotelft-other-services-title {
	font-size: 1.1em;
	margin: 0 0 0.6em;
	line-height: 1.3;
}

.hotelft-other-services-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hotelft-other-services-item {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
	margin: 0 0 0.4em;
	line-height: 1.45;
}

.hotelft-other-services-check {
	flex-shrink: 0;
	font-weight: 600;
	line-height: inherit;
}

.hotelft-other-services-text {
	flex: 1;
	min-width: 0;
}
