/* ===== VerktakaNet — símavæn lagfæring fyrir eldri síður ===== */
@media (max-width: 640px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  img, svg, video, iframe, canvas { max-width: 100%; height: auto; }
  pre, code { white-space: pre-wrap; word-break: break-word; }
  table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  /* Inline flex-raðir mega brotna í síma */
  [style*="display:flex"], [style*="display: flex"] { flex-wrap: wrap; }

  /* Þéttari hliðarspássíur (markvisst á núverandi stillingar) */
  [style*="padding:16px 40px"], [style*="padding:28px 36px"], [style*="padding:32px 36px"],
  [style*="padding: 28px 28px"], [style*="padding:20px 24px"] {
    padding-left: 18px !important; padding-right: 18px !important;
  }

  /* Snertivæn form og hnappar */
  input, select, textarea { max-width: 100%; font-size: 16px; }
  button, .btn, a.btn { min-height: 42px; }
}
