/* wa-fix.css — правки восстановленного сайта. Файл целиком принадлежит починке. */
img,video,iframe,table{max-width:100%}
img,video{height:auto}
body{overflow-x:hidden}

/* круг 1 */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
.box {
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  width: auto !important;
}

/* круг 2 */
.box { text-align: center; margin: 10vh auto; max-width: 600px; padding: 2rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #333; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); word-wrap: break-word; overflow-wrap: break-word; } .box h1 { font-size: 2rem; margin-bottom: 1rem; color: #222; } .box p { font-size: 1rem; line-height: 1.5; color: #555; } .box a { color: #0066cc; text-decoration: none; } .box a:hover { text-decoration: underline; }

/* круг 3 */
.box { display: block !important; visibility: visible !important; opacity: 1 !important; color: #333 !important; background: #fff; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; padding: 2rem; text-align: center; max-width: 600px; margin: 4rem auto; border-radius: 8px; box-shadow: 0 2px 12px rgba(0,0,0,0.1); } .box h1 { font-size: 2rem; margin-bottom: 1rem; color: #222; } .box p { font-size: 1.1rem; margin-bottom: 1.5rem; color: #555; } .box a { color: #0066cc; text-decoration: underline; }