.hidrota-cinfo { color: var(--hidrota-text-strong); }
.hidrota-cinfo__heading {
	margin: 0 0 16px; font-family: Georgia, 'Times New Roman', serif; font-weight: 400;
	font-size: clamp(26px, 3vw, 40px); line-height: 1.2;
}
.hidrota-cinfo__intro { margin: 0 0 24px; color: var(--hidrota-text); line-height: 1.6; }
.hidrota-cinfo__list  { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.hidrota-cinfo__list li { display: flex; align-items: center; gap: 14px; }
.hidrota-cinfo__icon  { color: var(--hidrota-accent); display: inline-flex; align-items: center; justify-content: center; width: 24px; }
.hidrota-cinfo__icon i, .hidrota-cinfo__icon svg { font-size: 18px; width: 18px; height: 18px; }
.hidrota-cinfo__list a { color: inherit; text-decoration: none; }
.hidrota-cinfo__list a:hover { color: var(--hidrota-accent); }

.hidrota-cinfo__map iframe { display: block; width: 100%; height: 360px; border: 0; }
