/* =====================================================================
   EXPERIENCE ITALY — SERVICE AREA FOOTER LINE
   ---------------------------------------------------------------------
   Sits between the end of a page's content and the site footer. Quiet
   on purpose — this is a wayfinding/SEO signal, not a call to action.
   ===================================================================== */

.ei-service-area {
	margin: 0;
	padding: 22px 24px;
	text-align: center;
	font-family: var(--ei-sans, "Jost", sans-serif);
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ei-taupe, #6B6158);
	background-color: var(--ei-ivory, #FAF6EF);
	border-top: 1px solid rgba(107, 97, 88, 0.12);
}
