/* AsanWP Market — responsive, configurable footer */
.psdfa-site-footer {
  margin-top: 0;
  background: var(--psdfa-footer-bg);
  color: var(--psdfa-footer-text);
}

.psdfa-site-footer,
.psdfa-site-footer * {
  box-sizing: border-box;
}

.psdfa-site-footer a {
  text-decoration: none;
}

.psdfa-site-footer .psdfa-brand-mark {
  background: var(--psdfa-footer-accent);
  color: #111318;
}

/* Trust strip */
.psdfa-footer-trust {
  border-block: 1px solid var(--psdfa-footer-border);
  border-inline: 0;
  background: var(--psdfa-footer-surface);
}

.psdfa-footer-trust-grid {
  display: grid;
  grid-template-columns: repeat(var(--psdfa-footer-trust-count, 4), minmax(0, 1fr));
}

.psdfa-footer-trust-item {
  display: flex;
  min-width: 0;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
}

.psdfa-footer-trust-item:not(:last-child) {
  border-inline-end: 1px solid var(--psdfa-footer-border);
}

.psdfa-footer-trust-icon {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--psdfa-footer-accent) 26%, transparent);
  border-radius: 11px;
  background: color-mix(in srgb, var(--psdfa-footer-accent) 9%, transparent);
  color: var(--psdfa-footer-accent);
}

.psdfa-footer-trust-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
}

.psdfa-footer-trust-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.psdfa-footer-trust-copy strong {
  color: var(--psdfa-footer-text);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.65;
}

.psdfa-footer-trust-copy small {
  color: var(--psdfa-footer-muted);
  font-size: 10.5px;
  line-height: 1.7;
}

/* Support callout — visually aligned with the primary footer brand card. */
.psdfa-footer-support-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 0 0 18px 18px;
  border-top: 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 204, 0, .25), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(255, 204, 0, .055), transparent 35%),
    var(--psdfa-footer-cta-bg);
  color: var(--psdfa-footer-cta-text);
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}

.psdfa-footer-support-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 45px;
  width: 42px;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: var(--psdfa-footer-accent);
  transform: translateX(50%);
  pointer-events: none;
  z-index: 2;
}

.psdfa-footer-support-decoration {
  position: absolute;
  left: -75px;
  bottom: -85px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 204, 0, .10);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.psdfa-footer-support-decoration::before,
.psdfa-footer-support-decoration::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 204, 0, .06);
}

.psdfa-footer-support-decoration::before {
  inset: 24px;
}

.psdfa-footer-support-decoration::after {
  inset: 50px;
}

.psdfa-footer-support-copy,
.psdfa-footer-support-button {
  position: relative;
  z-index: 1;
}

.psdfa-footer-support-copy {
  min-width: 0;
}

.psdfa-footer-eyebrow {
  display: block;
  margin-bottom: 3px;
  color: var(--psdfa-footer-accent);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.6;
}

.psdfa-footer-support-banner h2 {
  margin: 0 0 4px;
  color: var(--psdfa-footer-cta-text);
  font-size: clamp(18px, 1.65vw, 22px);
  font-weight: 950;
  line-height: 1.55;
}

.psdfa-footer-support-banner p {
  max-width: 800px;
  margin: 0;
  color: color-mix(in srgb, var(--psdfa-footer-cta-text) 58%, var(--psdfa-footer-muted) 42%);
  font-size: 12px;
  line-height: 1.9;
}

.psdfa-footer-support-button {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid color-mix(in srgb, var(--psdfa-footer-accent) 45%, transparent);
  border-radius: 10px;
  background: var(--psdfa-footer-accent);
  color: #111318;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1;
  transition: transform .18s ease, filter .18s ease;
}

.psdfa-footer-support-button:hover {
  color: #111318;
  filter: brightness(1.04);
  transform: translateX(-2px);
}

.psdfa-footer-support-button:focus-visible {
  outline: 2px solid var(--psdfa-footer-accent);
  outline-offset: 3px;
}

.psdfa-footer-support-button svg {
  width: 14px;
  height: 14px;
}

/* Main footer */
.psdfa-site-footer .psdfa-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(0, 2.25fr);
  gap: var(--psdfa-footer-column-gap);
  padding: var(--psdfa-footer-vertical-padding) 0 calc(var(--psdfa-footer-vertical-padding) * .72);
}

