/* =============================================================
   Mithila Partner With Us — partner-with-us.css  v1.3.0
   Sections: intro · about · types · impact · partners · benefits · process · cta · subscribe
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

/* ── Reset ───────────────────────────────────────────────── */
.pwu-page *,
.pwu-page *::before,
.pwu-page *::after { box-sizing: border-box; }
.pwu-page img     { max-width: 100%; height: auto; display: block; }
.pwu-page ul,
.pwu-page ol      { list-style: none; margin: 0; padding: 0; }
.pwu-page figure  { margin: 0; }
.pwu-page p       { margin-top: 0; }

.pwu-page {
	width: 100%;
	font-family: var(--wdtFontTypo_Base, 'Roboto', sans-serif);
	color: var(--wdtBodyTxtColor, #202020);
	background: var(--wdtBodyBGColor, #fff);
}
.pwu-page section { display: block; width: 100%; position: relative; }

/* ── Container ───────────────────────────────────────────── */
.pwu-container {
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 3rem);
}

/* ── Typography ─────────────────────────────────────────── */
.pwu-h2 {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: clamp(1.9rem, 3.8vw, 2.8rem);
	font-weight: var(--wdtFontWeight_Alt, 700);
	color: var(--wdtHeadAltColor, #202020);
	line-height: 1.2;
	margin: 0 0 1.1rem;
}
.pwu-h2--center { text-align: center; }
.pwu-h2--light  { color: #fff; }

.pwu-script-kicker {
	display: block;
	font-family: 'Dancing Script', cursive;
	font-size: 1.5rem;
	font-weight: 600;
	color: #834d22;
	margin-bottom: .6rem;
	line-height: 1.3;
}
.pwu-script-kicker--center { text-align: center; }
.pwu-script-kicker--light  { color: rgba(255,255,255,.85); }

.pwu-divider {
	width: 52px; height: 4px;
	background: #834d22;
	border-radius: 2px;
	margin-bottom: 1.5rem;
}
.pwu-divider--center { margin-inline: auto; }
.pwu-divider--light  { background: rgba(255,255,255,.55); }

/* ── Buttons ─────────────────────────────────────────────── */
.pwu-btn {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	padding: .72rem 1.75rem;
	background: #834d22;
	color: #fff;
	border: 2px solid #834d22;
	border-radius: var(--wdtRadius_Part, 2.5em);
	font-size: .9375rem;
	font-weight: 600;
	font-family: var(--wdtFontTypo_Base, 'Roboto', sans-serif);
	text-decoration: none;
	transition: var(--wdtBaseTransition, all .3s linear);
	cursor: pointer;
	line-height: 1;
}
.pwu-btn:hover {
	background: #6b3d1a;
	border-color: #6b3d1a;
	color: #fff;
}
.pwu-btn--ghost {
	background: transparent;
	color: #834d22;
	border-color: #834d22;
}
.pwu-btn--ghost:hover {
	background: #834d22;
	color: #fff;
}
.pwu-btn--outline {
	background: transparent;
	color: #fff;
	border-color: rgba(255,255,255,.65);
}
.pwu-btn--outline:hover {
	background: rgba(255,255,255,.15);
	border-color: #fff;
}

/* =============================================================
   1. PAGE INTRO — cream with pattern
   ============================================================= */
.pwu-intro {
	background: var(--wdtTertiaryColor, #f8eae1);
	padding-block: clamp(4rem, 7vw, 6rem);
	overflow: hidden;
}
.pwu-intro__pattern {
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%23834d22' stroke-width='0.5' opacity='0.18'%3E%3Ccircle cx='30' cy='30' r='25'/%3E%3Ccircle cx='30' cy='30' r='15'/%3E%3Ccircle cx='30' cy='30' r='5'/%3E%3Cline x1='5' y1='30' x2='55' y2='30'/%3E%3Cline x1='30' y1='5' x2='30' y2='55'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: 60px 60px;
	pointer-events: none;
	z-index: 0;
}
.pwu-intro__inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin-inline: auto;
	text-align: center;
}
.pwu-intro__lead {
	font-size: clamp(1rem, 2vw, 1.1rem);
	line-height: 1.85;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .82;
	margin: 0 auto 2rem;
}
.pwu-intro__actions {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}

/* =============================================================
   2. ABOUT PARTNERSHIP — 2-col image + text
   ============================================================= */
.pwu-about {
	background: var(--wdtBodyBGColor, #fff);
	padding-block: clamp(4rem, 7vw, 6.5rem);
}
.pwu-about__grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: clamp(2.5rem, 6vw, 5rem);
	align-items: center;
}
.pwu-about__figure img {
	width: 100%;
	aspect-ratio: 5/4;
	object-fit: cover;
	border-radius: var(--wdtRadius_3X, 10px);
	box-shadow: 0 8px 36px rgba(26,15,8,.16);
	outline: 6px solid #834d22;
	outline-offset: 8px;
}
.pwu-about__body > p {
	font-size: 1rem;
	line-height: 1.82;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .82;
	margin-bottom: 1rem;
}
.pwu-about__list {
	margin: 1rem 0 1.25rem;
	display: flex;
	flex-direction: column;
	gap: .55rem;
}
.pwu-about__list li {
	display: flex;
	align-items: center;
	gap: .7rem;
	font-size: .9625rem;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .88;
}
.pwu-about__list li::before {
	content: '';
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #834d22;
}
.pwu-about__closing {
	font-size: .9375rem;
	line-height: 1.75;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .68;
	font-style: italic;
	border-left: 3px solid #834d22;
	padding-left: 1rem;
	margin: 0;
}
@media (max-width: 860px) {
	.pwu-about__grid { grid-template-columns: 1fr; }
	.pwu-about__figure img { outline: none; max-width: 480px; margin-inline: auto; }
}

/* =============================================================
   3. PARTNERSHIP TYPES — 3-col image cards
   ============================================================= */
.pwu-types {
	background: var(--wdtTertiaryColor, #f8eae1);
	padding-block: clamp(4rem, 7vw, 6.5rem);
}
.pwu-types__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: clamp(2rem, 4vw, 3rem);
}
.pwu-types__card {
	background: #fff;
	border-radius: var(--wdtRadius_3X, 10px);
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(26,15,8,.08);
	display: flex;
	flex-direction: column;
	transition: transform .3s ease, box-shadow .3s ease;
}
.pwu-types__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 40px rgba(26,15,8,.14);
}
.pwu-types__card-img {
	overflow: hidden;
	aspect-ratio: 16/9;
}
.pwu-types__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
	display: block;
}
.pwu-types__card:hover .pwu-types__card-img img { transform: scale(1.05); }
.pwu-types__card-body {
	padding: 1.75rem 1.75rem 2rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.pwu-types__card-kicker {
	display: inline-block;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #834d22;
	margin-bottom: .45rem;
}
.pwu-types__card-title {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: 1.3rem;
	font-weight: 700;
	color: #1a0f08;
	margin: 0 0 .75rem;
	line-height: 1.25;
}
.pwu-types__card-desc {
	font-size: .9375rem;
	line-height: 1.72;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
	margin: 0 0 1.25rem;
	flex: 1;
}
.pwu-types__mini-list {
	display: flex;
	flex-direction: column;
	gap: .45rem;
	border-top: 1px solid rgba(26,15,8,.09);
	padding-top: 1rem;
	margin-top: auto;
}
.pwu-types__mini-list li {
	display: flex;
	align-items: center;
	gap: .6rem;
	font-size: .875rem;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .8;
}
.pwu-types__mini-list li::before {
	content: '›';
	color: #834d22;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}
@media (max-width: 860px) {
	.pwu-types__grid { grid-template-columns: 1fr; }
}
@media (min-width: 560px) and (max-width: 860px) {
	.pwu-types__grid { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================================
   4. IMPACT NUMBERS — brown band
   ============================================================= */
.pwu-impact {
	background: #834d22;
	padding-block: clamp(3rem, 6vw, 5rem);
	position: relative;
	overflow: hidden;
}
.pwu-impact::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
	background-size: 28px 28px;
	pointer-events: none;
}
.pwu-impact__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	text-align: center;
}
.pwu-impact__num-row {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 2px;
	margin-bottom: .4rem;
}
.pwu-impact__number {
	display: block;
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: clamp(2.8rem, 5vw, 4rem);
	font-weight: 700;
	color: #fdf6e3;
	line-height: 1;
}
.pwu-impact__suffix {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 700;
	color: #fdf6e3;
	line-height: 1;
}
.pwu-impact__label {
	display: block;
	font-size: .9375rem;
	font-weight: 700;
	color: rgba(255,255,255,.9);
	text-transform: uppercase;
	letter-spacing: .07em;
}
.pwu-impact__sub {
	display: block;
	font-size: .825rem;
	color: rgba(255,255,255,.55);
	margin-top: .3rem;
}
@media (max-width: 680px) {
	.pwu-impact__grid { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================================
   5. CURRENT PARTNERS — shortcode wrapper
   ============================================================= */
.pwu-partners {
	background: var(--wdtBodyBGColor, #fff);
	padding-block: clamp(4rem, 7vw, 6.5rem);
}
.pwu-partners__intro {
	text-align: center;
	max-width: 64ch;
	margin-inline: auto;
	margin-bottom: 2.5rem;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
}

/* ── Carousel — mirrors homepage mh-partners structure exactly ── */
.pwu-partners__shortcode-wrap .pwu-partners-wrap { margin: 0; }

.pwu-partners-slider-wrap {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.pwu-partners-slider {
	overflow: hidden;
	flex: 1;
	min-width: 0;
}

.pwu-partners-track {
	display: flex;
	gap: 1.5rem;
	transition: transform .45s cubic-bezier(.4,0,.2,1);
	will-change: transform;
}

/* Nav buttons */
.pwu-pc-nav {
	flex-shrink: 0;
	width: 48px !important;
	height: 48px !important;
	border-radius: 50% !important;
	border: 2px solid #834d22 !important;
	background: #fff !important;
	color: #834d22 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: 0 4px 16px rgba(131,77,34,.18), 0 1px 4px rgba(26,15,8,.08);
	transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.pwu-pc-nav svg {
	display: block !important;
	flex-shrink: 0;
	pointer-events: none;
}
.pwu-pc-nav:hover {
	background: #834d22 !important;
	color: #fff !important;
	box-shadow: 0 6px 22px rgba(131,77,34,.32) !important;
}

/* Dots */
.pwu-pc-dots {
	display: flex;
	justify-content: center;
	gap: .5rem;
	margin-top: 2rem;
}
.pwu-pc-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background: rgba(26,15,8,.18);
	cursor: pointer;
	padding: 0;
	transition: background .2s ease, transform .2s ease;
}
.pwu-pc-dot.is-active {
	background: #834d22;
	transform: scale(1.4);
}

/* Override the global  #primary.content-full-width article { width:100%!important }
   rule injected by functions.php — carousel cards must NOT be 100% wide */
#primary .pwu-partners-track article.mae-cpt-card {
	width: auto !important;
	max-width: none !important;
	flex-shrink: 0 !important;
}

/* Cards inside carousel */
.pwu-partners__shortcode-wrap .mae-cpt-card {
	border-radius: var(--wdtRadius_3X, 10px);
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(26,15,8,.08);
	background: #ffffff;
	border: 1px solid rgba(26,15,8,.07);
	display: flex;
	flex-direction: column;
	transition: transform .3s ease, box-shadow .3s ease;
}
.pwu-partners__shortcode-wrap .mae-cpt-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 32px rgba(26,15,8,.14);
}
.pwu-partners__shortcode-wrap .mae-cpt-card-img-link {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/3;
}
.pwu-partners__shortcode-wrap .mae-cpt-card-img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
	display: block;
}
.pwu-partners__shortcode-wrap .mae-cpt-card:hover .mae-cpt-card-img { transform: scale(1.05); }
.pwu-partners__shortcode-wrap .mae-cpt-ph-img {
	width: 100%; aspect-ratio: 4/3;
	background: var(--wdtTertiaryColor, #f8eae1);
	display: flex; align-items: center; justify-content: center;
}
.pwu-partners__shortcode-wrap .mae-ph-icon svg {
	width: 56px; height: 56px;
	color: #834d22; opacity: .5;
}
.pwu-partners__shortcode-wrap .mae-cpt-type-badge {
	position: absolute; top: .75rem; left: .75rem;
	background: #834d22;
	color: #fff;
	font-size: .68rem; font-weight: 700;
	letter-spacing: .07em; text-transform: uppercase;
	padding: .25rem .75rem;
	border-radius: var(--wdtRadius_Part, 2.5em);
}
.pwu-partners__shortcode-wrap .mae-cpt-card-body {
	padding: 1.25rem 1.5rem 1.5rem;
	display: flex; flex-direction: column; gap: .45rem; flex: 1;
}
.pwu-partners__shortcode-wrap .mae-cpt-card-title {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: 1rem; font-weight: 700;
	color: #1a0f08;
	margin: 0; line-height: 1.3;
}
.pwu-partners__shortcode-wrap .mae-cpt-card-title a {
	color: inherit; text-decoration: none;
	transition: color .25s ease;
}
.pwu-partners__shortcode-wrap .mae-cpt-card-title a:hover { color: #834d22; }
.pwu-partners__shortcode-wrap .mae-cpt-meta-tag {
	display: inline-block;
	font-size: .72rem; font-weight: 700;
	letter-spacing: .06em; text-transform: uppercase;
	color: #834d22;
}
.pwu-partners__shortcode-wrap .mae-cpt-card-excerpt {
	font-size: .9rem; line-height: 1.65;
	color: var(--wdtBodyTxtColor, #202020); opacity: .72;
	margin: 0; flex: 1;
}
.pwu-partners__shortcode-wrap .mae-cpt-card-footer { margin-top: .5rem; }
.pwu-partners__shortcode-wrap .mae-cpt-card-btn {
	display: inline-flex; align-items: center; gap: .3rem;
	font-size: .825rem; font-weight: 700;
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	text-transform: uppercase; letter-spacing: .06em;
	color: #1a0f08; text-decoration: none;
	border-bottom: 2px solid #834d22;
	padding-bottom: .15rem;
	transition: color .25s ease;
}
.pwu-partners__shortcode-wrap .mae-cpt-card-btn:hover { color: #834d22; }
.pwu-partners__shortcode-wrap .mae-no-events {
	text-align: center; font-style: italic;
	color: rgba(32,32,32,.45); padding: 3rem 0;
}
@media (max-width: 680px) {
	.pwu-pc-nav { width: 36px; height: 36px; }
}

/* =============================================================
   6. BENEFITS — 3-col icon cards on cream
   ============================================================= */
.pwu-benefits {
	background: var(--wdtTertiaryColor, #f8eae1);
	padding-block: clamp(4rem, 7vw, 6.5rem);
}
.pwu-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.75rem;
	margin-top: clamp(2rem, 4vw, 3rem);
}
.pwu-benefits__item {
	background: #fff;
	border-radius: var(--wdtRadius_3X, 10px);
	padding: 2rem 1.75rem 2.25rem;
	box-shadow: 0 3px 16px rgba(26,15,8,.07);
	border-top: 4px solid transparent;
	transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.pwu-benefits__item:hover {
	border-top-color: #834d22;
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(26,15,8,.12);
}
.pwu-benefits__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px; height: 64px;
	background: rgba(131,77,34,.12);
	border: 2px solid rgba(131,77,34,.25);
	border-radius: 50%;
	color: #834d22;
	margin-bottom: 1.25rem;
}
.pwu-benefits__title {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: 1.15rem;
	font-weight: 700;
	color: #1a0f08;
	margin: 0 0 .65rem;
}
.pwu-benefits__desc {
	font-size: .9375rem;
	line-height: 1.72;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .76;
	margin: 0;
}
@media (max-width: 860px) {
	.pwu-benefits__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.pwu-benefits__grid { grid-template-columns: 1fr; }
}

/* =============================================================
   7. PROCESS — image left, numbered steps right
   ============================================================= */
.pwu-process {
	background: var(--wdtBodyBGColor, #fff);
	padding-block: clamp(4rem, 7vw, 6.5rem);
}
.pwu-process__grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: clamp(2.5rem, 6vw, 5rem);
	align-items: center;
}
.pwu-process__figure img {
	width: 100%;
	aspect-ratio: 5/4;
	object-fit: cover;
	border-radius: var(--wdtRadius_3X, 10px);
	box-shadow: 0 8px 36px rgba(26,15,8,.14);
}
.pwu-process__steps {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: .5rem;
}
.pwu-process__step {
	display: grid;
	grid-template-columns: 3.5rem 1fr;
	gap: 1rem;
	padding-bottom: 2rem;
	position: relative;
}
.pwu-process__step:not(:last-child)::before {
	content: '';
	position: absolute;
	left: 1.65rem;
	top: 3rem;
	bottom: 0;
	width: 2px;
	background: linear-gradient(to bottom, #834d22, rgba(131,77,34,.15));
}
.pwu-process__step:last-child { padding-bottom: 0; }
.pwu-process__step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	background: #834d22;
	color: #fff;
	border-radius: 50%;
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: 1rem;
	font-weight: 700;
	flex-shrink: 0;
	z-index: 1;
	position: relative;
}
.pwu-process__step-title {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: 1.15rem;
	font-weight: 700;
	color: #1a0f08;
	margin: .45rem 0 .5rem;
}
.pwu-process__step-desc {
	font-size: .9375rem;
	line-height: 1.75;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
	margin: 0;
}
.pwu-process__action { margin-top: 2rem; }
@media (max-width: 860px) {
	.pwu-process__grid { grid-template-columns: 1fr; }
	.pwu-process__figure { order: -1; }
}

/* =============================================================
   8. CTA BAND — full-bleed dark overlay
   ============================================================= */
.pwu-cta {
	position: relative;
	overflow: hidden;
	padding-block: clamp(5rem, 9vw, 8rem);
}
.pwu-cta__bg {
	position: absolute; inset: 0;
	background-size: cover;
	background-position: center;
}
.pwu-cta__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(
		135deg,
		rgba(26,15,8,.92) 0%,
		rgba(26,15,8,.78) 60%,
		rgba(131,77,34,.35) 100%
	);
}
.pwu-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin-inline: auto;
	text-align: center;
}
.pwu-cta__sub {
	font-size: clamp(1rem, 2vw, 1.1rem);
	line-height: 1.8;
	color: rgba(255,255,255,.82);
	max-width: 68ch;
	margin: 0 auto 2.25rem;
}
.pwu-cta__actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

/* =============================================================
   9. SUBSCRIBE
   ============================================================= */
.pwu-subscribe {
	position: relative;
	overflow: hidden;
	padding-block: clamp(4.5rem, 8vw, 7rem);
}
.pwu-subscribe__bg {
	position: absolute; inset: 0;
	background-size: cover;
	background-position: center;
}
.pwu-subscribe__overlay {
	position: absolute; inset: 0;
	background: rgba(248,234,225,.88);
}
.pwu-subscribe__inner {
	position: relative;
	z-index: 1;
	text-align: center;
}
.pwu-subscribe__desc {
	max-width: 52ch;
	margin: 0 auto 1.75rem;
	font-size: 1rem;
	line-height: 1.72;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
}
.pwu-subscribe__form {
	display: flex;
	gap: .75rem;
	max-width: 500px;
	margin-inline: auto;
	flex-wrap: wrap;
	justify-content: center;
}
.pwu-subscribe__input {
	flex: 1;
	min-width: 220px;
	padding: .78rem 1.35rem;
	border: 2px solid rgba(131,77,34,.22);
	border-radius: var(--wdtRadius_Part, 2.5em);
	font-size: 1rem;
	font-family: var(--wdtFontTypo_Base, 'Roboto', sans-serif);
	color: var(--wdtBodyTxtColor, #202020);
	background: rgba(255,255,255,.85);
	outline: none;
	transition: var(--wdtBaseTransition, all .3s linear);
}
.pwu-subscribe__input::placeholder { color: rgba(32,32,32,.45); }
.pwu-subscribe__input:focus {
	border-color: #834d22;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(131,77,34,.2);
}
