/* ─── GreenBay Quick News — Plugin CSS ─────────────────────────────────── */

:root {
	--qn-green:      #203731;
	--qn-green-dark: #07130D;
	--qn-card:       #0f2018;
	--qn-card-hover: #152a20;
	--qn-border:     rgba(255,182,18,0.22);
	--qn-gold:       #FFB612;
	--qn-gold-muted: #C99700;
	--qn-white:      #F7F1DF;
	--qn-soft:       rgba(247,241,223,0.72);
	--qn-muted:      rgba(247,241,223,0.88);
	--qn-radius:     8px;
}

/* ══════════════════════════════════════════════════════════════════════════
   CAROUSEL SECTION WRAPPER
══════════════════════════════════════════════════════════════════════════ */

.gbp-quick-news--carousel {
	background: #F8F5EE;
	border-top: none;
	border-bottom: none;
	padding: 68px 0 60px;
	position: relative;
	overflow: hidden;
}

.gbp-quick-news--carousel::before {
	content: none;
}

.gbp-quick-news--carousel::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, transparent 0%, rgba(32,55,49,0.12) 20%, rgba(32,55,49,0.18) 50%, rgba(32,55,49,0.12) 80%, transparent 100%);
	pointer-events: none;
}

/* ── Parsons left portrait ───────────────────────────────────────────────── */

.gbp-qn-parsons-portrait {
	position: absolute;
	left: -320px;
	top: 0;
	bottom: 0;
	width: 60%;
	max-width: 900px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	filter: grayscale(12%) contrast(1.15) brightness(1.05);
	opacity: 0.55;
	mix-blend-mode: normal;
	-webkit-mask-image:
		linear-gradient(to right, black 0%, black 22%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.15) 68%, rgba(0,0,0,0.04) 80%, transparent 94%);
	-webkit-mask-composite: destination-in;
	mask-image:
		linear-gradient(to right, black 0%, black 22%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.15) 68%, rgba(0,0,0,0.04) 80%, transparent 94%);
	mask-composite: intersect;
	pointer-events: none;
	user-select: none;
	z-index: 0;
}

/* ── Jordy Nelson #87 easter egg portrait (cropped/cutout image) ─────────── */

.gbp-qn-jordy-portrait {
	position: absolute;
	right: -180px;
	top: 0;
	bottom: 0;
	width: 60%;
	max-width: 900px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	filter: grayscale(12%) contrast(1.15) brightness(1.05);
	opacity: 0.55;
	mix-blend-mode: normal;
	-webkit-mask-image:
		linear-gradient(to left, black 0%, black 22%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.15) 68%, rgba(0,0,0,0.04) 80%, transparent 94%);
	-webkit-mask-composite: destination-in;
	mask-image:
		linear-gradient(to left, black 0%, black 22%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.15) 68%, rgba(0,0,0,0.04) 80%, transparent 94%);
	mask-composite: intersect;
	pointer-events: none;
	user-select: none;
	z-index: 0;
}

/* ── Inner wrapper ──────────────────────────────────────────────────────── */

.gbp-qn-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 64px;
	position: relative;
	z-index: 1;
}

/* ══════════════════════════════════════════════════════════════════════════
   SECTION HEADER
══════════════════════════════════════════════════════════════════════════ */

.gbp-qn-header {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
	margin-bottom: 40px;
}

/* Eyebrow — gold line + text, matches .gbp-la-eyebrow */
.gbp-qn-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(32,55,49,0.55);
	margin: 0 0 12px;
}
.gbp-qn-eyebrow::before {
	content: none;
}

/* Title — same size as .gbp-la-title (Najnovšie články) */
.gbp-qn-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 64px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	color: #203731;
	margin: 0 0 10px;
	line-height: 0.96;
}
.gbp-qn-title__icon {
	color: #203731;
	flex-shrink: 0;
}
.gbp-qn-title__gold {
	color: #203731;
}

/* Subtitle */
.gbp-qn-subtitle {
	font-size: 15px;
	color: rgba(0,0,0,0.55);
	margin: 0;
	line-height: 1.62;
	max-width: 480px;
}

/* #87 easter egg badge */
.gbp-qn-easter-egg {
	display: inline-block;
	margin-top: 14px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255,182,18,0.38);
	user-select: none;
	pointer-events: none;
	border: 1px solid rgba(255,182,18,0.18);
	border-radius: 20px;
	padding: 3px 12px;
	background: rgba(255,182,18,0.04);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

/* ── CTA button — mirrors .gbp-la-cta-btn ───────────────────────────────── */

.gbp-qn-all-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border: 1.5px solid rgba(32,55,49,0.35);
	border-radius: 8px;
	color: #203731;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	flex-shrink: 0;
	background: transparent;
	transition: background 0.24s, border-color 0.24s, color 0.24s, box-shadow 0.24s;
}
.gbp-qn-all-btn svg {
	transition: transform 0.24s;
}
.gbp-qn-all-btn:hover {
	background: #203731;
	border-color: #203731;
	color: #F8F5EE;
	box-shadow: 0 6px 20px rgba(32,55,49,0.22);
}
.gbp-qn-all-btn:hover svg {
	transform: translateX(4px);
	stroke: #F8F5EE;
}

/* ══════════════════════════════════════════════════════════════════════════
   CAROUSEL SHELL
══════════════════════════════════════════════════════════════════════════ */

.gbp-qn-carousel {
	display: flex;
	align-items: center;
	gap: 0;
}

