.elementor-widget-shortcode.elpoble-news-filter-widget,
.elementor-widget-shortcode.elpoble-news-filter-widget > .elementor-widget-container,
.elementor-shortcode.elpoble-news-filter-shortcode,
.elpoble-news-filter-root {
	box-sizing: border-box;
	max-width: none;
	min-width: 0;
	width: 100%;
}

.elpoble-news-filter-root,
.elpoble-news-filter-root * {
	box-sizing: border-box;
}

.elpoble-news-filter-root {
	--epnews-accent: #c39001;
	--epnews-accent-strong: #a11216;
	--epnews-ink: #1f252d;
	--epnews-muted: #54595f;
	--epnews-line: #d9dde2;
	--epnews-soft: #f6f6f6;
	--epnews-panel-head: #e8edf1;
	color: var(--epnews-ink);
	display: block;
	font-family: Verdana, Geneva, sans-serif;
}

.elpoble-news-filter-root [hidden] {
	display: none !important;
}

.elpoble-news-filter-root a {
	transition: color 140ms ease;
}

.elpoble-news-filter-root a:focus-visible,
.elpoble-news-filter-root button:focus-visible,
.elpoble-news-filter-root input:focus-visible,
.elpoble-news-filter-root select:focus-visible {
	outline: 2px solid var(--epnews-accent-strong);
	outline-offset: 2px;
}

.elpoble-news-filter-root .epnews-frame {
	display: grid;
	gap: 30px;
	width: 100%;
}

.elpoble-news-filter-root .epnews-frame.is-sheet-open .epnews-results {
	pointer-events: none;
}

.elpoble-news-filter-root .epnews-mobile-filter-trigger {
	display: none;
}

.elpoble-news-filter-root .epnews-panel {
	background: #fff;
	border: 1px solid var(--epnews-line);
	width: 100%;
}

.elpoble-news-filter-root .epnews-panel-head {
	background: var(--epnews-accent);
}

.elpoble-news-filter-root .epnews-panel-toggle {
	align-items: center;
	background: var(--epnews-accent);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: Poppins, Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.2;
	min-height: 66px;
	padding: 16px 24px;
	text-align: left;
	width: 100%;
}

.elpoble-news-filter-root .epnews-panel-toggle:hover {
	background: var(--epnews-accent);
	color: #fff;
}

.elpoble-news-filter-root .epnews-panel-toggle-title {
	min-width: 0;
}

.elpoble-news-filter-root .epnews-panel-toggle-action {
	align-items: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	color: var(--epnews-accent);
	display: inline-flex;
	flex: 0 0 auto;
	font-family: Poppins, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 700;
	min-height: 34px;
	justify-content: center;
	line-height: 1;
	padding: 8px 14px;
	white-space: nowrap;
}

.elpoble-news-filter-root .epnews-panel-toggle:hover .epnews-panel-toggle-action {
	background: #fff;
	border-color: #fff;
	color: var(--epnews-accent);
}

.elpoble-news-filter-root .epnews-panel-body {
	height: auto;
	opacity: 1;
	overflow: hidden;
	transition: height 240ms ease-in-out, opacity 240ms ease-in-out;
}

.elpoble-news-filter-root .epnews-panel-body.is-closed {
	opacity: 0;
	pointer-events: none;
}

.elpoble-news-filter-root .epnews-panel-body-inner {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
	padding: 24px;
}

.elpoble-news-filter-root .epnews-fields {
	display: grid;
	gap: 20px;
}

.elpoble-news-filter-root .epnews-field {
	color: var(--epnews-muted);
	display: grid;
	font-size: 17px;
	gap: 8px;
	line-height: 1.3;
	outline: 0;
}

.elpoble-news-filter-root .epnews-field:focus,
.elpoble-news-filter-root .epnews-field:focus-within {
	outline: 0 !important;
}

.elpoble-news-filter-root .epnews-select,
.elpoble-news-filter-root .epnews-input {
	appearance: auto;
	background: #fff;
	border: 1px solid #72777d;
	border-left: 8px solid var(--epnews-accent);
	border-radius: 0;
	color: var(--epnews-ink);
	font: inherit;
	min-height: 32px;
	padding: 4px 10px;
	width: 100%;
}

.elpoble-news-filter-root .epnews-select {
	min-width: 230px;
}

