/*
Theme Name: plaze-blank
Theme URI: https://plaze-shop.de
Description: Child theme of Intentionally Blank. Default pages stay blank; use the "Formular" template for Germanized forms (e.g. withdrawal).
Author: Nicolas Mierbach
Author URI: https://plaze-shop.de
Template: intentionally-blank
Version: 1.1.0
Text Domain: plaze-blank
*/

/* -------------------------------------------------------------------------- */
/* Default blank pages (inherits parent behaviour, minor tweaks)                */
/* -------------------------------------------------------------------------- */

html,
body.plaze-blank-page {
	min-height: 100%;
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans,
		Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

body.plaze-blank-page {
	background-color: #f5f5f5;
	background-size: cover;
}

.plaze-blank-page .site-title-bg {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 5px;
	text-align: center;
}

.plaze-blank-page .site-title h1,
.plaze-blank-page .site-title p {
	font-size: 16px;
	display: inline-block;
	padding: 5px 0 5px 5px;
	margin: 0;
}

.plaze-blank-page .site-title h1 a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.plaze-blank-page .custom-logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}

.plaze-blank-page #colophon {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	text-align: center;
	color: #333;
	background-color: rgba(241, 241, 241, 0.4);
}

.plaze-blank-page #colophon a {
	text-decoration: none;
	color: #333;
}

/* -------------------------------------------------------------------------- */
/* Formular template – Germanized / WooCommerce forms                         */
/* -------------------------------------------------------------------------- */

body.plaze-form-page {
	margin: 0;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans,
		Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #171717;
	background: #fafafa;
}

.plaze-form-page__shell {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.plaze-form-page__main {
	flex: 1;
	width: 100%;
	max-width: 40rem;
	margin: 0 auto;
	padding: 2rem 1.5rem 3rem;
	box-sizing: border-box;
}

.plaze-form-page__title {
	margin: 0 0 1.5rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2;
}

.plaze-form-page__content {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0.5rem;
	padding: 1.5rem;
}

.plaze-form-page__content .woocommerce form .form-row {
	margin-bottom: 1rem;
}

.plaze-form-page__content .woocommerce form label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 500;
}

.plaze-form-page__content .woocommerce form input[type="text"],
.plaze-form-page__content .woocommerce form input[type="email"],
.plaze-form-page__content .woocommerce form input[type="number"],
.plaze-form-page__content .woocommerce form textarea,
.plaze-form-page__content .woocommerce form select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.625rem 0.75rem;
	border: 1px solid #d4d4d4;
	border-radius: 0.375rem;
	font: inherit;
}

.plaze-form-page__content .woocommerce form .button,
.plaze-form-page__content .woocommerce button[type="submit"] {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.75rem 1.25rem;
	border: 0;
	border-radius: 0.375rem;
	background: #171717;
	color: #fff;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.plaze-form-page__content .woocommerce form .button:hover,
.plaze-form-page__content .woocommerce button[type="submit"]:hover {
	background: #404040;
}

.plaze-form-page__footer {
	padding: 1rem 1.5rem 1.5rem;
	text-align: center;
	font-size: 0.875rem;
}

.plaze-form-page__footer a {
	color: #525252;
}