.psdfa-site-footer .psdfa-footer-main.is-no-about {
  grid-template-columns: 1fr;
}

.psdfa-site-footer .psdfa-footer-main.is-no-widgets {
  grid-template-columns: minmax(0, 600px);
}

.psdfa-footer-about,
.psdfa-footer-column,
.psdfa-footer-widget,
.psdfa-footer-column-content {
  min-width: 0;
}

.psdfa-footer-brand {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
}

.psdfa-footer-logo-link {
  display: inline-flex;
  align-items: center;
  width: var(--psdfa-footer-logo-width);
  max-width: 100%;
  min-width: 1px;
}

.psdfa-footer-logo-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  object-position: right center;
}

.psdfa-footer-brand-fallback {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--psdfa-footer-text);
}

.psdfa-footer-brand-fallback > span:last-child,
.psdfa-footer-brand-copy {
  display: grid;
  gap: 1px;
}

.psdfa-footer-brand-fallback strong,
.psdfa-footer-brand-copy strong {
  color: var(--psdfa-footer-text);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.55;
}

.psdfa-footer-brand-fallback small,
.psdfa-footer-brand-copy small {
  color: var(--psdfa-footer-muted);
  font-size: 10.5px;
  line-height: 1.7;
}

.psdfa-footer-about-text {
  max-width: 460px;
  margin: 14px 0 14px;
  color: var(--psdfa-footer-muted);
  font-size: 12.5px;
  line-height: 2;
}

.psdfa-footer-domains {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.psdfa-footer-domains a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid var(--psdfa-footer-border);
  border-radius: 8px;
  color: var(--psdfa-footer-muted);
  font-size: 10px;
  line-height: 1;
  transition: border-color .16s ease, color .16s ease, background .16s ease;
}

.psdfa-footer-domains a:hover {
  border-color: color-mix(in srgb, var(--psdfa-footer-accent) 55%, var(--psdfa-footer-border));
  background: color-mix(in srgb, var(--psdfa-footer-accent) 6%, transparent);
  color: var(--psdfa-footer-text);
}

.psdfa-footer-widgets {
  display: grid;
  grid-template-columns: repeat(var(--psdfa-footer-widget-columns), minmax(0, 1fr));
  gap: var(--psdfa-footer-column-gap);
  min-width: 0;
}

.psdfa-footer-widget + .psdfa-footer-widget {
  margin-top: 20px;
}

.psdfa-site-footer .psdfa-footer-column h2,
.psdfa-site-footer .psdfa-footer-column h3,
.psdfa-site-footer .psdfa-footer-widget-title,
.psdfa-site-footer .widget-title {
  margin: 0 0 13px;
  color: var(--psdfa-footer-text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.7;
}

.psdfa-site-footer .psdfa-footer-column ul,
.psdfa-site-footer .psdfa-footer-widget ul,
.psdfa-site-footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.psdfa-site-footer .psdfa-footer-column li,
.psdfa-site-footer .psdfa-footer-widget li {
  margin: 8px 0;
  padding: 0;
}

.psdfa-site-footer .psdfa-footer-column a,
.psdfa-site-footer .psdfa-footer-widget a {
  color: var(--psdfa-footer-muted);
  font-size: 12.5px;
  line-height: 1.9;
  transition: color .16s ease;
}

.psdfa-site-footer .psdfa-footer-column a:hover,
.psdfa-site-footer .psdfa-footer-widget a:hover {
  color: var(--psdfa-footer-text);
}

.psdfa-site-footer .psdfa-footer-widget p,
.psdfa-site-footer .psdfa-footer-widget .textwidget {
  color: var(--psdfa-footer-muted);
  font-size: 12.5px;
  line-height: 1.95;
}

.psdfa-site-footer .psdfa-footer-widget img {
  max-width: 100%;
  height: auto;
}

/* Social networks: isolated SVG files rendered as real IMG elements */
.psdfa-footer-social {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.psdfa-footer-social-title {
  color: var(--psdfa-footer-text);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.7;
}

.psdfa-footer-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.psdfa-footer-social-link {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--psdfa-footer-border);
  border-radius: 10px;
  background: var(--psdfa-footer-surface);
  color: var(--psdfa-footer-social-icon);
  transition: border-color .16s ease, transform .16s ease;
}

.psdfa-footer-social-link:hover {
  border-color: color-mix(in srgb, var(--psdfa-footer-social-icon) 62%, var(--psdfa-footer-border));
  color: var(--psdfa-footer-social-icon);
  transform: translateY(-2px);
}

.psdfa-footer-social-link:focus-visible {
  outline: 2px solid var(--psdfa-footer-accent);
  outline-offset: 2px;
}

.psdfa-footer-social-link > img.psdfa-footer-social-icon-img {
  display: block !important;
  flex: 0 0 21px !important;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  max-width: 21px !important;
  min-height: 21px !important;
  max-height: 21px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  object-fit: contain !important;
  pointer-events: none;
  user-select: none;
}

/* Trust / certification logos */
.psdfa-footer-trust-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid var(--psdfa-footer-border);
}

