/**
 * Glossary list — aligns with target .glossary-* layout.
 */

.jdw-ee-gl {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	row-gap: 4rem;
}

.jdw-ee-gl *,
.jdw-ee-gl *::before,
.jdw-ee-gl *::after {
	box-sizing: border-box;
}

.jdw-ee-gl__filter {
	padding-left: 5rem;
	padding-right: 5rem;
	width: 100%;
}

.jdw-ee-gl__search {
	width: 100%;
	height: 56px;
	padding: 0 1rem 0 3rem;
	border: 1px solid #707070;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%23707070' stroke-width='2'/%3E%3Cpath stroke='%23707070' stroke-width='2' stroke-linecap='round' d='M20 20l-3.5-3.5'/%3E%3C/svg%3E");
	background-position: 1rem center;
	background-repeat: no-repeat;
	background-size: 20px;
	font-size: 16px;
	font-family: inherit;
	color: #161616;
	outline: none;
}

.jdw-ee-gl__search::placeholder {
	color: rgba(0, 0, 0, 0.54);
	font-size: 16px;
}

.jdw-ee-gl__search:focus {
	border-color: #f65e1e;
}

.jdw-ee-gl__inner {
	display: flex;
	flex-direction: column;
	row-gap: 5rem;
	width: 100%;
}

.jdw-ee-gl__letter-group {
	display: flex;
	flex-direction: column;
	row-gap: 1.625rem;
}

.jdw-ee-gl__letter-heading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 2rem;
	padding: 0.5rem 5rem 1.625rem;
	border-bottom: 1px solid #bdbaba;
}

.jdw-ee-gl__letter {
	font-size: 14px;
	font-weight: 600;
	color: #161616;
	line-height: 1.2;
}

.jdw-ee-gl__words {
	display: flex;
	flex-direction: column;
	row-gap: 0;
}

.jdw-ee-gl__item {
	border-bottom: 1px solid #bdbaba;
	padding-bottom: 1.625rem;
	padding-top: 1.625rem;
}

.jdw-ee-gl__item:first-child {
	padding-top: 0;
}

.jdw-ee-gl__item.is-hidden {
	display: none;
}

.jdw-ee-gl__letter-group.is-hidden {
	display: none;
}

.jdw-ee-gl__copy {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	column-gap: 1rem;
	row-gap: 1rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.jdw-ee-gl__title {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	color: #161616;
	font-family: "Trim Poster", sans-serif;
}

.jdw-ee-gl__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 10px 18px;
	border: 1px solid #f65e1e;
	color: #f65e1e;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	background: transparent;
	transition: background-color 0.2s ease, color 0.2s ease;
}

body .elementor-widget-jdw-ee-glossary-list .jdw-ee-gl .jdw-ee-gl__link:hover,
body .elementor-widget-jdw-ee-glossary-list .jdw-ee-gl .jdw-ee-gl__link:focus {
	background-color: #f65e1e;
	border-color: #f65e1e;
	color: #fff;
}

.jdw-ee-gl__empty {
	padding: 0 5rem;
	color: #707070;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

@media screen and (max-width: 991px) {
	.jdw-ee-gl__filter,
	.jdw-ee-gl__letter-heading,
	.jdw-ee-gl__copy,
	.jdw-ee-gl__empty {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.jdw-ee-gl__search {
		padding-left: 3rem;
		background-position: 0.75rem center;
	}

	.jdw-ee-gl__copy {
		flex-flow: column;
		justify-content: space-between;
		align-items: flex-start;
		row-gap: 1rem;
	}

	.jdw-ee-gl__title {
		font-size: 24px;
	}
}

@media screen and (max-width: 479px) {
	.jdw-ee-gl {
		row-gap: 3rem;
	}

	.jdw-ee-gl__inner {
		row-gap: 3rem;
	}

	.jdw-ee-gl__filter,
	.jdw-ee-gl__letter-heading,
	.jdw-ee-gl__copy,
	.jdw-ee-gl__empty {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.jdw-ee-gl__title {
		font-size: 22px;
	}
}
