/* PIN-Gate für geschützte Galerien */

.wdg-pin-gate {
	display: flex;
	justify-content: center;
	margin: 2em auto;
}

.wdg-pin-box {
	max-width: 360px;
	width: 100%;
	padding: 24px;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}

.wdg-pin-box h3 {
	margin: 0 0 8px;
}

.wdg-pin-box p {
	color: #555;
	margin: 0 0 16px;
}

.wdg-pin-error {
	color: #b32d2e !important;
	font-weight: 600;
}

.wdg-pin-form {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.wdg-pin-input {
	flex: 1 1 auto;
	padding: 10px 12px;
	border: 1px solid #dbdbdb;
	border-radius: 6px;
	font-size: 18px;
	letter-spacing: 3px;
	text-align: center;
}

.wdg-pin-submit {
	background: #0095f6;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 10px 16px;
	font-weight: 600;
	cursor: pointer;
}

.wdg-pin-submit:hover {
	background: #0081d6;
}