.psdfa-footer-trust-logos-title {
  flex: 0 0 auto;
  color: var(--psdfa-footer-muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.8;
}

.psdfa-footer-trust-logos-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.psdfa-footer-trust-logo {
  display: grid;
  flex: 0 0 auto;
  width: 76px;
  height: auto;
  place-items: center;
  padding: 7px;
  overflow: hidden;
  border: 1px solid var(--psdfa-footer-border);
  border-radius: 10px;
  background: #fff;
}

a.psdfa-footer-trust-logo {
  transition: transform .16s ease, border-color .16s ease;
}

a.psdfa-footer-trust-logo:hover {
  border-color: color-mix(in srgb, var(--psdfa-footer-accent) 60%, var(--psdfa-footer-border));
  transform: translateY(-2px);
}

a.psdfa-footer-trust-logo:focus-visible {
  outline: 2px solid var(--psdfa-footer-accent);
  outline-offset: 2px;
}

.psdfa-footer-trust-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.psdfa-footer-trust-logo-code {
  padding: 0;
  background: #fff;
}

.psdfa-footer-trust-logo-code > a,
.psdfa-footer-trust-logo-code > span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 7px;
}

.psdfa-footer-trust-logo-code img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.psdfa-footer-trust-logo-code a {
  color: inherit;
}

/* Bottom row */
.psdfa-footer-bottom {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid var(--psdfa-footer-border);
  color: var(--psdfa-footer-muted);
  font-size: 11.5px;
}

.psdfa-footer-copyright {
  line-height: 1.9;
}

.psdfa-footer-bottom-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.psdfa-footer-bottom-nav a {
  color: var(--psdfa-footer-muted);
  font-size: 11.5px;
  line-height: 1.8;
}

.psdfa-footer-bottom-nav a:hover {
  color: var(--psdfa-footer-text);
}

/* Accordion is progressively enhanced by footer.js. */
.psdfa-footer-accordion-toggle {
  display: none;
}

/* PSDFA Cards - Combined Styles */

/* Box sizing */
.psdfa-brand-card,
.psdfa-brand-card *,
.psdfa-support-card,
.psdfa-support-card *,
.psdfa-quick-card,
.psdfa-quick-card * {
	box-sizing: border-box;
}

/* Shared card styles */
.psdfa-brand-card,
.psdfa-support-card,
.psdfa-quick-card {
	direction: rtl;
	font-family: inherit;
	width: 100%;
	height: 450px;
	padding: 22px;
	position: relative;
	display: flex;
	flex-direction: column;
	color: #e9edf3;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 0%, rgb(255 204 0 / 25%), transparent 34%),
		#15181d;
	overflow: hidden;
}

/* Brand card has one extra background layer */
.psdfa-brand-card {
	background:
		radial-gradient(circle at 90% 0%, rgb(255 204 0 / 25%), transparent 34%),
		radial-gradient(circle at 0% 100%, rgba(255, 204, 0, .055), transparent 35%),
		#15181d;
}

/* Shared top accent */
.psdfa-brand-card::before,
.psdfa-support-card::before,
.psdfa-quick-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 45px;
	transform: translateX(50%);
	width: 42px;
	height: 3px;
	background: #fc0;
	border-radius: 0 0 6px 6px;
}

/* ------------------------------
   Brand Card
------------------------------ */

.psdfa-brand-decoration {
	position: absolute;
	left: -75px;
	bottom: -85px;
	width: 210px;
	height: 210px;
	border: 1px solid rgba(255, 204, 0, .10);
	border-radius: 50%;
	pointer-events: none;
}

