.couponhub-widget {
	--couponhub-columns-desktop: 3;
	--couponhub-columns-tablet: 2;
	--couponhub-columns-mobile: 1;
	--couponhub-item-gap: 20px;
	position: relative;
}

.couponhub-items {
	width: 100%;
}

.couponhub-grid {
	display: grid;
	grid-template-columns: repeat(var(--couponhub-columns-desktop), minmax(0, 1fr));
	gap: var(--couponhub-item-gap);
}

.couponhub-list {
	display: flex;
	flex-direction: column;
	gap: var(--couponhub-item-gap);
}

.couponhub-grid-item,
.couponhub-list-item,
.couponhub-slide {
	height: 100%;
}

.couponhub-item {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	padding: 16px;
	border: 1px solid #d7dde5;
	border-radius: 12px;
	background: #fff;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.couponhub-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(16, 28, 48, 0.08);
}

.couponhub-item-thumb,
.couponhub-store-logo,
.couponhub-term-thumb {
	display: inline-flex;
}

.couponhub-item-thumb {
	overflow: hidden;
	border-radius: 10px;
}

.couponhub-item-thumb img {
	width: 100%;
	height: auto;
	border-radius: inherit;
	display: block;
}

.couponhub-store-logo img,
.couponhub-term-thumb img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	display: block;
}

.couponhub-item-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.couponhub-layout-builder-notice {
	margin-bottom: 12px;
	padding: 10px 12px;
	border: 1px dashed #9fb6d8;
	border-radius: 10px;
	background: #f4f8ff;
	color: #375171;
	font-size: 13px;
	line-height: 1.5;
}

.couponhub-item-rows {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	width: 100%;
}

.couponhub-item-groups {
	width: 100%;
}

.couponhub-group {
	width: 100%;
	position: relative;
}

.couponhub-row {
	width: auto;
	max-width: 100%;
	line-height: inherit;
}

.couponhub-row-store {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.couponhub-row-store-link {
	color: inherit;
	text-decoration: none;
}

.couponhub-row-store-link:hover {
	text-decoration: underline;
}

.couponhub-row-title-link {
	color: inherit;
	text-decoration: none;
	line-height: inherit;
}

.couponhub-row-title-link:hover {
	text-decoration: underline;
}

.couponhub-row-type-coupon_title {
	line-height: 1.5em;
}

.couponhub-row-type-coupon_title:is(h1, h2, h3, h4, h5, h6, p) {
	margin: 0;
}

.couponhub-row-divider-line {
	display: block;
	width: 100%;
	border-top: 1px solid #d3dbe7;
	min-height: 0;
}

.couponhub-row-spacer {
	display: block;
	width: 100%;
	min-height: 12px;
}

.couponhub-item-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
}

.couponhub-item-title a {
	color: inherit;
	text-decoration: none;
}

.couponhub-item-title a:hover {
	text-decoration: underline;
}

.couponhub-item-description {
	font-size: 14px;
	line-height: 1.6;
	color: #415267;
}

.couponhub-item-description p {
	margin: 0;
}

.couponhub-item-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: #5d6f85;
	flex-wrap: wrap;
}

.couponhub-item-meta-top {
	justify-content: flex-start;
}

.couponhub-verified-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	background: #dff6e8;
	color: #0b7b46;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}

.couponhub-discount-value {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	background: #eef6ff;
	color: #0f4f95;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
}

.couponhub-code {
	display: inline-flex;
	align-items: center;
	padding: 8px 10px;
	background: #f4f7fb;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
}

.couponhub-code-overlay-enabled .couponhub-code {
	position: relative;
	overflow: hidden;
}

.couponhub-code-overlay-enabled .couponhub-code::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0px;
	width: var(--couponhub-code-overlay-width, 90%);
	background-color: var(--couponhub-code-overlay-color, #cfd8e6);
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 42%, rgba(255, 255, 255, 0.42) 50%, rgba(255, 255, 255, 0.14) 58%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
	background-size: 220% 100%;
	background-position: 130% 0;
	border-radius: 6px;
	pointer-events: none;
	z-index: 2;
	transition: width 220ms ease, background-position 520ms ease;
}

