.nmfsr3,
.nmfsr3 * {
	box-sizing: border-box;
}

.nmfsr3-document {
	--nm-forest: #153e2d;
	--nm-forest-deep: #0d2b20;
	--nm-paper: #f8f3e8;
	--nm-paper-light: #fffdf8;
	--nm-gold: #b7862f;
	--nm-ink: #17231c;
	--nm-muted: #5f6c64;
	--nm-line: #ddd3bf;
	margin: 0;
	background: var(--nm-paper-light);
	color: var(--nm-ink);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nmfsr3 {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
	padding: 18px 0 clamp(48px, 7vw, 88px);
	font-size: 16px;
	line-height: 1.6;
}

.nmfsr3 a {
	color: var(--nm-forest);
	text-underline-offset: 0.2em;
}

.nmfsr3 a:focus-visible,
.nmfsr3 button:focus-visible,
.nmfsr3 input:focus-visible,
.nmfsr3 textarea:focus-visible,
.nmfsr3 select:focus-visible {
	outline: 3px solid #d5a94c;
	outline-offset: 3px;
}

.nmfsr3__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	min-height: 44px;
	margin-bottom: 10px;
	color: var(--nm-muted);
	font-size: 14px;
}

.nmfsr3__breadcrumb a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.nmfsr3__hero {
	display: flex;
	align-items: center;
	min-height: clamp(210px, 22vw, 240px);
	margin-bottom: clamp(36px, 5vw, 48px);
	padding: clamp(32px, 5vw, 56px);
	border: 1px solid var(--nm-line);
	border-radius: 24px;
	background: var(--nm-paper);
}

.nmfsr3__hero > div {
	max-width: 760px;
}

.nmfsr3__eyebrow {
	margin: 0 0 8px;
	color: #85601f;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.nmfsr3 h1,
.nmfsr3 h2,
.nmfsr3 h3 {
	color: var(--nm-forest-deep);
	font-family: Georgia, "Times New Roman", serif;
}

.nmfsr3 h1 {
	margin: 0;
	font-size: clamp(40px, 5vw, 52px);
	line-height: 1.06;
	letter-spacing: -0.025em;
}

.nmfsr3__hero p:last-child {
	max-width: 65ch;
	margin: 16px 0 0;
	color: #45544b;
	font-size: clamp(17px, 2vw, 20px);
}

.nmfsr3 h2 {
	margin: 0 0 12px;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.2;
}

.nmfsr3 section + section {
	margin-top: clamp(36px, 5vw, 48px);
}

.nmfsr3__choices,
.nmfsr3__gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.nmfsr3__choices > article,
.nmfsr3__task,
.nmfsr3__panel,
.nmfsr3-help__items article {
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid var(--nm-line);
	border-radius: 18px;
	background: var(--nm-paper-light);
	box-shadow: 0 10px 28px rgba(21, 62, 45, 0.06);
}

.nmfsr3__task {
	display: block;
	color: var(--nm-ink);
	text-decoration: none;
	transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.nmfsr3__task:hover {
	border-color: #b9a77e;
	box-shadow: 0 13px 30px rgba(21, 62, 45, 0.1);
	transform: translateY(-2px);
}

.nmfsr3__task p,
.nmfsr3__panel p:last-child,
.nmfsr3__choices p:last-child {
	margin-bottom: 0;
}

.nmfsr3__split,
.nmfsr3-store {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
	gap: clamp(28px, 5vw, 60px);
	align-items: start;
}

.nmfsr3__split--form-first {
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
}

.nmfsr3__narrow {
	max-width: 760px;
	margin-inline: auto;
}

.nmfsr3__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--nm-forest);
	border-radius: 999px;
	background: var(--nm-forest);
	color: #fff !important;
	font: 750 15px/1.2 system-ui, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.nmfsr3__button--quiet {
	background: transparent;
	color: var(--nm-forest) !important;
}

.nmfsr3__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.nmfsr3-shipping,
.nmfsr3-payments {
	margin-block: clamp(24px, 4vw, 42px);
}

.nmfsr3-shipping__table {
	overflow: hidden;
	border: 1px solid var(--nm-line);
	border-radius: 16px;
	background: #fffdf7;
}

.nmfsr3-shipping__row {
	display: grid;
	grid-template-columns: minmax(150px, 0.8fr) minmax(145px, 0.55fr) minmax(240px, 1.65fr);
	gap: 18px;
	align-items: center;
	padding: 16px 18px;
	border-top: 1px solid var(--nm-line);
}

.nmfsr3-shipping__row:first-child {
	border-top: 0;
}

.nmfsr3-shipping__head {
	background: #f3ecdd;
	color: var(--nm-forest);
	font-size: 14px;
	font-weight: 700;
}

.nmfsr3-shipping__conditions {
	margin-top: 14px;
	padding: 16px 18px;
	border-left: 3px solid var(--nm-gold);
	background: #fbf6eb;
}

.nmfsr3-shipping__conditions p {
	margin: 0 0 8px;
}

.nmfsr3-shipping__conditions p:last-child {
	margin-bottom: 0;
}

.nmfsr3-payments h3 {
	margin: 0 0 8px;
	font-size: 20px;
}

.nmfsr3-store__state {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 14px;
	padding: 8px 13px;
	border-radius: 999px;
	background: #ece9df;
	font-weight: 700;
}

.nmfsr3-store__state span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #9a4b3b;
}