.gbp-qn-carousel__viewport {
	flex: 1;
	overflow: hidden;
}

.gbp-qn-carousel__track {
	display: flex;
	align-items: stretch;
	gap: 16px;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
	padding: 6px 2px 12px;
}
.gbp-qn-carousel__track::-webkit-scrollbar { display: none; }

/* ── Arrow buttons ───────────────────────────────────────────────────────── */

.gbp-qn-carousel__arrow {
	width: 46px;
	height: 46px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1.5px solid rgba(32,55,49,0.22);
	background: #FFFFFF;
	color: #203731;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.22s, border-color 0.22s, box-shadow 0.22s, opacity 0.18s;
	z-index: 2;
}
.gbp-qn-carousel__arrow--prev { margin-right: 18px; }
.gbp-qn-carousel__arrow--next { margin-left:  18px; }

.gbp-qn-carousel__arrow svg {
	transition: transform 0.2s;
}
.gbp-qn-carousel__arrow--prev:hover:not(:disabled) svg { transform: translateX(-2px); }
.gbp-qn-carousel__arrow--next:hover:not(:disabled) svg { transform: translateX(2px); }

.gbp-qn-carousel__arrow:hover:not(:disabled) {
	background: #203731;
	border-color: #203731;
	color: #F8F5EE;
	box-shadow: 0 4px 14px rgba(32,55,49,0.20);
}
.gbp-qn-carousel__arrow:hover:not(:disabled) svg {
	stroke: #F8F5EE;
}
.gbp-qn-carousel__arrow:disabled {
	opacity: 0.25;
	cursor: not-allowed;
}

/* ── Carousel footer — button row under dots ─────────────────────────────── */

.gbp-qn-carousel-footer {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

/* ── Dots ────────────────────────────────────────────────────────────────── */

.gbp-qn-carousel__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-top: 24px;
	min-height: 16px;
}

.gbp-qn-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: none;
	background: rgba(32,55,49,0.18);
	cursor: pointer;
	padding: 0;
	transition: background 0.22s, width 0.26s;
	flex-shrink: 0;
}
.gbp-qn-dot.is-active {
	background: #203731;
	width: 26px;
	border-radius: 4px;
}

/* ══════════════════════════════════════════════════════════════════════════
   CAROUSEL CARD
══════════════════════════════════════════════════════════════════════════ */

.gbp-quick-news--carousel .gbp-qn-card {
	flex: 0 0 calc((100% - 32px) / 3);
	min-width: 0;
	scroll-snap-align: start;
	background: #FFFFFF;
	border: 1px solid rgba(32,55,49,0.12);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	transition: border-color 0.24s, transform 0.24s, box-shadow 0.24s;
	box-shadow: 0 4px 16px rgba(32,55,49,0.08);
}
.gbp-quick-news--carousel .gbp-qn-card:hover {
	border-color: rgba(32,55,49,0.28);
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(32,55,49,0.14);
}

/* ── Card image ──────────────────────────────────────────────────────────── */

.gbp-qn-card__media {
	display: block;
	text-decoration: none;
	flex-shrink: 0;
}

.gbp-qn-card__img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #D4CEBC;
}
.gbp-qn-card__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.gbp-qn-card__img-wrap::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(5,12,8,0.88) 0%, rgba(5,12,8,0.28) 45%, rgba(5,12,8,0.04) 100%);
	pointer-events: none;
	z-index: 1;
}