.couponhub-code-overlay-enabled .couponhub-code .couponhub-code-overlay-label {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: var(--couponhub-code-overlay-width, 90%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	color: var(--couponhub-code-overlay-label-color, #fff);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
	z-index: 3;
	transition: width 220ms ease;
}

.couponhub-code-overlay-enabled .couponhub-code:hover::after,
.couponhub-code-overlay-enabled .couponhub-code:focus-within::after {
	width: max(0%, calc(var(--couponhub-code-overlay-width, 90%) - 10%));
	background-position: -30% 0;
}

.couponhub-code-overlay-enabled .couponhub-code:hover .couponhub-code-overlay-label,
.couponhub-code-overlay-enabled .couponhub-code:focus-within .couponhub-code-overlay-label {
	width: max(0%, calc(var(--couponhub-code-overlay-width, 90%) - 10%));
}

.couponhub-code-overlay-enabled .couponhub-code.couponhub-code-overlay-static::after,
.couponhub-code-overlay-enabled .couponhub-code.couponhub-code-overlay-static .couponhub-code-overlay-label {
	width: 100%;
	transition: none;
}

.couponhub-code-overlay-enabled .couponhub-code.couponhub-code-overlay-static:hover::after,
.couponhub-code-overlay-enabled .couponhub-code.couponhub-code-overlay-static:focus-within::after,
.couponhub-code-overlay-enabled .couponhub-code.couponhub-code-overlay-static:hover .couponhub-code-overlay-label,
.couponhub-code-overlay-enabled .couponhub-code.couponhub-code-overlay-static:focus-within .couponhub-code-overlay-label {
	width: 100%;
	background-position: 130% 0;
}

.couponhub-code code {
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.couponhub-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.couponhub-tag {
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eef3f8;
	font-size: 12px;
	line-height: 1;
	color: #4d6078;
}

.couponhub-item-footer {
	margin-top: auto;
}

.couponhub-vote-wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 10px;
}

.couponhub-vote-feedback {
	--couponhub-vote-tooltip-bg: #1f2f46;
	--couponhub-vote-tooltip-color: #fff;
	--couponhub-vote-tooltip-size: 11px;
}

.couponhub-vote-label {
	font-size: 12px;
	font-weight: 600;
	color: #4a6078;
	line-height: 1.3;
}

.couponhub-vote-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.couponhub-vote-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	border: 1px solid #c8d4e3;
	border-radius: 999px;
	background: #fff;
	color: #2c4661;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	position: relative;
}

.couponhub-vote-button:hover {
	background: #f2f7fd;
	border-color: #b0c5de;
}

.couponhub-vote-feedback .couponhub-vote-button[data-couponhub-tooltip]::after {
	content: attr(data-couponhub-tooltip);
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	transform: translate(-50%, 4px);
	opacity: 0;
	pointer-events: none;
	white-space: nowrap;
	padding: 5px 8px;
	border-radius: 6px;
	background: var(--couponhub-vote-tooltip-bg, #1f2f46);
	color: var(--couponhub-vote-tooltip-color, #fff);
	font-size: var(--couponhub-vote-tooltip-size, 11px);
	font-weight: 600;
	line-height: 1.2;
	box-shadow: 0 4px 14px rgba(8, 18, 34, 0.22);
	z-index: 4;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.couponhub-vote-feedback .couponhub-vote-button[data-couponhub-tooltip]::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: calc(100% + 2px);
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: var(--couponhub-vote-tooltip-bg, #1f2f46) transparent transparent transparent;
	transition: opacity 0.18s ease;
	z-index: 4;
}

.couponhub-vote-feedback .couponhub-vote-button[data-couponhub-tooltip]:hover::after,
.couponhub-vote-feedback .couponhub-vote-button[data-couponhub-tooltip]:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, 0);
}

.couponhub-vote-feedback .couponhub-vote-button[data-couponhub-tooltip]:hover::before,
.couponhub-vote-feedback .couponhub-vote-button[data-couponhub-tooltip]:focus-visible::before {
	opacity: 1;
}

.couponhub-vote-feedback-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-size: 14px;
	line-height: 1;
}

.couponhub-vote-feedback-icon i {
	font-size: inherit;
	line-height: 1;
}

.couponhub-vote-feedback-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	display: block;
}

.couponhub-vote-button-working.is-active {
	background: #e6f7ee;
	border-color: #6fc295;
	color: #0f6e3d;
}

