.love-contact-page .entry-title,
.love-contact-page .page-title,
.love-contact-page .elementor-widget-theme-post-title {
	display: none !important;
}

.love-contact {
	max-width: 40rem;
	margin: 2.5rem auto 3.5rem;
	padding: 0 1.15rem;
	box-sizing: border-box;
}

.love-contact__title {
	margin: 0 0 0.4rem;
	color: #0f172a;
	font-size: clamp(1.7rem, 3vw, 2.15rem);
	font-weight: 800;
	line-height: 1.2;
}

.love-contact__lead {
	margin: 0 0 1.4rem;
	color: #64748b;
	font-size: 1.02rem;
	line-height: 1.5;
}

.love-contact__card {
	padding: 1.25rem 1.3rem 1.4rem;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.love-contact__row {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0 0 1rem;
	padding: 0.85rem 0.95rem;
	border-radius: 12px;
	background: #f8fafc;
	color: inherit;
	text-decoration: none;
}

.love-contact__row:hover {
	background: #f1f5f9;
}

.love-contact__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 10px;
	background: #ecfeff;
	color: #0ba2ac;
	flex: 0 0 auto;
}

.love-contact__icon svg {
	width: 1.2rem;
	height: 1.2rem;
}

.love-contact__label {
	display: block;
	margin: 0 0 0.15rem;
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.love-contact__value {
	display: block;
	color: #0f172a;
	font-size: 1.05rem;
	font-weight: 700;
	word-break: break-word;
}

.love-contact__socials-wrap {
	margin-top: 0.35rem;
	padding-top: 0.35rem;
}

.love-contact__socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.7rem;
	margin-top: 0.55rem;
}

.love-contact__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 8px;
	color: #0ba2ac;
	background: transparent;
	transition: color 0.15s ease, transform 0.15s ease;
}

.love-contact__social:hover {
	color: #0f766e;
	transform: translateY(-1px);
}

.love-contact__social svg {
	width: 1.35rem;
	height: 1.35rem;
}

.elementor-widget-social-icons:has(.love-socials-empty),
.elementor-widget-heading:has(.love-follow-hidden),
.love-socials-empty-widget,
.love-follow-hidden-widget {
	display: none !important;
}

.elementor-social-icon svg {
	width: 1em;
	height: 1em;
}

@media (max-width: 640px) {
	.love-contact {
		margin-top: 1.4rem;
		margin-bottom: 2.2rem;
	}
}
