/* Contact page: native Divi layout with per-site dynamic contact fragments. */
.et_pb_section.pp-divi-contacts,
.et_pb_section.pp-divi-contacts * {
	box-sizing: border-box;
}

.et_pb_section.pp-divi-contacts {
	--pp-contact-ink: #111820;
	--pp-contact-navy: #17202f;
	--pp-contact-orange: #ff9000;
	--pp-contact-orange-deep: #e77f00;
	--pp-contact-line: #dfe3e8;
	--pp-contact-muted: #606b79;
	--pp-contact-soft: #f3f5f7;
}

.et_pb_section.pp-divi-contacts[id] {
	scroll-margin-top: 104px;
}

.pp-divi-contacts a:focus-visible,
.pp-divi-contacts button:focus-visible {
	outline: 3px solid var(--pp-contact-orange);
	outline-offset: 3px;
}

.et_pb_section.pp-divi-contacts-hero {
	background:
		radial-gradient(circle at 85% 20%, rgba(255, 144, 0, 0.19), transparent 25%),
		radial-gradient(circle at 65% 85%, rgba(255, 255, 255, 0.05), transparent 30%),
		linear-gradient(135deg, #0e151d 0%, #17202f 55%, #202c3b 100%) !important;
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(72px, 8vw, 116px) 0 clamp(68px, 7vw, 96px) !important;
	position: relative;
}

.et_pb_section.pp-divi-contacts-hero::before,
.et_pb_section.pp-divi-contacts-hero::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.et_pb_section.pp-divi-contacts-hero::before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	inset: 0;
	mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
}

.et_pb_section.pp-divi-contacts-hero::after {
	border: 1px solid rgba(255, 144, 0, 0.22);
	border-radius: 50%;
	height: 560px;
	right: -280px;
	top: -270px;
	width: 560px;
}

.pp-divi-contacts-hero .pp-divi-row {
	position: relative;
	z-index: 1;
}

.pp-divi-contacts-hero-row,
.pp-divi-contacts-location-row {
	align-items: center;
	display: grid !important;
	gap: clamp(34px, 6vw, 76px);
	grid-template-columns: minmax(0, 3fr) minmax(330px, 2fr);
}

.pp-divi-contacts-hero-row::after,
.pp-divi-contacts-location-row::after,
.pp-divi-contacts-prep-row::after,
.pp-divi-contacts-faq-row::after {
	display: none !important;
}

.pp-divi-contacts-hero-row > .et_pb_column,
.pp-divi-contacts-location-row > .et_pb_column,
.pp-divi-contacts-prep-row > .et_pb_column,
.pp-divi-contacts-faq-row > .et_pb_column {
	margin: 0 !important;
	width: auto !important;
}

.pp-divi-contacts-breadcrumb {
	align-items: center;
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	font-size: 13px;
	gap: 9px;
	margin: 0 0 28px;
}

.pp-divi-contacts-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.pp-divi-contacts-breadcrumb a:hover {
	color: #ffb347;
}

.pp-divi-contacts-breadcrumb span[aria-hidden="true"] {
	color: var(--pp-contact-orange);
}

.pp-divi-contacts-hero-copy .pp-divi-eyebrow {
	color: #ffb347 !important;
	letter-spacing: 0.08em;
}

.pp-divi-contacts-hero-copy h1 {
	color: #fff;
	font-size: clamp(46px, 6vw, 78px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin: 0 0 24px;
	max-width: 820px;
	padding: 0;
	text-wrap: balance;
}

.pp-divi-contacts-hero-copy .pp-divi-lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(18px, 2vw, 21px);
	font-weight: 600;
	line-height: 1.58;
	margin-bottom: 25px !important;
	max-width: 720px;
}

.pp-divi-contacts-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	list-style: none !important;
	margin: 0 0 30px !important;
	padding: 0 !important;
}

.pp-divi-contacts-hero-points li {
	align-items: center;
	color: rgba(255, 255, 255, 0.78);
	display: flex;
	font-size: 14px;
	font-weight: 750;
	gap: 9px;
	line-height: 1.4;
}

.pp-divi-contacts-hero-points li::before {
	background: var(--pp-contact-orange);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255, 144, 0, 0.13);
	content: "";
	flex: 0 0 7px;
	height: 7px;
	width: 7px;
}

