/**
 * DAF Marketplace — Refund Policy Page
 * Location: /wp-content/plugins/daf-marketplace/assets/css/pages/refund-policy.css
 *
 * Purpose:
 * - Premium responsive styling for the HyperDAF Refund Policy page.
 * - Works with /templates/pages/refund-policy.php.
 * - Fully responsive for desktop, tablet, and mobile.
 * - Keeps layout independent from active WordPress theme styles.
 */

.daf-mp-refund-page {
	--daf-refund-green: #0f9f49;
	--daf-refund-green-dark: #06653c;
	--daf-refund-accent: #8bbe38;
	--daf-refund-accent-soft: #dff3bf;
	--daf-refund-ink: #0f172a;
	--daf-refund-ink-soft: #1e293b;
	--daf-refund-muted: #526277;
	--daf-refund-muted-soft: #7a8797;
	--daf-refund-soft: #f8fafc;
	--daf-refund-bg: #f5f8fb;
	--daf-refund-border: #e2e8f0;
	--daf-refund-border-strong: #d7e0ea;
	--daf-refund-card: rgba(255, 255, 255, 0.97);
	--daf-refund-radius: 18px;
	--daf-refund-shadow-sm: 0 12px 28px rgba(15, 23, 42, 0.045);
	--daf-refund-shadow-md: 0 18px 44px rgba(15, 23, 42, 0.06);
	--daf-refund-shadow-lg: 0 28px 70px rgba(15, 23, 42, 0.08);

	width: 100%;
	background:
		radial-gradient(circle at top left, rgba(15, 159, 73, 0.04), transparent 18%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 42%, #ffffff 100%);
	color: var(--daf-refund-ink);
	overflow-x: hidden;
}

.daf-mp-refund-page *,
.daf-mp-refund-page *::before,
.daf-mp-refund-page *::after {
	box-sizing: border-box;
}

.daf-mp-refund-page a {
	color: var(--daf-refund-green);
	text-decoration: none;
	transition: color 180ms ease, opacity 180ms ease, transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.daf-mp-refund-page a:hover,
.daf-mp-refund-page a:focus {
	color: var(--daf-refund-green-dark);
	text-decoration: none;
}

.daf-mp-refund-page svg {
	display: block;
	flex: 0 0 auto;
}

.daf-mp-refund-page svg * {
	vector-effect: non-scaling-stroke;
}

.daf-mp-refund-container {
	width: min(1180px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

/* =========================================================
   HERO
========================================================= */
.daf-mp-refund-hero {
	position: relative;
	width: 100%;
	padding: clamp(34px, 4.2vw, 58px) 0;
	background:
		radial-gradient(circle at 82% 44%, rgba(15, 159, 73, 0.32), transparent 32%),
		radial-gradient(circle at 18% 2%, rgba(16, 185, 129, 0.10), transparent 28%),
		linear-gradient(135deg, #061221 0%, #07192b 44%, #003d2f 100%);
	color: #ffffff;
	overflow: hidden;
}

.daf-mp-refund-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 30px 30px;
	mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
	pointer-events: none;
}

.daf-mp-refund-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 90px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(6, 18, 33, 0.08));
	pointer-events: none;
}

.daf-mp-refund-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(230px, 0.82fr);
	align-items: center;
	gap: clamp(22px, 3vw, 58px);
}

.daf-mp-refund-hero__copy {
	max-width: 720px;
}

.daf-mp-refund-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 30px;
	padding: 0 13px;
	border: 1px solid rgba(52, 211, 153, 0.36);
	border-radius: 999px;
	background: rgba(16, 185, 129, 0.11);
	color: #34d399;
	font-size: 10.8px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.daf-mp-refund-kicker svg,
.daf-mp-refund-updated svg {
	width: 15px;
	height: 15px;
}

.daf-mp-refund-hero h1 {
	margin: 16px 0 10px;
	color: #ffffff;
	font-size: clamp(38px, 4.4vw, 64px);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: -0.06em;
	text-wrap: balance;
}

.daf-mp-refund-hero p {
	max-width: 640px;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: clamp(14.5px, 1.05vw, 17px);
	font-weight: 500;
	line-height: 1.68;
	letter-spacing: -0.01em;
}

.daf-mp-refund-updated {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.daf-mp-refund-updated span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #34d399;
}

.daf-mp-refund-hero__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
}

