/**
 * Ethio Shell — legacy Elementor content (2026 mobile-first redesign).
 * Content HTML unchanged; layout + typography only.
 */

/* ── Mobile base rhythm ── */
@media (max-width: 767px) {
	:root {
		--ee-wrap: min(1200px, calc(100% - 32px));
	}

	body.ee-home-classic .ee-home__legacy-content {
		padding: 28px 16px 72px;
	}

	body.ee-home-classic .ee-home__roster-block {
		padding: 24px 16px 8px;
	}

	.ee-home__title {
		font-size: clamp(1.5rem, 6vw, 2rem);
		padding-inline: 4px;
	}

	.ee-home__roster-intro {
		font-size: 0.92rem;
		padding-inline: 4px;
	}
}

/* ── Legacy prose container ── */
.ee-prose--legacy-home,
.ee-page--inner .ee-prose {
	max-width: 720px;
	margin-inline: auto;
	font-size: clamp(0.94rem, 2.8vw, 1.05rem);
	line-height: 1.78;
	-webkit-text-size-adjust: 100%;
}

.ee-prose--legacy-home > .elementor {
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* ── Top-level sections → cards ── */
.ee-prose--legacy-home .elementor-top-section,
.ee-prose .elementor-top-section {
	background: linear-gradient(165deg, rgba(20, 20, 20, 0.95), rgba(12, 12, 12, 0.88)) !important;
	border: 1px solid rgba(255, 255, 255, 0.07) !important;
	border-radius: 18px !important;
	padding: 22px 18px !important;
	margin: 0 0 18px !important;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
	.ee-prose--legacy-home .elementor-top-section,
	.ee-prose .elementor-top-section {
		padding: 28px 26px !important;
		margin-bottom: 22px !important;
	}
}

.ee-prose--legacy-home .elementor-top-section:last-child,
.ee-prose .elementor-top-section:last-child {
	margin-bottom: 0 !important;
}

/* ── Headings ── */
.ee-prose .elementor-heading-title {
	position: relative;
	color: #fff !important;
	font-family: var(--ee-font-display, "Playfair Display", Georgia, serif);
	font-weight: 700;
	margin: 0 0 14px !important;
	padding-bottom: 12px;
	line-height: 1.28;
}

.ee-prose h2.elementor-heading-title {
	font-size: clamp(1.25rem, 4.5vw, 1.65rem);
	letter-spacing: -0.01em;
}

.ee-prose h2.elementor-heading-title::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	margin-top: 10px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--ee-red, #e63939), transparent);
}

.ee-prose h3.elementor-heading-title {
	font-size: clamp(1.05rem, 3.5vw, 1.2rem);
	margin-top: 0 !important;
	padding-bottom: 0;
}

.ee-prose h3.elementor-heading-title::after {
	display: none;
}

/* Heading links (e.g. Addis Ababa Escort) — never browser blue */
.ee-prose h2.elementor-heading-title a,
.ee-prose h3.elementor-heading-title a,
.ee-prose .elementor-heading-title a {
	color: #fff !important;
	text-decoration: none !important;
	border-bottom: 2px solid rgba(230, 57, 57, 0.55);
	padding-bottom: 2px;
	transition: border-color 0.2s, color 0.2s;
}

.ee-prose h2.elementor-heading-title a:hover,
.ee-prose h3.elementor-heading-title a:hover,
.ee-prose .elementor-heading-title a:hover {
	color: #ffabab !important;
	border-bottom-color: var(--ee-red, #e63939);
}

/* ── Body copy ── */
.ee-prose .elementor-widget-text-editor,
.ee-prose .elementor-widget-text-editor p,
.ee-prose .elementor-icon-box-description {
	color: #b8b8b8 !important;
	margin: 0 0 1rem !important;
	max-width: 68ch;
}

.ee-prose .elementor-widget-text-editor p:last-child {
	margin-bottom: 0 !important;
}

/* ── Kill WordPress / browser default blue everywhere in prose ── */
.ee-prose a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):not(.elementor-button-link),
.ee-prose a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):not(.elementor-button-link):link,
.ee-prose a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):not(.elementor-button-link):visited,
.ee-prose a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):not(.elementor-button-link):active,
.entry-content a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button),
.entry-content a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):link,
.entry-content a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):visited,
.ee-prose-flow a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):not(.elementor-button-link) {
	color: #ff7b7b !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 500;
	-webkit-tap-highlight-color: rgba(230, 57, 57, 0.25);
}

.ee-prose a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):not(.elementor-button-link):hover,
.entry-content a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):hover,
.ee-prose-flow a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):not(.elementor-button-link):hover {
	color: #ffabab !important;
}