.pp-divi-contacts-hero .et_pb_button_module_wrapper {
	margin-top: 2px !important;
}

.pp-contact-spotlight {
	backdrop-filter: blur(18px);
	background: rgba(8, 14, 21, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	box-shadow: 0 32px 75px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	padding: clamp(25px, 4vw, 38px);
	position: relative;
}

.pp-contact-spotlight::before {
	background: var(--pp-contact-orange);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.pp-contact-spotlight__eyebrow {
	color: rgba(255, 255, 255, 0.66) !important;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.09em;
	margin: 0 0 16px !important;
	text-transform: uppercase;
}

.pp-contact-spotlight__phone {
	align-items: center;
	color: #fff !important;
	display: flex;
	gap: 13px;
	margin-bottom: 11px;
	text-decoration: none;
}

.pp-contact-spotlight__phone > span {
	align-items: center;
	background: var(--pp-contact-orange);
	border-radius: 10px;
	display: flex;
	height: 43px;
	justify-content: center;
	width: 43px;
}

.pp-contact-spotlight__phone svg {
	fill: var(--pp-contact-ink);
	height: 22px;
	width: 22px;
}

.pp-contact-spotlight__phone strong {
	font-size: clamp(23px, 2.5vw, 31px);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.pp-contact-spotlight__phone:hover strong {
	color: #ffb347;
}

.pp-contact-spotlight__hours {
	color: #fff !important;
	font-size: 15px;
	font-weight: 750;
	margin: 0 0 5px !important;
}

.pp-contact-spotlight__note {
	color: rgba(255, 255, 255, 0.62) !important;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 !important;
}

.pp-contact-spotlight .pp-contact-spotlight__cta,
.entry-content .pp-contact-spotlight a.pp-contact-spotlight__cta {
	align-items: center;
	background: var(--pp-contact-orange);
	border: 1px solid var(--pp-contact-orange);
	border-radius: 8px;
	color: var(--pp-contact-ink) !important;
	display: flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	margin-top: 24px;
	min-height: 48px;
	padding: 12px 17px;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
	width: 100%;
}

.pp-contact-spotlight .pp-contact-spotlight__cta:hover {
	background: var(--pp-contact-orange-deep);
	border-color: var(--pp-contact-orange-deep);
	transform: translateY(-1px);
}

.et_pb_section.pp-divi-contacts-main {
	background: #f3f5f7 !important;
	padding: clamp(64px, 8vw, 98px) 0 !important;
}

.pp-divi-contacts .pp-divi-section-head {
	margin-bottom: 34px !important;
}

.pp-divi-contacts .pp-divi-section-head h2 {
	color: var(--pp-contact-ink);
	font-size: clamp(38px, 4.5vw, 58px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0 0 17px;
	max-width: 880px;
	padding: 0;
	text-wrap: balance;
}

.pp-divi-contacts .pp-divi-section-head p {
	color: var(--pp-contact-muted);
	font-size: 17px;
	line-height: 1.62;
	margin: 0 !important;
	max-width: 760px;
}

.pp-contact-methods__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}

.pp-contact-method-card {
	background: #fff;
	border: 1px solid var(--pp-contact-line);
	border-radius: 13px;
	box-shadow: 0 14px 38px rgba(17, 24, 32, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 255px;
	overflow: hidden;
	padding: 24px;
	position: relative;
	transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.pp-contact-method-card::after {
	background: var(--pp-contact-orange);
	bottom: 0;
	content: "";
	height: 4px;
	left: 24px;
	position: absolute;
	transition: width 170ms ease;
	width: 42px;
}

.pp-contact-method-card:hover {
	border-color: #cbd1d8;
	box-shadow: 0 20px 48px rgba(17, 24, 32, 0.1);
	transform: translateY(-3px);
}

.pp-contact-method-card:hover::after {
	width: 74px;
}

.pp-contact-method-card__icon {
	align-items: center;
	background: #fff1df;
	border: 1px solid #ffd7a2;
	border-radius: 10px;
	display: flex;
	height: 45px;
	justify-content: center;
	margin-bottom: 27px;
	width: 45px;
}

.pp-contact-method-card__icon svg {
	fill: var(--pp-contact-ink);
	height: 22px;
	width: 22px;
}

.pp-contact-method-card__label {
	color: #7a8490 !important;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.1em;
	margin: 0 0 8px !important;
	text-transform: uppercase;
}

.pp-contact-method-card__value {
	color: var(--pp-contact-ink) !important;
	font-size: clamp(17px, 1.5vw, 21px);
	font-weight: 900;
	line-height: 1.26;
	margin-bottom: 11px;
	overflow-wrap: anywhere;
	text-decoration: none;
}

a.pp-contact-method-card__value:hover {
	color: var(--pp-contact-orange-deep) !important;
}

.pp-contact-method-card__note {
	color: var(--pp-contact-muted) !important;
	font-size: 13px;
	line-height: 1.55;
	margin: auto 0 0 !important;
	padding-bottom: 9px;
}

.pp-contact-socials {
	align-items: center;
	background: var(--pp-contact-navy);
	border-radius: 12px;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-top: 18px;
	padding: 18px 22px;
}

.pp-contact-socials > p {
	color: #fff !important;
	font-size: 15px;
	font-weight: 850;
	margin: 0 !important;
}

.pp-contact-socials > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.pp-contact-socials a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 7px;
	color: #fff !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 9px;
	min-height: 38px;
	padding: 8px 12px;
	text-decoration: none;
}

.pp-contact-socials a:hover {
	background: var(--pp-contact-orange);
	border-color: var(--pp-contact-orange);
	color: var(--pp-contact-ink) !important;
}

.et_pb_section.pp-divi-contacts-prep {
	background: #fff !important;
	padding: clamp(68px, 8vw, 100px) 0 !important;
}

.pp-divi-contacts-prep-row,
.pp-divi-contacts-faq-row {
	display: grid !important;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-divi-contacts-prep-card,
.pp-divi-contacts-faq-card {
	background: #fff;
	border: 1px solid var(--pp-contact-line);
	border-radius: 12px;
	height: 100%;
	padding: 26px 25px;
}

.pp-divi-contacts-prep-card {
	border-top: 4px solid var(--pp-contact-orange);
	box-shadow: 0 12px 32px rgba(17, 24, 32, 0.055);
}

.pp-divi-contacts-prep-card .et_pb_module_header,
.pp-divi-contacts-prep-card .et_pb_module_header span,
.pp-divi-contacts-faq-card .et_pb_module_header,
.pp-divi-contacts-faq-card .et_pb_module_header span {
	color: var(--pp-contact-ink);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.22;
	margin: 0;
	padding: 0;
}

.pp-divi-contacts-prep-card .et_pb_blurb_description,
.pp-divi-contacts-faq-card .et_pb_blurb_description {
	color: var(--pp-contact-muted);
	font-size: 14px;
	line-height: 1.62;
	margin-top: 12px;
}

.et_pb_section.pp-divi-contacts-location-section {
	background:
		radial-gradient(circle at 5% 80%, rgba(255, 144, 0, 0.09), transparent 25%),
		#eef1f4 !important;
	padding: clamp(68px, 8vw, 100px) 0 !important;
}

.pp-divi-contacts-location-copy .pp-divi-eyebrow {
	color: var(--pp-contact-orange-deep) !important;
}

.pp-divi-contacts-location-copy h2 {
	color: var(--pp-contact-ink);
	font-size: clamp(38px, 4.5vw, 58px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0 0 20px;
	padding: 0;
	text-wrap: balance;
}

.pp-divi-contacts-location-copy p:not(.pp-divi-eyebrow) {
	color: var(--pp-contact-muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 0 0 20px !important;
}

.pp-divi-contacts-location-list {
	list-style: none !important;
	margin: 26px 0 0 !important;
	padding: 0 !important;
}

.pp-divi-contacts-location-list li {
	align-items: flex-start;
	color: var(--pp-contact-ink);
	display: flex;
	font-size: 14px;
	font-weight: 750;
	gap: 11px;
	line-height: 1.5;
	margin: 0 0 11px;
}

.pp-divi-contacts-location-list li::before {
	color: var(--pp-contact-orange-deep);
	content: "✓";
	font-size: 17px;
	font-weight: 950;
	line-height: 1.2;
}

.pp-contact-location {
	background: var(--pp-contact-navy);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 17px;
	box-shadow: 0 28px 62px rgba(17, 24, 32, 0.2);
	color: #fff;
	overflow: hidden;
	padding: clamp(28px, 4vw, 40px);
	position: relative;
}

.pp-contact-location::after {
	border: 1px solid rgba(255, 144, 0, 0.22);
	border-radius: 50%;
	content: "";
	height: 240px;
	pointer-events: none;
	position: absolute;
	right: -130px;
	top: -130px;
	width: 240px;
}

.pp-contact-location__marker {
	align-items: center;
	background: var(--pp-contact-orange);
	border-radius: 11px;
	display: flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 24px;
	width: 48px;
}

.pp-contact-location__marker svg {
	fill: var(--pp-contact-ink);
	height: 25px;
	width: 25px;
}

.pp-contact-location__eyebrow {
	color: #ffb347 !important;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.1em;
	margin: 0 0 8px !important;
	text-transform: uppercase;
}

.pp-contact-location h3 {
	color: #fff;
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.16;
	margin: 0 0 15px;
	padding: 0;
}

.pp-contact-location > p:not(.pp-contact-location__eyebrow) {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 19px !important;
}

.pp-contact-location__region {
	display: grid;
	gap: 4px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.pp-contact-location__region span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pp-contact-location__region strong {
	color: #fff;
	font-size: 15px;
	line-height: 1.45;
}

.pp-contact-location__route,
.pp-contact-location__call {
	align-items: center;
	color: #fff !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	gap: 8px;
	margin-top: 20px;
	text-decoration: none;
}

.pp-contact-location__route {
	background: var(--pp-contact-orange);
	border-radius: 7px;
	color: var(--pp-contact-ink) !important;
	min-height: 42px;
	padding: 9px 14px;
}

.pp-contact-location__call {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 3px;
}

.pp-contact-location__route:hover,
.pp-contact-location__call:hover {
	color: #ffb347 !important;
}

.pp-contact-location__route:hover {
	background: var(--pp-contact-orange-deep);
	color: var(--pp-contact-ink) !important;
}

.et_pb_section.pp-divi-contacts-requisites-section {
	background: #fff !important;
	padding: clamp(68px, 8vw, 100px) 0 !important;
}

.pp-contact-requisites {
	border: 1px solid var(--pp-contact-line);
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(17, 24, 32, 0.07);
	overflow: hidden;
}

.pp-contact-requisites__toolbar {
	align-items: center;
	background: var(--pp-contact-navy);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 19px 22px;
}

.pp-contact-requisites__toolbar p {
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	margin: 0 !important;
}

.pp-contact-requisites__copy {
	align-items: center;
	background: var(--pp-contact-orange);
	border: 1px solid var(--pp-contact-orange);
	border-radius: 7px;
	color: var(--pp-contact-ink);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	min-height: 39px;
	padding: 8px 12px;
}

.pp-contact-requisites__copy:hover {
	background: var(--pp-contact-orange-deep);
	border-color: var(--pp-contact-orange-deep);
}

.pp-contact-requisites__copy svg {
	fill: currentColor;
	height: 17px;
	width: 17px;
}

.pp-contact-requisites__list {
	margin: 0;
	padding: 0;
}

.pp-contact-requisites__row {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.7fr);
	padding: 16px 22px;
}

.pp-contact-requisites__row:nth-child(even) {
	background: #f5f7f9;
}

.pp-contact-requisites__row + .pp-contact-requisites__row {
	border-top: 1px solid #e7eaee;
}

.pp-contact-requisites__row dt {
	color: #6d7784;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 1.5;
	text-transform: uppercase;
}

.pp-contact-requisites__row dd {
	color: var(--pp-contact-ink);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.55;
	margin: 0;
	overflow-wrap: anywhere;
}

.pp-contact-requisites__status {
	background: #fff7ec;
	color: #744100 !important;
	font-size: 13px;
	font-weight: 800;
	margin: 0 !important;
	padding: 0 22px;
}

.pp-contact-requisites__status:not(:empty) {
	border-top: 1px solid #ffd9a7;
	padding-bottom: 11px;
	padding-top: 11px;
}

.pp-contact-requisites__footnote {
	background: #f5f7f9;
	border-top: 1px solid #e2e6eb;
	color: #707a86 !important;
	font-size: 12px;
	line-height: 1.55;
	margin: 0 !important;
	padding: 14px 22px;
}

.pp-contact-requisites__footnote a {
	color: var(--pp-contact-ink) !important;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: var(--pp-contact-orange);
	text-underline-offset: 3px;
}

.et_pb_section.pp-divi-contacts-faq {
	background: #f3f5f7 !important;
	padding: clamp(68px, 8vw, 100px) 0 !important;
}

.pp-divi-contacts-faq-row {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-divi-contacts-faq-card {
	background: #fff;
	box-shadow: 0 10px 30px rgba(17, 24, 32, 0.045);
	padding: 25px 26px;
}

.pp-divi-contacts-faq-card .et_pb_module_header,
.pp-divi-contacts-faq-card .et_pb_module_header span {
	font-size: 19px;
}

.et_pb_section.pp-divi-contacts-cta {
	background:
		radial-gradient(circle at 82% 20%, rgba(255, 144, 0, 0.18), transparent 28%),
		var(--pp-contact-navy) !important;
	padding: clamp(62px, 7vw, 88px) 0 !important;
}

.pp-divi-contacts-cta-row > .et_pb_column {
	align-items: center;
	display: grid !important;
	gap: 28px 42px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 !important;
	width: 100% !important;
}

.pp-divi-contacts-cta-copy h2 {
	color: #fff;
	font-size: clamp(36px, 4vw, 55px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.04;
	margin: 0 0 14px;
	padding: 0;
	text-wrap: balance;
}

.pp-divi-contacts-cta-copy p {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 !important;
	max-width: 720px;
}

.pp-divi-contacts-cta-row .et_pb_button_module_wrapper {
	margin: 0 !important;
}

.pp-divi-contacts-cta-row .et_pb_button.pp-button,
.entry-content .pp-divi-contacts-cta-row a.et_pb_button.pp-button {
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.pp-divi-contacts-hero-row,
	.pp-divi-contacts-location-row {
		gap: 42px;
		grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	}

	.pp-contact-methods__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-contact-method-card {
		min-height: 225px;
	}
}

@media (max-width: 780px) {
	.et_pb_section.pp-divi-contacts-hero {
		padding: 65px 0 58px !important;
	}

	.pp-divi-contacts-hero-row,
	.pp-divi-contacts-location-row {
		grid-template-columns: 1fr;
	}

	.pp-divi-contacts-hero-copy h1 {
		font-size: clamp(42px, 12vw, 60px);
	}

	.pp-divi-contacts-hero-copy .pp-divi-lead {
		font-size: 17px;
	}

	.pp-contact-spotlight {
		max-width: 520px;
	}

	.pp-divi-contacts-prep-row,
	.pp-divi-contacts-faq-row {
		grid-template-columns: 1fr;
	}

	.pp-divi-contacts-cta-row > .et_pb_column {
		grid-template-columns: 1fr;
	}

	.pp-divi-contacts-cta-row .et_pb_button_module_wrapper {
		justify-self: start;
	}
}

@media (max-width: 540px) {
	.et_pb_section.pp-divi-contacts .et_pb_row.pp-divi-row {
		width: min(1180px, calc(100% - 28px)) !important;
	}

	.pp-divi-contacts-breadcrumb {
		margin-bottom: 22px;
	}

	.pp-divi-contacts-hero-points {
		display: grid;
	}

	.pp-contact-methods__grid {
		grid-template-columns: 1fr;
	}

	.pp-contact-method-card {
		min-height: 0;
	}

	.pp-contact-socials,
	.pp-contact-requisites__toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.pp-contact-socials > div {
		justify-content: flex-start;
	}

	.pp-contact-requisites__copy {
		justify-content: center;
		width: 100%;
	}

	.pp-contact-requisites__row {
		gap: 5px;
		grid-template-columns: 1fr;
		padding: 14px 17px;
	}

	.pp-contact-requisites__toolbar,
	.pp-contact-requisites__footnote,
	.pp-contact-requisites__status {
		padding-left: 17px;
		padding-right: 17px;
	}

	.pp-divi-contacts-cta-row .et_pb_button_module_wrapper,
	.pp-divi-contacts-cta-row .et_pb_button.pp-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pp-contact-method-card,
	.pp-contact-method-card::after,
	.pp-contact-spotlight__cta {
		transition: none;
	}
}