.nmfsr3-store__state.is-open {
	background: #e7f2eb;
	color: #155b35;
}

.nmfsr3-store__state.is-open span {
	background: #268650;
}

.nmfsr3-store__photo {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 22px;
	background: var(--nm-paper);
	box-shadow: 0 18px 40px rgba(21, 62, 45, 0.12);
}

.nmfsr3-store__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.nmfsr3__gallery {
	grid-template-columns: 1fr 1fr;
}

.nmfsr3__gallery img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.nmfsr3-form {
	display: grid;
	gap: 18px;
	padding: clamp(22px, 4vw, 36px);
	border: 1px solid var(--nm-line);
	border-radius: 20px;
	background: var(--nm-paper);
}

.nmfsr3-form label {
	display: grid;
	gap: 7px;
	font-weight: 700;
}

.nmfsr3-form input:not([type="checkbox"]):not([type="file"]),
.nmfsr3-form select,
.nmfsr3-form textarea,
.nmfsr3-help input {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid #bdb39f;
	border-radius: 9px;
	background: #fff;
	color: var(--nm-ink);
	font: inherit;
}

.nmfsr3-form textarea {
	resize: vertical;
}

.nmfsr3-form__upload {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 48px;
	padding: 7px;
	border: 1px dashed #a59679;
	border-radius: 9px;
	background: #fff;
	font-weight: 400;
}

.nmfsr3-form__upload input[type="file"] {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.nmfsr3-form__upload-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 12px;
	border: 1px solid #bdb39f;
	border-radius: 7px;
	background: #f7f2e8;
	font-weight: 700;
}

