/* Ziggo-Sangtekst - frontend styling.
 * Skrevet med egne klasser (ikke WP-admins ".button", som temaer sjældent
 * styler pænt på selve sitet) for at sikre ensartet, læsbar visning
 * uanset hvilket tema der bruges. */

.zst-wrapper,
.zst-wrapper * {
	box-sizing: border-box;
}

.zst-wrapper {
	font-size: 18px !important;
	line-height: 1.55;
	max-width: 720px;
	margin: 30px auto;
	padding: 0 16px;
	text-align: center;
}

.zst-wrapper p {
	font-size: 18px;
	margin: 0 0 14px;
}

.zst-wrapper label {
	display: block;
	font-weight: 600;
	font-size: 17px;
	margin: 16px 0 5px;
	text-align: left;
}

.zst-wrapper label:first-of-type {
	margin-top: 0;
}

.zst-felt-label {
	font-weight: 600;
	font-size: 17px;
	margin: 16px 0 5px;
	text-align: left;
}

.zst-wrapper input[type="text"],
.zst-wrapper input[type="file"],
.zst-wrapper select,
.zst-wrapper textarea {
	display: block;
	width: 100%;
	font-size: 18px !important;
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	color: #222;
	line-height: 1.4;
	text-align: left;
}

.zst-wrapper textarea {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 16px !important;
	resize: vertical;
}

.zst-wrapper .zst-checkbox-label,
.zst-wrapper .zst-radio-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 400;
	font-size: 17px;
	margin: 10px 0;
}

.zst-wrapper .zst-checkbox-label input,
.zst-wrapper .zst-radio-label input {
	width: auto;
	margin-top: 4px;
	transform: scale(1.2);
}

.zst-knap {
	display: inline-block;
	padding: 14px 26px;
	background: #2a5d34;
	color: #fff !important;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	font-size: 18px !important;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.3;
}

.zst-knap:hover,
.zst-knap:focus {
	background: #234b2b;
	color: #fff !important;
}

.zst-knap-sekundaer {
	background: #5a6470;
	margin-top: 8px;
	padding: 12px 22px;
	font-size: 16px !important;
}

.zst-knap-sekundaer:hover,
.zst-knap-sekundaer:focus {
	background: #47505a;
}

.zst-knap-fare {
	background: #a3312a;
	margin-top: 14px;
}

.zst-knap-fare:hover,
.zst-knap-fare:focus {
	background: #83261f;
}

.zst-knap-ny {
	background: #fff;
	color: #2a5d34 !important;
	border: 2px solid #2a5d34;
	padding: 12px 22px;
}

.zst-knap-ny:hover,
.zst-knap-ny:focus {
	background: #eaf5ec;
	color: #234b2b !important;
}

.zst-status-tekst {
	display: inline-block;
	margin-left: 12px;
	font-size: 15px;
	color: #555;
}

.zst-vaelger-form {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}

.zst-vaelger-form label {
	margin: 0;
}

.zst-vaelger-form select {
	width: auto;
	min-width: 260px;
	flex: 1 1 auto;
}

.zst-opret-boks {
	margin-top: 20px;
	padding: 24px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fafafa;
}

.zst-opret-boks h4 {
	margin: 0 0 16px;
	font-size: 22px;
	text-align: center;
}

.zst-slet-form {
	margin-top: 14px;
}

.zst-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.zst-besked {
	padding: 12px 16px;
	border-radius: 5px;
	margin-bottom: 16px;
	font-size: 17px;
	text-align: center;
}

.zst-besked-ok {
	background: #eaf5ec;
	color: #2a5d34;
}

.zst-besked-afventer {
	background: #fdf3d9;
	color: #8a6d00;
}

.zst-besked-fejl {
	background: #fbe8e6;
	color: #a00;
}