.couponhub-vote-button-not-working.is-active {
	background: #fdecec;
	border-color: #e59494;
	color: #9f2727;
}

.couponhub-vote-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 999px;
	background: #edf3fb;
	font-size: 11px;
	font-weight: 700;
	color: #27415f;
}

.couponhub-vote-button.is-disabled {
	opacity: 0.78;
	cursor: not-allowed;
}

.couponhub-vote-wrap.is-loading .couponhub-vote-button {
	opacity: 0.74;
	pointer-events: none;
}

.couponhub-vote-message {
	min-height: 14px;
	font-size: 12px;
	font-weight: 600;
	color: #0f6e3d;
	line-height: 1.3;
}

.couponhub-vote-message.is-error {
	color: #9f2727;
}

.couponhub-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 8px;
	background: #1060bf;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
}

.couponhub-button:hover {
	background: #0c4d99;
	color: #fff;
}

.couponhub-store-icon-button {
	min-width: 38px;
	padding: 10px;
	line-height: 1;
}

.couponhub-store-icon-button i {
	pointer-events: none;
}

.couponhub-store-icon-button svg {
	width: 1em;
	height: 1em;
	pointer-events: none;
}

.couponhub-popup-code-widget {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px;
	border: 1px dashed #b9c9df;
	border-radius: 10px;
	background: #f3f7fd;
}

.couponhub-popup-code-value {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 10px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #d9e3f2;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.03em;
	color: #233a54;
	word-break: break-all;
}

.couponhub-popup-copy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 0;
	border-radius: 8px;
	background: #0f5db7;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.couponhub-popup-copy-btn:hover {
	background: #0d509f;
}

.couponhub-popup-copy-message {
	font-size: 12px;
	font-weight: 600;
	color: #0c6f3f;
}

.couponhub-popup-store-logo-wrap {
	display: block;
}

.couponhub-popup-store-logo-img {
	width: 72px;
	height: 72px;
	display: inline-block;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
}

.couponhub-popup-store-logo-placeholder {
	display: inline-block;
	font-size: 13px;
	line-height: 1.4;
	color: #5d6f85;
}

.couponhub-popup-deal-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 8px;
	background: #1060bf;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
}

.couponhub-popup-deal-btn:hover {
	background: #0c4d99;
	color: #fff;
}

.couponhub-popup-deal-btn.couponhub-popup-disabled {
	opacity: 0.7;
	pointer-events: none;
	cursor: not-allowed;
}

.couponhub-count-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 9px;
	border-radius: 999px;
	background: #e9eff6;
	color: #24384e;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.couponhub-carousel {
	position: relative;
	padding-bottom: 8px;
}

.couponhub-carousel .swiper-wrapper {
	box-sizing: border-box;
}

.couponhub-carousel-prev,
.couponhub-carousel-next {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 38, 66, 0.78);
	color: #fff;
	cursor: pointer;
	z-index: 3;
}

.couponhub-carousel-prev {
	left: 6px;
}

.couponhub-carousel-next {
	right: 6px;
}

.couponhub-carousel-pagination {
	margin-top: 10px;
	text-align: center;
}

.couponhub-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.couponhub-page-link {
	display: inline-flex;
	min-width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid #ccd5e2;
	background: #fff;
	color: #22364d;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}

.couponhub-page-link.is-active {
	border-color: #1f5ea8;
	background: #1f5ea8;
	color: #fff;
}

.couponhub-load-more-wrap {
	margin-top: 16px;
}

.couponhub-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 0;
	border-radius: 8px;
	background: #0f5db7;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
}

.couponhub-load-more.is-loading {
	opacity: 0.7;
	cursor: progress;
}

.couponhub-no-results {
	padding: 14px;
	border: 1px dashed #c4cfde;
	border-radius: 10px;
	color: #4f6178;
	font-size: 14px;
}

.couponhub-widget-search {
	position: relative;
	z-index: 3;
}