.psdfa-brand-decoration::before,
.psdfa-brand-decoration::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 204, 0, .06);
	border-radius: 50%;
}

.psdfa-brand-decoration::before {
	inset: 24px;
}

.psdfa-brand-decoration::after {
	inset: 50px;
}

.psdfa-brand-logo,
.psdfa-brand-description,
.psdfa-brand-links,
.psdfa-brand-divider,
.psdfa-brand-social-title,
.psdfa-brand-social-text,
.psdfa-brand-socials,
.psdfa-brand-bottom {
	position: relative;
	z-index: 2;
}

.psdfa-brand-logo {
	min-height: 65px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.psdfa-brand-logo img {
	display: block;
	width: 100px;
	max-width: 100%;
	max-height: 58px;
	object-fit: contain;
}

.psdfa-brand-description {
	margin: 0 0 17px;
	color: #aeb6c1;
	font-size: 10.5px;
	line-height: 2.1;
}

.psdfa-brand-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.psdfa-brand-link {
	min-height: 34px;
	padding: 6px 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border: 1px solid rgba(255, 255, 255, .10);
	border-radius: 9px;
	background: rgba(255, 255, 255, .025);
	color: #cbd1d8 !important;
	font-size: 9px;
	line-height: 1;
	text-decoration: none !important;
	transition: .2s ease;
}

.psdfa-brand-link:hover {
	color: #fc0 !important;
	border-color: rgba(255, 204, 0, .35);
	background: rgba(255, 204, 0, .04);
	transform: translateY(-1px);
}

.psdfa-brand-link svg {
	width: 13px;
	height: 13px;
	stroke: currentColor;
}

.psdfa-brand-divider {
	width: 100%;
	height: 1px;
	margin: 15px 0 5px;
	background: rgba(255, 255, 255, .08);
}

.psdfa-brand-social-title {
	margin-bottom: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.psdfa-brand-social-text {
	margin: 0 0 13px;
	color: #858f9b;
	font-size: 9px;
	line-height: 1.9;
}

.psdfa-brand-socials {
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
}

.psdfa-brand-social {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 11px;
	background: rgba(255, 255, 255, .03);
	color: #f2f4f6 !important;
	text-decoration: none !important;
	transition: .2s ease;
}

.psdfa-brand-social:hover {
	background: #fc0;
	border-color: #fc0;
	color: #080808 !important;
	transform: translateY(-2px);
}

.psdfa-brand-social svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
	stroke-width: 0;
}

.psdfa-brand-bottom {
	margin-top: auto;
	padding-top: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: #858e99;
	font-size: 9px;
	line-height: 1.8;
}

.psdfa-brand-dot {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: #fc0;
	box-shadow: 0 0 0 4px rgba(255, 204, 0, .08);
}

.psdfa-brand-bottom strong {
	color: #d9dde2;
	font-weight: 700;
}

/* ------------------------------
   Support + Quick shared styles
------------------------------ */

.psdfa-support-head,
.psdfa-quick-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.psdfa-support-main-icon,
.psdfa-quick-main-icon {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: #fc0;
	color: #080808;
}

.psdfa-support-main-icon svg,
.psdfa-quick-main-icon svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
}

.psdfa-support-title,
.psdfa-quick-title {
	margin: 0 !important;
	color: var(--psdfa-footer-text);
	font-weight: 700 !important;
}

.psdfa-support-subtitle,
.psdfa-quick-subtitle {
	margin: 2px 0 0;
	color: #929ba7;
	font-size: 10px;
	line-height: 1.8;
}

/* ------------------------------
   Support Card
------------------------------ */

.psdfa-support-list {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 7px;
}

.psdfa-support-row {
	min-height: 57px;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 11px;
	background: rgba(255, 255, 255, .025);
	transition: .2s ease;
}

.psdfa-support-row:hover {
	border-color: rgba(255, 204, 0, .30);
	background: rgba(255, 204, 0, .035);
}

.psdfa-support-row-icon {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: rgba(255, 204, 0, .10);
	color: #fc0;
}

.psdfa-support-row-icon svg {
	width: 17px;
	height: 17px;
	stroke: currentColor;
}

.psdfa-support-content {
	min-width: 0;
}

.psdfa-support-label {
	display: block;
	margin-bottom: 1px;
	color: #808a97;
	font-size: 9px;
}

.psdfa-support-value {
	display: block;
	color: #f0f2f4 !important;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.8;
	text-decoration: none !important;
	word-break: break-word;
}

