/* =====================================================
   HIRE-EV · Regional LMI Weekly (homepage snapshot)
   Brand: navy #001045 · red #d00001 · Sora / Manrope
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap');

.lmi-weekly {
	--lmiw-navy:      #001045;
	--lmiw-navy-700:  #2a3a66;
	--lmiw-navy-300:  #9fabc9;
	--lmiw-navy-100:  #e3e8f2;
	--lmiw-red:       #d00001;
	--lmiw-red-soft:  #fdeeee;
	--lmiw-card:      #ffffff;
	--lmiw-radius:    14px;
	--lmiw-shadow:    0 1px 2px rgba(0,16,69,.05), 0 8px 24px -12px rgba(0,16,69,.14);

	font-family: 'Manrope', system-ui, sans-serif;
	color: #101426;
	max-width: 1100px;
	margin: 0 auto;
	padding: clamp(12px, 2.4vw, 22px) 16px;
}

.lmi-weekly *, .lmi-weekly *::before, .lmi-weekly *::after { box-sizing: border-box; }

.lmi-weekly h2, .lmi-weekly h3 {
	font-family: 'Sora', sans-serif;
	letter-spacing: -0.02em;
	color: var(--lmiw-navy);
	margin: 0;
}

/* ---------- Head ---------- */
.lmi-weekly-head { text-align: center; max-width: 680px; margin: 0 auto 16px; }
.lmi-weekly-kicker {
	display: inline-block; font-size: 10.5px; font-weight: 800;
	letter-spacing: .18em; text-transform: uppercase;
	color: var(--lmiw-red); background: var(--lmiw-red-soft);
	padding: 3px 11px; border-radius: 999px; margin-bottom: 8px;
}
.lmi-weekly-title { font-size: clamp(1.3rem, 2.8vw, 1.7rem); font-weight: 800; line-height: 1.15; }
.lmi-weekly-title-accent { color: var(--lmiw-red); font-weight: 700; }
.lmi-weekly-sub { margin: 6px auto 0; max-width: 58ch; color: var(--lmiw-navy-700); font-size: 13.5px; }

/* ---------- Two-column grid ---------- */
.lmi-weekly-grid {
	display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start;
}
@media (max-width: 780px) {
	.lmi-weekly-grid { grid-template-columns: 1fr; }
}

.lmi-weekly-card {
	background: var(--lmiw-card); border: 1px solid var(--lmiw-navy-100);
	border-radius: var(--lmiw-radius); box-shadow: var(--lmiw-shadow);
	padding: 14px 16px;
}
.lmi-weekly-card-head {
	margin-bottom: 6px; padding-bottom: 8px; border-bottom: 1px solid var(--lmiw-navy-100);
}
.lmi-weekly-card-head h3 { font-size: 14px; }

/* ---------- Tag cloud ----------
   Structural properties are forced so a theme/page-builder reset on
   generic <span> elements can't flatten the pills back into inline text. */
.lmi-weekly .lmi-weekly-cloud {
	display: flex !important; flex-wrap: wrap !important; align-content: flex-start;
	align-items: center; gap: 9px; padding: 6px 0 2px;
}
.lmi-weekly .lmi-weekly-pill {
	display: inline-flex !important; align-items: center; gap: 8px;
	padding: 7px 8px 7px 16px !important;
	border-radius: 999px !important;
	font-family: 'Manrope', sans-serif; font-weight: 700; line-height: 1.25;
	color: #fff; white-space: nowrap; max-width: 100%;
	box-shadow: 0 1px 2px rgba(0,16,69,.10), 0 4px 12px -6px rgba(0,16,69,.28);
	transition: transform .15s, box-shadow .15s;
}
.lmi-weekly .lmi-weekly-pill:hover {
	transform: translateY(-2px);
	box-shadow: 0 2px 4px rgba(0,16,69,.14), 0 10px 20px -8px rgba(0,16,69,.36);
}
.lmi-weekly .lmi-weekly-pill-label {
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0;
}
.lmi-weekly .lmi-weekly-pill-count {
	display: inline-flex !important; align-items: center; justify-content: center;
	flex: none;
	min-width: 1.75em; height: 1.75em; padding: 0 .4em;
	border-radius: 999px !important;
	background: #fff !important;
	font-family: 'Sora', sans-serif; font-weight: 800; font-size: .78em;
	font-variant-numeric: tabular-nums; line-height: 1;
}

@media (max-width: 480px) {
	.lmi-weekly .lmi-weekly-pill { font-size: 13px !important; }
}

/* ---------- Footer ---------- */
.lmi-weekly-foot {
	margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--lmiw-navy-100);
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
}
.lmi-weekly-foot p { margin: 0; font-size: 12px; color: var(--lmiw-navy-300); max-width: 42ch; }
.lmi-weekly-foot-links { display: flex; gap: 8px; flex-wrap: wrap; }
.lmi-weekly-btn {
	display: inline-flex; align-items: center; gap: 6px;
	font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 12.5px;
	padding: 8px 15px; border-radius: 999px; text-decoration: none;
	background: var(--lmiw-navy); color: #fff; border: 1.5px solid var(--lmiw-navy);
	transition: background .15s, color .15s, transform .15s;
	white-space: nowrap;
}
.lmi-weekly-btn:hover { background: #000a2e; color: #fff; transform: translateY(-1px); }
.lmi-weekly-btn.is-outline { background: transparent; color: var(--lmiw-navy); }
.lmi-weekly-btn.is-outline:hover { background: var(--lmiw-navy-100); color: var(--lmiw-navy); }
