/* ================================
   Wine Service – Digital fortrydelse
   Shortcode: [ws_fortrydelsesformular]
================================ */

.ws-cancel,
.ws-cancel *,
.ws-cancel *::before,
.ws-cancel *::after {
	box-sizing: border-box;
}

.ws-cancel {
	width: 100%;
	background: #F6EFE4;
	color: #2C241E;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	padding: 0;
}

.ws-cancel-shell {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.ws-cancel-card {
	background: #FFFBF6;
	border: 1.5px solid rgba(44, 36, 30, 0.14);
	border-radius: 32px;
	padding: clamp(28px, 5vw, 58px);
	box-shadow: 0 18px 55px rgba(44, 36, 30, 0.06);
}

.ws-cancel-header {
	max-width: 760px;
	margin: 0 0 34px 0;
}

.ws-cancel-header h1 {
	font-family: "Fraunces", serif;
	font-optical-sizing: none;
	font-style: italic;
	font-weight: 400;
	font-size: clamp(44px, 6vw, 74px);
	line-height: 1.02;
	letter-spacing: -0.04em;
	color: #2C241E;
	margin: 0 0 18px 0;
}

.ws-cancel-header p {
	margin: 0;
	color: #6B5C4E;
	font-size: 18px;
	line-height: 1.65;
	font-weight: 300;
}

.ws-cancel-form {
	margin: 0;
}

.ws-cancel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ws-cancel-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.ws-cancel-field--full {
	margin-top: 18px;
}

.ws-cancel-field label {
	color: #2C241E;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.ws-cancel-field label span {
	color: #C96148;
}

.ws-cancel-field input,
.ws-cancel-field textarea {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #2C241E;
	background: #ffffff;
	border: 1.5px solid rgba(44, 36, 30, 0.16);
	border-radius: 20px;
	padding: 15px 17px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 300;
	outline: none;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ws-cancel-field input {
	min-height: 54px;
	border-radius: 999px;
}

.ws-cancel-field textarea {
	min-height: 138px;
	resize: vertical;
	line-height: 1.55;
	border-radius: 24px;
}

.ws-cancel-field input::placeholder,
.ws-cancel-field textarea::placeholder {
	color: #9C8A79;
	opacity: 0.82;
}

.ws-cancel-field input:focus,
.ws-cancel-field textarea:focus {
	background: #FFFBF6;
	border-color: rgba(201, 97, 72, 0.45);
	box-shadow: 0 0 0 4px rgba(201, 97, 72, 0.12);
}

.ws-cancel-small {
	margin: 18px 0 22px 0;
	color: #6B5C4E;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
}

.ws-cancel-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 64px;
	margin: 0;
	font-family: "Fraunces", serif;
	font-optical-sizing: none;
	background: #5A644A;
	color: #ffffff;
	border: none;
	border-radius: 25px;
	padding: 18px 34px;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	letter-spacing: -0.02em;
	cursor: pointer;
	box-shadow: none;
	text-decoration: none;
	transition: background 0.22s ease, transform 0.12s ease, opacity 0.2s ease;
}

.ws-cancel-submit:hover,
.ws-cancel-submit:focus,
.ws-cancel-submit:active {
	background: #4A5339;
	color: #ffffff;
	outline: none;
	transform: translateY(-1px);
}

.ws-cancel-submit:disabled {
	opacity: 0.72;
	cursor: wait;
	transform: none;
}

.ws-cancel-notice {
	margin: 0 0 26px 0;
	padding: 16px 18px;
	border-radius: 22px;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 400;
}

.ws-cancel-notice--success {
	color: #2C241E;
	background: rgba(90, 100, 74, 0.12);
	border: 1.5px solid rgba(90, 100, 74, 0.24);
}

.ws-cancel-notice--error {
	color: #2C241E;
	background: rgba(201, 97, 72, 0.10);
	border: 1.5px solid rgba(201, 97, 72, 0.24);
}

.ws-cancel-hp {
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

@media (max-width: 1024px) {


	.ws-cancel-card {
		border-radius: 28px;
	}

	.ws-cancel-header p {
		font-size: 16px;
		line-height: 1.6;
	}
}

@media (max-width: 767px) {

	.ws-cancel-card {
		border-radius: 26px;
		padding: 30px;
	}

	.ws-cancel-header {
		margin-bottom: 26px;
	}


	.ws-cancel-header h1 {
		font-size: 42px;
		line-height: 1.02;
		margin-bottom: 14px;
	}

	.ws-cancel-header p {
		font-size: 15px;
		line-height: 1.55;
	}

	.ws-cancel-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.ws-cancel-field--full {
		margin-top: 14px;
	}

	.ws-cancel-field input,
	.ws-cancel-field textarea {
		padding: 14px 16px;
		font-size: 15px;
	}

	.ws-cancel-field input {
		min-height: 52px;
	}

	.ws-cancel-field textarea {
		border-radius: 22px;
		min-height: 126px;
	}

	.ws-cancel-submit {
		min-height: 58px;
		font-size: 20px;
		padding: 17px 24px;
		border-radius: 22px;
	}
}