.gbp-qn-card__img-placeholder {
	width: 100%;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #E8E2D6 0%, #D4CEBC 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ── Badge on image ──────────────────────────────────────────────────────── */

.gbp-quick-news--carousel .gbp-qn-badge {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px 4px 8px;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	pointer-events: none;
	z-index: 2;
	box-shadow: 0 2px 8px rgba(0,0,0,0.38);
}
.gbp-quick-news--carousel .gbp-qn-badge svg { flex-shrink: 0; }

/* ── Card body ───────────────────────────────────────────────────────────── */

.gbp-quick-news--carousel .gbp-qn-card__body {
	padding: 16px 18px 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.gbp-quick-news--carousel .gbp-qn-card__text-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.gbp-quick-news--carousel .gbp-qn-card__text-wrap .gbp-qn-card__text {
	flex: 1;
}

.gbp-quick-news--carousel .gbp-qn-card__title {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.42;
	margin: 0;
	color: #111111;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.gbp-quick-news--carousel .gbp-qn-card__title a {
	color: #111111;
	text-decoration: none;
	transition: color 0.18s;
}
.gbp-quick-news--carousel .gbp-qn-card__title a:hover {
	color: #333333;
}

.gbp-quick-news--carousel .gbp-qn-card__text {
	font-size: 13px;
	color: rgba(0,0,0,0.72) !important;
	line-height: 1.58;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.gbp-quick-news--carousel .gbp-qn-card__text-short,
.gbp-quick-news--carousel .gbp-qn-card__text-full {
	font-size: 13px;
	color: rgba(0,0,0,0.72) !important;
	line-height: 1.58;
	margin: 0;
}

/* ── Card footer ─────────────────────────────────────────────────────────── */

.gbp-qn-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	flex-wrap: wrap;
	padding: 10px 18px 14px;
	border-top: 1px solid rgba(32,55,49,0.10);
	margin-top: 10px;
}

.gbp-qn-card__date {
	font-size: 11px;
	color: rgba(32,55,49,0.55);
	flex-shrink: 0;
}

/* ── Reactions ───────────────────────────────────────────────────────────── */

.gbp-qn-reactions {
	display: flex;
	gap: 4px;
	flex-shrink: 0;
}

.gbp-qn-reaction-btn {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	background: rgba(32,55,49,0.05);
	border: 1px solid rgba(32,55,49,0.14);
	border-radius: 20px;
	padding: 3px 8px;
	cursor: pointer;
	font-size: 11px;
	color: rgba(32,55,49,0.55);
	transition: background 0.18s, border-color 0.18s, color 0.18s;
	line-height: 1;
}
.gbp-qn-reaction-btn:hover {
	background: rgba(32,55,49,0.10);
	border-color: rgba(32,55,49,0.28);
	color: #203731;
}
.gbp-qn-reaction-btn.is-reacted {
	background: rgba(32,55,49,0.12);
	border-color: rgba(32,55,49,0.36);
	color: var(--qn-gold);
}

.gbp-qn-reaction-emoji { font-size: 12px; line-height: 1; }
.gbp-qn-reaction-count { font-size: 11px; font-weight: 600; min-width: 10px; }

/* ══════════════════════════════════════════════════════════════════════════
   EMPTY STATE
══════════════════════════════════════════════════════════════════════════ */

.gbp-qn-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 52px 36px;
	margin: 4px 0;
	background: linear-gradient(145deg, rgba(7,19,13,0.86) 0%, rgba(18,53,36,0.56) 60%, rgba(5,12,8,0.92) 100%);
	border: 1px solid rgba(255,182,18,0.16);
	border-radius: 14px;
	text-align: center;
	font-style: normal;
}

.gbp-qn-empty__icon {
	color: rgba(255,182,18,0.32);
	flex-shrink: 0;
}

.gbp-qn-empty__title {
	font-size: 15px;
	font-weight: 700;
	color: rgba(247,241,223,0.52);
	margin: 0;
}

.gbp-qn-empty__sub {
	font-size: 13px;
	color: rgba(247,241,223,0.28);
	margin: 0;
	max-width: 320px;
	line-height: 1.55;
}

/* Legacy plain text empty — used by list layout */
.gbp-quick-news__empty,
p.gbp-qn-empty {
	padding: 36px 32px;
	margin: 4px 0;
	background: linear-gradient(145deg, rgba(7,19,13,0.86) 0%, rgba(18,53,36,0.56) 60%, rgba(5,12,8,0.92) 100%);
	border: 1px solid rgba(255,182,18,0.16);
	border-radius: 14px;
	text-align: center;
	color: rgba(247,241,223,0.38);
	font-size: 14px;
	font-style: italic;
}

/* ══════════════════════════════════════════════════════════════════════════
   SIDEBAR / LIST LAYOUT (legacy — unchanged structurally)
══════════════════════════════════════════════════════════════════════════ */

.gbp-quick-news--sidebar,
.gbp-quick-news--full {
	background: var(--qn-green-dark);
	border: 1px solid var(--qn-border);
	border-radius: var(--qn-radius);
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.gbp-quick-news__header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--qn-border);
}

.gbp-quick-news__title {
	font-size: 15px;
	font-weight: 700;
	color: var(--qn-white);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0;
}

.gbp-quick-news__live-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff4444;
	animation: qn-pulse 1.8s ease-in-out infinite;
	flex-shrink: 0;
}

@keyframes qn-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50%       { opacity: 0.4; transform: scale(0.7); }
}

.gbp-quick-news__list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* Sidebar card */
.gbp-quick-news--sidebar .gbp-qn-card,
.gbp-quick-news--full .gbp-qn-card {
	display: flex;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
.gbp-quick-news--sidebar .gbp-qn-card:last-child { border-bottom: none; padding-bottom: 0; }
.gbp-quick-news--sidebar .gbp-qn-card:first-child { padding-top: 0; }

.gbp-qn-card__img {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid var(--qn-border);
}
.gbp-qn-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.gbp-qn-card__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.gbp-qn-card__meta {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.gbp-quick-news--sidebar .gbp-qn-card__date,
.gbp-quick-news--full .gbp-qn-card__date {
	font-size: 11px;
	color: var(--qn-muted);
	margin-left: auto;
}

.gbp-quick-news--sidebar .gbp-qn-card__title,
.gbp-quick-news--full .gbp-qn-card__title {
	font-size: 16px;
	font-weight: 700;
	color: var(--qn-white);
	line-height: 1.4;
	margin: 0;
}

.gbp-quick-news--sidebar .gbp-qn-card__text,
.gbp-quick-news--full .gbp-qn-card__text {
	font-size: 12px;
	color: var(--qn-muted);
	line-height: 1.5;
	margin: 0;
}

.gbp-qn-card__link {
	font-size: 11px;
	color: var(--qn-gold);
	text-decoration: none;
	font-weight: 600;
	transition: opacity 0.15s;
}
.gbp-qn-card__link:hover { opacity: 0.8; }
.gbp-qn-pinned { font-size: 11px; }

/* Sidebar badge */
.gbp-quick-news--sidebar .gbp-qn-badge,
.gbp-quick-news--full .gbp-qn-badge {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 2px 7px;
	border-radius: 3px;
	line-height: 1.6;
	background: var(--qn-green);
	color: var(--qn-gold);
}

/* ══════════════════════════════════════════════════════════════════════════
   ARCHIVE PAGE
══════════════════════════════════════════════════════════════════════════ */

.gbp-qn-archive {
	padding: 48px 0 64px;
}

.gbp-qn-archive__header {
	margin-bottom: 32px;
}

.gbp-qn-archive__eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--qn-gold);
	margin: 0 0 8px;
}

