.att-tour-gallery-widget {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.att-tour-gallery-widget-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.att-tour-gallery-widget-item {
	margin: 0;
	overflow: hidden;
	line-height: 0;
}

.att-tour-gallery-widget-link {
	display: block;
	line-height: 0;
}

.att-tour-gallery-widget-item img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.att-tour-gallery-placeholder {
	padding: 12px 16px;
	background: #f5f5f5;
	border: 1px dashed #ccc;
	color: #555;
}

.att-list-bullet-icon-elementor {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.att-list-bullet-icon-elementor i,
.att-list-bullet-icon-elementor svg {
	width: 1em;
	height: 1em;
	display: block;
}