/* ── Inner 3-column feature row → stacked cards on mobile ── */
.ee-prose .elementor-inner-section {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 8px 0 0 !important;
	box-shadow: none !important;
}

.ee-prose .elementor-inner-section .elementor-container {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	width: 100% !important;
}

.ee-prose .elementor-inner-section .elementor-column,
.ee-prose .elementor-top-section .elementor-column[class*="elementor-col-"] {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

@media (min-width: 768px) {
	.ee-prose .elementor-inner-section .elementor-column.elementor-col-33 {
		width: calc(33.333% - 10px) !important;
		flex: 1 1 calc(33.333% - 10px) !important;
		max-width: calc(33.333% - 10px) !important;
	}
}

@media (max-width: 767px) {
	.ee-prose .elementor-inner-section .elementor-column {
		background: rgba(255, 255, 255, 0.03) !important;
		border: 1px solid rgba(255, 255, 255, 0.06) !important;
		border-radius: 14px !important;
		padding: 16px 14px !important;
	}
}

/* ── Payment / icon boxes ── */
.ee-prose .elementor-top-section .elementor-container {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
}

.ee-prose .elementor-col-25 {
	width: 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

@media (min-width: 640px) {
	.ee-prose .elementor-col-25 {
		width: calc(50% - 7px) !important;
		flex: 0 0 calc(50% - 7px) !important;
		max-width: calc(50% - 7px) !important;
	}
}

@media (min-width: 992px) {
	.ee-prose .elementor-col-25 {
		width: calc(25% - 11px) !important;
		flex: 0 0 calc(25% - 11px) !important;
		max-width: calc(25% - 11px) !important;
	}
}

.ee-prose .elementor-icon-box-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 18px 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	height: 100%;
	transition: border-color 0.2s, transform 0.2s;
}

.ee-prose .elementor-icon-box-wrapper:hover {
	border-color: rgba(230, 57, 57, 0.35);
	transform: translateY(-2px);
}

.ee-prose .elementor-icon-box-icon .elementor-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(230, 57, 57, 0.15) !important;
	color: var(--ee-red, #e63939) !important;
	font-size: 1.15rem;
}

.ee-prose .elementor-icon-box-title,
.ee-prose .elementor-icon-box-title span {
	color: #fff !important;
	font-family: var(--ee-font, "DM Sans", sans-serif) !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 !important;
}

/* ── CTA buttons (BOOK NOW, contact, book pages) ── */
.ee-prose .elementor-button-wrapper,
.ee-prose .elementor-widget-button {
	text-align: center;
	margin: 18px 0 8px !important;
}

.ee-prose a.elementor-button,
.ee-prose a.elementor-button-link,
.ee-prose .elementor-button-wrapper a,
.ee-prose a[href*="book-ethio-escort"],
.ee-prose a[href*="/contact/"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 28px !important;
	margin: 8px auto !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #e63939, #c62828) !important;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	font-size: 0.9rem !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 8px 24px rgba(230, 57, 57, 0.4);
	border: 0 !important;
	width: auto;
	max-width: 100%;
}

.ee-prose a.elementor-button:hover,
.ee-prose .elementor-button-wrapper a:hover {
	background: linear-gradient(135deg, #ff5252, #e63939) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.ee-prose .elementor-button-content-wrapper,
.ee-prose .elementor-button-text {
	color: #fff !important;
}

/* ── Dividers ── */
.ee-prose .elementor-divider {
	margin: 8px 0 14px !important;
}

.ee-prose .elementor-divider-separator {
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
	width: 100% !important;
	display: block;
}

/* Hide empty dividers / spacers */
.ee-prose .elementor-divider:empty,
.ee-prose .elementor-widget-divider .elementor-divider-separator:empty {
	display: none !important;
}

/* ── FAQ-style 3-col blocks on homepage ── */
.ee-prose .elementor-top-section .elementor-col-33 .elementor-widget-heading h3 {
	font-size: 1rem !important;
	margin-bottom: 8px !important;
}

.ee-prose .elementor-top-section .elementor-col-33 .elementor-widget-text-editor {
	font-size: 0.92rem !important;
}

@media (max-width: 767px) {
	.ee-prose .elementor-top-section .elementor-col-33 {
		background: rgba(255, 255, 255, 0.03) !important;
		border: 1px solid rgba(255, 255, 255, 0.06) !important;
		border-radius: 14px !important;
		padding: 16px 14px !important;
		margin-bottom: 0 !important;
	}
}

/* ── Fix migration HTML debris visibility ── */
.ee-prose p:empty,
.ee-prose .elementor-widget-container > p:empty {
	display: none !important;
}

.ee-prose br + br {
	display: none;
}
