/**
 * AyudaWP EU Withdrawal Compliance — Helsinki Day Spa brand styles.
 * Accent: #971f71 (Salient dynamic CSS / checkout buttons).
 */

.ayudawp-euw-wrapper {
	max-width: 720px;
	scroll-margin-top: 6rem;
}

.ayudawp-euw-wrapper .ayudawp-euw-intro,
.ayudawp-euw-wrapper .ayudawp-euw-legal-note {
	color: #333;
	font-family: Lato, "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 1.55;
}

.ayudawp-euw-wrapper .ayudawp-euw-form {
	border-color: #e5e5e5;
	border-radius: 5px;
	padding: 1.75rem 1.5rem;
}

@media (min-width: 690px) {
	.ayudawp-euw-wrapper .ayudawp-euw-form {
		padding: 2rem 2rem;
	}
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field {
	margin-bottom: 1.35rem;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field > label {
	margin-bottom: 0.45rem;
	font-family: Lato, "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #8f8f8f;
	letter-spacing: 0;
	text-transform: none;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="text"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="email"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="date"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field select,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea {
	min-height: 52px;
	padding: 0.85rem 1rem;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	background: #fff;
	color: #000;
	font-family: Lato, "Open Sans", sans-serif;
	font-size: 19px;
	line-height: 1.35;
	box-shadow: none;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea {
	min-height: 140px;
	padding-top: 0.85rem;
	padding-bottom: 0.85rem;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field select:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea:focus {
	outline: 2px solid #971f71;
	outline-offset: 1px;
	border-color: #971f71;
	box-shadow: none;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[readonly] {
	background: #f4f4f4;
	color: #666;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-help {
	color: #777;
	font-family: Lato, "Open Sans", sans-serif;
	font-size: 14px;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-required {
	color: #971f71;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox > label {
	gap: 0.65rem;
	font-family: Lato, "Open Sans", sans-serif;
	font-size: 16px;
	color: #333;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox input[type="checkbox"] {
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.2rem;
	accent-color: #971f71;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox > label a {
	color: #971f71;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error input[type="text"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error input[type="email"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error input[type="date"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error select,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error textarea {
	border-color: #d63638;
	box-shadow: none;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error input:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error select:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error textarea:focus {
	outline-color: #d63638;
	border-color: #d63638;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-submit,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-confirm-actions {
	margin-top: 1.75rem;
	gap: 0.75rem;
}

/* Primary: Jatka / Vahvistan peruuttamisen */
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:not(.ayudawp-euw-button--secondary),
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:not(.ayudawp-euw-button--secondary):visited {
	background: #961f71 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 0;
	padding: 17px 24px;
	font-family: Oswald, "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	box-shadow: none;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:not(.ayudawp-euw-button--secondary):hover,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:not(.ayudawp-euw-button--secondary):focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:not(.ayudawp-euw-button--secondary):focus-visible {
	background: #6d0c4e !important;
	color: #fff !important;
	border: none !important;
}

/* Secondary: Muokkaa tietoja */
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:visited {
	background: #fff !important;
	color: #961f71 !important;
	border: 2px solid #961f71 !important;
	border-radius: 0;
	padding: 15px 22px;
	font-family: Oswald, "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	box-shadow: none;
}

.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:hover,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:focus-visible {
	background: #971f71 !important;
	color: #fff !important;
	border-color: #971f71 !important;
}

.ayudawp-euw-wrapper .ayudawp-euw-annex-b {
	border-color: #e5e5e5;
	border-radius: 5px;
	background: #fafafa;
}

.ayudawp-euw-wrapper .ayudawp-euw-annex-b > summary {
	font-family: Oswald, "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #333;
}

.ayudawp-euw-wrapper .ayudawp-euw-annex-b[open] > summary {
	background: #f4f4f4;
	border-color: #e5e5e5;
}

.ayudawp-euw-wrapper .ayudawp-euw-annex-b a {
	color: #971f71;
}

/* My Account — withdrawal request list */
.ayudawp-euw-requests .ayudawp-euw-button--secondary,
.ayudawp-euw-requests .ayudawp-euw-button--secondary:visited {
	background: #fff !important;
	color: #961f71 !important;
	border: 2px solid #961f71 !important;
	border-radius: 0;
	padding: 10px 16px;
	font-family: Oswald, "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	text-decoration: none;
}

.ayudawp-euw-requests .ayudawp-euw-button--secondary:hover,
.ayudawp-euw-requests .ayudawp-euw-button--secondary:focus {
	background: #971f71 !important;
	color: #fff !important;
}

.ayudawp-euw-requests .ayudawp-euw-request-status--pending {
	background: #fff3d6;
	color: #333;
}

.ayudawp-euw-requests .ayudawp-euw-request-status--accepted,
.ayudawp-euw-requests .ayudawp-euw-request-status--completed {
	background: #edfaef;
	color: #14532d;
}

.ayudawp-euw-requests .ayudawp-euw-request-status--rejected {
	background: #fcf0f1;
	color: #7a1d1f;
}

/* My Account → Orders: space between Katso / Peruuttaminen buttons */
.woocommerce-orders-table__cell-order-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}
