.polleniq-widget {
	max-width: 780px;
	width: 100%;
	margin: 1.5em auto;
	padding: 0;
	border: none;
	background: transparent;
	font-family: inherit;
	color: #666666;
	box-sizing: border-box;
}

.polleniq-widget *,
.polleniq-widget *::before,
.polleniq-widget *::after {
	box-sizing: border-box;
	min-width: 0;
}

.polleniq-widget .polleniq-form {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: 6px;
	background: #FFFFFF;
	border: 0.5px solid #F4F4F4;
	border-radius: 999px;
	padding: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 12px 28px rgba(0, 0, 0, 0.14);
	width: 100%;
	margin: 0;
}

.polleniq-widget .polleniq-postcode {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
	height: 52px !important;
	padding: 0 1.15em !important;
	border: none !important;
	background: transparent !important;
	font-family: inherit !important;
	font-size: 1.05rem !important;
	color: #1F1F1F !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	line-height: 1.4 !important;
}

.polleniq-widget .polleniq-postcode::placeholder {
	color: #7A8F99 !important;
	opacity: 1 !important;
}

.polleniq-widget .polleniq-postcode:focus {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

.polleniq-widget .polleniq-form:focus-within {
	border-color: #FFB300;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 0 14px 32px rgba(0, 0, 0, 0.18);
}

.polleniq-widget .polleniq-submit {
	flex: 0 0 auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 52px !important;
	padding: 0 1.75em !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #FFB300 !important;
	color: #1F1F1F !important;
	font-family: inherit !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	margin: 0 !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	transition: filter 0.15s ease;
}

.polleniq-widget .polleniq-submit:hover:not(:disabled),
.polleniq-widget .polleniq-submit:focus:not(:disabled) {
	filter: brightness(0.95);
	background: #FFB300 !important;
	color: #1F1F1F !important;
}

.polleniq-widget .polleniq-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.polleniq-attribution {
	text-align: center;
	color: #7A8F99;
	font-size: 0.75em;
	margin: 0.85em 0 0;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

.polleniq-error {
	margin-top: 0.75em;
	padding: 0.75em 1.25em;
	border-radius: 8px;
	background: #FCEBEB;
	color: #791F1F;
	border: 1px solid #FCEBEB;
	text-align: center;
	font-size: 0.95em;
}

.polleniq-loading {
	margin-top: 0.75em;
	padding: 0.85em 1em;
	text-align: center;
	color: #7A8F99;
}

.polleniq-result {
	margin-top: 1em;
	background: #FFFFFF;
	border: 0.5px solid #F4F4F4;
	border-radius: 8px;
	padding: 1.5em;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 12px 28px rgba(0, 0, 0, 0.14);
	overflow-x: hidden;
	max-width: 100%;
}

.polleniq-today {
	display: flex;
	gap: 1.75em;
	align-items: flex-start;
	margin-bottom: 0.5em;
}

.polleniq-today-summary {
	flex: 0 0 auto;
	min-width: 130px;
}

.polleniq-today-breakdown {
	flex: 1 1 auto;
	min-width: 0;
}

.polleniq-score-eyebrow {
	font-size: 0.75em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #7A8F99;
}

.polleniq-score-number {
	font-size: 5em;
	font-weight: 500;
	line-height: 1;
	margin: 0.05em 0 0.3em;
	color: #1F1F1F;
}

.polleniq-score-pill {
	display: inline-block;
	padding: 0.3em 0.85em;
	border-radius: 999px;
	font-size: 0.7em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: #F4F4F4;
	color: #1F1F1F;
	margin-bottom: 0.75em;
}

.polleniq-location {
	color: #7A8F99;
	font-size: 0.9em;
	margin: 0;
}

.polleniq-breakdown-title {
	margin: 0 0 0.6em;
	color: #1F1F1F;
}

.polleniq-bar {
	display: grid;
	grid-template-columns: 60px 1fr 48px;
	align-items: center;
	gap: 0.75em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

.polleniq-bar-label {
	font-weight: 500;
	color: #1F1F1F;
}

.polleniq-bar-track {
	height: 8px;
	background: #F4F4F4;
	border-radius: 999px;
	overflow: hidden;
}

.polleniq-bar-fill {
	height: 100%;
	width: 0%;
	border-radius: 999px;
	transition: width 0.4s ease;
}

.polleniq-bar-tree .polleniq-bar-fill { background: #2E7D32; }
.polleniq-bar-grass .polleniq-bar-fill { background: #639922; }
.polleniq-bar-weed .polleniq-bar-fill { background: #BA7517; }

.polleniq-bar-value {
	font-variant-numeric: tabular-nums;
	color: #7A8F99;
	text-align: right;
	font-size: 0.85em;
}

.polleniq-updated {
	font-size: 0.85em;
	color: #1F1F1F;
	font-weight: 500;
	margin-top: 1em;
}

.polleniq-forecast {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.85em;
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 0.5px solid #F4F4F4;
}

.polleniq-forecast-card {
	background: #FAFAFA;
	border: 0.5px solid #F4F4F4;
	border-top: 4px solid #FFB300;
	border-radius: 8px;
	padding: 1em;
}

.polleniq-forecast-date {
	font-size: 0.95em;
	font-weight: 600;
	color: #1F1F1F;
	margin-bottom: 0.4em;
}

.polleniq-forecast-score {
	font-size: 2.75em;
	font-weight: 500;
	line-height: 1;
	margin: 0.1em 0 0.4em;
	color: #1F1F1F;
}

.polleniq-forecast-pill {
	display: inline-block;
	padding: 0.25em 0.75em;
	border-radius: 999px;
	font-size: 0.65em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: #F4F4F4;
	color: #1F1F1F;
	margin-bottom: 0.85em;
}

.polleniq-forecast-bars .polleniq-bar {
	grid-template-columns: 44px 1fr 36px;
	gap: 0.5em;
	margin-bottom: 0.35em;
	font-size: 0.78em;
}

.polleniq-forecast-bars .polleniq-bar-track {
	height: 5px;
}

.polleniq-forecast-bars .polleniq-bar-value {
	font-size: 0.85em;
}

.polleniq-disclaimer {
	margin-top: 1em;
	padding-top: 0.85em;
	border-top: 0.5px solid #F4F4F4;
	font-size: 0.75em;
	color: #7A8F99;
	line-height: 1.5;
}

.polleniq-disclaimer p {
	margin: 0 0 0.4em;
}

.polleniq-disclaimer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.polleniq-today {
		flex-direction: column;
		gap: 1em;
		text-align: center;
	}
	.polleniq-today-summary {
		min-width: 0;
	}
	.polleniq-today-breakdown .polleniq-updated {
		text-align: center;
	}
	.polleniq-forecast {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.polleniq-widget .polleniq-postcode {
		font-size: 0.9rem !important;
		padding: 0 0.85em !important;
	}
	.polleniq-widget .polleniq-submit {
		padding: 0 1.1em !important;
		font-size: 0.85rem !important;
	}
	.polleniq-result {
		padding: 1.15em;
	}
	.polleniq-score-number {
		font-size: 3.25em;
	}
	.polleniq-bar {
		grid-template-columns: 50px 1fr 40px;
		gap: 0.5em;
		font-size: 0.85em;
	}
}