.daf-mp-refund-orb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(170px, 22vw, 260px);
	height: clamp(170px, 22vw, 260px);
	border-radius: 50%;
	background:
		radial-gradient(circle at center, rgba(52, 211, 153, 0.17), rgba(52, 211, 153, 0.04) 44%, transparent 68%);
}

.daf-mp-refund-orb::before,
.daf-mp-refund-orb::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(52, 211, 153, 0.17);
}

.daf-mp-refund-orb::before {
	inset: 12px;
}

.daf-mp-refund-orb::after {
	inset: 30px;
	background: rgba(16, 185, 129, 0.04);
	box-shadow:
		0 0 56px rgba(52, 211, 153, 0.13),
		inset 0 0 28px rgba(255, 255, 255, 0.04);
}

.daf-mp-refund-orb__icon {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(96px, 10vw, 134px);
	height: clamp(96px, 10vw, 134px);
	border: 1px solid rgba(167, 243, 208, 0.28);
	border-radius: 50%;
	background:
		linear-gradient(160deg, rgba(167, 243, 208, 0.34), rgba(16, 185, 129, 0.15)),
		rgba(6, 95, 70, 0.24);
	color: #d1fae5;
	box-shadow:
		0 18px 48px rgba(16, 185, 129, 0.18),
		inset 0 0 24px rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	line-height: 0;
}

.daf-mp-refund-orb__icon svg {
	width: 38%;
	height: 38%;
	margin: 0;
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
}

/* =========================================================
   STICKY NAV TABS
   Updated:
   - No horizontal scrollbar on desktop/tablet.
   - Links wrap cleanly.
   - Compact enough to fit all policy tabs.
========================================================= */
.daf-mp-refund-tabs {
	position: sticky;
	top: 0;
	z-index: 50;
	width: 100%;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--daf-refund-border);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.daf-mp-refund-tabs__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: auto;
	padding-top: 11px;
	padding-bottom: 11px;
	overflow: visible;
	scrollbar-width: none;
}

.daf-mp-refund-tabs__inner::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.daf-mp-refund-tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex: 0 1 auto;
	min-height: 32px;
	padding: 0 9px;
	border: 1px solid rgba(15, 159, 73, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--daf-refund-muted);
	font-size: 10.8px;
	font-weight: 850;
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.025);
}

.daf-mp-refund-tabs a:hover,
.daf-mp-refund-tabs a:focus {
	border-color: rgba(15, 159, 73, 0.22);
	background: rgba(15, 159, 73, 0.07);
	color: var(--daf-refund-green-dark);
	transform: translateY(-1px);
}

.daf-mp-refund-tabs a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--daf-refund-green);
}

.daf-mp-refund-tabs a svg {
	width: 13px;
	height: 13px;
}

/* =========================================================
   BODY LAYOUT
========================================================= */
.daf-mp-refund-body {
	padding: clamp(28px, 4vw, 54px) 0 clamp(42px, 5vw, 78px);
}

.daf-mp-refund-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(292px, 340px);
	align-items: start;
	gap: clamp(22px, 3vw, 34px);
}

.daf-mp-refund-content {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.daf-mp-refund-section {
	position: relative;
	padding: clamp(20px, 2.2vw, 28px);
	border: 1px solid var(--daf-refund-border);
	border-radius: var(--daf-refund-radius);
	background: var(--daf-refund-card);
	box-shadow: var(--daf-refund-shadow-md);
	scroll-margin-top: 116px;
	overflow: hidden;
}

.daf-mp-refund-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 0% 0%, rgba(15, 159, 73, 0.04), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.98));
	pointer-events: none;
}

.daf-mp-refund-section > * {
	position: relative;
	z-index: 1;
}