.psdfa-support-address .psdfa-support-value {
	font-size: 9.5px;
	font-weight: 600;
}

a.psdfa-support-value:hover {
	color: #fc0 !important;
}

/* ------------------------------
   Quick Card
------------------------------ */

.psdfa-quick-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
}

.psdfa-quick-link {
	min-height: 94px;
	padding: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 12px;
	background: rgba(255, 255, 255, .025);
	text-decoration: none !important;
	transition: .2s ease;
}

.psdfa-quick-link:hover {
	border-color: rgba(255, 204, 0, .30);
	background: rgba(255, 204, 0, .04);
	transform: translateY(-2px);
}

.psdfa-quick-link-icon {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 204, 0, .10);
	color: #fc0;
}

.psdfa-quick-link-icon svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
}

.psdfa-quick-link strong {
	display: block;
	color: #f4f5f6;
	font-size: 10.5px;
	font-weight: 800;
	line-height: 1.7;
}

.psdfa-quick-link span {
	display: block;
	margin-top: 2px;
	color: #808a97;
	font-size: 8.5px;
	line-height: 1.7;
}

.psdfa-quick-footer {
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: #848d99;
	font-size: 9px;
	line-height: 1.9;
}

.psdfa-quick-footer strong {
	color: #fc0;
	font-weight: 800;
}

/* ------------------------------
   Responsive
------------------------------ */

@media (max-width: 767px) {
	.psdfa-brand-card,
	.psdfa-support-card,
	.psdfa-quick-card {
		height: auto;
		min-height: 0;
	}
}

@media (max-width: 420px) {
	.psdfa-quick-grid {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 1180px) {
  .psdfa-site-footer .psdfa-footer-main {
    grid-template-columns: minmax(250px, .92fr) minmax(0, 2.08fr);
    gap: 28px;
  }

  .psdfa-footer-widgets {
    gap: 24px;
  }
}

@media (max-width: 980px) {
  .psdfa-footer-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .psdfa-footer-trust-item:nth-child(2n) {
    border-inline-end: 0;
  }

  .psdfa-footer-trust-item:nth-child(n + 3) {
    border-top: 1px solid var(--psdfa-footer-border);
  }

  .psdfa-site-footer .psdfa-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 36px;
    padding-bottom: 28px;
  }

  .psdfa-site-footer .psdfa-footer-main.is-no-widgets {
    grid-template-columns: minmax(0, 680px);
  }

  .psdfa-footer-about-text {
    max-width: 720px;
  }

}


