/* Ajustes puntuales V65: lectura de calles y contacto con iconografía. */
.oc54-contact .oc26-contact-card h4 {
  display: flex;
  align-items: center;
  gap: 9px;
}

.oc65-contact-line {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
}

.oc65-contact-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: #1d73c9;
}

.oc65-contact-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oc65-contact-icon img {
  display: block;
  width: 100%;
  height: 100%;
  filter: invert(39%) sepia(92%) saturate(1294%) hue-rotate(178deg) brightness(84%) contrast(91%);
}

.oc65-whatsapp-link {
  display: inline-flex !important;
  width: fit-content;
  color: #138a59 !important;
  font-weight: 700;
}

.oc65-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 700px) {
  .oc65-contact-icon { flex-basis: 24px; width: 24px; height: 24px; }
  .oc65-whatsapp-link { min-height: 44px; align-items: center; }
}
