.gps-page {
	padding-bottom: 30px;
}

@media (max-width: 768px) {
	.gps-page {
		padding-bottom: 18px;
	}
}

.gps-dashboard {
	box-sizing: border-box;
	width: min(100% - 32px, 1140px);
	margin-right: auto;
	margin-left: auto;
	padding-top: clamp(24px, 3vw, 32px);
	border-radius: 0;
	background: transparent;
	color: #162033;
	font-family: inherit;
}

.gps-dashboard *,
.gps-dashboard *::before,
.gps-dashboard *::after {
	box-sizing: inherit;
}

.gps-dashboard h2,
.gps-dashboard h3,
.gps-dashboard p {
	margin-top: 0;
}

.gps-dashboard h2 {
	margin-bottom: 8px;
	color: #101828;
	font-size: clamp(26px, 3vw, 32px);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: 0;
}

.gps-dashboard h3 {
	margin-bottom: 10px;
	color: #152238;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.gps-dashboard p {
	margin-bottom: 0;
	color: #667085;
	font-size: 15.5px;
	line-height: 1.55;
}

.gps-dashboard-logged-out {
	display: flex;
	justify-content: center;
}

.gps-access-panel {
	width: min(100%, 680px);
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid #eaecf0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
	text-align: center;
}

.gps-access-panel h2 {
	font-size: clamp(26px, 3vw, 32px);
}

.gps-access-panel p {
	max-width: 520px;
	margin-right: auto;
	margin-left: auto;
}

.gps-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 18px;
}

.gps-access-panel .gps-button-row {
	justify-content: center;
}

.gps-account-nav {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 18px;
	overflow-x: auto;
	padding: 4px 0 8px;
	scrollbar-width: thin;
}

.gps-account-nav-link {
	display: inline-flex;
	min-height: 38px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 8px 13px;
	border: 1px solid #d0d5dd;
	border-radius: 999px;
	background: #ffffff;
	color: #344054;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.gps-account-nav-link:hover,
.gps-account-nav-link:focus,
.gps-account-nav-link-active {
	border-color: #ffa13b;
	background: #fff7ed;
	color: #171717;
	text-decoration: none;
}

.gps-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.gps-button:hover,
.gps-button:focus {
	text-decoration: none;
}

.gps-button:focus {
	outline: 3px solid rgba(255, 161, 59, 0.28);
	outline-offset: 2px;
}

.gps-button-primary {
	border-color: #ffa13b;
	background: #ffa13b;
	color: #171717;
	box-shadow: 0 6px 14px rgba(255, 161, 59, 0.18);
}

.gps-button-primary:hover,
.gps-button-primary:focus {
	border-color: #f28c18;
	background: #f28c18;
	color: #111111;
}

.gps-button-secondary {
	border-color: #d0d5dd;
	background: #ffffff;
	color: #263244;
}

.gps-button-secondary:hover,
.gps-button-secondary:focus {
	border-color: #ffa13b;
	background: #fff7ed;
	color: #171717;
}

.gps-dashboard-hero,
.gps-help-section {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding: clamp(20px, 3vw, 26px);
	border: 1px solid #eaecf0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(16, 24, 40, 0.045);
}

.gps-dashboard-hero-content,
.gps-help-section > div {
	max-width: 660px;
}

.gps-dashboard-hero h2 {
	font-size: clamp(26px, 3vw, 32px);
}

.gps-dashboard-hero .gps-button-row {
	flex: 0 0 auto;
	justify-content: flex-end;
	margin-top: 0;
}

.gps-dashboard-section {
	margin-top: clamp(16px, 3vw, 24px);
}

.gps-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 12px;
}

.gps-section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(22px, 2.4vw, 25px);
	font-weight: 740;
	line-height: 1.18;
}

.gps-dashboard-grid {
	display: grid;
	gap: 12px;
}

.gps-dashboard-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gps-dashboard-grid-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gps-card,
.gps-empty-state {
	border: 1px solid #eaecf0;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 6px 16px rgba(16, 24, 40, 0.04);
}

.gps-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: space-between;
	min-height: 150px;
	padding: 18px;
}

.gps-stat-card {
	min-height: 96px;
	padding: 16px;
}

.gps-stat-card-link {
	color: inherit;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gps-stat-card-link:hover,
.gps-stat-card-link:focus {
	border-color: rgba(255, 161, 59, 0.55);
	box-shadow: 0 8px 18px rgba(16, 24, 40, 0.065);
	transform: translateY(-1px);
	text-decoration: none;
}

.gps-stat-value {
	display: block;
	margin-bottom: 8px;
	color: #ffa13b;
	font-size: 30px;
	font-weight: 780;
	line-height: 1;
}

.gps-stat-card h3 {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 700;
}

.gps-action-card p,
.gps-recommendation-card p {
	margin-bottom: 16px;
}

.gps-action-card .gps-button,
.gps-recommendation-card .gps-button {
	align-self: flex-start;
}

.gps-empty-state {
	padding: clamp(22px, 3vw, 30px);
	text-align: center;
}

.gps-empty-state p {
	max-width: 620px;
	margin-right: auto;
	margin-left: auto;
}

.gps-empty-state .gps-button {
	margin-top: 16px;
}

.gps-order-list {
	display: grid;
	gap: 12px;
}

.gps-order-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	min-height: 0;
}