.daf-mp-refund-section__head {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 14px;
}

.daf-mp-refund-section__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(15, 159, 73, 0.16);
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(15, 159, 73, 0.11), rgba(139, 190, 56, 0.09)),
		#ffffff;
	color: var(--daf-refund-green);
	box-shadow: 0 10px 22px rgba(15, 159, 73, 0.08);
	line-height: 0;
}

.daf-mp-refund-section__icon svg {
	width: 20px;
	height: 20px;
}

.daf-mp-refund-section h2 {
	margin: 0;
	color: var(--daf-refund-ink);
	font-size: clamp(20px, 1.65vw, 26px);
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: -0.04em;
}

.daf-mp-refund-section__intro,
.daf-mp-refund-section__note {
	color: var(--daf-refund-muted);
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.76;
}

.daf-mp-refund-section__intro p,
.daf-mp-refund-section__note p {
	margin: 0 0 12px;
}

.daf-mp-refund-section__intro p:last-child,
.daf-mp-refund-section__note p:last-child {
	margin-bottom: 0;
}

.daf-mp-refund-section__note {
	margin-top: 16px;
	padding: 16px;
	border: 1px solid rgba(15, 159, 73, 0.14);
	border-radius: 16px;
	background: rgba(15, 159, 73, 0.045);
	color: var(--daf-refund-ink-soft);
}

/* =========================================================
   OVERVIEW EXTRAS
========================================================= */
.daf-mp-refund-alert {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	margin-top: 18px;
	padding: 16px;
	border: 1px solid rgba(15, 159, 73, 0.18);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(15, 159, 73, 0.075), rgba(139, 190, 56, 0.06)),
		#ffffff;
}

.daf-mp-refund-alert__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: rgba(15, 159, 73, 0.12);
	color: var(--daf-refund-green);
}

.daf-mp-refund-alert__icon svg {
	width: 18px;
	height: 18px;
}

.daf-mp-refund-alert strong {
	display: block;
	margin-bottom: 4px;
	color: var(--daf-refund-ink);
	font-size: 13.5px;
	font-weight: 900;
	letter-spacing: -0.01em;
}

.daf-mp-refund-alert p {
	margin: 0;
	color: var(--daf-refund-muted);
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.62;
}

.daf-mp-refund-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.daf-mp-refund-stat {
	padding: 15px;
	border: 1px solid var(--daf-refund-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: var(--daf-refund-shadow-sm);
}

.daf-mp-refund-stat strong {
	display: block;
	margin-bottom: 4px;
	color: var(--daf-refund-green-dark);
	font-size: 19px;
	font-weight: 950;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.daf-mp-refund-stat span {
	display: block;
	color: var(--daf-refund-muted);
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.35;
}

/* =========================================================
   LISTS
========================================================= */
.daf-mp-refund-list {
	display: grid;
	gap: 11px;
	margin: 17px 0 0;
	padding: 0;
	list-style: none;
}

.daf-mp-refund-list li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 11px;
	margin: 0;
	padding: 13px 14px;
	border: 1px solid rgba(226, 232, 240, 0.88);
	border-radius: 15px;
	background: #ffffff;
	color: var(--daf-refund-muted);
	font-size: 13.8px;
	font-weight: 500;
	line-height: 1.62;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.025);
}

.daf-mp-refund-list__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-top: 1px;
	border-radius: 50%;
	background: rgba(15, 159, 73, 0.10);
	color: var(--daf-refund-green);
}

.daf-mp-refund-list__mark svg {
	width: 14px;
	height: 14px;
}

.daf-mp-refund-list__text {
	min-width: 0;
}

.daf-mp-refund-list__text strong {
	color: var(--daf-refund-ink);
	font-weight: 900;
}

/* =========================================================
   CONTACT
========================================================= */
.daf-mp-refund-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.daf-mp-refund-contact-card {
	min-width: 0;
	padding: 16px;
	border: 1px solid var(--daf-refund-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: var(--daf-refund-shadow-sm);
}

.daf-mp-refund-contact-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 10px;
	border-radius: 12px;
	background: rgba(15, 159, 73, 0.10);
	color: var(--daf-refund-green);
}