.nmfsr3-form__upload-status {
	min-width: 0;
	overflow: hidden;
	color: #40534a;
	font-size: 0.94rem;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nmfsr3-form__upload:focus-within {
	outline: 3px solid rgba(169, 137, 77, 0.34);
	outline-offset: 2px;
}

.nmfsr3-form__upload:hover {
	border-color: #8f7650;
}

.nmfsr3-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.nmfsr3-form__consent {
	grid-template-columns: auto 1fr !important;
	align-items: start;
	font-weight: 500 !important;
}

.nmfsr3-form__consent input {
	width: 22px;
	height: 22px;
	margin-top: 2px;
}

.nmfsr3-form__trap {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

.nmfsr3-form__status {
	min-height: 24px;
	font-weight: 700;
}

.nmfsr3-form.is-loading {
	opacity: 0.78;
}

.nmfsr3-form.is-success .nmfsr3-form__status {
	color: #15643a;
}

.nmfsr3-form.is-error .nmfsr3-form__status {
	color: #9a2f2f;
}

.nmfsr3__steps {
	display: grid;
	gap: 14px;
	padding-left: 28px;
}

.nmfsr3__choice-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 20px 0;
}

.nmfsr3__choice {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	padding: 15px;
	border: 1px solid var(--nm-line);
	border-radius: 14px;
	background: var(--nm-paper);
	font-weight: 750;
	text-align: center;
	text-decoration: none;
}

.nmfsr3-help__search {
	display: grid;
	gap: 8px;
	max-width: 620px;
	margin-bottom: 24px;
	font-weight: 750;
}

.nmfsr3-help__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.nmfsr3-help__empty {
	margin-top: 24px;
	padding: 22px;
	border-radius: 14px;
	background: #fff2d3;
}

.nmfsr3-legal__tools {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.nmfsr3-legal {
	max-width: 880px;
	margin-inline: auto;
}

.nmfsr3-legal h2,
.nmfsr3-legal h3 {
	margin-top: 1.8em;
}

.nmfsr3-legal table {
	width: 100%;
	border-collapse: collapse;
}

.nmfsr3-legal th,
.nmfsr3-legal td {
	padding: 10px;
	border: 1px solid var(--nm-line);
	text-align: left;
	vertical-align: top;
}

.nmfsr3 img {
	max-width: 100%;
}

@media (max-width: 820px) {
	.nmfsr3__choices {
		grid-template-columns: 1fr 1fr;
	}

	.nmfsr3__split,
	.nmfsr3__split--form-first,
	.nmfsr3-store {
		grid-template-columns: 1fr;
	}

	.nmfsr3__choice-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.nmfsr3-shipping__table {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.nmfsr3-shipping__head {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.nmfsr3-shipping__row {
		grid-template-columns: 1fr;
		gap: 4px;
		margin-bottom: 10px;
		padding: 14px;
		border: 1px solid var(--nm-line);
		border-radius: 14px;
		background: #fffdf7;
	}

	.nmfsr3 {
		width: min(100% - 28px, 1180px);
		padding-top: 8px;
	}

	.nmfsr3__breadcrumb {
		margin-bottom: 6px;
	}

	.nmfsr3__hero {
		min-height: clamp(160px, 46vw, 190px);
		margin-bottom: 28px;
		padding: 24px 20px;
		border-radius: 18px;
	}

	.nmfsr3 h1 {
		font-size: clamp(30px, 9.4vw, 36px);
	}

	.nmfsr3__hero p:last-child {
		margin-top: 11px;
		font-size: 16px;
	}

	.nmfsr3 section + section {
		margin-top: 28px;
	}

	.nmfsr3__choices,
	.nmfsr3__gallery,
	.nmfsr3-help__items {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.nmfsr3__choices > article,
	.nmfsr3__task,
	.nmfsr3__panel,
	.nmfsr3-help__items article {
		padding: 20px;
	}

	.nmfsr3-store__photo {
		order: -1;
		aspect-ratio: 4 / 3;
	}

	.nmfsr3-form {
		padding: 20px 16px;
	}

	.nmfsr3-form__row {
		grid-template-columns: 1fr;
	}

	.nmfsr3__choice-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nmfsr3__choice {
		min-height: 60px;
	}

	.nmfsr3__actions {
		display: grid;
	}
}

@media (max-width: 360px) {
	.nmfsr3 {
		width: min(100% - 22px, 1180px);
	}

	.nmfsr3__choice-grid {
		grid-template-columns: 1fr;
	}
}

@media print {
	[data-mns-rh-header],
	.nmfsr3__breadcrumb,
	.nmfsr3__hero,
	.nmfsr3-legal__tools {
		display: none !important;
	}

	.nmfsr3,
	.nmfsr3-legal {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
		color: #000;
	}
}

/* 1.2.0 bounded Service R.3 visual convergence. */
.nmfsr3 {
	padding-bottom: clamp(38px, 5vw, 64px);
}

.nmfsr3__hero {
	min-height: clamp(188px, 18vw, 214px);
	margin-bottom: clamp(28px, 4vw, 38px);
	padding: clamp(28px, 4vw, 44px);
	background:
		linear-gradient(90deg, rgba(183, 134, 47, 0.06), transparent 42%),
		var(--nm-paper);
}

.nmfsr3 section + section {
	margin-top: clamp(30px, 4vw, 40px);
}

.nmfsr3__choices > article,
.nmfsr3__task,
.nmfsr3__panel,
.nmfsr3-help__items article {
	padding: clamp(20px, 2.5vw, 27px);
}

.nmfsr3__task {
	position: relative;
	overflow: hidden;
}

.nmfsr3__task::before,
.nmfsr3-help__items article::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: var(--nm-gold);
	content: "";
}

.nmfsr3__task-index {
	display: block;
	margin-bottom: 12px;
	color: #8a651f;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.nmfsr3__task > strong {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: 8px;
	color: var(--nm-forest);
	text-decoration: underline;
	text-underline-offset: 0.22em;
}

.nmfsr3__panel--next-step {
	display: grid;
	justify-items: start;
	background: linear-gradient(135deg, #fbf6e9, #fffdf8);
}

.nmfsr3__guide {
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid var(--nm-line);
	border-radius: 20px;
	background: #fffdf8;
	box-shadow: 0 12px 32px rgba(21, 62, 45, 0.06);
}

.nmfsr3__choice {
	position: relative;
	background: linear-gradient(180deg, #fbf5e7, #f7efe0);
	transition: border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.nmfsr3__choice:hover,
.nmfsr3__choice:focus-visible {
	border-color: #a9894d;
	background: #fffaf0;
	transform: translateY(-1px);
}

.nmfsr3-form {
	box-shadow: 0 16px 38px rgba(21, 62, 45, 0.07);
}

.nmfsr3-form label {
	color: #24382d;
}

.nmfsr3-form input:not([type="checkbox"]):not([type="file"]):hover,
.nmfsr3-form select:hover,
.nmfsr3-form textarea:hover {
	border-color: #8f9b93;
}

.nmfsr3__steps {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 0;
	list-style-position: inside;
}

.nmfsr3__steps li {
	padding: 16px;
	border: 1px solid var(--nm-line);
	border-radius: 14px;
	background: #fbf6eb;
}

.nmfsr3-help__items article {
	position: relative;
}

.nmfsr3-help__items article a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-weight: 750;
}

.nmfsr3__gallery {
	align-items: start;
}

.nmfsr3__gallery-feature {
	display: block;
}

.nmfsr3__gallery-feature img {
	aspect-ratio: 4 / 5;
	object-fit: contain;
	background: #f3efe6;
}

.nmfsr3-shipping {
	display: grid;
	gap: 28px;
}

.nmfsr3-shipping__orientation {
	display: grid;
	grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
	gap: 28px;
	align-items: center;
	padding: 24px 26px;
	border: 1px solid #d5c7aa;
	border-radius: 20px;
	background: linear-gradient(135deg, #f5ecd8, #fffaf0);
}

.nmfsr3-shipping__orientation h2,
.nmfsr3-shipping__heading h2,
.nmfsr3-shipping__contribution h2 {
	margin-bottom: 5px;
}

.nmfsr3-shipping__orientation ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nmfsr3-shipping__orientation li {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 2px 9px;
	align-items: center;
}

.nmfsr3-shipping__orientation li > span {
	display: grid;
	grid-row: 1 / span 2;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: var(--nm-forest);
	color: #fff;
	font-weight: 800;
}

.nmfsr3-shipping__orientation small {
	color: var(--nm-muted);
	line-height: 1.35;
}

.nmfsr3-shipping__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
}

.nmfsr3-shipping__heading p {
	max-width: 42ch;
	margin: 0;
	color: var(--nm-muted);
}

.nmfsr3-shipping__methods {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.nmfsr3-shipping__row {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 10px 12px;
	align-content: start;
	margin: 0;
	padding: 18px;
	border: 1px solid var(--nm-line);
	border-radius: 16px;
	background: #fffdf8;
	box-shadow: 0 8px 24px rgba(21, 62, 45, 0.05);
}

.nmfsr3-shipping__row.is-context-dependent {
	background: #fbf8f1;
}

.nmfsr3-shipping__row h3 {
	margin: 0 0 3px;
	font-size: 18px;
	line-height: 1.2;
}

.nmfsr3-shipping__row p {
	grid-column: 1 / -1;
	margin: 4px 0 0;
	color: #4a5a51;
	font-size: 14px;
	line-height: 1.45;
}

.nmfsr3-shipping__icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 12px;
	background: #edf2ed;
	color: var(--nm-forest);
}

.nmfsr3-shipping__price {
	color: #6f511b;
	font-size: 15px;
}

.nmfsr3-shipping__bands {
	grid-column: 1 / -1;
	border-top: 1px solid rgba(113, 87, 39, 0.18);
	padding-top: 9px;
}

.nmfsr3-shipping__bands summary {
	min-height: 44px;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: var(--nm-forest);
	cursor: pointer;
}

.nmfsr3-shipping__bands ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px 16px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.nmfsr3-shipping__bands li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 0.9rem;
}

.nmfsr3-shipping__contribution {
	display: grid;
	grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
	gap: 24px;
	padding: 24px 26px;
	border: 1px solid #b8934d;
	border-radius: 20px;
	background: #f8f0df;
}

.nmfsr3-shipping__contribution-copy p:last-child {
	margin-bottom: 0;
}

.nmfsr3-shipping__thresholds {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.nmfsr3-shipping__thresholds article {
	display: grid;
	align-content: start;
	gap: 4px;
	padding: 15px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
}

.nmfsr3-shipping__thresholds article > strong {
	color: var(--nm-forest);
	font-size: 17px;
}

.nmfsr3-shipping__thresholds article > span {
	font-weight: 750;
}

.nmfsr3-shipping__thresholds small {
	color: var(--nm-muted);
	line-height: 1.35;
}

.nmfsr3-shipping__final-note,
.nmfsr3-payments__note {
	margin: -12px 0 0;
	padding: 12px 16px;
	border-left: 3px solid var(--nm-gold);
	background: #fbf7ee;
}

.nmfsr3-payments__rows {
	overflow: hidden;
	border: 1px solid var(--nm-line);
	border-radius: 16px;
	background: #fffdf8;
}

.nmfsr3-payments__rows article {
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
	gap: 18px;
	align-items: center;
	padding: 14px 18px;
	border-top: 1px solid var(--nm-line);
}

.nmfsr3-payments__rows article:first-child {
	border-top: 0;
}

.nmfsr3-payments__rows h3,
.nmfsr3-payments__rows p {
	margin: 0;
}

.nmfsr3-payments__rows strong {
	color: #6f511b;
	font-size: 14px;
}

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

	.nmfsr3-shipping__orientation,
	.nmfsr3-shipping__contribution {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.nmfsr3-form input:not([type="checkbox"]),
	.nmfsr3-form select,
	.nmfsr3-form textarea {
		font-size: 16px;
	}

	.nmfsr3-form__upload {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.nmfsr3-form__upload-action {
		justify-self: start;
	}

	.nmfsr3__hero {
		min-height: 0;
		margin-bottom: 24px;
		padding: 22px 19px;
	}

	.nmfsr3 section + section {
		margin-top: 24px;
	}

	.nmfsr3__steps,
	.nmfsr3-shipping__orientation ol,
	.nmfsr3-shipping__methods,
	.nmfsr3-shipping__thresholds {
		grid-template-columns: 1fr;
	}

	.nmfsr3-shipping {
		gap: 20px;
	}

	.nmfsr3-shipping__orientation,
	.nmfsr3-shipping__contribution {
		gap: 18px;
		padding: 19px 17px;
		border-radius: 16px;
	}

	.nmfsr3-shipping__orientation li {
		min-height: 52px;
	}

	.nmfsr3-shipping__heading {
		display: block;
	}

	.nmfsr3-shipping__heading p {
		margin-top: 5px;
	}

	.nmfsr3-shipping__row {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 8px 11px;
		margin-bottom: 0;
		padding: 15px;
	}

	.nmfsr3-shipping__row p {
		grid-column: 1 / -1;
	}

	.nmfsr3-shipping__bands ul {
		grid-template-columns: 1fr;
	}

	.nmfsr3-payments__rows article {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 14px 15px;
	}

	.nmfsr3__guide {
		padding: 20px 16px;
	}

	.nmfsr3__gallery-feature img {
		aspect-ratio: auto;
	}
}
