/*
 * PRGI Custom Footer
 * Desktop: 768px and above
 * Mobile: 767px and below
 */

:root {
	--prgi-foot-bg: #06101f;
	--prgi-foot-panel: #0b1f3a;
	--prgi-foot-primary: #6366f1;
	--prgi-foot-secondary: #22d3ee;
	--prgi-foot-accent: #f59e0b;
	--prgi-foot-text: #b9c9da;
}

/* WordPress admin controls. */
.prgireg-footer-admin {
	max-width: 1120px;
}

.prgireg-footer-admin > h1 {
	color: #0f172a;
	font-size: 29px;
	font-weight: 800;
}

.prgireg-footer-admin > p {
	max-width: 850px;
	color: #5e6b7c;
	font-size: 14px;
}

.prgireg-footer-admin__card {
	overflow: hidden;
	margin: 22px 0;
	padding: 7px 26px 18px;
	border: 1px solid #e0e5ec;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.055);
}

.prgireg-footer-admin__card h2 {
	margin: 0 -26px 7px;
	padding: 17px 26px;
	border-bottom: 1px solid #edf0f4;
	background: linear-gradient(90deg, #eef2ff, #fff);
	font-size: 16px;
}

.prgireg-footer-admin__card--links {
	border-left: 5px solid #6366f1;
}

.prgireg-footer-admin__card--keywords {
	padding-bottom: 26px;
	border-left: 5px solid #06b6d4;
	background: linear-gradient(145deg, #fff 0, #f4fbff 100%);
}

.prgireg-footer-logo-preview {
	width: 380px;
	max-width: 100%;
	min-height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	border: 1px dashed #a7aaad;
	border-radius: 10px;
	background: #f6f7f7;
}

.prgireg-footer-logo-preview.is-empty::before {
	content: "Text brand will be shown";
	color: #646970;
}

.prgireg-footer-logo-preview img {
	display: block;
	max-width: 100%;
	max-height: 100px;
}

.prgireg-footer-admin .regular-text,
.prgireg-footer-admin textarea {
	border-color: #cdd5df;
	border-radius: 7px;
}

.prgireg-keywords-builder {
	margin: 7px 0 0;
	padding: 20px;
	border: 1px solid #cdeaf4;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(8, 145, 178, 0.08);
}

.prgireg-keywords-builder__head {
	display: grid;
	grid-template-columns: 34px 34px minmax(220px, 1fr) minmax(220px, 1fr) 32px;
	gap: 10px;
	margin-bottom: 9px;
	padding: 0 2px;
}

.prgireg-keywords-builder__head > div:first-child {
	grid-column: 3;
}

.prgireg-keywords-builder__head > div:last-child {
	grid-column: 4;
}

.prgireg-keywords-builder__head strong,
.prgireg-keywords-builder__head span {
	display: block;
}

.prgireg-keywords-builder__head strong {
	color: #0f172a;
	font-size: 14px;
}

.prgireg-keywords-builder__head span {
	margin-top: 3px;
	color: #64748b;
	font-size: 14px;
}

.prgireg-keywords-builder__rows {
	display: grid;
	gap: 9px;
	margin-bottom: 16px;
}

.prgireg-keyword-row {
	display: grid;
	grid-template-columns: 34px 34px minmax(220px, 1fr) minmax(220px, 1fr) 32px;
	align-items: center;
	gap: 10px;
	padding: 9px;
	border: 1px solid #dce7ef;
	border-radius: 11px;
	background: #f8fbfd;
	transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}

.prgireg-keyword-row:hover {
	border-color: #67e8f9;
	box-shadow: 0 7px 18px rgba(8, 145, 178, 0.08);
}

.prgireg-keyword-row.ui-sortable-helper {
	box-shadow: 0 18px 35px rgba(15, 23, 42, 0.16);
	transform: rotate(0.5deg);
}

.prgireg-keyword-row__handle {
	cursor: grab;
	color: #0891b2;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -4px;
	text-align: center;
}

.prgireg-keyword-row__handle:active {
	cursor: grabbing;
}

.prgireg-keyword-row__number {
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: linear-gradient(135deg, #06b6d4, #2563eb);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.prgireg-keyword-row input {
	width: 100%;
	min-height: 40px;
	border: 1px solid #cbd5e1 !important;
	border-radius: 8px !important;
	background: #fff !important;
}

.prgireg-keyword-row input:focus {
	border-color: #06b6d4 !important;
	box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.15) !important;
}

.prgireg-keyword-remove {
	width: 30px;
	height: 30px;
	border-radius: 8px !important;
	background: #fff0f0 !important;
	color: #dc2626 !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	text-decoration: none !important;
}

.prgireg-keyword-remove:hover {
	background: #dc2626 !important;
	color: #fff !important;
}

.prgireg-keyword-add {
	min-height: 40px;
	padding: 4px 15px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: linear-gradient(135deg, #0891b2, #2563eb) !important;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.2) !important;
	font-weight: 700 !important;
}

.prgireg-keyword-add span {
	font-size: 17px;
}

.prgireg-keywords-builder > .description {
	margin: 10px 0 0 !important;
	color: #64748b;
	font-size: 14px;
}

/* Frontend desktop layout. */
.prgireg-footer,
.prgireg-footer * {
	box-sizing: border-box;
}

.prgireg-footer {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 70px 0 0;
	background-color: var(--prgi-foot-bg);
	background-image:
		radial-gradient(circle at 6% 8%, color-mix(in srgb, var(--prgi-foot-primary) 23%, transparent) 0, transparent 24%),
		radial-gradient(circle at 94% 80%, color-mix(in srgb, var(--prgi-foot-secondary) 17%, transparent) 0, transparent 26%),
		linear-gradient(145deg, var(--prgi-foot-bg), #020b15);
	color: var(--prgi-foot-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.prgireg-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0.16;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
	background-size: 48px 48px;
	-webkit-mask-image: linear-gradient(to bottom, #000, transparent 82%);
	mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.prgireg-footer__glow {
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	filter: blur(25px);
	pointer-events: none;
}

.prgireg-footer__glow--one {
	left: -220px;
	top: 23%;
	width: 360px;
	height: 360px;
	background: var(--prgi-foot-primary);
	opacity: 0.13;
}

.prgireg-footer__glow--two {
	right: -190px;
	bottom: 5%;
	width: 330px;
	height: 330px;
	background: var(--prgi-foot-secondary);
	opacity: 0.11;
}

.prgireg-footer__container {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 40px), 1280px);
	margin: 0 auto;
}

.prgireg-footer__cta {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr) auto;
	align-items: center;
	gap: 21px;
	padding: 31px 35px;
	border: 1px solid rgba(255, 255, 255, 0.83)
	border-radius: 25px;
	background: #680505;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.3);
}

.prgireg-footer__cta::after {
	content: "";
	position: absolute;
	right: -105px;
	top: -145px;
	width: 240px;
	height: 240px;
	border: 39px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
}

.prgireg-footer__cta > * {
	position: relative;
	z-index: 2;
}

.prgireg-footer__cta-icon {
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 19px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.prgireg-footer__cta-icon svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.prgireg-footer__cta-copy > span {
	display: block;
	color: #a5f3fc;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.prgireg-footer__cta-copy h2 {
	margin: 7px 0 0;
	color: #fff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(23px, 2.4vw, 32px);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -0.025em;
}

.prgireg-footer__cta-copy p {
	max-width: 700px;
	margin: 8px 0 0;
	color: #dce8f4;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
}

.prgireg-footer__cta-button {
	min-height: 53px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--prgi-foot-accent), #f97316);
	box-shadow: 0 12px 27px rgba(0, 0, 0, 0.2);
	color: #111827 !important;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.prgireg-footer__cta-button:hover {
	transform: translateY(-3px);
}

.prgireg-footer__cta-button svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.prgireg-footer__main {
	display: grid;
	grid-template-columns: 1.35fr 0.75fr 1fr 1.05fr;
	gap: 39px;
	padding: 58px 0 43px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.prgireg-footer__logo {
	width: max-content;
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff !important;
	text-decoration: none;
}

.prgireg-footer__logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 230px;
	max-height: 68px;
}

.prgireg-footer__logo-mark {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--prgi-foot-primary), var(--prgi-foot-secondary));
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

.prgireg-footer__logo strong {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.prgireg-footer__brand > h3 {
	margin: 18px 0 0;
	color: #fff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
}

.prgireg-footer__brand > p {
	max-width: 390px;
	margin: 12px 0 0;
	color: var(--prgi-foot-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
}

.prgireg-footer__social-label {
	display: block;
	margin-top: 21px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.prgireg-footer__socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 11px;
}

.prgireg-footer__socials a {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.065);
	color: #dbeafe;
	transition: transform 0.2s ease, background 0.2s ease;
}

.prgireg-footer__socials a:hover {
	background: var(--prgi-foot-primary);
	color: #fff;
	transform: translateY(-3px);
}

.prgireg-footer__socials svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.prgireg-footer__column > h3 {
	position: relative;
	margin: 4px 0 21px;
	padding-bottom: 12px;
	color: #fff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
}

.prgireg-footer__column > h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 38px;
	height: 3px;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--prgi-foot-accent), var(--prgi-foot-secondary));
}

.prgireg-footer__links {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.prgireg-footer__links li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	color: var(--prgi-foot-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.prgireg-footer__links li > span {
	width: 16px;
	height: 18px;
	display: grid;
	place-items: center;
	flex: none;
	margin-top: 1px;
	color: var(--prgi-foot-secondary);
}

.prgireg-footer__links svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.prgireg-footer__links a,
.prgireg-footer__links b {
	color: var(--prgi-foot-text) !important;
	font-weight: 600;
	text-decoration: none;
}

.prgireg-footer__links a:hover {
	color: #fff !important;
}

.prgireg-footer__contact > div {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 15px;
}

.prgireg-footer__contact > div > span {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	flex: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--prgi-foot-secondary);
}

.prgireg-footer__contact svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.prgireg-footer__contact p {
	margin: 2px 0 0;
	color: var(--prgi-foot-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.prgireg-footer__contact a {
	color: var(--prgi-foot-text) !important;
	text-decoration: none;
}

.prgireg-footer__contact a:hover {
	color: #fff !important;
}

.prgireg-footer__policies {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.prgireg-footer__policies > strong {
	flex: none;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.prgireg-footer__policies ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.prgireg-footer__policies li {
	margin: 0;
}

.prgireg-footer__policies a,
.prgireg-footer__policies li span {
	display: block;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.045);
	color: var(--prgi-foot-text) !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.prgireg-footer__policies a:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

.prgireg-footer__keywords {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1.45fr);
	gap: 28px;
	margin-top: 30px;
	padding: 28px;
	border: 1px solid rgba(103, 232, 249, 0.2);
	border-radius: 20px;
	background: linear-gradient(
		145deg,
		rgba(14, 165, 233, 0.12),
		rgba(99, 102, 241, 0.07) 48%,
		rgba(255, 255, 255, 0.025)
	);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.prgireg-footer__keywords::before {
	content: "SEO";
	position: absolute;
	right: 18px;
	top: -11px;
	color: rgba(255, 255, 255, 0.035);
	font-size: 72px;
	font-weight: 900;
	letter-spacing: -0.08em;
	pointer-events: none;
}

.prgireg-footer__keywords > div,
.prgireg-footer__keywords ul {
	position: relative;
	z-index: 1;
}

.prgireg-footer__keywords h3 {
	margin: 0;
	color: #fff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
}

.prgireg-footer__keywords h3::before {
	content: "";
	display: block;
	width: 42px;
	height: 4px;
	margin-bottom: 12px;
	border-radius: 5px;
	background: linear-gradient(90deg, var(--prgi-foot-accent), var(--prgi-foot-secondary));
}

.prgireg-footer__keywords p {
	margin: 9px 0 0;
	color: #b9c9da;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
}

.prgireg-footer__keywords ul {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.prgireg-footer__keywords li {
	margin: 0;
}

.prgireg-footer__keywords a,
.prgireg-footer__keywords li span {
	display: block;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
	color: #d8e7f5 !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.prgireg-footer__keywords a:hover {
	border-color: var(--prgi-foot-secondary);
	background: rgba(6, 182, 212, 0.14);
	color: #fff !important;
	transform: translateY(-2px);
}

.prgireg-footer__disclaimer {
	max-width: 1080px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	margin: 22px auto 0;
	padding: 13px 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 11px;
	background: rgba(0, 0, 0, 0.13);
	color: #94a7bb;
}

.prgireg-footer__disclaimer > span {
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	flex: none;
	color: var(--prgi-foot-accent);
}

.prgireg-footer__disclaimer svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.prgireg-footer__disclaimer p {
	margin: 1px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	text-align: center;
}

.prgireg-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 25px;
	padding: 20px 0 23px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prgireg-footer__bottom p {
	margin: 0;
	color: #9badbf;
	font-size: 14px;
	font-weight: 500;
}

.prgireg-footer__bottom > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #c6d4e2 !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.prgireg-footer__bottom > a span {
	width: 29px;
	height: 29px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	transform: rotate(-90deg);
}

.prgireg-footer__bottom svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

/* The only responsive layout: mobile. */
@media (max-width: 767px) {
	.prgireg-footer-admin__card {
		padding-right: 15px;
		padding-left: 15px;
	}

	.prgireg-footer-admin__card h2 {
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.prgireg-keywords-builder {
		padding: 13px;
	}

	.prgireg-keywords-builder__head {
		display: none;
	}

	.prgireg-keyword-row {
		grid-template-columns: 28px 30px minmax(0, 1fr) 32px;
	}

	.prgireg-keyword-row input:nth-of-type(1),
	.prgireg-keyword-row input:nth-of-type(2) {
		grid-column: 3;
	}

	.prgireg-keyword-row__handle,
	.prgireg-keyword-row__number,
	.prgireg-keyword-remove {
		grid-row: 1 / 3;
	}

	.prgireg-keyword-row__handle {
		grid-column: 1;
	}

	.prgireg-keyword-row__number {
		grid-column: 2;
		font-size: 13px;
	}

	.prgireg-keyword-remove {
		grid-column: 4;
	}

	.prgireg-footer {
		padding-top: 52px;
		font-size: 13px;
		font-weight: 500;
	}

	.prgireg-footer__container {
		width: min(calc(100% - 15px), 1280px);
	}

	.prgireg-footer__cta {
		grid-template-columns: 1fr;
		padding: 14px 20px;
		border-radius: 20px;
	}

	.prgireg-footer__cta-icon {
		display: none;
	}

	.prgireg-footer__cta-copy > span {
		font-size: 13px;
		font-weight: 900;
	}

	.prgireg-footer__cta-copy h2 {
		font-size: 24px;
		font-weight: 800;
	}

	.prgireg-footer__cta-copy p {
		font-size: 13px;
		font-weight: 500;
	}

	.prgireg-footer__cta-button {
		width: 100%;
		font-size: 13px;
		font-weight: 900;
	}

	.prgireg-footer__main {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 43px 0 34px;
	}

	.prgireg-footer__brand,
	.prgireg-footer__contact {
		grid-column: auto;
	}

	.prgireg-footer__logo-mark {
		font-size: 13px;
		font-weight: 900;
	}

	.prgireg-footer__logo strong {
		font-size: 19px;
		font-weight: 800;
	}

	.prgireg-footer__brand > h3 {
		font-size: 16px;
		font-weight: 800;
	}

	.prgireg-footer__brand > p {
		font-size: 13px;
		font-weight: 500;
	}

	.prgireg-footer__social-label {
		font-size: 13px;
		font-weight: 900;
	}

	.prgireg-footer__column > h3 {
		font-size: 16px;
		font-weight: 800;
	}

	.prgireg-footer__links li {
		font-size: 13px;
		font-weight: 500;
	}

	.prgireg-footer__links a,
	.prgireg-footer__links b {
		font-weight: 700;
	}

	.prgireg-footer__contact {
		display: block;
	}

	.prgireg-footer__contact > h3 {
		grid-column: auto;
	}

	.prgireg-footer__contact > div {
		margin-bottom: 15px;
	}

	.prgireg-footer__contact p {
		font-size: 13px;
		font-weight: 500;
	}

	.prgireg-footer__policies {
		display: block;
	}

	.prgireg-footer__policies > strong {
		display: block;
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: 800;
	}

	.prgireg-footer__policies a,
	.prgireg-footer__policies li span {
		font-size: 13px;
		font-weight: 700;
	}

	.prgireg-footer__keywords {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 5px;
	}

	.prgireg-footer__keywords h3 {
		font-size: 18px;
		font-weight: 800;
	}

	.prgireg-footer__keywords p {
		font-size: 13px;
		font-weight: 500;
	}

	/* Only Popular Searches use two equal links per mobile row. */
	.prgireg-footer__keywords ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
		gap: 8px;
	}

	.prgireg-footer__keywords li {
		min-width: 0;
	}

	.prgireg-footer__keywords a,
	.prgireg-footer__keywords li span {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px 5px;
		border-radius: 10px;
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		overflow-wrap: anywhere;
	}

	.prgireg-footer__disclaimer p {
		font-size: 13px;
		font-weight: 500;
		text-align: left;
	}

	.prgireg-footer__bottom {
		display: block;
		text-align: center;
	}

	.prgireg-footer__bottom p,
	.prgireg-footer__bottom > a {
		font-size: 13px;
	}

	.prgireg-footer__bottom > a {
		justify-content: center;
		margin-top: 14px;
		font-weight: 800;
	}
}