.gbp-qn-archive__title {
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--qn-white);
	margin: 0 0 4px;
}
.gbp-qn-archive__title span { color: inherit; }

.gbp-qn-archive-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
}

.gbp-qn-archive-filter {
	padding: 7px 16px;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.12);
	background: transparent;
	color: var(--qn-muted);
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.gbp-qn-archive-filter:hover,
.gbp-qn-archive-filter.is-active {
	border-color: var(--qn-gold);
	color: var(--qn-gold);
	background: rgba(255,182,18,0.07);
}

.gbp-qn-archive-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.gbp-qn-archive-grid .gbp-qn-card {
	background: linear-gradient(145deg, rgba(7,19,13,0.95) 0%, rgba(18,53,36,0.78) 62%, rgba(5,12,8,0.98) 100%);
	border: 1px solid rgba(255,182,18,0.22);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;
	box-shadow: 0 18px 46px rgba(0,0,0,0.36), 0 0 20px rgba(255,182,18,0.04);
}
.gbp-qn-archive-grid .gbp-qn-card:hover {
	border-color: rgba(255,182,18,0.42);
	transform: translateY(-3px);
	box-shadow: 0 20px 54px rgba(0,0,0,0.44), 0 0 26px rgba(255,182,18,0.08);
}

.gbp-qn-archive-grid .gbp-qn-card__media { display: block; text-decoration: none; }
.gbp-qn-archive-grid .gbp-qn-card__img-wrap { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.gbp-qn-archive-grid .gbp-qn-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gbp-qn-archive-grid .gbp-qn-badge { position: absolute; top: 10px; left: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px 4px 7px; border-radius: 20px; font-size: 10px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; line-height: 1; }
.gbp-qn-archive-grid .gbp-qn-card__body { padding: 14px 16px 0; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.gbp-qn-archive-grid .gbp-qn-card__title { font-size: 18px; font-weight: 700; margin: 0; color: #111111; }
.gbp-qn-archive-grid .gbp-qn-card__title a { color: #111111; text-decoration: none; }
.gbp-qn-archive-grid .gbp-qn-card__title a:hover { color: #333333; }
.gbp-qn-archive-grid .gbp-qn-card__text-wrap { flex: 1; display: flex; flex-direction: column; }
.gbp-qn-archive-grid .gbp-qn-card__text { font-size: 12px; color: var(--qn-muted); margin: 0; flex: 1; }
.gbp-qn-archive-grid .gbp-qn-card__footer { padding: 10px 16px 14px; border-top: 1px solid rgba(255,182,18,0.08); margin-top: 10px; display: flex; align-items: center; justify-content: space-between; }

.gbp-qn-archive-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
}
.gbp-qn-archive-pagination a,
.gbp-qn-archive-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.12);
	font-size: 13px;
	font-weight: 600;
	color: var(--qn-muted);
	text-decoration: none;
	transition: border-color 0.15s, color 0.15s;
}
.gbp-qn-archive-pagination a:hover { border-color: var(--qn-gold); color: var(--qn-gold); }
.gbp-qn-archive-pagination .current { border-color: var(--qn-gold); color: var(--qn-gold); background: rgba(255,182,18,0.08); }

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════════════════ */

/* 1280px — light density adjustment */
@media (max-width: 1280px) {
	.gbp-qn-inner { padding: 0 48px; }
	.gbp-qn-title { font-size: 54px; }
}

/* Tablet — 2 cards */
@media (max-width: 1023px) {
	.gbp-qn-inner { padding: 0 28px; }
	.gbp-quick-news--carousel { padding: 52px 0 44px; }
	.gbp-qn-title { font-size: 42px; }

	.gbp-quick-news--carousel .gbp-qn-card {
		flex: 0 0 calc((100% - 16px) / 2);
	}

	.gbp-qn-archive-grid { grid-template-columns: repeat(2, 1fr); }

	.gbp-qn-jordy-portrait { width: 64%; opacity: 0.40; }
}

/* Mobile landscape — keep 2-col cards */
@media (max-width: 767px) {
	.gbp-qn-inner { padding: 0 20px; }
	.gbp-quick-news--carousel { padding: 40px 0 36px; }

	.gbp-qn-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		margin-bottom: 24px;
	}

	.gbp-qn-title { font-size: 44px; gap: 8px; }
	.gbp-qn-title__icon { width: 24px; height: 24px; }
	.gbp-qn-subtitle { font-size: 14px; }
	.gbp-qn-all-btn { font-size: 11px; padding: 12px 20px; align-self: flex-start; }
	.gbp-qn-carousel__arrow { display: none; }

	.gbp-quick-news--carousel .gbp-qn-card {
		flex: 0 0 calc(100% - 24px);
	}

	.gbp-qn-archive-grid { grid-template-columns: 1fr; }
	.gbp-qn-archive-filters--desktop { display: none !important; }
	.gbp-qn-mobile-filter-bar { display: flex !important; margin-bottom: 24px; }
	.gbp-qn-type-trigger {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 10px 16px;
		background: #F0EBE0;
		border: 1.5px solid #C8B99A;
		border-radius: 12px;
		color: #203731;
		font-size: 14px;
		font-weight: 600;
		font-family: inherit;
		text-transform: none;
		letter-spacing: 0;
		cursor: pointer;
		transition: border-color 0.18s;
	}
	.gbp-qn-type-trigger:hover { border-color: #203731; }

	.gbp-qn-jordy-portrait { width: 68%; opacity: 0.22; }
}

/* Mobile small */
@media (max-width: 479px) {
	.gbp-qn-inner { padding: 0 16px; }
	.gbp-quick-news--carousel { padding: 32px 0 28px; }
	.gbp-qn-title { font-size: 40px; }
	.gbp-quick-news--carousel .gbp-qn-card { flex: 0 0 88%; }

	.gbp-qn-jordy-portrait { width: 80%; opacity: 0.14; }
}

/* ══════════════════════════════════════════════════════════════════════════
   ARCHIVE PAGE — CREAM / LIGHT-THEME OVERRIDE
══════════════════════════════════════════════════════════════════════════ */

body.post-type-archive-gb_quick_news,
body.post-type-archive-gb_quick_news #page,
body.post-type-archive-gb_quick_news #content,
body.post-type-archive-gb_quick_news .gbp-site-wrapper,
body.post-type-archive-gb_quick_news .gbp-main {
	background-color: #F8F5EE !important;
}

.gbp-qn-archive {
	background-color: #F8F5EE;
	min-height: 60vh;
}

.gbp-qn-archive__eyebrow {
	font-family: var(--font-headline);
}

.gbp-qn-archive__title {
	color: #07130D !important;
}

.gbp-qn-archive-filter {
	background: #FFFFFF !important;
	border-color: rgba(32, 55, 49, 0.18) !important;
	color: #203731 !important;
}
.gbp-qn-archive-filter:hover,
.gbp-qn-archive-filter.is-active {
	background: rgba(255, 182, 18, 0.07) !important;
	border-color: #FFB612 !important;
	color: #203731 !important;
}

/* ══════════════════════════════════════════════════════════════════════════
   COMMENT BUTTON (on card footer)
══════════════════════════════════════════════════════════════════════════ */

.gbp-qn-comment-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: transparent;
	border: 1px solid rgba(32,55,49,0.18);
	border-radius: 20px;
	color: rgba(32,55,49,0.55);
	font-size: .72rem;
	font-weight: 500;
	padding: 4px 10px 4px 8px;
	cursor: pointer;
	transition: background .18s, border-color .18s, color .18s;
	white-space: nowrap;
	flex-shrink: 0;
}
.gbp-qn-comment-btn svg {
	flex-shrink: 0;
	opacity: .8;
}
.gbp-qn-comment-btn:hover {
	background: rgba(32,55,49,0.08);
	border-color: rgba(32,55,49,0.36);
	color: #203731;
}
.gbp-qn-comment-btn__count {
	min-width: 14px;
}

/* ══════════════════════════════════════════════════════════════════════════
   COMMENT MODAL
══════════════════════════════════════════════════════════════════════════ */

body.gbp-qn-modal-open {
	overflow: hidden;
}

.gbp-qn-modal {
	position: fixed;
	inset: 0;
	z-index: 99990;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
@media (min-width: 640px) {
	.gbp-qn-modal {
		align-items: center;
	}
}

.gbp-qn-modal[hidden] {
	display: none;
}

.gbp-qn-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(7, 19, 13, 0.65);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	cursor: pointer;
}

/* ── Panel ──────────────────────────────────────────────────── */

.gbp-qn-modal__panel {
	position: relative;
	z-index: 1;
	background: #F8F5EE;
	border-radius: 16px 16px 0 0;
	width: 100%;
	max-width: 640px;
	max-height: 92dvh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 -8px 40px rgba(7, 19, 13, 0.22);
}
@media (min-width: 640px) {
	.gbp-qn-modal__panel {
		border-radius: 16px;
		max-height: 85dvh;
		box-shadow: 0 20px 60px rgba(7, 19, 13, 0.32);
	}
}

/* ── Header ─────────────────────────────────────────────────── */

.gbp-qn-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 20px;
	border-bottom: 1px solid rgba(32, 55, 49, 0.1);
	flex-shrink: 0;
	background: #F8F5EE;
}