.couponhub-search-form {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.couponhub-search-input-wrap {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid #ccd8e8;
	border-radius: 999px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.couponhub-search-input-wrap:focus-within {
	border-color: #2d6fc0;
	box-shadow: 0 0 0 2px rgba(45, 111, 192, 0.16);
}

.couponhub-search-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 18px;
	color: #4f647d;
	margin-right: 10px;
	line-height: 1;
}

.couponhub-search-icon img {
	width: 18px;
	height: 18px;
	display: block;
	object-fit: contain;
}

.couponhub-search-icon svg {
	width: 1em;
	height: 1em;
	display: block;
	fill: currentColor;
}

.couponhub-search-input {
	width: 100%;
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-size: 15px;
	line-height: 1.4;
	color: #25384f;
	outline: none;
}

.couponhub-search-input::placeholder {
	color: #8192a9;
	opacity: 1;
}

.couponhub-search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 48px;
	padding: 10px 18px;
	border: 1px solid #1f5ea8;
	border-radius: 999px;
	background: #1f5ea8;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.couponhub-search-submit:hover {
	background: #184e8a;
	border-color: #184e8a;
}

.couponhub-search-live-results {
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	width: 100%;
	max-height: min(420px, 72vh);
	overflow-y: auto;
	padding: 10px;
	border: 1px solid #d4deeb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(12, 24, 42, 0.16);
	z-index: 25;
}

.couponhub-search-live-state {
	padding: 8px;
	font-size: 14px;
	color: #4f637b;
}

.couponhub-search-live-section + .couponhub-search-live-section {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #edf2f8;
}

.couponhub-search-live-section-title {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #4d627c;
}

.couponhub-search-live-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 4px;
}

.couponhub-search-live-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.2s ease;
}

.couponhub-search-live-link:hover {
	background: #f4f8fc;
}

.couponhub-search-live-thumb {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #d8e2ef;
	flex: 0 0 auto;
}

.couponhub-search-live-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.couponhub-search-live-content {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.couponhub-search-live-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #1e324a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.couponhub-search-live-type {
	font-size: 12px;
	line-height: 1.2;
	color: #68819c;
}

.couponhub-search-live-footer {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #edf2f8;
}

.couponhub-search-live-view-all {
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	color: #1f5ea8;
}

.couponhub-search-live-view-all:hover {
	text-decoration: underline;
}

.couponhub-item-list {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 16px;
}

