
:root{
  --site-width:720px;
  --bg:#ececec;
  --card:#ffffff;
  --text:#222;
  --muted:#5c5c5c;
  --accent:#7b1020;
  --accent-2:#9d2235;
  --line:#d8d8d8;
  --shadow:0 10px 28px rgba(0,0,0,.12);
}
html{box-sizing:border-box;scroll-behavior:smooth;}
*,*:before,*:after{box-sizing:inherit;}
body{
  margin:0 !important;
  padding:0 !important;
  background:linear-gradient(180deg,#f4f4f4 0%, #e8e8e8 100%) !important;
  color:var(--text);
  font-family:Georgia, 'Times New Roman', serif;
  line-height:1.5;
}
body > div[align="center"], body > center, body > table:first-of-type, body > span:first-child{
  width:100%;
}
table{max-width:100%;}
table[width="720"],table[width="722"],table[width="723"]{
  width:min(var(--site-width), calc(100vw - 24px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
table[width="720"] tr:first-child td,
table[width="722"] tr:first-child td,
table[width="723"] tr:first-child td{
  overflow:hidden;
}
img{max-width:100%;height:auto;}
a{color:var(--accent-2);text-decoration-thickness:1px;text-underline-offset:2px;}
a:hover{color:var(--accent);}
body table[width="720"],body table[width="722"],body table[width="723"]{
  background:var(--card);
  box-shadow:var(--shadow);
  border-radius:16px;
}
body table[width="720"] table,body table[width="722"] table,body table[width="723"] table{
  box-shadow:none !important;
  border-radius:0 !important;
}
hr{border:none;border-top:1px solid var(--line);}
@media (max-width:760px){
  :root{--site-width:720px;}
  body{font-size:16px;}
  table[width="720"],table[width="722"],table[width="723"]{width:calc(100vw - 16px) !important;}
  td[width="159"],td[width="172"],td[width="221"],td[width="329"],td[width="373"]{width:auto !important;display:block;}
  img[width="159"],img[width="172"],img[width="221"],img[width="329"],img[width="373"]{width:100% !important;height:auto !important;}
}
.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;}
