/**
 * AIA Vremea — prognoză detaliată sidebar.
 *
 * @package AIA_Pro
 */

.elementor-widget-aia-pro-weather {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	flex: 0 0 auto;
	align-self: flex-start;
}

.elementor-widget-aia-pro-weather > .elementor-widget-container {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: auto;
	box-sizing: border-box;
}

.aia-pro-weather {
       width: 100%;
       font-family: 'Poppins', sans-serif;
   }

.aia-weather-widget {
	--aia-weather-accent: #e60000;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	width: 100%;
	padding: 16px;
	background-color: #fff;
}

.aia-weather-widget__location {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #000000;
}

.aia-weather-widget__error {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.65);
}

.aia-weather-widget__current {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.aia-weather-widget__current-main {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.aia-weather-widget__label {
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.5);
}

.aia-weather-widget__temp {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	color: #000000;
}

.aia-weather-widget__condition {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.35;
	color: rgba(0, 0, 0, 0.75);
}

.aia-weather-widget__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 2.2rem;
	line-height: 1;
	color: #000000;
}

.aia-weather-widget__icon--small {
	font-size: 1.35rem;
}

.aia-weather-widget__now-precip {
	margin: -0.35rem 0 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--aia-weather-accent);
}

.aia-weather-widget__section {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding-top: 0.15rem;
}

.aia-weather-widget__section + .aia-weather-widget__section {
	padding-top: 0.85rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.aia-weather-widget__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.aia-weather-widget__section-title {
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #000000;
}

.aia-weather-widget__range {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
}

.aia-weather-widget__range-item {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	color: #000000;
}

.aia-weather-widget__range-item--max {
	color: var(--aia-weather-accent);
}

.aia-weather-widget__range-label {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(0, 0, 0, 0.45);
	margin-right: 0.15rem;
}

.aia-weather-widget__detail {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: rgba(0, 0, 0, 0.78);
}

.aia-weather-widget__detail--muted {
	color: rgba(0, 0, 0, 0.55);
}

.aia-weather-widget__source {
	margin: 0.25rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.6875rem;
	line-height: 1.4;
	text-align: center;
	color: rgba(0, 0, 0, 0.45);
}

.aia-weather-widget__source a {
	color: rgba(0, 0, 0, 0.55);
	text-decoration: none;
}

.aia-weather-widget__source a:hover,
.aia-weather-widget__source a:focus-visible {
	color: rgba(0, 0, 0, 0.85);
	text-decoration: underline;
}