@media (max-width: 1024px) {
	.couponhub-grid {
		grid-template-columns: repeat(var(--couponhub-columns-tablet), minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.couponhub-grid {
		grid-template-columns: repeat(var(--couponhub-columns-mobile), minmax(0, 1fr));
	}

	.couponhub-mobile-rows-reverse .couponhub-item-rows {
		flex-direction: column-reverse;
	}

	.couponhub-item {
		padding: 14px;
	}

	.couponhub-item-list {
		grid-template-columns: 1fr;
		align-items: flex-start;
	}

	.couponhub-search-form {
		flex-wrap: wrap;
	}

	.couponhub-search-submit {
		width: 100%;
	}

	.couponhub-search-live-results {
		max-height: min(360px, 64vh);
	}

	.couponhub-carousel-prev,
	.couponhub-carousel-next {
		display: none;
	}
}

.couponhub-single-coupon {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 20px;
	border: 1px solid #d4dce8;
	border-radius: 14px;
	background: #fff;
}

.couponhub-single-coupon-title {
	margin: 0;
	font-size: 28px;
	line-height: 1.25;
}

.couponhub-single-coupon-title a {
	color: inherit;
	text-decoration: none;
}

.couponhub-single-coupon-title a:hover {
	text-decoration: underline;
}

.couponhub-single-store-info {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.couponhub-store-layout-block .couponhub-single-store-info {
	flex-direction: column;
	align-items: flex-start;
}

.couponhub-single-store-logo img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	display: block;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #dce4f0;
}

.couponhub-single-store-name {
	font-size: 14px;
	font-weight: 600;
	color: #36506d;
}

.couponhub-single-store-name a {
	color: inherit;
	text-decoration: none;
}

.couponhub-single-store-name a:hover {
	text-decoration: underline;
}

.couponhub-single-badges {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.couponhub-exclusive-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	background: #fef0dc;
	color: #935f05;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}

.couponhub-single-code {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px;
	background: #f3f7fd;
	border: 1px dashed #b9c9df;
	border-radius: 10px;
}

.couponhub-single-code-value {
	font-family: monospace;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 6px 10px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #d9e3f2;
	line-height: 1;
}

.couponhub-reveal-btn,
.couponhub-copy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 0;
	border-radius: 8px;
	background: #0f5db7;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1;
}

.couponhub-reveal-btn:hover,
.couponhub-copy-btn:hover {
	background: #0d509f;
}

.couponhub-copy-message {
	font-size: 12px;
	color: #0c6f3f;
	font-weight: 600;
}

.couponhub-countdown {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	background: #eef5ff;
	border-radius: 10px;
	font-size: 13px;
	color: #24476f;
}

.couponhub-countdown.is-expired {
	background: #fce9e9;
	color: #8f2222;
}

.couponhub-countdown-unit {
	display: inline-flex;
	align-items: baseline;
	gap: 3px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.couponhub-countdown-unit strong {
	font-size: 14px;
}

.couponhub-share-buttons {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.couponhub-share-button {
	display: inline-flex;
	align-items: center;
	padding: 8px 10px;
	border-radius: 8px;
	background: #edf3fb;
	color: #28476d;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.couponhub-share-button:hover {
	background: #dce9f8;
	color: #1f3f67;
}

.couponhub-archive-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px;
}

.couponhub-archive-title {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;
}

.couponhub-archive-description {
	font-size: 14px;
	line-height: 1.6;
	color: #4a6079;
}

.couponhub-archive-description p {
	margin: 0;
}

.couponhub-archive-result-count {
	font-size: 13px;
	font-weight: 600;
	color: #304963;
}

.couponhub-archive-header {
	display: grid;
	grid-template-columns: minmax(120px, 220px) 1fr;
	gap: 18px;
	align-items: center;
	padding: 18px;
	border: 1px solid #d3deed;
	border-radius: 14px;
	background: #f8fbff;
	margin-bottom: 16px;
}

.couponhub-archive-header-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

.couponhub-archive-header-title {
	margin: 0;
	font-size: 30px;
	line-height: 1.15;
	color: #1c3654;
}

.couponhub-archive-header-description {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.65;
	color: #49617b;
}

.couponhub-archive-header-description p {
	margin: 0;
}

.couponhub-archive-header-count {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #365473;
}

.couponhub-store-header {
	position: relative;
	overflow: hidden;
	padding: 22px;
	border-radius: 14px;
	border: 1px solid #d6dfec;
	background-color: #f4f8ff;
}

.couponhub-store-header::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.04);
	pointer-events: none;
}

.couponhub-store-header-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 18px;
	align-items: start;
}

.couponhub-store-header-logo img {
	width: 96px;
	height: 96px;
	object-fit: contain;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #dbe4f0;
	display: block;
}

.couponhub-store-header-name {
	margin: 0;
	font-size: 28px;
	line-height: 1.2;
	color: #1d3551;
}

.couponhub-store-header-description {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.65;
	color: #3a536f;
}

.couponhub-store-header-description p {
	margin: 0;
}

.couponhub-store-header-actions {
	margin-top: 12px;
}

.couponhub-store-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.couponhub-store-social-link {
	display: inline-flex;
	align-items: center;
	padding: 7px 10px;
	border-radius: 999px;
	background: #edf3fb;
	color: #28476d;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.couponhub-store-social-link:hover {
	background: #dce8f8;
	color: #1f3f67;
}

.couponhub-store-header-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 8px;
	background: #0f5eb9;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.couponhub-store-header-button:hover {
	background: #0c4f9f;
	color: #fff;
}

.couponhub-store-header-stats {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 140px;
}

.couponhub-store-header-stat {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(145, 165, 189, 0.45);
	border-radius: 10px;
}

.couponhub-store-header-stat-value {
	font-size: 18px;
	font-weight: 700;
	color: #19334f;
	line-height: 1;
}

.couponhub-store-header-stat-label {
	font-size: 12px;
	font-weight: 600;
	color: #46617f;
}

.couponhub-widget-store-logo,
.couponhub-widget-store-categories,
.couponhub-widget-store-coupon-counts,
.couponhub-widget-store-type-filter {
	margin-bottom: 16px;
}

.couponhub-store-logo-wrap {
	display: block;
}

.couponhub-store-logo-link {
	display: inline-flex;
	text-decoration: none;
}

.couponhub-store-logo-image {
	width: 96px;
	height: 96px;
	object-fit: contain;
	border-radius: 12px;
	border: 1px solid #d4deeb;
	background: #fff;
}

