/**
 * ALM Prix Essence - Landing pages (pilier / région / ville)
 */

.alm-gas-page {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #1a1a1a;
	line-height: 1.6;
	margin-top: 0 !important;
}

.alm-gas-page .alm-gas-container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 8px 20px 60px;
}

/* ---------- Breadcrumb ---------- */

.alm-gas-breadcrumb {
	font-size: 13px;
	color: #707070;
	margin-bottom: 16px;
}

.alm-gas-breadcrumb a {
	color: #707070;
	text-decoration: none;
}

.alm-gas-breadcrumb a:hover {
	color: #1d72ef;
	text-decoration: underline;
}

.alm-gas-breadcrumb span {
	color: #1a1a1a;
}

/* ---------- Header ---------- */

.alm-gas-page-header {
	margin-bottom: 32px;
}

.alm-gas-page-header h1 {
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 8px;
	line-height: 1.25;
}

.alm-gas-page-subtitle {
	font-size: 14px;
	color: #707070;
	margin: 0;
}

.alm-gas-page-subtitle a {
	color: #1d72ef;
	text-decoration: none;
}

.alm-gas-page-subtitle a:hover {
	text-decoration: underline;
}

/* ---------- Fuel switcher (tabs) ---------- */

.alm-gas-fuel-switcher {
	display: flex;
	gap: 4px;
	margin-top: 16px;
	border-bottom: 1px solid #e5e5e0;
}

.alm-gas-fuel-switcher a {
	padding: 8px 16px;
	color: #707070;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}

.alm-gas-fuel-switcher a:hover {
	color: #1a1a1a;
}

.alm-gas-fuel-switcher a.is-active {
	color: #1d72ef;
	border-bottom-color: #1d72ef;
	font-weight: 500;
}

/* ---------- Section headings ---------- */

.alm-gas-page h2 {
	font-size: 22px;
	font-weight: 600;
	margin: 40px 0 16px;
	line-height: 1.3;
}

/* ---------- Stat cards ---------- */

.alm-gas-stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin-bottom: 32px;
}

.alm-gas-stat-card {
	background: #f7f7f5;
	border-radius: 8px;
	padding: 16px;
}

.alm-gas-stat-card-label {
	font-size: 12px;
	color: #707070;
	margin-bottom: 4px;
}

.alm-gas-stat-card-value {
	font-size: 24px;
	font-weight: 600;
	color: #1a1a1a;
}

.alm-gas-stat-card-value.is-success {
	color: #0f6e56;
}

.alm-gas-stat-card-value.is-danger {
	color: #a32d2d;
}

.alm-gas-stat-card-delta {
	font-size: 12px;
	margin-top: 4px;
}

