/* =========================================================
   ISKCON Revival Movement - Modern Article & Global Theme
   ========================================================= */

:root {
  --irm-saffron: #EB4D26;
  --irm-magenta: #9E135F;
  --irm-magenta-grad: linear-gradient(180deg, #B51C6E 0%, #870E51 100%);
  --irm-sand-bg: #F9F6F0;
  --irm-panel-bg: #F3F6FA;
  --irm-border: #E2E8F0;
  --irm-text: #1F2937;
  --irm-link: #1D4ED8;
}

/* Global Reset for Modern Typography */
html, body {
  margin: 0;
  padding: 0;
  background-color: #F8FAFC !important;
  color: var(--irm-text) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* High-Contrast Standout NEW Badge */
.badge-new {
  display: inline-block !important;
  background-color: #DC2626 !important; /* Bright Crimson Red */
  color: #FFFFFF !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  padding: 2px 7px !important;
  border-radius: 4px !important;
  vertical-align: middle !important;
  margin-left: 6px !important;
  box-shadow: 0 1px 3px rgba(220, 38, 38, 0.4) !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

/* Main Container Wrapper for Articles */
.article-container, #content, table[width="100%"], table[width="760"], table[width="600"] {
  max-width: 920px !important;
  margin: 0 auto !important;
  background: #FFFFFF;
}

/* Neutralize Legacy Font & Center Tags */
font {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}

center {
  text-align: inherit;
}

/* Clean Typography for Headings */
h1, h2, h3, h4, .title {
  color: #5B144E !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-weight: 700;
  line-height: 1.3;
}

h1 { font-size: 24px !important; margin: 18px 0 10px 0 !important; }
h2 { font-size: 20px !important; margin: 16px 0 8px 0 !important; }
h3 { font-size: 16px !important; }

/* Links */
a {
  color: var(--irm-link) !important;
  text-decoration: underline;
}
a:hover {
  color: #B45309 !important;
}

/* Modern Quote Boxes & Shading */
blockquote, .quote, .sand-panel {
  background-color: var(--irm-sand-bg) !important;
  border-left: 4px solid #CD7A36 !important;
  padding: 12px 18px !important;
  margin: 16px 0 !important;
  border-radius: 0 6px 6px 0 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 14.5px !important;
  color: #2D3748 !important;
}

/* Responsive Images */
img {
  max-width: 100% !important;
  height: auto !important;
}

/* Table Cleanups (Fixes 1990s border artifacts) */
table {
  border-collapse: collapse !important;
}
td, th {
  padding: 6px 10px;
}