.couponhub-store-logo-missing,
.couponhub-store-categories-empty,
.couponhub-store-counts-empty {
	font-size: 13px;
	color: #5a7594;
}

.couponhub-store-categories-title,
.couponhub-store-type-filter-title,
.couponhub-store-counts-title {
	margin: 0 0 10px;
	line-height: 1.2;
	color: #1d3859;
}

.couponhub-store-categories-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.couponhub-store-category-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 1px solid #b9cbe2;
	border-radius: 8px;
	background: #f7fbff;
	color: #305274;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
}

.couponhub-store-category-button:hover {
	background: #eaf3fe;
	border-color: #97b4d7;
	color: #26496c;
}

.couponhub-store-counts-box {
	padding: 14px;
	border: 1px solid #d4deeb;
	border-radius: 12px;
	background: #fbfdff;
}

.couponhub-store-counts-rows {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.couponhub-store-counts-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e8f1;
}

.couponhub-store-counts-row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.couponhub-store-counts-label {
	font-size: 13px;
	font-weight: 600;
	color: #36516e;
}

.couponhub-store-counts-value {
	font-size: 15px;
	font-weight: 700;
	color: #193652;
}

.couponhub-store-type-filter-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.couponhub-store-type-filter-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 1px solid #c7d4e6;
	border-radius: 8px;
	background: #fff;
	color: #36516e;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
}

.couponhub-store-type-filter-option:hover {
	background: #f2f7fd;
	border-color: #94afd1;
	color: #2f4a67;
}

.couponhub-store-type-filter-option.is-active {
	background: #0f5db8;
	border-color: #0f5db8;
	color: #fff;
}

.couponhub-widget-filter {
	margin-bottom: 16px;
}

.couponhub-filter-form {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 12px;
	padding: 12px;
	border: 1px solid #d4deeb;
	border-radius: 12px;
	background: #fbfdff;
}

.couponhub-filter-layout-vertical .couponhub-filter-form {
	flex-direction: column;
	align-items: stretch;
}

.couponhub-filter-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 140px;
	flex: 1;
}

.couponhub-filter-label {
	font-size: 12px;
	font-weight: 600;
	color: #405a75;
}

.couponhub-filter-select {
	width: 100%;
	padding: 10px 11px;
	border: 1px solid #c8d5e8;
	border-radius: 9px;
	background: #fff;
	font-size: 13px;
	color: #2e4762;
	line-height: 1.3;
}

.couponhub-filter-choice-group {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.couponhub-filter-choice {
	padding: 8px 12px;
	border: 1px solid #c7d4e6;
	border-radius: 8px;
	background: #fff;
	color: #36516e;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1;
}

.couponhub-filter-choice:hover {
	border-color: #94afd1;
	background: #f2f7fd;
}

.couponhub-filter-style-pills .couponhub-filter-choice {
	border-radius: 999px;
	padding: 8px 13px;
}

.couponhub-filter-style-buttons .couponhub-filter-choice,
.couponhub-filter-style-pills .couponhub-filter-choice {
	border: 1px solid #b9c8dd;
	background: #f7fbff;
}

.couponhub-filter-choice.is-active {
	background: #0f5db8;
	border-color: #0f5db8;
	color: #fff;
}

.couponhub-filter-submit,
.couponhub-filter-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 8px;
	border: 0;
	background: #0f5db8;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	line-height: 1;
}

.couponhub-filter-reset {
	background: #506786;
}

.couponhub-filter-submit.is-loading {
	opacity: 0.7;
	cursor: progress;
}

@media (max-width: 900px) {
	.couponhub-archive-header {
		grid-template-columns: 1fr;
	}

	.couponhub-store-header-inner {
		grid-template-columns: 1fr;
	}

	.couponhub-store-header-stats {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.couponhub-single-coupon {
		padding: 16px;
	}

	.couponhub-item-list {
		grid-template-columns: 1fr;
	}

	.couponhub-single-coupon-title {
		font-size: 22px;
	}

	.couponhub-store-header {
		padding: 16px;
	}

	.couponhub-store-header-name {
		font-size: 22px;
	}

	.couponhub-filter-form {
		padding: 10px;
	}

	.couponhub-filter-field {
		min-width: 100%;
	}
}