.daf-mp-refund-contact-card > span svg {
	width: 17px;
	height: 17px;
}

.daf-mp-refund-contact-card strong {
	display: block;
	margin-bottom: 4px;
	color: var(--daf-refund-ink);
	font-size: 13.5px;
	font-weight: 900;
}

.daf-mp-refund-contact-card a,
.daf-mp-refund-contact-card p {
	display: block;
	margin: 0;
	color: var(--daf-refund-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	word-break: break-word;
}

.daf-mp-refund-effective {
	margin-top: 18px;
	padding: 15px 16px;
	border: 1px solid rgba(15, 159, 73, 0.14);
	border-radius: 16px;
	background: rgba(15, 159, 73, 0.045);
	color: var(--daf-refund-muted);
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.6;
}

.daf-mp-refund-effective p {
	margin: 0;
}

/* =========================================================
   SIDEBAR
========================================================= */
.daf-mp-refund-sidebar {
	position: sticky;
	top: 116px;
	display: grid;
	gap: 14px;
	min-width: 0;
	align-self: start;
}

.daf-mp-refund-sidebar-card {
	position: relative;
	padding: 18px;
	border: 1px solid var(--daf-refund-border);
	border-radius: var(--daf-refund-radius);
	background: #ffffff;
	box-shadow: var(--daf-refund-shadow-md);
	overflow: hidden;
}

.daf-mp-refund-sidebar-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 15% 0%, rgba(15, 159, 73, 0.05), transparent 30%);
	pointer-events: none;
}

.daf-mp-refund-sidebar-card > * {
	position: relative;
	z-index: 1;
}

.daf-mp-refund-sidebar-card--primary {
	padding: 20px;
	border-color: rgba(15, 159, 73, 0.22);
	background:
		radial-gradient(circle at top right, rgba(139, 190, 56, 0.12), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #f8ffef 100%);
}

.daf-mp-refund-sidebar-card--safe {
	border-color: rgba(15, 159, 73, 0.16);
	background:
		linear-gradient(135deg, rgba(15, 159, 73, 0.055), rgba(139, 190, 56, 0.045)),
		#ffffff;
}

.daf-mp-refund-sidebar-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 13px;
	border-radius: 16px;
	background: var(--daf-refund-green);
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(15, 159, 73, 0.22);
}

.daf-mp-refund-sidebar-card__icon svg {
	width: 21px;
	height: 21px;
}

.daf-mp-refund-sidebar-card h2,
.daf-mp-refund-sidebar-card h3 {
	margin: 0 0 8px;
	color: var(--daf-refund-ink);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.035em;
}

.daf-mp-refund-sidebar-card h2 {
	font-size: 21px;
}

.daf-mp-refund-sidebar-card h3 {
	font-size: 15.5px;
}

.daf-mp-refund-sidebar-card p {
	margin: 0;
	color: var(--daf-refund-muted);
	font-size: 13.2px;
	font-weight: 600;
	line-height: 1.62;
}

.daf-mp-refund-sidebar-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin-top: 15px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--daf-refund-green);
	color: #ffffff !important;
	font-size: 12.8px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 14px 26px rgba(15, 159, 73, 0.20);
}

.daf-mp-refund-sidebar-button:hover,
.daf-mp-refund-sidebar-button:focus {
	background: var(--daf-refund-green-dark);
	color: #ffffff !important;
	transform: translateY(-1px);
}

.daf-mp-refund-mini-list {
	display: grid;
	gap: 8px;
	margin: 13px 0 0;
	padding: 0;
	list-style: none;
}

.daf-mp-refund-mini-list li {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: var(--daf-refund-muted);
	font-size: 12.8px;
	font-weight: 700;
	line-height: 1.45;
}

.daf-mp-refund-mini-list li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--daf-refund-green);
	box-shadow: 0 0 0 4px rgba(15, 159, 73, 0.10);
}

