body.llw-reclamaciones-page {
	background: #f5f6fa;
}

body.llw-reclamaciones-page .site-content > .ast-container,
body.llw-reclamaciones-page .site-main,
body.llw-reclamaciones-page article.page,
body.llw-reclamaciones-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.llw-reclamaciones-page .entry-header,
body.llw-reclamaciones-page .entry-title {
	display: none;
}

.llw-reclamaciones,
.llw-reclamaciones * {
	box-sizing: border-box;
}

.llw-reclamaciones {
	width: 100%;
	color: #41475d;
	background: #f5f6fa;
}

.llw-reclamaciones__hero {
	width: 100%;
	min-height: 220px;
	background: linear-gradient(100deg, #4b526d 0%, #555d79 42%, #b7bbc7 77%, #f4f5f8 100%);
	border-radius: 0 0 0 12px;
}

.llw-reclamaciones__hero-inner {
	width: min(980px, calc(100% - 48px));
	margin: 0 auto;
	padding-top: 34px;
}

.llw-reclamaciones__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	font-size: 0.72rem;
}

.llw-reclamaciones__breadcrumb a,
.llw-reclamaciones__breadcrumb strong {
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

.llw-reclamaciones__hero h1 {
	margin: 48px 0 0;
	color: #fff;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 900;
	line-height: 1.05;
}

.llw-reclamaciones__panel {
	width: min(980px, calc(100% - 48px));
	margin: -28px auto 72px;
	padding: 34px 36px 40px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 8px 28px rgba(58, 66, 91, 0.08);
}

.llw-reclamaciones__intro h2,
.llw-reclamaciones__form h3 {
	margin: 0 0 0.75rem;
	color: #ed1c2f;
	font-size: 1.15rem;
	font-weight: 900;
}

.llw-reclamaciones__intro p,
.llw-reclamaciones__intro li,
.llw-reclamaciones__legal li {
	margin: 0 0 0.7rem;
	color: #53596d;
	font-size: 0.92rem;
	line-height: 1.55;
}

.llw-reclamaciones__intro ul,
.llw-reclamaciones__legal ul {
	margin: 0 0 1rem;
	padding-left: 1.2rem;
}

.llw-reclamaciones__fecha {
	margin: 1.5rem 0 1rem;
	color: #4b5269;
	font-size: 0.95rem;
}

.llw-reclamaciones__form h3 {
	margin-top: 1.5rem;
}

.llw-reclamaciones__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
}

.llw-reclamaciones__form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: #4b5269;
	font-size: 0.86rem;
	font-weight: 700;
}

.llw-reclamaciones__form input,
.llw-reclamaciones__form textarea {
	width: 100%;
	padding: 11px 12px;
	color: #41475d;
	background: #f4f5f8;
	border: 1px solid #e4e6ee;
	border-radius: 8px;
	font: inherit;
	/* 16px mínimo: evita el zoom automático de iOS al enfocar. */
	font-size: 16px;
	font-weight: 500;
}

.llw-reclamaciones__full {
	display: flex;
	width: 100%;
	margin-top: 14px;
	flex-direction: column;
	gap: 6px;
}

.llw-reclamaciones__tipos {
	display: grid;
	gap: 12px;
	margin: 0.5rem 0 1rem;
}

.llw-reclamaciones__tipo {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 12px 14px;
	background: #f7f8fb;
	border: 1px solid #e5e7ef;
	border-radius: 10px;
	font-weight: 500;
	cursor: pointer;
}

.llw-reclamaciones__tipo strong {
	display: block;
	margin-bottom: 2px;
	color: #41475d;
}

.llw-reclamaciones__tipo small {
	display: block;
	color: #6b7287;
	font-size: 0.82rem;
	line-height: 1.4;
}

.llw-reclamaciones__legal {
	margin-top: 1.25rem;
	padding: 14px 16px;
	background: #f7f8fb;
	border-radius: 10px;
}

.llw-reclamaciones__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 1.5rem;
}

.llw-reclamaciones__submit {
	min-height: 48px;
	padding: 0 22px;
	color: #fff;
	background: #ed1c2f;
	border: 0;
	border-radius: 8px;
	font-size: 0.95rem;
	font-weight: 800;
	cursor: pointer;
}

.llw-reclamaciones__home {
	color: #4b5269;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.llw-reclamaciones__notice {
	margin-bottom: 1.25rem;
	padding: 14px 16px;
	border-radius: 10px;
}

.llw-reclamaciones__notice--ok {
	color: #166534;
	background: #ecfdf3;
}

.llw-reclamaciones__notice--error {
	color: #991b1b;
	background: #fef2f2;
}

.llw-reclamaciones__notice p {
	margin: 0 0 0.35rem;
}

@media (max-width: 760px) {
	.llw-reclamaciones__hero-inner,
	.llw-reclamaciones__panel {
		width: min(100% - 30px, 620px);
	}

	.llw-reclamaciones__panel {
		padding: 24px 18px 28px;
	}

	.llw-reclamaciones__grid {
		grid-template-columns: 1fr;
	}
}
