.ht-in-ex__trigger-cell {
	text-align: center;
	padding: var(--wp--preset--spacing--xs) 0;
}

.ht-in-ex__trigger {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border: 1px solid var(--wp--preset--color--green-dark);
	border-radius: var(--ht-radius--l);
	background: var(--wp--preset--color--mono-white);
	color: var(--wp--preset--color--green-dark);
	font-weight: 600;
	cursor: pointer;
}

.ht-in-ex__trigger.is-active {
	background: var(--wp--preset--color--green-dark);
	color: var(--wp--preset--color--mono-white);
}

.ht-in-ex__trigger-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
}

.ht-in-ex__trigger.is-active .ht-in-ex__trigger-arrow {
	border-top: none;
	border-bottom: 5px solid currentColor;
}

.ht-in-ex__panel-cell {
	padding: 0;
}

.ht-in-ex__panel {
	padding: var(--wp--preset--spacing--s);
	border-top: 1px solid var(--wp--preset--color--contrast);
}

.ht-in-ex__panel-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: var(--wp--preset--spacing--s);
}

.ht-in-ex__panel-title {
	font-weight: 700;
}

.ht-in-ex__hide {
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: var(--wp--preset--color--green-dark);
}

.ht-in-ex__columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--wp--preset--spacing--l);
}

.ht-in-ex__column-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: var(--wp--preset--spacing--xxs);
}

.ht-in-ex__list,
.ht-in-ex-swiper__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ht-in-ex__list li,
.ht-in-ex-swiper__list li {
	padding: var(--wp--preset--spacing--xxs) 0 var(--wp--preset--spacing--xxs) 24px;
	border-bottom: 1px dashed var(--wp--preset--color--green-dark-30);
}

.ht-in-ex__list li:last-child,
.ht-in-ex-swiper__list li:last-child {
	border-bottom: none;
}

.ht-in-ex__list--include li {
	background: url('../assets/images/icon-include.svg') no-repeat left 4px top 12px;
}

.ht-in-ex__list--exclude li {
	background: url('../assets/images/icon-exclude.svg') no-repeat left 2px top 10px;
}

/** Mobile swiper */
.ht-in-ex-swiper {
	margin-top: var(--wp--preset--spacing--s);
}

.ht-in-ex-swiper__tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: var(--ht-radius--l);
	padding: 4px;
}

.ht-in-ex-swiper__tab {
	padding: 12px;
	border: none;
	background: transparent;
	border-radius: var(--ht-radius--l);
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	color: var(--wp--preset--color--contrast);
}

.ht-in-ex-swiper__tab.is-active {
	background: var(--wp--preset--color--primary);
}

.ht-in-ex-swiper__panel {
	padding: var(--wp--preset--spacing--s) 0;
}


.ht-in-ex-swiper__panel[data-panel="include"] .ht-in-ex-swiper__list li {
	background: url('../assets/images/icon-include.svg') no-repeat left 4px top 12px;
}

.ht-in-ex-swiper__panel[data-panel="exclude"] .ht-in-ex-swiper__list li {
	background: url('../assets/images/icon-exclude.svg') no-repeat left 2px top 10px;
}
