.opl-site-nav .opl-debates-nav-button{white-space:nowrap;font-weight:700;border-bottom:2px solid #E8C995;padding-bottom:6px}
.opl-site-nav .opl-debates-nav-button:hover,.opl-site-nav .opl-debates-nav-button:focus{color:#E8C995;border-bottom-color:#fff}

.opl-home-debates-promo{
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
  width:calc(100% - 40px);
  max-width:1120px;
  margin:36px auto;
  padding:38px 42px;
  border:1px solid rgba(232,201,149,.7);
  border-radius:5px;
  background:#243B53;
  box-shadow:0 6px 18px rgba(36,59,83,.14);
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
}
.opl-home-debates-copy{max-width:760px}
.opl-home-debates-eyebrow{margin:0 0 9px;color:#E8C995;font:700 12px/1.3 Arial,sans-serif;letter-spacing:1.5px}
.opl-home-debates-promo h2{margin:0 0 14px;color:#fff;font:700 clamp(28px,3vw,38px)/1.15 Georgia,"Times New Roman",serif}
.opl-home-debates-promo p{margin:0 0 12px;color:#fff;font-size:17px;line-height:1.65}
.opl-home-debates-promo .opl-home-debates-note{margin-bottom:0;color:#e8edf2;font-size:15px;line-height:1.6}
.opl-home-debates-cta{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;min-width:220px;padding:13px 18px;border:2px solid #E8C995;border-radius:999px;background:#E8C995;color:#243B53!important;text-align:center;text-decoration:none!important;font:700 15px/1.3 Arial,sans-serif;transition:background .18s ease,color .18s ease,transform .18s ease}
.opl-home-debates-cta:hover,.opl-home-debates-cta:focus{background:#fff;color:#243B53!important;transform:translateY(-1px)}

@media (max-width:760px){
  .opl-home-debates-promo{align-items:flex-start;flex-direction:column;gap:24px;width:calc(100% - 32px);margin:28px auto;padding:28px 24px}
  .opl-home-debates-cta{width:100%;min-width:0}
}

/* Keep the complete primary navigation on one line on full-size screens. */
@media (min-width:1100px){
  .opl-site-header-inner{
    width:calc(100% - 48px)!important;
    max-width:1320px!important;
  }

  .opl-site-nav{
    flex:1 1 auto!important;
    flex-wrap:nowrap!important;
    gap:12px!important;
    justify-content:flex-end;
    min-width:0;
  }

  .opl-site-nav .opl-nav-link,
  .opl-site-nav .opl-beginner-button{
    flex:0 0 auto;
    white-space:nowrap;
  }

  .opl-site-nav .opl-search-form-compact{
    flex:0 1 200px!important;
    width:200px!important;
    min-width:170px;
  }

  .opl-site-nav .opl-search-form-compact input[type="search"]{
    min-width:0;
    width:100%;
  }
}