.gps-order-card h3 {
	margin-bottom: 12px;
}

.gps-order-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	color: #667085;
	font-size: 15px;
	line-height: 1.45;
}

.gps-order-meta strong {
	display: block;
	margin-bottom: 3px;
	color: #344054;
	font-size: 13px;
	font-weight: 700;
}

.gps-help-section {
	margin-top: clamp(18px, 3vw, 28px);
	background: #181d27;
}

.gps-help-section h2 {
	color: #ffffff;
	font-size: clamp(22px, 2.6vw, 28px);
}

.gps-help-section p {
	color: #d0d5dd;
}

.gps-help-section .gps-button {
	flex: 0 0 auto;
}

@media (max-width: 1024px) {
	.gps-dashboard-grid-three,
	.gps-dashboard-grid-four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gps-dashboard-hero,
	.gps-help-section {
		align-items: flex-start;
		flex-direction: column;
	}

	.gps-dashboard-hero .gps-button-row {
		justify-content: flex-start;
		margin-top: 4px;
	}
}

@media (max-width: 640px) {
	.gps-dashboard {
		width: min(100% - 18px, 1140px);
		padding-top: 20px;
	}

	.gps-dashboard h2 {
		font-size: 26px;
	}

	.gps-dashboard-hero,
	.gps-help-section {
		padding: 18px;
	}

	.gps-dashboard-hero h2 {
		font-size: 26px;
	}

	.gps-dashboard-grid-three,
	.gps-dashboard-grid-four {
		grid-template-columns: 1fr;
	}

	.gps-button-row,
	.gps-button {
		width: 100%;
	}

	.gps-card {
		min-height: 0;
		padding: 16px;
	}

	.gps-order-card,
	.gps-order-meta {
		grid-template-columns: 1fr;
	}

	.gps-order-card .gps-button {
		width: 100%;
	}

	.gps-stat-card {
		padding: 15px;
	}

	.gps-stat-value {
		font-size: 28px;
	}

.gps-action-card .gps-button,
.gps-recommendation-card .gps-button,
.gps-help-section .gps-button {
	width: 100%;
}
}

.gps-submit-post-details {
	box-sizing: border-box;
	width: min(100% - 32px, 1140px);
	margin-right: auto;
	margin-left: auto;
	padding-top: clamp(24px, 3vw, 32px);
	color: #162033;
	font-family: inherit;
}

.gps-my-orders {
	box-sizing: border-box;
	width: min(100% - 32px, 1140px);
	margin-right: auto;
	margin-left: auto;
	padding-top: clamp(24px, 3vw, 32px);
	color: #162033;
	font-family: inherit;
}

.gps-order-details {
	box-sizing: border-box;
	width: min(100% - 32px, 1140px);
	margin-right: auto;
	margin-left: auto;
	padding-top: clamp(24px, 3vw, 32px);
	color: #162033;
	font-family: inherit;
}

.gps-my-orders-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.gps-my-orders-header .gps-button {
	flex: 0 0 auto;
}

.gps-order-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.gps-order-tab {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 8px 13px;
	border: 1px solid #d0d5dd;
	border-radius: 999px;
	background: #ffffff;
	color: #344054;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
}

.gps-order-tab:hover,
.gps-order-tab:focus,
.gps-order-tab-active {
	border-color: #ffa13b;
	background: #fff7ed;
	color: #171717;
	text-decoration: none;
}

.gps-my-orders-list {
	display: grid;
	gap: 12px;
}

.gps-my-order-card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.65fr) auto;
	gap: 16px;
	align-items: center;
	min-height: 0;
}

.gps-my-order-main {
	min-width: 0;
}

.gps-my-order-main h3 {
	margin: 0 0 6px;
	color: #101828;
	font-size: 18px;
	font-weight: 760;
	line-height: 1.3;
}

.gps-my-order-site-url {
	display: inline-block;
	max-width: 100%;
	overflow-wrap: anywhere;
	color: #667085;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
}

.gps-my-order-site-url:hover,
.gps-my-order-site-url:focus {
	color: #f28c18;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.gps-my-order-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	align-items: stretch;
}