.gbp-qn-modal__header-left {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #203731;
}
.gbp-qn-modal__header-left svg {
	color: #203731;
	opacity: .7;
	flex-shrink: 0;
}

.gbp-qn-modal__title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #203731;
	margin: 0;
	line-height: 1;
}

.gbp-qn-modal__count {
	font-size: .72rem;
	font-weight: 600;
	color: #FFB612;
	background: rgba(255, 182, 18, 0.12);
	border: 1px solid rgba(255, 182, 18, 0.3);
	border-radius: 20px;
	padding: 2px 8px;
	white-space: nowrap;
}

.gbp-qn-modal__close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(32, 55, 49, 0.07);
	border: none;
	color: #203731;
	cursor: pointer;
	transition: background .15s;
	flex-shrink: 0;
}
.gbp-qn-modal__close:hover {
	background: rgba(32, 55, 49, 0.14);
}

/* ── Post title ─────────────────────────────────────────────── */

.gbp-qn-modal__post-title {
	padding: 10px 20px;
	font-size: .8rem;
	color: rgba(32, 55, 49, 0.55);
	border-bottom: 1px solid rgba(32, 55, 49, 0.08);
	flex-shrink: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ── Comments list ──────────────────────────────────────────── */

.gbp-qn-modal__body {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.gbp-qn-modal__loading {
	display: flex;
	justify-content: center;
	padding: 40px 0;
	color: #203731;
	opacity: .4;
}

@keyframes gbp-spin {
	to { transform: rotate(360deg); }
}
.gbp-qn-modal__spinner {
	animation: gbp-spin 1s linear infinite;
}

.gbp-qn-modal__empty {
	text-align: center;
	color: rgba(32, 55, 49, 0.45);
	font-size: .88rem;
	padding: 40px 0;
	margin: 0;
}

/* ── Single comment ─────────────────────────────────────────── */

.gbp-qn-comment {
	display: flex;
	gap: 10px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(32, 55, 49, 0.07);
	animation: gbp-fade-in .2s ease;
}
.gbp-qn-comment:last-child {
	border-bottom: none;
}

@keyframes gbp-fade-in {
	from { opacity: 0; transform: translateY(6px); }
	to   { opacity: 1; transform: translateY(0);   }
}

.gbp-qn-comment--reply {
	padding-left: 0;
}

.gbp-qn-comment__avatar {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: linear-gradient(135deg, #203731 0%, #0A1A12 100%);
	color: #FFB612;
	font-size: .7rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .02em;
}
.gbp-qn-comment--reply .gbp-qn-comment__avatar {
	width: 28px;
	height: 28px;
	font-size: .65rem;
}

.gbp-qn-comment__main {
	flex: 1;
	min-width: 0;
}

.gbp-qn-comment__meta {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 4px;
}

.gbp-qn-comment__author {
	font-size: .82rem;
	font-weight: 700;
	color: #203731;
}

.gbp-qn-comment__date {
	font-size: .7rem;
	color: rgba(32, 55, 49, 0.45);
}

/* Avatar image (when real photo available) */
.gbp-qn-comment__avatar-img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}
.gbp-qn-comment--reply .gbp-qn-comment__avatar-img {
	width: 28px;
	height: 28px;
}

/* Edit / Delete buttons */
.gbp-qn-comment__edit-btn,
.gbp-qn-comment__delete-btn {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	background: none;
	border: none;
	font-size: .7rem;
	font-weight: 600;
	color: rgba(32, 55, 49, 0.38);
	padding: 2px 6px;
	border-radius: 4px;
	cursor: pointer;
	transition: color 0.15s, background 0.15s;
	white-space: nowrap;
	margin-left: auto;
}
.gbp-qn-comment__edit-btn:hover { color: #203731; background: rgba(32, 55, 49, 0.08); }
.gbp-qn-comment__delete-btn:hover { color: #C0392B; background: rgba(192, 57, 43, 0.08); }
.gbp-qn-comment__delete-btn { margin-left: 0; }

/* Edit mode */
.gbp-qn-comment.is-editing .gbp-qn-comment__edit-btn,
.gbp-qn-comment.is-editing .gbp-qn-comment__delete-btn,
.gbp-qn-comment.is-editing .gbp-qn-comment__actions { opacity: 0; pointer-events: none; }

.gbp-qn-comment__edit-textarea {
	width: 100%;
	min-height: 72px;
	background: rgba(32, 55, 49, 0.05);
	border: 1px solid rgba(32, 55, 49, 0.18);
	border-radius: 6px;
	color: #07130D;
	font-size: .86rem;
	line-height: 1.5;
	padding: 8px 12px;
	resize: vertical;
	outline: none;
	font-family: inherit;
}
.gbp-qn-comment__edit-textarea:focus {
	border-color: rgba(255, 182, 18, 0.52);
	box-shadow: 0 0 0 3px rgba(255, 182, 18, 0.10);
}

.gbp-qn-comment__edit-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
}

.gbp-qn-comment__cancel-edit-btn {
	background: none;
	border: none;
	font-size: .78rem;
	font-weight: 600;
	color: rgba(32, 55, 49, 0.45);
	cursor: pointer;
	padding: 5px 8px;
	border-radius: 4px;
	transition: color 0.15s;
}
.gbp-qn-comment__cancel-edit-btn:hover { color: #203731; }

.gbp-qn-comment__text {
	font-size: .86rem;
	color: #07130D;
	line-height: 1.5;
	word-break: break-word;
}

.gbp-qn-comment__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
}

/* ── Replies block ──────────────────────────────────────────── */

.gbp-qn-comment__replies {
	margin-top: 8px;
	padding-left: 14px;
	border-left: 2px solid rgba(32, 55, 49, 0.1);
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* ── Comment reaction buttons (like/dislike) ────────────────── */

.gbp-qn-creact-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: none;
	border: none;
	color: rgba(32, 55, 49, 0.45);
	font-size: .72rem;
	font-weight: 600;
	padding: 3px 6px;
	border-radius: 4px;
	cursor: pointer;
	transition: color .15s, background .15s;
}
.gbp-qn-creact-btn:hover {
	background: rgba(32, 55, 49, 0.07);
	color: #203731;
}
.gbp-qn-creact-btn.is-active.gbp-qn-creact-btn--like {
	color: #16a34a;
}
.gbp-qn-creact-btn.is-active.gbp-qn-creact-btn--dislike {
	color: #dc2626;
}

/* ── Reply button ───────────────────────────────────────────── */

.gbp-qn-reply-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: none;
	border: none;
	color: rgba(32, 55, 49, 0.45);
	font-size: .72rem;
	font-weight: 600;
	padding: 3px 6px;
	border-radius: 4px;
	cursor: pointer;
	transition: color .15s, background .15s;
	margin-left: 2px;
}
.gbp-qn-reply-btn:hover {
	background: rgba(32, 55, 49, 0.07);
	color: #203731;
}

/* ── Footer / Comment form ──────────────────────────────────── */

.gbp-qn-modal__footer {
	flex-shrink: 0;
	border-top: 1px solid rgba(32, 55, 49, 0.1);
	padding: 12px 16px;
	background: #F8F5EE;
}

/* Reply context banner */
.gbp-qn-cform__reply-ctx {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(32, 55, 49, 0.06);
	border-radius: 6px;
	padding: 6px 10px;
	margin-bottom: 8px;
	font-size: .75rem;
}
.gbp-qn-cform__reply-label {
	color: rgba(32, 55, 49, 0.65);
	font-weight: 500;
}
.gbp-qn-cform__reply-cancel {
	display: flex;
	align-items: center;
	background: none;
	border: none;
	color: rgba(32, 55, 49, 0.45);
	cursor: pointer;
	padding: 2px;
	border-radius: 4px;
	transition: color .15s;
}
.gbp-qn-cform__reply-cancel:hover {
	color: #203731;
}

/* Form row */
.gbp-qn-cform__row {
	display: flex;
	gap: 8px;
	align-items: flex-end;
}

.gbp-qn-cform__textarea {
	flex: 1;
	background: #FFFFFF;
	border: 1.5px solid rgba(32, 55, 49, 0.18);
	border-radius: 10px;
	color: #07130D;
	font-size: .88rem;
	line-height: 1.45;
	padding: 9px 12px;
	resize: none;
	min-height: 42px;
	max-height: 120px;
	overflow-y: auto;
	font-family: inherit;
	transition: border-color .15s;
	field-sizing: content;
}
.gbp-qn-cform__textarea:focus {
	outline: none;
	border-color: #203731;
}
.gbp-qn-cform__textarea::placeholder {
	color: rgba(32, 55, 49, 0.35);
}
.gbp-qn-cform__textarea:disabled {
	opacity: .5;
}

.gbp-qn-cform__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	background: #203731;
	border: none;
	border-radius: 10px;
	color: #FFB612;
	cursor: pointer;
	transition: background .15s, transform .1s;
}
.gbp-qn-cform__submit:hover:not(:disabled) {
	background: #07130D;
}
.gbp-qn-cform__submit:active:not(:disabled) {
	transform: scale(.96);
}
.gbp-qn-cform__submit:disabled {
	opacity: .5;
	cursor: default;
}
.gbp-qn-cform__submit.is-loading svg {
	animation: gbp-spin 1s linear infinite;
}

.gbp-qn-cform__error {
	font-size: .75rem;
	color: #dc2626;
	margin: 6px 0 0;
	padding: 0;
}

/* ── Login prompt ───────────────────────────────────────────── */

.gbp-qn-login-prompt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.gbp-qn-login-prompt__text {
	font-size: .86rem;
	color: rgba(32, 55, 49, 0.65);
	margin: 0;
}

.gbp-qn-login-prompt__btns {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.gbp-qn-login-prompt__btn {
	display: inline-flex;
	align-items: center;
	padding: 7px 16px;
	border-radius: 8px;
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
	transition: background .15s, color .15s;
}
.gbp-qn-login-prompt__btn--primary {
	background: #203731;
	color: #FFB612;
}
.gbp-qn-login-prompt__btn--primary:hover {
	background: #07130D;
	color: #FFB612;
}
.gbp-qn-login-prompt__btn--secondary {
	background: rgba(32, 55, 49, 0.08);
	color: #203731;
	border: 1px solid rgba(32, 55, 49, 0.2);
}
.gbp-qn-login-prompt__btn--secondary:hover {
	background: rgba(32, 55, 49, 0.14);
}

/* ── Expand text — hidden in card, shown in popup ───────── */
.gbp-qn-card__text-full { display: none; }

/* ── Read more popup ────────────────────────────────────── */
#gbp-qn-read-popup {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 99997;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 20px;
	background: rgba(7,19,13,0.75);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
#gbp-qn-read-popup.is-opening {
	display: -webkit-box;
	display: flex;
}
#gbp-qn-read-popup.is-visible {
	opacity: 1;
}
.gbp-qn-rpop__panel {
	background: #fff;
	border-radius: 16px;
	padding: 36px 32px 28px;
	max-width: 540px;
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 24px 64px rgba(0,0,0,0.28);
	transform: translateY(14px);
	transition: transform 0.28s;
}
#gbp-qn-read-popup.is-visible .gbp-qn-rpop__panel {
	transform: translateY(0);
}
.gbp-qn-rpop__close {
	position: absolute;
	top: 14px;
	right: 14px;
	background: none;
	border: none;
	cursor: pointer;
	color: rgba(0,0,0,0.35);
	padding: 6px;
	line-height: 0;
	border-radius: 6px;
	transition: color 0.15s, background 0.15s;
}
.gbp-qn-rpop__close:hover { color: #203731; background: rgba(32,55,49,0.06); }
.gbp-qn-rpop__badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 14px;
}
.gbp-qn-rpop__title {
	font-size: 20px;
	font-weight: 700;
	color: #111;
	margin: 0 0 14px;
	line-height: 1.38;
	padding-right: 24px;
}
.gbp-qn-rpop__text {
	font-size: 14px;
	line-height: 1.68;
	color: rgba(0,0,0,0.75);
	margin: 0 0 22px;
}
.gbp-qn-rpop__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	padding-top: 16px;
	border-top: 1px solid rgba(32,55,49,0.10);
}
.gbp-qn-rpop__date {
	font-size: 12px;
	color: rgba(0,0,0,0.42);
}
.gbp-qn-rpop__link {
	font-size: 13px;
	font-weight: 700;
	color: #203731;
	text-decoration: none;
	transition: color 0.15s;
}
.gbp-qn-rpop__link:hover { color: #FFB612; }

.gbp-qn-card__expand-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	padding: 10px 0 0;
	background: none;
	border: none;
	font-size: 12px;
	font-weight: 700;
	color: #203731;
	cursor: pointer;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 1;
	transition: color 0.15s;
	font-family: 'Barlow Condensed', sans-serif;
}
.gbp-qn-card__expand-btn:hover { color: #c8a84b; }
.gbp-qn-card__expand-btn svg { flex-shrink: 0; }
.gbp-qn-card__expand-btn::before { opacity: 1 !important; }

/* ── Mobile filter bar — hidden on desktop ───────────────── */
.gbp-qn-mobile-filter-bar { display: none; }

/* ── Type bottom sheet ───────────────────────────────────── */
.gbp-qn-type-sheet {
	position: fixed;
	inset: 0;
	z-index: 9999;
}
.gbp-qn-type-sheet[hidden] { display: none; }
.gbp-qn-type-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.45);
	backdrop-filter: blur(2px);
}
.gbp-qn-type-panel {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	background: #F8F5EE;
	border-top: 3px solid #203731;
	border-radius: 20px 20px 0 0;
	padding: 12px 0 32px;
	max-height: 80vh;
	overflow-y: auto;
	animation: gbp-qn-sheet-up 0.28s cubic-bezier(0.32,0.72,0,1);
}
@keyframes gbp-qn-sheet-up {
	from { transform: translateY(100%); }
	to   { transform: translateY(0); }
}
.gbp-qn-type-handle {
	width: 40px; height: 4px;
	background: rgba(32,55,49,0.18);
	border-radius: 2px;
	margin: 0 auto 16px;
}
.gbp-qn-type-title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(32,55,49,0.5);
	margin: 0 0 8px;
	padding: 0 20px;
}
.gbp-qn-type-list {
	list-style: none;
	margin: 0; padding: 0;
}
.gbp-qn-type-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px;
	font-size: 15px;
	font-weight: 500;
	color: #203731;
	text-decoration: none;
	border-bottom: 1px solid rgba(32,55,49,0.07);
	transition: background 0.15s;
}
.gbp-qn-type-item:hover { background: rgba(32,55,49,0.04); }
.gbp-qn-type-item.is-active { font-weight: 700; }
.gbp-qn-type-check { color: #203731; flex-shrink: 0; }

/* ── Login popup ─────────────────────────────────────────────────────────── */
#gbp-qn-login-popup {
	position: fixed;
	inset: 0;
	z-index: 99998;
	background: rgba(7, 19, 13, 0.72);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
#gbp-qn-login-popup.is-visible {
	opacity: 1;
	pointer-events: auto;
}
.gbp-qn-lpop__box {
	background: #F8F5EE;
	border-radius: 16px;
	padding: 40px 36px 36px;
	max-width: 420px;
	width: 100%;
	text-align: center;
	position: relative;
	box-shadow: 0 24px 64px rgba(0,0,0,0.45);
	transform: translateY(12px);
	transition: transform 0.28s cubic-bezier(0.22,1,0.36,1);
}
#gbp-qn-login-popup.is-visible .gbp-qn-lpop__box {
	transform: translateY(0);
}
.gbp-qn-lpop__close {
	position: absolute;
	top: 14px;
	right: 14px;
	background: none;
	border: none;
	cursor: pointer;
	color: rgba(32,55,49,0.4);
	padding: 6px;
	border-radius: 6px;
	transition: color 0.18s, background 0.18s;
	display: flex;
	align-items: center;
}
.gbp-qn-lpop__close:hover {
	color: #203731;
	background: rgba(32,55,49,0.08);
}
.gbp-qn-lpop__icon {
	font-size: 40px;
	margin-bottom: 16px;
	line-height: 1;
}
.gbp-qn-lpop__title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 26px;
	font-weight: 800;
	text-transform: uppercase;
	color: #203731;
	margin: 0 0 10px;
	letter-spacing: 0.02em;
}
.gbp-qn-lpop__desc {
	font-size: 14px;
	color: rgba(32,55,49,0.65);
	line-height: 1.6;
	margin: 0 0 28px;
}
.gbp-qn-lpop__actions {
	display: flex;
	gap: 12px;
	justify-content: center;
}
.gbp-qn-lpop__btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	border-radius: 8px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	white-space: nowrap;
}
.gbp-qn-lpop__btn--gold {
	background: #FFB612;
	color: #203731;
	border: 1.5px solid #FFB612;
}
.gbp-qn-lpop__btn--gold:hover {
	background: #d49a0a;
	border-color: #d49a0a;
}
.gbp-qn-lpop__btn--outline {
	background: transparent;
	color: #203731;
	border: 1.5px solid rgba(32,55,49,0.3);
}
.gbp-qn-lpop__btn--outline:hover {
	border-color: #203731;
	background: rgba(32,55,49,0.05);
}
@media (max-width: 480px) {
	.gbp-qn-lpop__box { padding: 32px 24px 28px; }
	.gbp-qn-lpop__actions { flex-direction: column; }
	.gbp-qn-lpop__btn { justify-content: center; }
}