.elpoble-news-filter-root .epnews-field:focus-within .epnews-select,
.elpoble-news-filter-root .epnews-field:focus-within .epnews-input {
	border-bottom-color: var(--epnews-accent-strong);
	border-left-color: var(--epnews-accent);
	border-right-color: var(--epnews-accent-strong);
	border-top-color: var(--epnews-accent-strong);
}

.elpoble-news-filter-root .epnews-select:focus,
.elpoble-news-filter-root .epnews-input:focus {
	border-bottom-color: var(--epnews-accent-strong);
	border-left-color: var(--epnews-accent);
	border-right-color: var(--epnews-accent-strong);
	border-top-color: var(--epnews-accent-strong);
	box-shadow: 0 0 0 2px var(--epnews-accent-strong);
	outline: 0 !important;
	outline-offset: 0;
}

.elpoble-news-filter-root .epnews-range {
	align-items: end;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.elpoble-news-filter-root .epnews-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 6px;
}

.elpoble-news-filter-root .epnews-button,
.elpoble-news-filter-root .epnews-icon-button {
	align-items: center;
	background: var(--epnews-accent);
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: Poppins, Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.1;
	min-height: 34px;
	padding: 8px 14px;
	text-decoration: none;
	transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.elpoble-news-filter-root .epnews-button:hover,
.elpoble-news-filter-root .epnews-button:focus-visible,
.elpoble-news-filter-root .epnews-button:active,
.elpoble-news-filter-root .epnews-icon-button:hover,
.elpoble-news-filter-root .epnews-icon-button:focus-visible,
.elpoble-news-filter-root .epnews-icon-button:active {
	background: #fdfcf7;
	border-color: var(--epnews-accent);
	color: var(--epnews-accent);
}

.elpoble-news-filter-root .epnews-button-secondary {
	background: #fff;
	border-color: var(--epnews-line);
	color: var(--epnews-ink);
}

.elpoble-news-filter-root .epnews-date-range-picker {
	display: grid;
	gap: 12px;
}

.elpoble-news-filter-root .epnews-date-range-picker h3 {
	color: var(--epnews-ink);
	font-family: Poppins, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.elpoble-news-filter-root .epnews-calendar-nav {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 34px 1fr 34px;
}

.elpoble-news-filter-root .epnews-icon-button {
	border-color: transparent;
	border-radius: 4px;
	font-size: 20px;
	min-height: 30px;
	padding: 4px;
}

.elpoble-news-filter-root .epnews-icon-button:disabled {
	background: #f1f2f4;
	color: #a2a7ad;
	cursor: not-allowed;
	transform: none;
}

.elpoble-news-filter-root .epnews-month-title {
	color: var(--epnews-ink);
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
}

.elpoble-news-filter-root .epnews-months {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elpoble-news-filter-root .epnews-months-1 {
	grid-template-columns: minmax(0, 1fr);
}

.elpoble-news-filter-root .epnews-calendar {
	display: grid;
	gap: 7px;
}

.elpoble-news-filter-root .epnews-calendar-month-title {
	color: var(--epnews-ink);
	font-family: Poppins, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: capitalize;
}

.elpoble-news-filter-root .epnews-weekdays,
.elpoble-news-filter-root .epnews-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.elpoble-news-filter-root .epnews-weekdays span {
	color: var(--epnews-ink);
	font-weight: 600;
	padding: 4px;
	text-align: center;
}

.elpoble-news-filter-root .epnews-day {
	aspect-ratio: 1;
	background: #fff;
	border: 1px solid transparent;
	color: var(--epnews-ink);
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	padding: 4px;
	text-align: center;
}

.elpoble-news-filter-root .epnews-day:hover,
.elpoble-news-filter-root .epnews-day:focus-visible {
	border-color: var(--epnews-accent);
}

.elpoble-news-filter-root .epnews-day.is-selected {
	background: var(--epnews-accent);
	border-color: var(--epnews-accent-strong);
	color: #fff;
	font-weight: 700;
}

.elpoble-news-filter-root .epnews-day.is-in-range {
	background: rgba(195, 144, 1, 0.18);
	border-color: rgba(195, 144, 1, 0.24);
}

.elpoble-news-filter-root .epnews-day.is-range-start,
.elpoble-news-filter-root .epnews-day.is-range-end {
	background: var(--epnews-accent);
	border-color: var(--epnews-accent);
	color: #fff;
}

.elpoble-news-filter-root .epnews-day.is-today:not(.is-selected) {
	text-decoration: underline;
	text-decoration-color: var(--epnews-accent-strong);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.elpoble-news-filter-root .epnews-day.is-other-month {
	background: #fbfbfb;
	border-color: #eef0f2;
	color: #8b9096;
}

.elpoble-news-filter-root .epnews-day:disabled {
	color: #b3b7bc;
	cursor: not-allowed;
}

.elpoble-news-filter-root .epnews-results {
	display: grid;
	gap: 16px;
	width: 100%;
}

.elpoble-news-filter-root .epnews-active {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 1px;
}

.elpoble-news-filter-root .epnews-chip {
	background: #fff;
	border: 1px solid var(--epnews-line);
	border-left: 6px solid var(--epnews-accent);
	border-radius: 999px;
	color: var(--epnews-ink);
	cursor: pointer;
	font: inherit;
	padding: 6px 12px;
}

.elpoble-news-filter-root .epnews-chip::after {
	content: "×";
	font-weight: 700;
	margin-left: 8px;
}

.elpoble-news-filter-root .epnews-status {
	color: var(--epnews-accent);
	font-size: 14px;
	min-height: 20px;
}

.elpoble-news-filter-root .epnews-status.is-loading {
	color: var(--epnews-muted);
}

.elpoble-news-filter-root .epnews-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(var(--epnews-columns, 3), minmax(0, 1fr));
	width: 100%;
}

.elpoble-news-filter-root .epnews-card {
	background: transparent;
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	position: relative;
}

.elpoble-news-filter-root .epnews-card-media {
	background: var(--epnews-soft);
	border-radius: 20px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	display: block;
	height: 320px;
	overflow: hidden;
	width: 100%;
}

.elpoble-news-filter-root .epnews-card-image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 180ms ease;
	width: 100%;
}

.elpoble-news-filter-root .epnews-card:hover .epnews-card-image {
	transform: scale(1.04);
}

.elpoble-news-filter-root .epnews-card-placeholder {
	align-items: center;
	color: var(--epnews-muted);
	display: flex;
	font-size: 15px;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	padding: 20px;
	text-align: center;
}

.elpoble-news-filter-root .epnews-card-body {
	display: grid;
	grid-template-rows: auto auto 1fr;
	padding-top: 16px;
}

.elpoble-news-filter-root .epnews-card-title {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	min-height: 72px;
}

.elpoble-news-filter-root .epnews-card-title a {
	color: #000;
	text-decoration: none;
}

.elpoble-news-filter-root .epnews-card-title a:hover,
.elpoble-news-filter-root .epnews-card-title a:focus-visible {
	color: var(--epnews-accent-strong);
}

.elpoble-news-filter-root .epnews-card-meta {
	display: grid;
	gap: 0;
	margin-top: 31px;
}

.elpoble-news-filter-root .epnews-card-categories {
	color: var(--epnews-accent);
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 14.4px;
	font-weight: 500;
	line-height: 21.6px;
	margin: 0;
}

.elpoble-news-filter-root .epnews-card-category,
.elpoble-news-filter-root .epnews-card-category-separator {
	color: var(--epnews-accent);
	display: inline;
	text-decoration: none;
	white-space: normal;
}

.elpoble-news-filter-root .epnews-card-category:hover,
.elpoble-news-filter-root .epnews-card-category:focus-visible {
	color: var(--epnews-accent-strong);
}

.elpoble-news-filter-root .epnews-card-date {
	color: var(--epnews-accent);
	display: flex;
	flex-wrap: wrap;
	font-family: Verdana, sans-serif;
	font-size: 14.4px;
	font-weight: 500;
	gap: 5px;
	line-height: 21.6px;
	margin-top: 1px;
}

.elpoble-news-filter-root .epnews-card-cta {
	align-self: start;
	color: var(--epnews-muted);
	font-family: Verdana, sans-serif;
	font-size: 14.4px;
	font-weight: 500;
	line-height: 14.4px;
	margin-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
	width: fit-content;
}

.elpoble-news-filter-root .epnews-card-cta:hover,
.elpoble-news-filter-root .epnews-card-cta:focus-visible {
	color: var(--epnews-accent-strong);
}

.elpoble-news-filter-root .epnews-load-more {
	justify-self: center;
	margin-top: 18px;
}

@media (max-width: 900px) {
	.elpoble-news-filter-root .epnews-panel-body-inner {
		grid-template-columns: 1fr;
	}

	.elpoble-news-filter-root .epnews-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 641px) {
	.elpoble-news-filter-root .epnews-card {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (max-width: 640px) {
	.elpoble-news-filter-root .epnews-frame {
		gap: 22px;
	}

	.elpoble-news-filter-root .epnews-mobile-filter-trigger {
		align-items: center;
		background: var(--epnews-accent);
		border: 0;
		color: #fff;
		cursor: pointer;
		display: flex;
		font-family: Poppins, Verdana, Geneva, sans-serif;
		font-size: 20px;
		font-weight: 700;
		justify-content: space-between;
		line-height: 1.2;
		min-height: 58px;
		padding: 13px 16px;
		text-align: left;
		width: 100%;
	}

	.elpoble-news-filter-root .epnews-mobile-filter-trigger:hover,
	.elpoble-news-filter-root .epnews-mobile-filter-trigger:focus-visible {
		background: var(--epnews-accent);
		color: #fff;
	}

	.elpoble-news-filter-root .epnews-mobile-filter-title {
		min-width: 0;
	}

	.elpoble-news-filter-root .epnews-mobile-filter-action {
		align-items: center;
		background: #fff;
		border: 1px solid #fff;
		border-radius: 5px;
		color: var(--epnews-accent);
		display: inline-flex;
		flex: 0 0 auto;
		font-size: 13px;
		font-weight: 700;
		justify-content: center;
		line-height: 1;
		margin-left: 12px;
		min-height: 34px;
		padding: 8px 12px;
		white-space: nowrap;
	}

	.elpoble-news-filter-root .epnews-panel-toggle,
	.elpoble-news-filter-root .epnews-panel-body-inner {
		padding: 16px;
	}

	.elpoble-news-filter-root .epnews-range,
	.elpoble-news-filter-root .epnews-grid,
	.elpoble-news-filter-root .epnews-months {
		grid-template-columns: 1fr;
	}

	.elpoble-news-filter-root .epnews-month-title {
		font-size: 13px;
		line-height: 1.25;
		white-space: normal;
	}

	.elpoble-news-filter-root .epnews-select {
		min-width: 0;
	}

	.elpoble-news-filter-root .epnews-select,
	.elpoble-news-filter-root .epnews-input,
	.elpoble-news-filter-root .epnews-button,
	.elpoble-news-filter-root .epnews-icon-button {
		min-height: 44px;
	}

	.elpoble-news-filter-root .epnews-day {
		font-size: 15px;
		min-height: 40px;
		padding: 2px;
	}

	.elpoble-news-filter-root .epnews-calendar {
		gap: 5px;
	}

	.elpoble-news-filter-root .epnews-weekdays span {
		padding: 2px;
	}

	.elpoble-news-filter-root .epnews-calendar-grid {
		gap: 2px;
	}

	.elpoble-news-filter-root .epnews-card-media {
		height: 320px;
	}

	.elpoble-news-filter-root .epnews-sheet-layer {
		align-items: flex-end;
		display: flex;
		inset: 0;
		justify-content: center;
		padding-top: env(safe-area-inset-top);
		position: fixed;
		z-index: 999999;
	}

	.elpoble-news-filter-root .epnews-sheet-backdrop {
		animation: epnews-backdrop-in 180ms ease-out;
		background: rgba(0, 0, 0, 0.44);
		inset: 0;
		position: absolute;
	}

	.elpoble-news-filter-root .epnews-sheet-layer.is-closing .epnews-sheet-backdrop {
		animation: epnews-backdrop-out 180ms ease-in forwards;
	}

	.elpoble-news-filter-root .epnews-sheet {
		animation: epnews-sheet-in 180ms ease-out;
		background: #fff;
		border-radius: 18px 18px 0 0;
		box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.24);
		display: flex;
		flex-direction: column;
		max-height: calc(100dvh - max(16px, env(safe-area-inset-top)));
		overflow: hidden;
		outline: 0;
		position: relative;
		width: min(100%, 640px);
	}

	.elpoble-news-filter-root .epnews-sheet.is-closing {
		animation: epnews-sheet-out 180ms ease-in forwards;
	}

	.elpoble-news-filter-root .epnews-sheet-head {
		align-items: center;
		background: var(--epnews-accent);
		color: #fff;
		display: flex;
		gap: 14px;
		justify-content: space-between;
		padding: 14px 16px;
	}

	.elpoble-news-filter-root .epnews-sheet-title {
		color: #fff;
		font-family: Poppins, Verdana, Geneva, sans-serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.2;
		margin: 0;
	}

	.elpoble-news-filter-root .epnews-sheet-close {
		align-items: center;
		background: #fff;
		border: 1px solid #fff;
		border-radius: 5px;
		color: var(--epnews-accent);
		cursor: pointer;
		display: inline-flex;
		flex: 0 0 44px;
		font-size: 30px;
		font-weight: 400;
		height: 44px;
		justify-content: center;
		line-height: 1;
		padding: 0;
		width: 44px;
	}

	.elpoble-news-filter-root .epnews-sheet-close:hover,
	.elpoble-news-filter-root .epnews-sheet-close:focus-visible {
		background: #fff;
		border-color: #fff;
		color: var(--epnews-accent);
	}

	.elpoble-news-filter-root .epnews-sheet-body {
		display: grid;
		gap: 16px;
		overflow-y: auto;
		padding: 16px;
		-webkit-overflow-scrolling: touch;
	}

	.elpoble-news-filter-root .epnews-sheet-body .epnews-fields {
		gap: 16px;
	}

	.elpoble-news-filter-root .epnews-sheet-date-summary {
		background: var(--epnews-soft);
		border-left: 6px solid var(--epnews-accent);
		color: var(--epnews-ink);
		font-size: 14px;
		font-weight: 700;
		line-height: 1.3;
		margin: 0;
		padding: 10px 12px;
	}

	.elpoble-news-filter-root .epnews-sheet-date-summary.is-empty {
		color: var(--epnews-muted);
		font-weight: 500;
	}

	.elpoble-news-filter-root .epnews-sheet .epnews-date-range-picker {
		gap: 10px;
	}

	.elpoble-news-filter-root .epnews-sheet .epnews-date-range-picker h3 {
		font-size: 17px;
	}

	.elpoble-news-filter-root .epnews-sheet .epnews-calendar-nav {
		grid-template-columns: 44px minmax(0, 1fr) 44px;
	}

	.elpoble-news-filter-root .epnews-manual-dates {
		border: 1px solid var(--epnews-line);
		margin: 0;
		padding: 0;
	}

	.elpoble-news-filter-root .epnews-manual-dates summary {
		align-items: center;
		color: var(--epnews-ink);
		cursor: pointer;
		display: flex;
		font-family: Poppins, Verdana, Geneva, sans-serif;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.2;
		list-style: none;
		min-height: 44px;
		padding: 12px;
	}

	.elpoble-news-filter-root .epnews-manual-dates summary::-webkit-details-marker {
		display: none;
	}

	.elpoble-news-filter-root .epnews-manual-dates summary::after {
		color: var(--epnews-accent);
		content: "+";
		font-size: 20px;
		font-weight: 700;
		margin-left: auto;
	}

	.elpoble-news-filter-root .epnews-manual-dates[open] summary::after {
		content: "-";
	}

	.elpoble-news-filter-root .epnews-manual-dates .epnews-range {
		padding: 0 12px 12px;
	}

	.elpoble-news-filter-root .epnews-sheet-foot {
		background: #fff;
		border-top: 1px solid var(--epnews-line);
		display: grid;
		gap: 10px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
	}
}

@media (max-width: 360px) {
	.elpoble-news-filter-root .epnews-mobile-filter-trigger {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.elpoble-news-filter-root .epnews-mobile-filter-action {
		margin-left: 0;
	}

	.elpoble-news-filter-root .epnews-sheet-body {
		padding-left: 10px;
		padding-right: 10px;
	}

	.elpoble-news-filter-root .epnews-sheet-foot {
		grid-template-columns: 1fr;
	}
}

@keyframes epnews-sheet-in {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes epnews-sheet-out {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(18px);
	}
}

@keyframes epnews-backdrop-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes epnews-backdrop-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
