/**
 * Quota-course storefront styles — Powering Australia palette
 * (orange #F47D20, navy #20223D).
 */

.pa-quota-panel {
	margin: 1.25em 0;
	padding: 1.25em 1.5em;
	border: 1px solid rgba(32, 34, 61, 0.12);
	border-radius: 12px;
	background: rgba(32, 34, 61, 0.03);
}

.pa-quota-intro {
	font-weight: 600;
	color: #20223d;
	margin-bottom: 0.75em;
}

.pa-quota-progress {
	height: 10px;
	border-radius: 999px;
	background: rgba(32, 34, 61, 0.12);
	overflow: hidden;
}

.pa-quota-progress__bar {
	height: 100%;
	border-radius: 999px;
	background: #f47d20;
	transition: width 0.4s ease;
}

.pa-quota-count {
	margin: 0.5em 0 1em;
	color: #20223d;
}

.pa-quota-count strong {
	color: #f47d20;
	font-size: 1.15em;
}

.pa-quota-form p {
	margin-bottom: 0.75em;
}

.pa-quota-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
	color: #20223d;
}

.pa-quota-form input[type="text"],
.pa-quota-form input[type="email"] {
	width: 100%;
	max-width: 360px;
}

.pa-quota-submit.button,
.pa-quota-submit.button.alt {
	background: #f47d20;
	border-color: #f47d20;
	color: #fff;
	border-radius: 999px;
	padding: 0.75em 2em;
}

.pa-quota-submit.button:hover,
.pa-quota-submit.button.alt:hover {
	background: #d96a12;
	border-color: #d96a12;
	color: #fff;
}

.pa-quota-smallprint {
	font-size: 0.85em;
	color: rgba(32, 34, 61, 0.65);
	margin-top: 0.75em;
}

/* Honeypot: visually removed, still in the DOM for bots. */
.pa-quota-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.pa-quota-feedback {
	padding: 0.75em 1em;
	border-radius: 8px;
	font-weight: 600;
}

.pa-quota-feedback--ok {
	background: rgba(244, 125, 32, 0.12);
	color: #20223d;
}

.pa-quota-feedback--err {
	background: rgba(200, 40, 40, 0.1);
	color: #8a1f1f;
}

.pa-quota-notice {
	font-weight: 600;
	color: #20223d;
	margin: 0;
}

.pa-quota-notice--cancelled {
	color: #8a1f1f;
}

/* Shop-loop badge */
.pa-quota-badge {
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	border-radius: 999px;
	padding: 0.25em 0.9em;
	margin: 0.35em 0;
}

.pa-quota-badge--quota {
	background: rgba(244, 125, 32, 0.14);
	color: #b35a0e;
}

.pa-quota-badge--postponed {
	background: rgba(32, 34, 61, 0.1);
	color: #20223d;
}

.pa-quota-badge--cancelled {
	background: rgba(200, 40, 40, 0.1);
	color: #8a1f1f;
}