.alm-gas-stat-card-delta.is-up   { color: #a32d2d; }
.alm-gas-stat-card-delta.is-down { color: #0f6e56; }

.alm-gas-stat-card-hint {
	font-size: 12px;
	color: #707070;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ---------- Station list (top 5 cheapest) ---------- */

.alm-gas-station-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.alm-gas-station-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	background: white;
	border: 1px solid #e5e5e0;
	border-radius: 8px;
}

.alm-gas-station-info {
	min-width: 0;
	flex: 1;
}

.alm-gas-station-name {
	font-weight: 500;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.alm-gas-station-address {
	font-size: 12px;
	color: #707070;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.alm-gas-station-price {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 6px;
	background: #e1f5ee;
	color: #0f6e56;
	text-decoration: none;
	flex-shrink: 0;
	transition: background 0.15s;
}

.alm-gas-station-price:hover {
	background: #9fe1cb;
}

/* ---------- Editorial ---------- */

.alm-gas-editorial p {
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 14px;
	color: #2c2c2a;
}

/* ---------- Tables (banner stats) ---------- */

.alm-gas-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.alm-gas-table th,
.alm-gas-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #e5e5e0;
}

.alm-gas-table th {
	font-size: 12px;
	font-weight: 500;
	color: #707070;
	text-align: left;
}

.alm-gas-table .is-right {
	text-align: right;
}

.alm-gas-table .is-success {
	color: #0f6e56;
}

.alm-gas-table .is-danger {
	color: #a32d2d;
}

/* ---------- Tableau régions enrichi (page pilier) ---------- */

.alm-gas-regions-table h2 + .alm-gas-section-subtitle {
	margin-top: -4px;
}

.alm-gas-section-subtitle {
	font-size: 14px;
	color: #707070;
	margin-bottom: 16px;
}

.alm-gas-table-wrap {
	overflow-x: auto;
	border: 1px solid #e5e5e0;
	border-radius: 8px;
}

.alm-gas-table-regions {
	min-width: 680px;
}

.alm-gas-table-regions th.is-rank,
.alm-gas-table-regions td.is-rank {
	width: 40px;
	text-align: center;
	color: #707070;
}

.alm-gas-table-regions tbody tr:hover {
	background: #fafaf7;
}

.alm-gas-table-regions a {
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 500;
}

.alm-gas-table-regions a:hover {
	color: #1d72ef;
	text-decoration: underline;
}

.alm-gas-table-regions .is-muted {
	color: #707070;
	font-weight: 400;
}

.alm-gas-table-regions .is-up {
	color: #a32d2d;
	font-weight: 500;
}

.alm-gas-table-regions .is-down {
	color: #0f6e56;
	font-weight: 500;
}

.alm-gas-table-regions .is-rank-top {
	color: #0f6e56;
}

.alm-gas-table-regions .is-rank-bottom {
	color: #a32d2d;
}

.alm-gas-table-regions .is-rank-mid {
	color: #c27c0e;
}

.alm-gas-table-footnote {
	font-size: 12px;
	color: #707070;
	margin-top: 10px;
}

/* ---------- Neighbors / Cities / Regions grids ---------- */

.alm-gas-neighbor-grid,
.alm-gas-city-grid,
.alm-gas-region-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 10px;
}

.alm-gas-neighbor-card,
.alm-gas-city-card,
.alm-gas-region-card {
	display: block;
	padding: 14px;
	background: white;
	border: 1px solid #e5e5e0;
	border-radius: 8px;
	text-decoration: none;
	color: #1a1a1a;
	transition: border-color 0.15s, transform 0.15s;
}

.alm-gas-neighbor-card:hover,
.alm-gas-city-card:hover,
.alm-gas-region-card:hover {
	border-color: #1d72ef;
	transform: translateY(-1px);
}

.alm-gas-neighbor-name,
.alm-gas-city-card-name,
.alm-gas-region-card-name {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 4px;
}

.alm-gas-neighbor-price,
.alm-gas-city-card-price,
.alm-gas-region-card-price {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
}

.alm-gas-neighbor-meta,
.alm-gas-city-card-meta,
.alm-gas-region-card-meta {
	font-size: 12px;
	color: #707070;
	margin-top: 4px;
}

/* Bloc gain annuel chiffré : argument fort, doit pop sans être criard. */
.alm-gas-savings-hint {
	margin: 16px 0 24px;
	padding: 14px 18px;
	background: #fffbeb;
	border-left: 4px solid #fbbf1e;
	border-radius: 6px;
	font-size: 15px;
	line-height: 1.55;
	color: #1a1a1a;
}

.alm-gas-savings-hint strong {
	font-weight: 700;
	color: #1a1a1a;
}

/* ---------- Lien CTA dans savings-hint ---------- */

.alm-gas-savings-hint-cta {
	display: inline-block;
	margin-left: 6px;
	color: #2e2ee5;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	white-space: nowrap;
}

.alm-gas-savings-hint-cta:hover {
	color: #2424b8;
}

/* ---------- Form alerte calendaire (déployable, version phrase-builder) ---------- */

.alm-gas-alert-collapsible {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	margin: 0 0 16px;
	transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.25s ease;
}

.alm-gas-alert-collapsible.is-open {
	max-height: 600px;
	opacity: 1;
	margin: 12px 0 16px;
}

.alm-gas-alert-collapsible[hidden] {
	display: none;
}

.alm-gas-alert-form {
	background: #f0f4ff;
	border: 1px solid #d6e0fa;
	border-radius: 8px;
	padding: 14px 16px;
	position: relative;
}

.alm-gas-alert-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
	color: #707070 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	cursor: pointer;
	border-radius: 4px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: none !important;
	text-shadow: none !important;
	transition: background 0.15s, color 0.15s;
}

