/* Releases Cleanup - lightweight modernization for existing release pages */

/* Viewport and base */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* Make tables responsive */
table {
  max-width: 100% !important;
  width: auto !important;
}

td {
  word-wrap: break-word;
}

/* Make images responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Better readability */
body {
  line-height: 1.6;
}

.frankie, .frank, .bob, .bobbie, .mama {
  line-height: 1.6;
}

/* Order notice (replaces PayPal buttons) */
.order-notice {
  background: #f5f0eb;
  border: 1px solid #d4d0c8;
  border-left: 3px solid #C6395C;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
  font-family: -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.order-notice strong {
  color: #C6395C;
}

/* Mobile improvements */
@media (max-width: 700px) {
  body {
    padding: 0.5rem;
  }

  table {
    width: 100% !important;
  }

  td {
    display: block;
    width: 100% !important;
    padding: 0.25rem !important;
  }

  center {
    text-align: left;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }
}
