/**
 * Shopify-copy pages (Collections index, Custom Model, About, Contact,
 * Tutorials). Loaded site-wide, all selectors namespaced (.tdc, .tdp).
 */

.td-shopify-page { background: #fff; }

/* ==================== shared page container ==================== */
.tdc, .tdp { max-width: 1360px; margin: 0 auto; padding: 28px 40px 60px; font-family: Lato, sans-serif; color: #000; }
@media (max-width: 767px) { .tdc, .tdp { padding: 20px 20px 40px; } }

/* ==================== /collections index ==================== */
.tdc__hero h1 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 39px; line-height: 1.1; color: #000; margin: 0 0 10px; }
.tdc__hero p { font-size: 16px; line-height: 1.55; color: #333; max-width: 900px; margin: 0 0 34px; }

.tdc__group { margin: 0 0 44px; }
.tdc__group h2 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 29px; line-height: 1.1; color: #000; margin: 0 0 16px; }

.tdc__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 1100px) { .tdc__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px)  { .tdc__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .tdc__grid { grid-template-columns: 1fr; } }

.tdc__card {
	display: block;
	background: #fff;
	border: 1px solid #cccdce;
	border-radius: 16px;
	box-shadow: 4px 4px 3px 0 #b9b9b9;
	overflow: hidden;
	text-decoration: none !important;
	transition: transform .15s ease, box-shadow .15s ease;
}
.tdc__card:hover { transform: translateY(-3px); box-shadow: 5px 7px 10px 0 #a8a8a8; }
.tdc__img { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.tdc__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tdc__card h3 {
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 36px;
	color: #000;
	text-align: center;
	margin: 4px 0 8px;
	padding: 0 10px;
}
.tdc__card:hover h3 { text-decoration: underline; text-underline-offset: 4px; }

/* ==================== shared page pieces (.tdp) ==================== */
.tdp { padding: 0 0 60px; max-width: none; }
.tdp-container { max-width: 1360px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 767px) { .tdp-container { padding: 0 20px; } }

.tdp-card { background: #fff; border: 1px solid #cccdce; border-radius: 16px; box-shadow: 4px 4px 3px 0 #b9b9b9; }
.tdp-rte { font-size: 18px; line-height: 1.4; color: #000; }
.tdp-rte--large { font-size: 20px; line-height: 1.4; }
.tdp-rte p { margin: 0 0 14px; }
.tdp-rte ul { margin: 0 0 14px 22px; }
.tdp-h-big { display: block; font-family: 'Anton', sans-serif; font-weight: 400; font-size: 37px; line-height: 1.15; color: #000; margin: 0 0 18px; }
.tdp-h-med { display: block; font-family: 'Anton', sans-serif; font-weight: 400; font-size: 28px; line-height: 1.15; color: #000; margin: 0 0 10px; }
.tdp-btn {
	display: inline-block;
	background: #000;
	color: #fff !important;
	font-weight: 700;
	font-size: 22px;
	border-radius: 30px;
	padding: 15px 46px;
	text-decoration: none !important;
	transition: background .12s ease, color .12s ease;
}
.tdp-btn:hover { background: #fee100; color: #000 !important; }

/* ==================== custom model ==================== */
.tdp--custom section { margin-bottom: 54px; }
.tdp--custom .tdp-hero { margin-bottom: 0; } /* hero flows straight into the dark icons band — no white bar */
.tdp-hero {
	background-color: #010002;
	background-size: cover;
	background-position: center;
	min-height: 450px;
	height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 20px;
}
@media (max-width: 1023px) { .tdp-hero { height: 50vh; } }
.tdp-hero__inner h1 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(30px, 4vw, 49px); line-height: 1.1; color: #fff; margin: 0 0 12px; }
.tdp-hero__sub { font-family: 'Anton', sans-serif; font-size: clamp(20px, 2.4vw, 28px); color: #fff; margin: 0 0 26px; }

.tdp-icons { background: #010002; padding: 48px 0 56px; }
.tdp-icons__head { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 28px; color: #fff; margin: 0 0 34px; }
.tdp-icons__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
@media (max-width: 1023px) { .tdp-icons__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .tdp-icons__grid { grid-template-columns: 1fr; } }
.tdp-icons__item img { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 18px; display: block; }
@media (max-width: 767px) { .tdp-icons__item img { width: 60px; height: 60px; } }
.tdp-icons__item h3 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 21px; color: #fff; margin: 0 0 8px; }
.tdp-icons__item p { font-size: 15.75px; color: #fff; opacity: .62; margin: 0 auto; max-width: 280px; }

.tdp-hiw { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
@media (max-width: 900px) { .tdp-hiw { grid-template-columns: 1fr; } }
.tdp-hiw__main, .tdp-hiw__side { padding: 36px 38px; }

.tdp-pricing { text-align: center; }
.tdp-pricing h2 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 28px; margin: 0 0 6px; }
.tdp-pricing__sub { font-size: 20px; color: #333; margin: 0 0 30px; }
.tdp-pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
@media (max-width: 900px) { .tdp-pricing__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }
.tdp-price { overflow: hidden; }
.tdp-price__img { display: block; aspect-ratio: 4 / 3; }
.tdp-price__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tdp-price__body { padding: 18px 16px 22px; }
.tdp-price__body p { font-size: 16px; margin: 0; }

.tdp-massive { padding: 36px 38px; }
.tdp-massive h4 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 28px; margin: 0 0 16px; }

.tdp-form__iframe { width: 100%; height: 1300px; border: 0; }

/* ==================== about ==================== */
.tdp--about .tdp-about__title { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(34px, 4vw, 49px); text-align: center; margin: 46px 20px 40px; color: #000; }
.tdp-hotspots { position: relative; max-width: 1360px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 767px) { .tdp-hotspots { padding: 0 20px; } }
.tdp-hotspots__img { width: 100%; display: block; border-radius: 16px; }
.tdp-hotspots__img--mobile { display: none; }
@media (max-width: 767px) {
	.tdp-hotspots__img--desktop { display: none; }
	.tdp-hotspots__img--mobile { display: block; }
}
/* Team hotspots: closed by default, toggle open/closed on click/tap (both
 * mobile and desktop — verified against the live Shopify about page, whose
 * `image-hotspots` component also gates the name label purely on a JS-toggled
 * ".active" class; its own `:hover` rule only enlarges the dot, it does NOT
 * reveal the name — there is no separate hover-to-reveal behavior to match).
 * Root cause of the "pre-opened and can't be closed" report: `.tdp-spot em`
 * had no `display:none` at all and pages-shopify.js had zero JS wiring for
 * `.tdp-spot` — the name bubble was just permanently-visible static markup.
 * Fixed by Claude 2026-08-13: em is hidden by default and only shown via
 * `.tdp-spot.is-open`, toggled by the click handler in pages-shopify.js. */
.tdp-spot { position: absolute; transform: translate(-50%, -50%); z-index: 5; }
.tdp-spot i {
	display: block;
	width: 14px; height: 14px;
	background: #fee100;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(254, 225, 0, .35);
	animation: tdp-pulse 2s infinite;
	cursor: pointer;
}
@keyframes tdp-pulse {
	0%, 100% { box-shadow: 0 0 0 5px rgba(254,225,0,.35); }
	50% { box-shadow: 0 0 0 10px rgba(254,225,0,.18); }
}
.tdp-spot.is-open i { animation: none; box-shadow: 0 0 0 6px rgba(254,225,0,.55); }
.tdp-spot em {
	display: none;
	position: absolute;
	left: 50%; bottom: 22px;
	transform: translateX(-50%);
	background: #fee100;
	color: #000;
	font-style: normal;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 16px;
	white-space: nowrap;
	cursor: pointer;
}
.tdp-spot.is-open em { display: block; }
.tdp-spot em::after {
	content: '';
	position: absolute;
	top: 100%; left: 50%;
	transform: translateX(-50%);
	border: 7px solid transparent;
	border-top-color: #fee100;
}
@media (max-width: 767px) { .tdp-spot em { font-size: 12px; padding: 5px 10px; bottom: 18px; } }
.tdp-about__text { margin: 44px auto; max-width: 1150px; }

.tdp-marquee { overflow: hidden; margin: 30px 0 0; position: relative; }
.tdp-marquee__track { display: flex; gap: 16px; width: max-content; will-change: transform; }
.tdp-marquee__track img { height: 280px; width: auto; border-radius: 20px; display: block; }
@media (max-width: 767px) { .tdp-marquee__track img { height: 180px; } }
.tdp-marquee__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px; height: 46px;
	border-radius: 50%;
	background: rgba(255,255,255,.92);
	border: 1px solid #cccdce;
	box-shadow: 0 2px 8px rgba(0,0,0,.18);
	cursor: pointer;
	z-index: 5;
	padding: 0;
	transition: background .12s ease;
}
.tdp-marquee__btn:hover { background: #fee100; }
.tdp-marquee__btn:focus, .tdp-marquee__btn:focus-visible, .tdp-marquee__btn:active { outline: none; box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.tdp-marquee__btn::before {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	width: 11px; height: 11px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}
.tdp-marquee__btn--prev { left: 16px; }
.tdp-marquee__btn--prev::before { transform: translate(-30%, -50%) rotate(135deg); }
.tdp-marquee__btn--next { right: 16px; }
.tdp-marquee__btn--next::before { transform: translate(-70%, -50%) rotate(-45deg); }

/* ==================== contact ==================== */
.tdp--contact { padding-top: 40px; }
/* Visible page H1 for the Contact page (r13, 2026-08-20), mirroring the About
 * page's in-content "Meet the Squad" H1 pattern. */
.tdp--contact .tdp-contact__title { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(34px, 4vw, 49px); text-align: center; margin: 4px 20px 34px; color: #000; }
.tdp-faq h2, .tdp-contact h2 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 28px; margin: 0 0 22px; color: #000; }
.tdp-faq__list { border: 1px solid #cccdce; border-radius: 16px; overflow: hidden; background: #fff; }
.tdp-faq__item { border-bottom: 1px solid #e3e4e5; }
.tdp-faq__item:last-child { border-bottom: 0; }
.tdp-faq__item summary {
	cursor: pointer;
	list-style: none;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 54px 20px 26px;
	position: relative;
	color: #000;
}
.tdp-faq__item summary::-webkit-details-marker { display: none; }
.tdp-faq__item summary::after {
	content: '';
	position: absolute;
	right: 26px; top: 50%;
	width: 9px; height: 9px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: translateY(-70%) rotate(45deg);
	transition: transform .15s ease;
}
.tdp-faq__item[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.tdp-faq__item .tdp-rte { padding: 0 26px 24px; font-size: 18px; max-width: 900px; }
.tdp-contact { display: grid; grid-template-columns: 3fr 2fr; gap: 60px; margin-top: 56px; }
@media (max-width: 900px) { .tdp-contact { grid-template-columns: 1fr; gap: 30px; } }
.tdp-contact__info h3 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 21px; margin: 0 0 10px; }
.tdp-contact__info p { font-size: 18px; line-height: 1.55; margin: 0 0 22px; }
.tdp-contact__info a { color: #000; text-decoration: underline; }
.tdp-contact__form .wpcf7 input[type="text"],
.tdp-contact__form .wpcf7 input[type="email"],
.tdp-contact__form .wpcf7 textarea {
	width: 100%;
	border: 1px solid #cccdce;
	border-radius: 10px;
	padding: 13px 16px;
	font-size: 16px;
	margin-bottom: 16px;
	background: #fff;
}
.tdp-contact__form .wpcf7 input[type="submit"] {
	background: #000; color: #fff;
	font-weight: 700; font-size: 18px;
	border: 0; border-radius: 30px;
	padding: 14px 44px;
	cursor: pointer;
	transition: background .12s ease, color .12s ease;
}
.tdp-contact__form .wpcf7 input[type="submit"]:hover { background: #fee100; color: #000; }
.tdp-contact__form .tdp-cf label { display: block; font-size: 16px; font-weight: 700; color: #000; margin-bottom: 16px; }
.tdp-contact__form .tdp-cf label .wpcf7-form-control-wrap { display: block; margin-top: 6px; }
.tdp-contact__form .tdp-cf input[type="text"],
.tdp-contact__form .tdp-cf input[type="email"],
.tdp-contact__form .tdp-cf textarea { font-weight: 400; margin-bottom: 0; }
.tdp-contact__form .tdp-cf textarea { min-height: 160px; }
.tdp-contact__form .wpcf7-response-output { border-radius: 10px; padding: 12px 16px; margin: 16px 0 0; font-size: 16px; }
.tdp-contact__form .wpcf7-not-valid-tip { font-size: 14px; color: #c00; margin-top: 4px; }
/* custom file upload control (native input hidden, English texts) */
.tdp-cf input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.tdp-file-row { display: flex; align-items: center; gap: 14px; margin-top: 6px; }
.tdp-file-btn {
	background: #fff;
	color: #000;
	border: 2px solid #000;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 700;
	padding: 9px 24px;
	cursor: pointer;
	transition: background .12s ease;
}
.tdp-file-btn:hover { background: #fee100; }
.tdp-file-btn:focus, .tdp-file-btn:active { outline: none; }
.tdp-file-name { font-size: 15px; font-weight: 400; color: #555; }

/* ==================== tutorials ==================== */
.tdp--tutorials { padding-top: 40px; }
.tdp-video { text-align: center; margin-bottom: 60px; }
/* r13 (2026-08-20): tutorials hero promoted from <h2> to a keyword <h1>; the
 * h1 selector is added here so the hero keeps the identical visual style. */
/* r13b (2026-08-21): catchy line restored as a small EYEBROW above the H1.
 * Rendered as a styled <p> (NOT a heading) so the document outline stays
 * h1-first. Mirrors the site's established light-surface eyebrow pattern
 * (.td-sp__subtitle in single-product-shopify.css): Anton, uppercase,
 * letter-spaced, muted grey. NOTE: the tutorials hero sits on the white
 * page background (not a dark band), so a muted dark grey is used rather
 * than the brand yellow, which would fail contrast on white. */
.tdp-video__eyebrow {
	font-family: 'Anton', 'Arial Narrow', sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #555;
	margin: 0 0 6px;
}
.tdp-video h2, .tdp-video h1 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 28px; margin: 0 0 10px; color: #000; }
.tdp-video__sub { font-size: 18px; color: #333; max-width: 820px; margin: 0 auto 28px; }
.tdp-video__frame { max-width: 1100px; margin: 0 auto; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; }
.tdp-video__frame iframe { width: 100%; height: 100%; display: block; }
.tdp-video__more { margin: 24px 0 0; }
.tdp-video__more a { font-size: 20px; font-weight: 700; color: #000; text-decoration: underline; text-underline-offset: 4px; }
.tdp-video__more a:hover { color: #fee100; }

.tdp-blog { margin-bottom: 56px; }
.tdp-blog__head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.tdp-blog__head h2 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 28px; margin: 0; color: #000; }
.tdp-blog__visit { font-size: 18px; font-weight: 700; color: #000 !important; text-decoration: underline !important; text-underline-offset: 4px; white-space: nowrap; }
.tdp-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .tdp-blog__grid { grid-template-columns: 1fr; max-width: 560px; } }
.tdp-blog__card { display: block; text-decoration: none !important; }
.tdp-blog__img { display: block; aspect-ratio: 4 / 3; border: 1px solid #cccdce; border-radius: 16px; overflow: hidden; }
.tdp-blog__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s ease; }
.tdp-blog__card:hover .tdp-blog__img img { transform: scale(1.04); }
.tdp-blog__title { display: block; font-size: 18px; line-height: 1.4; color: #000; margin-top: 12px; }
.tdp-blog__card:hover .tdp-blog__title { text-decoration: underline; text-underline-offset: 3px; }

/* ==================== 404 + search results — brand link fix (2026-08-12) ====
 * Both surfaces were falling back to the theme's default anchor blue
 * (#3a7bb8) because nothing scoped to them. White/light surfaces get the
 * same near-black-underlined treatment used above for .tdp-blog__visit /
 * .tdp-video__more, for consistency and AA contrast. */
.error-404__text a { color: #000 !important; text-decoration: underline; text-underline-offset: 3px; }
.error-404__text a:hover { color: #96720a; }
.article-grid .article__more-link,
.article-grid .article__container:focus .article__more-link,
.article-grid .article__container:hover .article__more-link {
	color: #000 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.article-grid .article__more-link:hover,
.article-grid .article__container:focus .article__more-link:hover,
.article-grid .article__container:hover .article__more-link:hover {
	color: #96720a !important;
}


/* About hotspots: 14px dots get a 44px invisible hit area (critic P1).
 * Fix (Claude 2026-08-13, regression report): this rule used to also set
 * `position: relative;` on .tdp-spot. Since it comes AFTER the main
 * `.tdp-spot { position: absolute; ... }` rule earlier in this file with
 * equal specificity, the later `position: relative` won the cascade and
 * silently overrode `position: absolute` — throwing every dot out of its
 * percent-based top/left placement (they fell into normal document flow)
 * and detaching each name bubble (positioned via `bottom` off the dot)
 * from its dot. .tdp-spot is already `position: absolute` from the rule
 * above, which is a positioned ancestor on its own, so this block only
 * needs to add the ::after hit target — no position declaration here. */
.tdp-spot::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 44px;
	height: 44px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

/* ==================== newsletter — messages page + my-account endpoint (r12, 2026-08-20) ====
 * Styles The Newsletter plugin's output (.tnp-*) in two places:
 *  - /newsletter-2/ (page 104351, "Shopify Copy" template, .tdp--newsletter
 *    wrapper in the page content) — target of email footer/profile links;
 *  - the My Account "newsletter" endpoint (.tdnl--account wrapper printed by
 *    mu-plugins/3demon-newsletter-account.php).
 * This file loads site-wide, so one block covers both. */

.tdp--newsletter { padding-top: 40px; }
.tdp--newsletter .tdp-container { max-width: 680px; margin: 0; padding-left: 40px; }
@media (max-width: 767px) { .tdp--newsletter .tdp-container { padding-left: 20px; } }

.tdnl { font-family: Lato, sans-serif; color: #000; font-size: 16px; line-height: 1.5; }
.tdnl p { margin: 0 0 14px; }
.tdnl a { color: #0c0c0c; text-decoration: underline; text-underline-offset: 3px; }
.tdnl a:hover { color: #55585c; }

.tdnl-intro { color: #55585c; margin: 0 0 22px; }

/* success notice after a save ("Your profile has been saved." etc.) */
.tdnl-notice {
	background: #fee100;
	border: 1px solid #0c0c0c;
	border-radius: 10px;
	color: #0c0c0c;
	font-weight: 700;
	padding: 12px 16px;
	margin: 0 0 20px;
}

/* form fields */
.tdnl .tnp-field { margin: 0 0 18px; }
.tdnl .tnp-field label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #0c0c0c;
	margin: 0 0 6px;
}
.tdnl .tnp-field input[type="text"],
.tdnl .tnp-field input[type="email"],
.tdnl .tnp-field select {
	display: block;
	width: 100%;
	max-width: 480px;
	background: #fff;
	border: 1px solid #cccdce;
	border-radius: 10px;
	padding: 12px 14px;
	font-family: Lato, sans-serif;
	font-size: 15px;
	color: #000;
	box-shadow: none;
	transition: border-color .12s ease, box-shadow .12s ease;
}
.tdnl .tnp-field input[type="text"]:focus,
.tdnl .tnp-field input[type="email"]:focus,
.tdnl .tnp-field select:focus {
	border-color: #0c0c0c;
	box-shadow: 0 0 0 2px #fee100;
	outline: none;
}

/* list / privacy checkboxes: inline label rows, not uppercase */
.tdnl .tnp-field-list label,
.tdnl .tnp-field-privacy label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}
.tdnl .tnp-field input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: #fee100;
	margin: 0;
}
.tdnl .tnp-field-privacy { font-size: 14px; color: #55585c; }

/* save button — brand yellow pill */
.tdnl .tnp-submit,
.tdnl input[type="submit"] {
	display: inline-block;
	background: #fee100;
	color: #0c0c0c;
	border: 1px solid #fee100;
	border-radius: 30px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 17px;
	padding: 13px 44px;
	cursor: pointer;
	transition: background .12s ease, color .12s ease, border-color .12s ease;
}
.tdnl .tnp-submit:hover,
.tdnl input[type="submit"]:hover {
	background: #0c0c0c;
	border-color: #0c0c0c;
	color: #fee100;
}
.tdnl .tnp-field-button { margin-top: 24px; }

/* footnotes under the form (email-change note + cancel link) */
.tdnl-footnotes { margin-top: 22px; font-size: 14px; color: #55585c; }
.tdnl-footnotes a.tdnl-cancel { color: #0c0c0c; font-weight: 700; }

/* the standalone messages page also renders confirmation/unsubscribe texts —
 * inherit the same type there without extra classes */
.tdp--newsletter h1 { margin-bottom: 22px; }
