/*
Theme Name: PPC Direct
Theme URI: https://ppcpl.com.au/
Author: Traffic Radius
Author URI: https://trafficradius.com.au/
Description: Complete WordPress theme for Precision Paper Coatings, including the full product catalogue, immersive homepage, local page routing and enquiry forms.
Version: 2.3.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ppc-direct
*/

.ppc-form-status {
	position: relative;
	z-index: 2;
	padding: 14px 0;
	font-weight: 700;
}

.ppc-form-status--success {
	color: #173d24;
	background: #dff4e5;
	border-bottom: 1px solid #acd7b8;
}

.ppc-form-status--error {
	color: #641d1d;
	background: #fde5e5;
	border-bottom: 1px solid #e6b6b6;
}

.ppc-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ppc-wp-content {
	padding-top: clamp(100px, 12vw, 150px);
	padding-bottom: 80px;
}

.ppc-wp-entry + .ppc-wp-entry {
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid #ddd;
}

.ppc-wp-entry .section-title a {
	color: inherit;
	text-decoration: none;
}