.alm-gas-alert-close:hover,
.alm-gas-alert-close:focus {
	background: rgba(0, 0, 0, 0.05) !important;
	color: #1a1a1a !important;
	outline: none;
}

/* Phrase-builder : "📬 Envoie-moi le top 3 à Longueuil [select] à [select]" */
.alm-gas-alert-sentence {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.7;
	color: #1a1a1a;
}

.alm-gas-alert-sentence select {
	display: inline-block;
	padding: 3px 22px 3px 8px;
	border: 1px solid #c8d0e0;
	border-radius: 4px;
	font-size: 14px;
	font-family: inherit;
	background-color: #ffffff;
	color: #1a1a1a;
	font-weight: 600;
	cursor: pointer;
	vertical-align: baseline;
}

.alm-gas-alert-sentence select:focus {
	outline: none;
	border-color: #2e2ee5;
	box-shadow: 0 0 0 2px rgba(46, 46, 229, 0.15);
}

.alm-gas-alert-email-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.alm-gas-alert-email-row input[type="email"] {
	flex: 1 1 220px;
	min-width: 0;
	padding: 8px 12px;
	border: 1px solid #c8d0e0;
	border-radius: 5px;
	font-size: 14px;
	font-family: inherit;
	box-sizing: border-box;
	background: #ffffff;
	color: #1a1a1a;
}

.alm-gas-alert-email-row input[type="email"]:focus {
	outline: none;
	border-color: #2e2ee5;
	box-shadow: 0 0 0 2px rgba(46, 46, 229, 0.15);
}

.alm-gas-alert-submit {
	flex: 0 0 auto;
	padding: 8px 16px;
	background: #2e2ee5;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
	white-space: nowrap;
	transition: background 0.15s;
}

.alm-gas-alert-submit:hover:not(:disabled) {
	background: #2424b8;
}

.alm-gas-alert-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.alm-gas-alert-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.alm-gas-alert-msg {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.45;
}

.alm-gas-alert-msg.is-success {
	color: #0f6e56;
	background: #f0fdf4;
	padding: 7px 11px;
	border-radius: 4px;
	border-left: 3px solid #16a34a;
}

.alm-gas-alert-msg.is-error {
	color: #c53030;
	background: #fff5f5;
	padding: 7px 11px;
	border-radius: 4px;
	border-left: 3px solid #c53030;
}

.alm-gas-alert-fineprint {
	margin: 8px 0 0;
	font-size: 11px;
	color: #707070;
	line-height: 1.4;
}

.alm-gas-alert-fineprint a {
	color: #2e2ee5;
	text-decoration: underline;
}

/* ---------- Bloc "autour de moi" : géoloc + adresse ---------- */

.alm-gas-alert-around {
	margin: 8px 0 12px;
	padding: 10px 12px;
	background: rgba(46, 46, 229, 0.04);
	border: 1px dashed #c8d0e0;
	border-radius: 6px;
}

.alm-gas-alert-around-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.alm-gas-alert-geoloc-btn {
	flex: 0 0 auto;
	padding: 7px 12px;
	background: #ffffff;
	color: #1a1a1a;
	border: 1px solid #c8d0e0;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
	white-space: nowrap;
	transition: background 0.15s, border-color 0.15s;
}

.alm-gas-alert-geoloc-btn:hover {
	background: #f0f4ff;
	border-color: #2e2ee5;
}

.alm-gas-alert-around-or {
	font-size: 12px;
	color: #707070;
	font-style: italic;
}

.alm-gas-alert-address-wrap {
	flex: 1 1 200px;
	min-width: 0;
	position: relative;
}

.alm-gas-alert-address-input {
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #c8d0e0;
	border-radius: 5px;
	font-size: 13px;
	font-family: inherit;
	background: #ffffff;
	color: #1a1a1a;
	box-sizing: border-box;
}

.alm-gas-alert-address-input:focus {
	outline: none;
	border-color: #2e2ee5;
	box-shadow: 0 0 0 2px rgba(46, 46, 229, 0.15);
}

.alm-gas-alert-address-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 2px;
	background: #ffffff;
	border: 1px solid #c8d0e0;
	border-radius: 5px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	z-index: 20;
	max-height: 240px;
	overflow-y: auto;
}

.alm-gas-alert-address-item {
	padding: 8px 10px;
	font-size: 12px;
	color: #1a1a1a;
	cursor: pointer;
	border-bottom: 1px solid #f0f0ee;
	line-height: 1.35;
}

