/**
 * Styles de base du message "aucune offre" du bloc Offres spéciales.
 * Les thèmes enfants peuvent surcharger couleurs, typo et décoration.
 */

.gt-ws-ctv-offres-speciales-query.gt-ws-ctv-offres-empty {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
	min-height: 180px;
	width: 100% !important;
	max-width: 100% !important;
	transform: none !important;
}

.has-background:has(.gt-ws-ctv-offres-empty) {
	overflow: visible !important;
}

.gt-ws-ctv-offres-speciales-query.gt-ws-ctv-offres-empty .swiper-pagination,
.gt-ws-ctv-offres-speciales-query.gt-ws-ctv-offres-empty .swiper-notification,
.gt-ws-ctv-offres-speciales-query.gt-ws-ctv-offres-empty .swiper-button-next,
.gt-ws-ctv-offres-speciales-query.gt-ws-ctv-offres-empty .swiper-button-prev {
	display: none !important;
}

.gt-ws-ctv-offres-speciales-query.gt-ws-ctv-offres-empty .swiper-wrapper {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: none !important;
	height: auto !important;
	min-height: 180px;
	width: 100% !important;
	overflow: visible !important;
}

.gt-ws-ctv-offres-empty-state,
.gt-ws-ctv-offres-speciales-query .wp-block-query-no-results {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	z-index: 2;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	min-height: 180px;
	padding: 2rem 1.5rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px dashed #999;
	border-radius: 8px;
	background: #fff;
	color: #222;
}

.gt-ws-ctv-offres-empty-state__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 0.25rem;
	border-radius: 50%;
	border: 1px solid currentColor;
	color: inherit;
}

.gt-ws-ctv-offres-empty-state__icon svg {
	width: 1.5rem;
	height: 1.5rem;
}

.gt-ws-ctv-offres-empty-state__title,
.gt-ws-ctv-offres-speciales-query .wp-block-query-no-results h3 {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	color: inherit;
}

.gt-ws-ctv-offres-empty-state__text,
.gt-ws-ctv-offres-speciales-query .wp-block-query-no-results p {
	margin: 0;
	max-width: 32rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: inherit;
	opacity: 0.85;
}
