/* Keep ’Em Coming Back — Deploy 5.7 rust-surface contrast correction.
   Ensures rust hero bands retain readable light text despite legacy theme overrides. */

:root{
  --rs57-rust:#9c2b2b;
  --rs57-heading:#ffffff;
  --rs57-copy:#f7eee5;
  --rs57-gold:#ffd77a;
  --rs57-focus:#fff2bd;
}

.theme-speakeasy .spx-section.spx-rust,
.page-speakeasy .spx-section.spx-rust{
  background:var(--rs57-rust)!important;
  background-image:none!important;
  color:var(--rs57-copy)!important;
}
.theme-speakeasy .spx-section.spx-rust :is(h1,h2,h3,h4,strong),
.page-speakeasy .spx-section.spx-rust :is(h1,h2,h3,h4,strong){
  color:var(--rs57-heading)!important;
  text-shadow:none!important;
}
.theme-speakeasy .spx-section.spx-rust :is(p,li,span,small),
.page-speakeasy .spx-section.spx-rust :is(p,li,span,small){
  color:var(--rs57-copy)!important;
}
.theme-speakeasy .spx-section.spx-rust .spx-kicker,
.page-speakeasy .spx-section.spx-rust .spx-kicker{
  color:var(--rs57-gold)!important;
}
.theme-speakeasy .spx-section.spx-rust a,
.page-speakeasy .spx-section.spx-rust a{
  color:var(--rs57-gold)!important;
  text-decoration-thickness:.1em;
  text-underline-offset:.18em;
}
.theme-speakeasy .spx-section.spx-rust a:hover,
.theme-speakeasy .spx-section.spx-rust a:focus-visible,
.page-speakeasy .spx-section.spx-rust a:hover,
.page-speakeasy .spx-section.spx-rust a:focus-visible{
  color:#fff!important;
}
.theme-speakeasy .spx-section.spx-rust :is(a,button,input,select,textarea):focus-visible,
.page-speakeasy .spx-section.spx-rust :is(a,button,input,select,textarea):focus-visible{
  outline:3px solid var(--rs57-focus)!important;
  outline-offset:3px!important;
}

@media print{
  .theme-speakeasy .spx-section.spx-rust,
  .page-speakeasy .spx-section.spx-rust{background:#fff!important;color:#111!important;border:1px solid #777!important}
  .theme-speakeasy .spx-section.spx-rust :is(h1,h2,h3,h4,p,li,span,small,strong,.spx-kicker),
  .page-speakeasy .spx-section.spx-rust :is(h1,h2,h3,h4,p,li,span,small,strong,.spx-kicker){color:#111!important}
}