.alm-gas-alert-address-item:last-child {
	border-bottom: none;
}

.alm-gas-alert-address-item:hover {
	background: #f0f4ff;
}

.alm-gas-alert-around-status {
	margin-top: 6px;
	font-size: 12px;
	color: #707070;
	min-height: 1em;
}

.alm-gas-alert-around-status.is-loading { color: #707070; font-style: italic; }
.alm-gas-alert-around-status.is-success { color: #0f6e56; font-weight: 600; }
.alm-gas-alert-around-status.is-error   { color: #c53030; }

/* ---------- Page alert-action (confirm/unsubscribe) ---------- */

.alm-gas-page-alert-action .alm-gas-container {
	padding-top: 60px;
	padding-bottom: 80px;
}

.alm-gas-alert-action-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 48px 40px;
	text-align: center;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.alm-gas-alert-action-card.is-success {
	border-top: 4px solid #16a34a;
}

.alm-gas-alert-action-card.is-error {
	border-top: 4px solid #fbbf1e;
}

.alm-gas-alert-action-icon {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 12px;
}

.alm-gas-alert-action-card h1 {
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 700;
	color: #1a1a1a;
}

.alm-gas-alert-action-lead {
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 1.55;
	color: #2a2a2a;
}

.alm-gas-alert-action-card p {
	font-size: 15px;
	color: #505050;
	line-height: 1.55;
}

.alm-gas-alert-action-card .button {
	display: inline-block;
	padding: 12px 28px;
	background: #f0f0ee;
	color: #1a1a1a;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	transition: background 0.15s;
}

.alm-gas-alert-action-card .button:hover {
	background: #e0e0dc;
}

.alm-gas-alert-action-card .button-primary {
	background: #2e2ee5;
	color: #ffffff;
}

.alm-gas-alert-action-card .button-primary:hover {
	background: #2424b8;
}

.alm-gas-neighbor-delta {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5;
}

.alm-gas-neighbor-delta.is-up {
	background: #fff0f0;
	color: #c53030;
}

.alm-gas-neighbor-delta.is-down {
	background: #f0fdf4;
	color: #16a34a;
}

.alm-gas-neighbor-delta.is-equal {
	background: #f5f5f4;
	color: #707070;
}

/* ---------- FAQ ---------- */

.alm-gas-faq-item {
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e0;
}

.alm-gas-faq-item:last-child {
	border-bottom: none;
}

.alm-gas-faq-q {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 8px;
}

.alm-gas-faq-a {
	font-size: 14px;
	color: #444441;
	line-height: 1.65;
}

/* ---------- CTA infolettre ---------- */

/* ---------- CTA infolettre (formulaire intégré MailerLite) ---------- */
/* Tous les sélecteurs sont préfixés par .alm-gas-cta pour une spécificité élevée,
   et les propriétés critiques utilisent !important pour éviter les overrides de thèmes. */

.alm-gas-cta {
	margin: 48px 0 0;
}

.alm-gas-cta .alm-gas-cta-inner {
	padding: 36px 40px !important;
	background: linear-gradient(135deg, #2e2ee5 0%, #2525c4 100%) !important;
	color: #ffffff !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 40px rgba(46, 46, 229, 0.15) !important;
}

.alm-gas-cta .alm-gas-cta-text {
	font-size: 16px !important;
	line-height: 1.55 !important;
	margin-bottom: 24px !important;
	color: rgba(255, 255, 255, 0.92) !important;
	max-width: 640px !important;
}

.alm-gas-cta .alm-gas-cta-text strong {
	display: block !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	margin-bottom: 8px !important;
	line-height: 1.25 !important;
	letter-spacing: -0.01em !important;
}

.alm-gas-cta .alm-gas-cta-form {
	margin: 0 !important;
	background: #ffffff !important;
	padding: 20px !important;
	border-radius: 12px !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}

.alm-gas-cta .alm-gas-cta-fields {
	display: flex !important;
	gap: 10px !important;
	margin-bottom: 12px !important;
}

.alm-gas-cta .alm-gas-cta-fields input[type="text"],
.alm-gas-cta .alm-gas-cta-fields input[type="email"] {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: auto !important;
	padding: 13px 16px !important;
	border: 1.5px solid #e5e5e7 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: #1a1a1a !important;
	font-size: 15px !important;
	font-family: inherit !important;
	line-height: 20px !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	margin: 0 !important;
	max-width: none !important;
	height: auto !important;
	text-transform: none !important;
	transition: border-color 0.15s, box-shadow 0.15s !important;
}

.alm-gas-cta .alm-gas-cta-fields input[type="text"]:focus,
.alm-gas-cta .alm-gas-cta-fields input[type="email"]:focus {
	outline: none !important;
	border-color: #2e2ee5 !important;
	box-shadow: 0 0 0 3px rgba(46, 46, 229, 0.12) !important;
}

.alm-gas-cta .alm-gas-cta-fields input::placeholder {
	color: #9b9ba3 !important;
	opacity: 1 !important;
}

.alm-gas-cta .alm-gas-cta-btn {
	display: block !important;
	width: 100% !important;
	padding: 14px 24px !important;
	background: #fbbf1e !important;
	background-image: none !important;
	color: #1a1a1a !important;
	border: none !important;
	border-radius: 8px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	font-family: inherit !important;
	cursor: pointer !important;
	text-align: center !important;
	text-transform: none !important;
	letter-spacing: 0.01em !important;
	box-shadow: 0 2px 8px rgba(251, 191, 30, 0.3) !important;
	margin: 0 !important;
	height: auto !important;
	line-height: normal !important;
	transition: background 0.15s, transform 0.15s, box-shadow 0.15s !important;
}

.alm-gas-cta .alm-gas-cta-btn:hover:not(:disabled) {
	background: #f5b100 !important;
	color: #1a1a1a !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 12px rgba(251, 191, 30, 0.4) !important;
}

.alm-gas-cta .alm-gas-cta-btn:disabled {
	opacity: 0.6 !important;
	cursor: not-allowed !important;
	transform: none !important;
}

.alm-gas-cta .alm-gas-cta-btn-label,
.alm-gas-cta .alm-gas-cta-btn-loading {
	color: #1a1a1a !important;
	font-weight: 700 !important;
}

.alm-gas-cta .alm-gas-cta-success,
.alm-gas-cta .alm-gas-cta-error {
	padding: 14px 16px !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
	text-align: center !important;
	margin: 0 !important;
}

.alm-gas-cta .alm-gas-cta-success {
	background: #e8f5e9 !important;
	color: #1b5e20 !important;
	font-weight: 500 !important;
	border: 1px solid #c8e6c9 !important;
}

.alm-gas-cta .alm-gas-cta-error {
	background: #fff3cd !important;
	color: #856404 !important;
	border: 1px solid #ffeaa7 !important;
}

.alm-gas-cta .alm-gas-cta-error a {
	color: #856404 !important;
	text-decoration: underline !important;
	font-weight: 600 !important;
}

/* Widget MailerLite parasite (le robot vert en bas à droite) : masquer s'il apparaît. */
body iframe[src*="mailerlite"],
body div[id^="ml-webform"],
body .ml-form-successMessage,
body #mailerlite-widget {
	display: none !important;
}

/* ---------- Empty state ---------- */

.alm-gas-empty-state {
	padding: 40px;
	text-align: center;
	background: #f7f7f5;
	border-radius: 8px;
	color: #707070;
	font-size: 15px;
}

/* ---------- Responsive ---------- */

@media (max-width: 640px) {
	.alm-gas-page .alm-gas-container {
		padding: 16px 12px 40px;
	}
	.alm-gas-page-header h1 {
		font-size: 24px;
	}
	.alm-gas-page h2 {
		font-size: 18px;
		margin: 28px 0 12px;
	}
	.alm-gas-stat-card-value {
		font-size: 20px;
	}
	.alm-gas-cta .alm-gas-cta-inner {
		padding: 24px 20px !important;
	}
	.alm-gas-cta .alm-gas-cta-text strong {
		font-size: 20px !important;
	}
	.alm-gas-cta .alm-gas-cta-text {
		font-size: 15px !important;
	}
	.alm-gas-cta .alm-gas-cta-form {
		padding: 16px !important;
	}
	.alm-gas-cta .alm-gas-cta-fields {
		flex-direction: column !important;
		gap: 10px !important;
	}
}