.gps-my-order-meta > span {
	display: grid;
	gap: 4px;
	align-content: center;
	min-height: 58px;
	padding: 9px 10px;
	border: 1px solid #eaecf0;
	border-radius: 10px;
	background: #f8fafc;
	color: #344054;
	font-size: 13.5px;
	font-weight: 750;
	line-height: 1.25;
}

.gps-my-order-meta strong {
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.gps-order-status-badge {
	border-color: #fedf89 !important;
	background: #fffaeb !important;
	color: #7a2e0e !important;
}

.gps-my-order-action {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.gps-my-order-action .gps-button {
	white-space: nowrap;
}

.gps-my-order-note {
	grid-column: 1 / -1;
	padding: 12px 14px;
	border: 1px solid #eaecf0;
	border-radius: 12px;
	background: #f8fafc;
	color: #344054;
	font-size: 14px;
	line-height: 1.5;
}

.gps-my-order-note strong {
	display: block;
	margin-bottom: 4px;
	color: #101828;
	font-size: 13px;
	font-weight: 800;
}

.gps-my-order-note p {
	margin: 0;
}

.gps-order-details-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.gps-order-details-header .gps-button {
	flex: 0 0 auto;
}

.gps-order-detail-section {
	min-height: 0;
	margin-top: 14px;
	gap: 14px;
}

.gps-order-detail-section h3 {
	margin: 0 0 10px;
	color: #101828;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.gps-order-detail-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
	gap: 18px;
	align-items: start;
}

.gps-order-detail-summary h4 {
	margin: 0 0 6px;
	color: #101828;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}

.gps-order-detail-summary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.gps-order-detail-summary-grid > span {
	display: grid;
	gap: 4px;
	align-content: center;
	min-height: 58px;
	padding: 9px 10px;
	border: 1px solid #eaecf0;
	border-radius: 10px;
	background: #f8fafc;
	color: #344054;
	font-size: 13.5px;
	font-weight: 750;
	line-height: 1.25;
}

.gps-order-detail-summary-grid strong {
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.gps-order-detail-secondary {
	color: #667085 !important;
}

.gps-order-progress {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.gps-order-progress-step {
	position: relative;
	padding: 10px 12px;
	border: 1px solid #eaecf0;
	border-radius: 999px;
	background: #f8fafc;
	color: #667085;
	font-size: 13.5px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.gps-order-progress-step-active {
	border-color: #ffa13b;
	background: #fff7ed;
	color: #171717;
}

.gps-order-progress-cancelled .gps-order-progress-step {
	border-color: #fecdca;
	background: #fef3f2;
	color: #b42318;
}

.gps-order-detail-next-step p,
.gps-order-detail-section p {
	color: #344054;
	font-size: 15px;
	line-height: 1.55;
}

.gps-order-detail-materials-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.gps-order-detail-material-block {
	padding: 14px;
	border: 1px solid #eaecf0;
	border-radius: 12px;
	background: #f8fafc;
}

.gps-order-detail-material-block-wide {
	grid-column: 1 / -1;
}

.gps-order-detail-file-list,
.gps-order-detail-link-list {
	margin: 0;
	padding-left: 20px;
	color: #344054;
	font-size: 14px;
	line-height: 1.55;
}

.gps-order-detail-file-list a,
.gps-order-detail-link-list a {
	color: #2f66b3;
	overflow-wrap: anywhere;
}

.gps-order-detail-link-list span {
	display: block;
	color: #667085;
	font-weight: 700;
}

.gps-order-detail-muted {
	color: #667085 !important;
}

.gps-order-detail-empty-materials {
	text-align: left;
}

.gps-guest-post-sites {
	box-sizing: border-box;
	width: min(100% - 32px, 1140px);
	margin-right: auto;
	margin-left: auto;
	padding-top: clamp(24px, 3vw, 32px);
	color: #162033;
	font-family: inherit;
}

.gps-guest-post-sites *,
.gps-guest-post-sites *::before,
.gps-guest-post-sites *::after {
	box-sizing: inherit;
}

.gps-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 16px;
	color: #667085;
	font-size: 14px;
	line-height: 1.4;
}

.gps-breadcrumbs a {
	color: #344054;
	text-decoration: none;
}

.gps-breadcrumbs a:hover,
.gps-breadcrumbs a:focus {
	color: #f28c18;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.gps-page-header {
	margin-bottom: 18px;
}

.gps-page-header h2 {
	margin: 0 0 8px;
	color: #101828;
	font-size: clamp(26px, 3vw, 32px);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: 0;
}

.gps-page-header p {
	max-width: 700px;
	margin: 0;
	color: #667085;
	font-size: 15.5px;
	line-height: 1.55;
}

.gps-site-list {
	display: grid;
	gap: 14px;
}

.gps-site-card {
	display: grid;
	grid-template-columns: 1.25fr 1.6fr 180px;
	gap: 32px;
	align-items: center;
	padding: 28px;
	border: 1px solid #e4eaf3;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.gps-site-main {
	min-width: 0;
}

.gps-site-domain {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 28px;
}

.gps-domain-icon {
	display: inline-flex;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: #eef5ff;
	color: #4f7ec4;
}

.gps-domain-icon .gps-icon {
	width: 27px;
	height: 27px;
}

.gps-site-url {
	color: #101827;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
	word-break: break-word;
}

.gps-site-url:hover,
.gps-site-url:focus {
	color: #2f66b3;
	text-decoration: none;
}

.gps-site-tags {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	align-items: center;
}

.gps-info-pill {
	display: grid;
	grid-template-columns: 56px 1fr;
	min-width: 185px;
	overflow: hidden;
	border: 1px solid #dfe6ef;
	border-radius: 13px;
	background: #ffffff;
}

.gps-info-pill-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #dfe6ef;
	background: #f3f7fc;
	color: #4b6f9f;
}

.gps-info-pill-icon .gps-icon {
	width: 25px;
	height: 25px;
}

.gps-info-pill-content {
	padding: 12px 14px;
}

.gps-info-pill-label {
	display: block;
	margin-bottom: 4px;
	color: #65738a;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.gps-info-pill-value {
	display: block;
	color: #111827;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.gps-info-pill-price {
	grid-template-columns: 48px 1fr;
	min-width: 132px;
	max-width: 146px;
	border-color: #dcebdd;
	background: #f8fef8;
}

.gps-info-pill-price .gps-info-pill-icon {
	border-right-color: #dcebdd;
	background: #effaf0;
	color: #5abd67;
}

.gps-info-pill-price .gps-info-pill-value {
	color: #40533a;
}

.gps-site-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(125px, 1fr));
	gap: 14px;
	padding-right: 32px;
	padding-left: 32px;
	border-right: 1px solid #d8e0ea;
	border-left: 1px solid #d8e0ea;
}

.gps-metric-box {
	min-height: 84px;
	padding: 16px 18px;
	border: 1px solid #dfe6ef;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.03);
}

.gps-metric-label {
	display: block;
	margin-bottom: 7px;
	color: #66748a;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.gps-metric-value {
	display: block;
	color: #111827;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.gps-metric-dofollow .gps-metric-value {
	font-size: 18px;
	font-weight: 800;
	white-space: nowrap;
}

.gps-site-actions {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gps-site-actions form {
	width: 100%;
}

.gps-card-button {
	display: inline-flex;
	width: 100%;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 18px;
	border: 0;
	border-radius: 10px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.gps-card-button:hover,
.gps-card-button:focus {
	transform: translateY(-1px);
	opacity: 0.95;
	text-decoration: none;
}

.gps-save-button {
	background: linear-gradient(135deg, #486f9f, #5b82b5);
	box-shadow: 0 10px 18px rgba(72, 111, 159, 0.22);
}

.gps-save-button-saved {
	background: linear-gradient(135deg, #344054, #475467);
	box-shadow: 0 10px 18px rgba(52, 64, 84, 0.18);
}

.gps-cart-button {
	background: linear-gradient(135deg, #ff8a24, #ff9f3f);
	box-shadow: 0 10px 18px rgba(255, 138, 36, 0.24);
}

.gps-icon {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.gps-card-button .gps-button-icon {
	display: block;
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.gps-site-chip,
.gps-site-stat,
.gps-site-stat-grid .gps-site-card-meta-item {
	min-width: 0;
	border: 1px solid #eaecf0;
	border-radius: 11px;
	background: #f8fafc;
}

.gps-site-chip {
	display: inline-flex;
	gap: 6px;
	align-items: baseline;
	padding: 7px 10px;
	max-width: 100%;
}

.gps-site-chip.niche-chip {
	border-color: #c7d2fe;
	background: #eef2ff;
	color: #3730a3;
}

.gps-site-chip.price-chip {
	border-color: #abefc6;
	background: #ecfdf3;
	color: #065f46;
}

.gps-site-stat {
	min-height: 58px;
	padding: 10px 11px;
}

.gps-site-chip span,
.gps-site-stat span,
.gps-site-stat-grid .gps-site-card-meta-item span {
	display: block;
	color: #667085;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.gps-site-chip strong,
.gps-site-stat strong,
.gps-site-stat-grid .gps-site-card-meta-item strong {
	color: #101828;
	font-size: 14.5px;
	font-weight: 760;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.gps-site-card-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.gps-site-card-meta-item {
	min-width: 0;
	padding: 9px 10px;
	border: 1px solid #eaecf0;
	border-radius: 10px;
	background: #f8fafc;
}

.gps-site-card-meta-item span {
	display: block;
	margin-bottom: 3px;
	color: #667085;
	font-size: 12.5px;
	line-height: 1.3;
}

.gps-site-card-meta-item strong {
	display: block;
	color: #101828;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.gps-site-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.gps-site-stat-grid .gps-site-card-meta-item {
	min-height: 58px;
	padding: 10px 11px;
}

.gps-site-card-notes {
	margin: 10px 0 0;
	color: #667085;
	font-size: 14.5px;
	line-height: 1.55;
}

.gps-site-card-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
}

.gps-add-to-cart-form,
.gps-save-site-form,
.gps-add-to-cart-button,
.gps-save-site-button {
	width: 100%;
}

.gps-site-card-actions .gps-button,
.gps-save-site-button,
.gps-add-to-cart-button,
.gps-cart-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border-radius: 10px;
	gap: 7px;
	font-size: 14.5px;
	font-weight: 750;
	line-height: 1.2;
	white-space: nowrap;
}

.gps-save-site-button {
	border: 1px solid #c7d2fe;
	background: #3730a3;
	color: #ffffff;
	box-shadow: none;
	text-decoration: none;
}

.gps-save-site-button:hover,
.gps-save-site-button:focus {
	border-color: #312e81;
	background: #312e81;
	color: #ffffff;
}

.gps-add-to-cart-button {
	border: 1px solid #ffa13b;
	border-color: #ffa13b;
	background: #ffa13b;
	color: #171717;
	text-decoration: none;
}

.gps-button-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.gps-button-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.gps-cart-status {
	border: 1px solid #abefc6;
	background: #ecfdf3;
	color: #067647;
}

.gps-cart {
	box-sizing: border-box;
	width: min(100% - 32px, 1140px);
	margin-right: auto;
	margin-left: auto;
	padding-top: clamp(24px, 3vw, 32px);
	color: #162033;
	font-family: inherit;
}

.gps-cart *,
.gps-cart *::before,
.gps-cart *::after {
	box-sizing: inherit;
}

.gps-cart-header {
	margin-bottom: 18px;
}

.gps-cart-header h2 {
	margin: 0 0 8px;
	color: #101828;
	font-size: clamp(26px, 3vw, 32px);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: 0;
}

.gps-cart-header p {
	max-width: 720px;
	margin: 0;
	color: #667085;
	font-size: 15.5px;
	line-height: 1.55;
}

.gps-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 18px;
	align-items: start;
}

.gps-cart-list {
	display: grid;
	gap: 12px;
}

.gps-cart-select-bar {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	border: 1px solid #eaecf0;
	border-radius: 14px;
	background: #ffffff;
	color: #667085;
	font-size: 14.5px;
	line-height: 1.35;
}

.gps-cart-select-bar label {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: #344054;
	font-weight: 740;
}

.gps-cart-bulk-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
}

.gps-cart-utility-button,
.gps-cart-remove-selected-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 13px;
	border-radius: 10px;
	font: inherit;
	font-size: 14px;
	font-weight: 740;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gps-cart-utility-button {
	border: 1px solid #d0d5dd;
	background: #ffffff;
	color: #344054;
}

.gps-cart-utility-button:hover,
.gps-cart-utility-button:focus {
	border-color: #ffa13b;
	background: #fff7ed;
	color: #171717;
}

.gps-cart-remove-selected-button {
	border: 1px solid #fecdca;
	background: #fff7f6;
	color: #b42318;
}

.gps-cart-remove-selected-button:hover,
.gps-cart-remove-selected-button:focus {
	border-color: #fda29b;
	background: #fef3f2;
	color: #912018;
}

.gps-cart-item,
.gps-cart-summary {
	border: 1px solid #eaecf0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(16, 24, 40, 0.045);
}

.gps-cart-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 16px;
	align-items: start;
	padding: 18px;
}

.gps-cart-item-select {
	display: inline-flex;
	align-items: center;
	padding-top: 4px;
}

.gps-cart-item-select input,
.gps-cart-select-bar input {
	width: 18px;
	height: 18px;
	accent-color: #ffa13b;
}

.gps-cart-item-main {
	min-width: 0;
}

.gps-cart-item-title {
	margin: 0 0 12px;
	color: #152238;
	font-size: 18px;
	font-weight: 760;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.gps-cart-item-title a {
	color: inherit;
	text-decoration: none;
}

.gps-cart-item-title a:hover,
.gps-cart-item-title a:focus {
	color: #f28c18;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.gps-cart-meta-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.gps-cart-meta-item {
	min-width: 0;
	padding: 9px 10px;
	border: 1px solid #eaecf0;
	border-radius: 10px;
	background: #f8fafc;
}

.gps-cart-meta-item span {
	display: block;
	margin-bottom: 3px;
	color: #667085;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.3;
}

.gps-cart-meta-item strong {
	display: block;
	color: #101828;
	font-size: 14.5px;
	font-weight: 760;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.gps-cart-remove-form {
	margin: 0;
}

.gps-cart-remove-button,
.gps-cart-clear-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 15px;
	border: 1px solid #fecdca;
	border-radius: 10px;
	background: #fff7f6;
	color: #b42318;
	font: inherit;
	font-size: 14.5px;
	font-weight: 740;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gps-cart-remove-button:hover,
.gps-cart-remove-button:focus,
.gps-cart-clear-button:hover,
.gps-cart-clear-button:focus {
	border-color: #fda29b;
	background: #fef3f2;
	color: #912018;
}

.gps-cart-summary {
	position: sticky;
	top: 24px;
	padding: 18px;
}

.gps-cart-summary h3 {
	margin: 0 0 14px;
	color: #152238;
	font-size: 18px;
	font-weight: 760;
	line-height: 1.3;
}

.gps-cart-summary-row {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-top: 1px solid #eaecf0;
	color: #667085;
	font-size: 15px;
	line-height: 1.35;
}

.gps-cart-summary-row strong {
	color: #101828;
	font-size: 16px;
	font-weight: 780;
}

.gps-cart-summary-total strong {
	color: #ffa13b;
	font-size: 22px;
}

.gps-cart-actions {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.gps-button-disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.gps-cart-submit-warning {
	margin: 12px 0 0;
	color: #b42318;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.gps-cart-actions .gps-button,
.gps-cart-actions form,
.gps-cart-clear-button {
	width: 100%;
}

.gps-cart-management {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #eaecf0;
}

.gps-cart-management h4 {
	margin: 0 0 10px;
	color: #667085;
	font-size: 13px;
	font-weight: 760;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0;
}

@media (max-width: 980px) {
	.gps-site-card {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		align-items: stretch;
	}

	.gps-site-metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 0;
		border-right: 0;
		border-left: 0;
	}

	.gps-site-actions {
		flex-direction: row;
	}

	.gps-site-card-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gps-site-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gps-site-card-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gps-add-to-cart-form,
	.gps-save-site-form,
	.gps-add-to-cart-button,
	.gps-save-site-button,
	.gps-card-button,
	.gps-cart-status {
		width: 100%;
	}

	.gps-cart-layout {
		grid-template-columns: 1fr;
	}

	.gps-cart-summary {
		position: static;
	}

	.gps-cart-meta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.gps-submit-post-details *,
.gps-submit-post-details *::before,
.gps-submit-post-details *::after {
	box-sizing: inherit;
}

.gps-submit-post-details h2,
.gps-submit-post-details h3,
.gps-submit-post-details p {
	margin-top: 0;
}

.gps-submit-post-details h2 {
	margin-bottom: 8px;
	color: #101828;
	font-size: clamp(26px, 3vw, 32px);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: 0;
}

.gps-submit-post-details p {
	margin-bottom: 0;
	color: #667085;
	font-size: 15.5px;
	line-height: 1.55;
}

.gps-submit-post-details-card {
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid #eaecf0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(16, 24, 40, 0.045);
}

.gps-form {
	display: grid;
	gap: 18px;
	margin-top: 22px;
}

.gps-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.gps-form-field {
	min-width: 0;
}

.gps-form-row .gps-form-field:only-child {
	grid-column: 1 / -1;
}

.gps-form-label {
	display: block;
	margin-bottom: 7px;
	color: #344054;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.gps-form-control {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid #d0d5dd;
	border-radius: 10px;
	background: #ffffff;
	color: #101828;
	font: inherit;
	font-size: 15px;
	line-height: 1.4;
}

textarea.gps-form-control {
	min-height: 140px;
	resize: vertical;
}

.gps-file-upload,
.gps-image-upload {
	padding: 8px 12px;
	background: #f8fafc;
}

.gps-selected-file-list {
	display: grid;
	gap: 8px;
	margin-top: 10px;
}

.gps-selected-file-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 10px;
	border: 1px solid #eaecf0;
	border-radius: 10px;
	background: #f8fafc;
	color: #344054;
	font-size: 13.5px;
	line-height: 1.35;
}

.gps-selected-file-item span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.gps-selected-file-remove {
	flex: 0 0 auto;
	border: 0;
	background: transparent;
	color: #b42318;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.gps-saved-site-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
}

.gps-saved-site-card h3 {
	margin: 0 0 12px;
	color: #101828;
	font-size: 18px;
	font-weight: 760;
	line-height: 1.25;
}

.gps-saved-site-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.gps-saved-site-meta span {
	display: grid;
	gap: 3px;
	padding: 9px 10px;
	border: 1px solid #eaecf0;
	border-radius: 10px;
	background: #f8fafc;
	color: #101828;
	font-size: 13.5px;
	font-weight: 750;
}

.gps-saved-site-meta strong {
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.gps-saved-sites-page {
	box-sizing: border-box;
	width: min(100% - 32px, 1140px);
	margin-right: auto;
	margin-left: auto;
	padding-top: clamp(24px, 3vw, 32px);
	color: #162033;
	font-family: inherit;
}

.gps-saved-sites-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.gps-saved-sites-header .gps-button {
	flex: 0 0 auto;
}

.gps-saved-sites-list {
	display: grid;
	gap: 12px;
}

.gps-saved-site-full-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 180px;
	gap: 20px;
	align-items: center;
	min-height: 0;
}

.gps-saved-site-full-main {
	min-width: 0;
}

.gps-saved-site-full-main h3 {
	margin: 0 0 14px;
	color: #101828;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}

.gps-saved-site-full-main h3 a {
	color: inherit;
	text-decoration: none;
}

.gps-saved-site-full-main h3 a:hover,
.gps-saved-site-full-main h3 a:focus {
	color: #f28c18;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.gps-saved-site-full-meta {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
}

.gps-saved-site-full-meta span {
	display: grid;
	gap: 3px;
	min-height: 58px;
	align-content: center;
	padding: 9px 10px;
	border: 1px solid #eaecf0;
	border-radius: 10px;
	background: #f8fafc;
	color: #101828;
	font-size: 13.5px;
	font-weight: 750;
	line-height: 1.25;
}

.gps-saved-site-full-meta strong {
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.gps-saved-site-full-actions {
	display: grid;
	gap: 12px;
}

.gps-form-control:focus {
	outline: 3px solid rgba(255, 161, 59, 0.22);
	outline-offset: 2px;
	border-color: #ffa13b;
}

.gps-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 4px;
}

.gps-alert {
	margin-top: 18px;
	padding: 14px 16px;
	border: 1px solid #d0d5dd;
	border-radius: 12px;
	background: #f8fafc;
}

.gps-alert p {
	color: #344054;
}

.gps-alert-success {
	border-color: #abefc6;
	background: #ecfdf3;
}

.gps-alert-success p {
	color: #067647;
}

.gps-alert-error {
	border-color: #fecdca;
	background: #fef3f2;
}

.gps-alert-error p {
	color: #b42318;
}

.gps-wc-floating-cart {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999;
	display: grid;
	justify-items: end;
	gap: 12px;
	max-width: calc(100vw - 32px);
}

.gps-wc-floating-cart-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 12px 16px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff8a24, #ff9f3f);
	box-shadow: 0 14px 28px rgba(255, 138, 36, 0.26);
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.gps-wc-floating-cart-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
}

.gps-wc-floating-cart-icon svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.gps-wc-floating-cart-button strong {
	display: inline-flex;
	min-width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	padding: 0 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	font-size: 13px;
	line-height: 1;
}

.gps-wc-mini-cart-panel {
	width: min(360px, calc(100vw - 32px));
	overflow: hidden;
	border: 1px solid #e4eaf3;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 22px 54px rgba(15, 23, 42, 0.16);
}

.gps-wc-mini-cart-content-inner {
	padding: 16px;
}

.gps-wc-mini-cart-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.gps-wc-mini-cart-header h3 {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: #101828;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.gps-wc-mini-cart-header h3 span,
.gps-wc-mini-cart-empty {
	color: #667085;
	font-size: 14px;
	line-height: 1.45;
}

.gps-wc-mini-cart-collapse {
	display: inline-flex;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #667085;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: color 160ms ease, opacity 160ms ease;
}

.gps-wc-mini-cart-collapse span {
	display: block;
	transform: translateY(-1px);
}

.gps-wc-mini-cart-collapse:hover,
.gps-wc-mini-cart-collapse:focus {
	background: transparent;
	color: #475467;
	opacity: 0.82;
}

.gps-wc-mini-cart-empty {
	margin: 4px 0 14px;
}

.gps-wc-mini-cart-items {
	display: grid;
	gap: 10px;
	max-height: 260px;
	overflow: auto;
	padding-right: 2px;
}

.gps-wc-mini-cart-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 11px;
	border: 1px solid #eaecf0;
	border-radius: 12px;
	background: #f8fafc;
}

.gps-wc-mini-cart-item strong,
.gps-wc-mini-cart-item span {
	display: block;
}

.gps-wc-mini-cart-item strong {
	color: #101828;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.gps-wc-mini-cart-item span {
	margin-top: 4px;
	color: #475467;
	font-size: 13px;
	font-weight: 700;
}

.gps-wc-mini-cart-remove {
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid #d0d5dd;
	border-radius: 9px;
	background: #ffffff;
	color: #475467;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.gps-wc-mini-cart-remove:hover,
.gps-wc-mini-cart-remove:focus {
	border-color: #fecdca;
	color: #b42318;
}

.gps-wc-mini-cart-subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #eaecf0;
	color: #101828;
	font-size: 15px;
	font-weight: 800;
}

.gps-wc-mini-cart-subtotal span {
	color: #667085;
	font-size: 14px;
	font-weight: 700;
}

.gps-wc-mini-cart-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 14px;
}

.gps-wc-mini-cart-actions .gps-button {
	width: 100%;
	min-height: 40px;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 14px;
}

.gps-link-pairs {
	display: grid;
	gap: 12px;
}

.gps-link-pair {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
	gap: 12px;
	align-items: end;
	padding: 14px;
	border: 1px solid #eaecf0;
	border-radius: 12px;
	background: #f8fafc;
}

.gps-add-link-pair {
	margin-top: 12px;
}

.gps-remove-link-pair {
	min-height: 42px;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.gps-guest-post-sites {
		width: min(100% - 18px, 1140px);
		padding-top: 20px;
	}

	.gps-site-card {
		gap: 20px;
		padding: 18px;
	}

	.gps-site-domain {
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.gps-domain-icon {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
	}

	.gps-site-url {
		font-size: 20px;
	}

	.gps-site-tags {
		flex-wrap: wrap;
		gap: 12px;
	}

	.gps-info-pill {
		width: 100%;
		min-width: 0;
	}

	.gps-info-pill-price {
		max-width: none;
	}

	.gps-site-metrics {
		grid-template-columns: 1fr;
	}

	.gps-site-actions {
		flex-direction: column;
	}

	.gps-card-button {
		font-size: 16px;
	}

	.gps-site-card-meta {
		grid-template-columns: 1fr;
	}

	.gps-saved-site-meta {
		grid-template-columns: 1fr;
	}

	.gps-account-nav {
		margin-right: -9px;
		margin-left: -9px;
		padding-right: 9px;
		padding-left: 9px;
	}

	.gps-cart {
		width: min(100% - 18px, 1140px);
		padding-top: 20px;
	}

	.gps-cart-item {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.gps-cart-select-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.gps-cart-bulk-actions,
	.gps-cart-utility-button,
	.gps-cart-remove-selected-button {
		width: 100%;
	}

	.gps-cart-meta-grid {
		grid-template-columns: 1fr;
	}

	.gps-cart-remove-button {
		width: 100%;
	}

	.gps-site-card {
		grid-template-columns: 1fr;
	}

	.gps-site-stat-grid,
	.gps-site-card-actions {
		grid-template-columns: 1fr;
	}

	.gps-add-to-cart-button,
	.gps-save-site-button,
	.gps-cart-status {
		width: 100%;
	}

	.gps-submit-post-details {
		width: min(100% - 18px, 1140px);
		padding-top: 20px;
	}

	.gps-my-orders {
		width: min(100% - 18px, 1140px);
		padding-top: 20px;
	}

	.gps-order-details {
		width: min(100% - 18px, 1140px);
		padding-top: 20px;
	}

	.gps-my-orders-header,
	.gps-my-order-card,
	.gps-order-details-header,
	.gps-order-detail-summary {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.gps-my-orders-header .gps-button,
	.gps-order-details-header .gps-button,
	.gps-order-tab,
	.gps-my-order-action,
	.gps-my-order-action .gps-button {
		width: 100%;
	}

	.gps-my-order-meta {
		grid-template-columns: 1fr;
	}

	.gps-order-detail-summary-grid,
	.gps-order-progress,
	.gps-order-detail-materials-grid {
		grid-template-columns: 1fr;
	}

	.gps-saved-sites-page {
		width: min(100% - 18px, 1140px);
		padding-top: 20px;
	}

	.gps-saved-sites-header,
	.gps-saved-site-full-card {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.gps-saved-sites-header .gps-button,
	.gps-saved-site-full-actions,
	.gps-saved-site-full-actions .gps-card-button {
		width: 100%;
	}

	.gps-saved-site-full-meta {
		grid-template-columns: 1fr;
	}

	.gps-submit-post-details h2 {
		font-size: 26px;
	}

	.gps-submit-post-details-card {
		padding: 18px;
	}

	.gps-form-row {
		grid-template-columns: 1fr;
	}

	.gps-link-pair {
		grid-template-columns: 1fr;
	}

	.gps-form-actions,
	.gps-form-actions .gps-button,
	.gps-add-link-pair,
	.gps-remove-link-pair {
		width: 100%;
	}

	.gps-wc-floating-cart {
		right: 12px;
		bottom: 12px;
		max-width: calc(100vw - 24px);
	}

	.gps-wc-mini-cart-panel {
		width: calc(100vw - 24px);
	}

	.gps-wc-mini-cart-items {
		max-height: 220px;
	}

	.gps-wc-mini-cart-actions {
		grid-template-columns: 1fr;
	}
}
