/* Schuyler Now v275 — slightly larger, more prominent Seneca Insider Pass ticker. */
.insider-ticker-shell{
  margin-top:14px;
  margin-bottom:16px;
}
.insider-ticker-link{
  min-height:70px;
  border-color:rgba(255,209,102,.48);
  box-shadow:0 12px 30px rgba(8,46,82,.19),0 0 0 1px rgba(255,209,102,.08);
  transition:transform .18s ease,box-shadow .18s ease;
}
.insider-ticker-link:hover,
.insider-ticker-link:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(8,46,82,.24),0 0 0 1px rgba(255,209,102,.14);
}
.insider-ticker-brand{
  min-width:214px;
  padding:11px 20px;
}
.insider-ticker-brand span{
  font-size:14px;
}
.insider-ticker-brand strong{
  margin-top:5px;
  color:#ffd166;
  font-size:12.5px;
  line-height:1.15;
  letter-spacing:.025em;
  text-transform:none;
  text-shadow:0 1px 8px rgba(255,209,102,.18);
}
.insider-ticker-item{
  gap:9px;
  padding:11px 27px 11px 22px;
}
.insider-ticker-item b{
  font-size:14px;
}
.insider-ticker-item em{
  font-size:13px;
}
.insider-ticker-cta{
  min-width:148px;
  padding:11px 18px;
  font-size:13px;
}
.insider-ticker-cta b{
  font-size:20px;
}
@media(max-width:720px){
  .insider-ticker-shell{
    margin-top:11px;
    margin-bottom:15px;
  }
  .insider-ticker-link{
    min-height:63px;
  }
  .insider-ticker-brand{
    min-width:148px;
    padding:10px 13px;
  }
  .insider-ticker-brand span{
    max-width:124px;
    font-size:12px;
  }
  .insider-ticker-brand strong{
    font-size:10.5px;
  }
  .insider-ticker-item{
    gap:7px;
    padding:11px 24px 11px 16px;
  }
  .insider-ticker-item b{
    font-size:13px;
  }
  .insider-ticker-item em{
    font-size:12px;
  }
}
@media(prefers-reduced-motion:reduce){
  .insider-ticker-link{
    transition:none;
  }
}
