.ofpdb-banner.ofpdb-banner {
	--ofpdb-blue: #2459d3;
	--ofpdb-green: #087a2a;
	--ofpdb-red: #c62828;
	--ofpdb-text: #777;
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 8px 12px 9px;
	border: 1px solid #e4e8e1;
	border-top: 3px solid #7ebe34;
	border-radius: 0 0 9px 9px;
	background: #fff;
	box-shadow: 0 2px 7px rgba(34, 58, 15, 0.055);
	color: var(--ofpdb-text) !important;
	text-align: center !important;
	font-family: var(--tb-text-primary-font, inherit) !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35;
}

.ofpdb-banner *,
.ofpdb-banner *::before,
.ofpdb-banner *::after {
	box-sizing: border-box;
}

.ofpdb-banner__inner {
	display: flex;
	flex-direction: column;
	gap: 2px;
	width: 100%;
	color: var(--ofpdb-text) !important;
	text-align: center !important;
	font-family: var(--tb-text-primary-font, inherit) !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35;
}

.ofpdb-banner .ofpdb-banner__inner p {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	color: var(--ofpdb-text);
	text-align: center !important;
	font: inherit;
}

.ofpdb-banner .ofpdb-banner__inner strong {
	font-weight: 600;
}

.ofpdb-banner .ofpdb-banner__header {
	color: #397c17 !important;
	font-size: 1em;
	letter-spacing: 0;
	line-height: 1.3;
}

.ofpdb-banner .ofpdb-banner__schedule {
	display: grid !important;
	grid-template-columns: fit-content(100%);
	justify-content: center;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	color: var(--ofpdb-text) !important;
	text-align: center !important;
	list-style: none !important;
}

.ofpdb-banner .ofpdb-banner__schedule li {
	display: block !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--ofpdb-text) !important;
	text-align: center !important;
	font: inherit;
	list-style: none !important;
}

.ofpdb-banner .ofpdb-banner__schedule li::before,
.ofpdb-banner .ofpdb-banner__schedule li::after {
	display: none !important;
	content: none !important;
}

.ofpdb-banner .ofpdb-banner__schedule li::marker {
	content: "";
}

.ofpdb-banner .ofpdb-banner__schedule li + li {
	margin-top: 5px !important;
}

.ofpdb-banner .ofpdb-banner__schedule-row {
	display: grid !important;
	grid-template-columns: 38px 18px 140px 12px minmax(0, 1fr);
	align-items: center;
	justify-items: start;
	width: 100%;
	max-width: 100%;
	min-height: 1.9em;
	padding: 2px 8px !important;
	border: 1px solid rgba(126, 190, 52, 0.3);
	border-radius: 7px;
	background: #f7faf4;
	box-shadow: none;
	color: var(--ofpdb-text) !important;
	line-height: 1.35;
	vertical-align: middle;
}

.ofpdb-banner .ofpdb-banner__day {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	padding: 2px 7px;
	border-radius: 5px;
	background: #7ebe34;
	color: #fff !important;
	font-size: 0.82em;
	font-weight: 700;
	letter-spacing: 0.045em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ofpdb-banner .ofpdb-banner__day abbr {
	border: 0 !important;
	color: inherit !important;
	text-decoration: none !important;
	cursor: default;
}

.ofpdb-banner .ofpdb-banner__arrow {
	flex: 0 0 auto;
	color: #659e27 !important;
	font-size: 1.05em;
	font-weight: 700;
}

.ofpdb-banner .ofpdb-banner__service {
	flex: 0 0 auto;
	color: #111 !important;
	text-align: left;
	white-space: nowrap;
}

.ofpdb-banner .ofpdb-banner__separator {
	flex: 0 0 auto;
	color: #8a9483 !important;
}

.ofpdb-banner .ofpdb-banner__product {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	color: #777 !important;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.3;
	text-align: left !important;
}

.ofpdb-banner .ofpdb-banner__product-tail {
	white-space: nowrap;
}

.ofpdb-banner__arrow,
.ofpdb-banner__separator {
	padding: 0 0.34em;
}

.ofpdb-banner .ofpdb-banner__next {
	color: var(--ofpdb-blue) !important;
}

.ofpdb-banner .ofpdb-banner__with {
	color: var(--ofpdb-green) !important;
}

.ofpdb-banner .ofpdb-banner__without,
.ofpdb-banner .ofpdb-banner__deadline {
	color: var(--ofpdb-red) !important;
}

.ofpdb-banner .ofpdb-banner__footer {
	color: var(--ofpdb-green) !important;
}

.ofpdb-banner .ofpdb-banner__footer a {
	color: var(--ofpdb-blue) !important;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

@media (max-width: 680px) {
	.elementor-widget-shortcode.ofpdb-elementor-host,
	.elementor-widget-shortcode:has(.ofpdb-banner) {
		grid-column: 1 / -1 !important;
		justify-self: stretch !important;
		align-self: stretch !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		inset: auto !important;
		transform: none !important;
		box-sizing: border-box !important;
	}

	.elementor-widget-shortcode.ofpdb-elementor-host > .elementor-widget-container,
	.elementor-widget-shortcode:has(.ofpdb-banner) > .elementor-widget-container {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	.ofpdb-banner.ofpdb-banner {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding: 7px 8px 8px;
	}

	.ofpdb-banner .ofpdb-banner__schedule {
		grid-template-columns: minmax(0, 1fr);
	}

	.ofpdb-banner .ofpdb-banner__schedule li + li {
		margin-top: 6px !important;
	}

	.ofpdb-banner .ofpdb-banner__schedule-row {
		display: grid !important;
		grid-template-columns: 38px 18px minmax(0, 1fr);
		gap: 2px 5px;
		width: 100%;
		padding: 6px 8px !important;
	}

	.ofpdb-banner .ofpdb-banner__service {
		text-align: left;
		white-space: normal;
	}

	.ofpdb-banner .ofpdb-banner__separator {
		display: none;
	}

	.ofpdb-banner .ofpdb-banner__product {
		grid-column: 1 / -1;
		justify-self: stretch;
		align-items: flex-start;
		width: 100%;
		margin-top: 3px;
		padding-top: 4px;
		border-top: 1px solid rgba(126, 190, 52, 0.24);
		text-align: left !important;
	}

	.ofpdb-banner .ofpdb-banner__product-tail {
		white-space: normal;
	}

	.ofpdb-banner .ofpdb-banner__inner p {
		overflow-wrap: break-word;
	}
}