.daf-mp-refund-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 0;
	border-bottom: 1px solid var(--daf-refund-border);
}

.daf-mp-refund-summary-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.daf-mp-refund-summary-row span {
	color: var(--daf-refund-muted);
	font-size: 12.2px;
	font-weight: 700;
	line-height: 1.35;
}

.daf-mp-refund-summary-row strong {
	color: var(--daf-refund-ink);
	font-size: 12.2px;
	font-weight: 950;
	line-height: 1.35;
	text-align: right;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1180px) {
	.daf-mp-refund-tabs a {
		font-size: 10.4px;
		padding: 0 8px;
		gap: 5px;
	}

	.daf-mp-refund-tabs a svg {
		width: 12px;
		height: 12px;
	}
}

@media (max-width: 1100px) {
	.daf-mp-refund-layout {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
	}

	.daf-mp-refund-contact-grid {
		grid-template-columns: 1fr;
	}

	.daf-mp-refund-sidebar-card {
		padding: 16px;
	}
}

@media (max-width: 920px) {
	.daf-mp-refund-hero__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.daf-mp-refund-hero__visual {
		display: none;
	}

	.daf-mp-refund-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.daf-mp-refund-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.daf-mp-refund-sidebar-card--primary {
		grid-column: 1 / -1;
	}

	.daf-mp-refund-tabs {
		top: 0;
	}

	.daf-mp-refund-tabs__inner {
		justify-content: flex-start;
	}

	.daf-mp-refund-tabs a {
		flex: 1 1 calc(25% - 7px);
		min-width: 0;
	}
}

@media (max-width: 782px) {
	.daf-mp-refund-container {
		width: min(100% - 28px, 1180px);
	}

	.daf-mp-refund-hero {
		padding: 34px 0;
	}

	.daf-mp-refund-hero h1 {
		font-size: clamp(34px, 10vw, 48px);
	}

	.daf-mp-refund-tabs__inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.daf-mp-refund-tabs a {
		flex: 1 1 calc(33.333% - 7px);
		min-height: 34px;
		padding: 0 7px;
		font-size: 10.2px;
	}

	.daf-mp-refund-tabs a span {
		display: none;
	}

	.daf-mp-refund-section {
		padding: 20px;
		scroll-margin-top: 118px;
	}

	.daf-mp-refund-section__head {
		align-items: flex-start;
	}

	.daf-mp-refund-stats {
		grid-template-columns: 1fr;
	}

	.daf-mp-refund-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.daf-mp-refund-list li {
		padding: 12px;
	}
}

@media (max-width: 520px) {
	.daf-mp-refund-container {
		width: min(100% - 22px, 1180px);
	}

	.daf-mp-refund-kicker {
		width: 100%;
		white-space: normal;
		text-align: center;
		line-height: 1.35;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.daf-mp-refund-hero p {
		font-size: 14px;
	}

	.daf-mp-refund-tabs__inner {
		gap: 6px;
	}

	.daf-mp-refund-tabs a {
		flex: 1 1 calc(50% - 6px);
		min-height: 34px;
		padding: 0 6px;
		font-size: 10px;
		letter-spacing: -0.01em;
	}

	.daf-mp-refund-section {
		padding: 18px;
		border-radius: 16px;
		scroll-margin-top: 152px;
	}

	.daf-mp-refund-section__icon {
		width: 38px;
		height: 38px;
		border-radius: 13px;
	}

	.daf-mp-refund-section__icon svg {
		width: 18px;
		height: 18px;
	}

	.daf-mp-refund-section h2 {
		font-size: 20px;
	}

	.daf-mp-refund-alert {
		grid-template-columns: minmax(0, 1fr);
	}

	.daf-mp-refund-list li {
		grid-template-columns: minmax(0, 1fr);
	}

	.daf-mp-refund-list__mark {
		margin-top: 0;
	}

	.daf-mp-refund-contact-card,
	.daf-mp-refund-sidebar-card {
		padding: 16px;
		border-radius: 16px;
	}
}