@media (max-width: 720px) {
  .psdfa-footer-trust-item {
    min-height: 68px;
    gap: 10px;
    padding: 13px 11px;
  }

  .psdfa-footer-trust-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 9px;
  }

  .psdfa-footer-trust-icon svg {
    width: 17px;
    height: 17px;
  }

  .psdfa-footer-trust-copy strong {
    font-size: 11px;
    line-height: 1.55;
  }

  .psdfa-footer-trust-copy small {
    font-size: 9.5px;
    line-height: 1.6;
  }

  .psdfa-footer-support-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
    gap: 15px;
    padding: 20px 18px;
  }

  .psdfa-footer-support-copy {
    width: 100%;
  }

  .psdfa-footer-support-banner h2 {
    font-size: 18px;
  }

  .psdfa-footer-support-banner p {
    font-size: 11.5px;
  }

  .psdfa-footer-support-button {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 44px;
    margin-inline: auto;
    box-sizing: border-box;
    justify-self: stretch;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .psdfa-footer-support-button > span {
    flex: 0 0 auto;
  }

  .psdfa-site-footer .psdfa-footer-main,
  .psdfa-site-footer .psdfa-footer-main.is-no-widgets {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .psdfa-footer-brand {
    align-items: flex-start;
  }

  .psdfa-footer-about-text {
    margin-top: 12px;
    font-size: 11.5px;
  }

  .psdfa-footer-social {
    margin-top: 15px;
  }

  .psdfa-footer-social-link {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .psdfa-footer-widgets {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .psdfa-footer-widgets.is-accordion-ready {
    gap: 0;
    border-top: 1px solid var(--psdfa-footer-border);
  }

  .psdfa-footer-widgets.is-accordion-ready .psdfa-footer-column {
    border-bottom: 1px solid var(--psdfa-footer-border);
  }

  .psdfa-footer-widgets.is-accordion-ready .psdfa-footer-accordion-toggle {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--psdfa-footer-text);
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
    text-align: right;
    cursor: pointer;
  }

  .psdfa-footer-accordion-toggle:focus-visible {
    outline: 2px solid var(--psdfa-footer-accent);
    outline-offset: -2px;
    border-radius: 6px;
  }

  .psdfa-footer-accordion-icon {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }

  .psdfa-footer-accordion-icon::before,
  .psdfa-footer-accordion-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.5px;
    border-radius: 2px;
    background: var(--psdfa-footer-muted);
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .18s ease, opacity .18s ease;
  }

  .psdfa-footer-accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .psdfa-footer-column.is-open .psdfa-footer-accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0);
  }

  .psdfa-footer-widgets.is-accordion-ready .psdfa-footer-column-content {
    padding: 0 0 16px;
  }

  .psdfa-footer-column-content[hidden] {
    display: none;
  }

  .psdfa-footer-widgets.is-accordion-ready .psdfa-footer-column-content > .psdfa-footer-widget:first-child > .psdfa-footer-widget-title:first-child,
  .psdfa-footer-widgets.is-accordion-ready .psdfa-footer-column-content > .psdfa-footer-widget:first-child > .widget-title:first-child,
  .psdfa-footer-widgets.is-accordion-ready .psdfa-footer-column-content > .widget:first-child > .widget-title:first-child {
    display: none;
  }

  .psdfa-footer-widget + .psdfa-footer-widget {
    margin-top: 16px;
  }

  .psdfa-footer-trust-logos {
    display: grid;
    gap: 10px;
    padding: 15px 0;
  }

  .psdfa-footer-trust-logos-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: thin;
  }

  .psdfa-footer-trust-logo {
    width: 68px;
    height: auto;
  }

  .psdfa-footer-bottom {
    display: grid;
    min-height: 0;
    gap: 8px;
    padding: 16px 0;
  }

  .psdfa-footer-bottom-nav ul {
    gap: 10px 14px;
  }

  body.psdfa-has-mobile-bottom-nav .psdfa-footer-bottom {
    padding-bottom: 18px;
  }
}

@media (max-width: 340px) {
  .psdfa-footer-trust-grid {
    grid-template-columns: 1fr;
  }

  .psdfa-footer-trust-item,
  .psdfa-footer-trust-item:nth-child(2n),
  .psdfa-footer-trust-item:nth-child(n + 3) {
    border-top: 0;
    border-inline-end: 0;
    border-bottom: 1px solid var(--psdfa-footer-border);
  }

  .psdfa-footer-trust-item:last-child {
    border-bottom: 0;
  }

  .psdfa-footer-brand-fallback strong,
  .psdfa-footer-brand-copy strong {
    font-size: 16px;
  }

  .psdfa-footer-brand-fallback small,
  .psdfa-footer-brand-copy small {
    font-size: 9.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .psdfa-footer-support-button,
  .psdfa-footer-domains a,
  .psdfa-site-footer .psdfa-footer-column a,
  .psdfa-site-footer .psdfa-footer-widget a,
  .psdfa-footer-social-link,
  a.psdfa-footer-trust-logo,
  .psdfa-footer-accordion-icon::before,
  .psdfa-footer-accordion-icon::after {
    transition: none;
  }
}

/* 0.22.76 — footer accordions use the shared Chevron instead of plus/minus. */
@media(max-width:767px){
  .psdfa-footer-accordion-icon{display:grid;place-items:center;width:22px;height:22px}
  .psdfa-footer-accordion-icon::before,.psdfa-footer-accordion-icon::after{content:none!important;display:none!important}
  .psdfa-footer-accordion-icon svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}
  .psdfa-footer-column.is-open .psdfa-footer-accordion-icon svg{transform:rotate(180deg)}
}

/* PSDFA integration */
.psdfa-site-footer{font-family:var(--psdfa-font);}
.psdfa-site-footer .psdfa-icon{width:20px;height:20px;}
.psdfa-footer-brand-copy{min-width:0;}
body.psdfa-market-account-fullscreen .psdfa-site-footer{display:none!important;}
@media (max-width: 782px) {
  body.psdfa-has-mobile-bottom-nav .psdfa-site-footer { padding-bottom: 64px; }
}
