:root {
  --dh-ink: #08233a;
  --dh-muted: #53616d;
  --dh-line: #dbe3e8;
  --dh-panel: #ffffff;
  --dh-navy: #003246;
  --dh-navy-2: #001d2d;
  --dh-teal: #046c83;
  --dh-green: #3f8f17;
  --dh-green-2: #72b525;
  --dh-gold: #f1d600;
  --dh-red: #ff130d;
  --dh-shadow: 0 10px 28px rgba(0, 30, 48, .12);
  --dh-soft-shadow: 0 4px 14px rgba(0, 30, 48, .1);
}

:root[data-theme="dark"] {
  --dh-ink: #edf8fb;
  --dh-muted: #9db4bf;
  --dh-line: rgba(47, 206, 230, .24);
  --dh-panel: #061016;
  --dh-navy: #001923;
  --dh-navy-2: #000a0f;
  --dh-teal: #00c2dd;
  --dh-green: #7fd026;
  --dh-shadow: 0 14px 34px rgba(0, 0, 0, .38);
  --dh-soft-shadow: 0 8px 22px rgba(0, 0, 0, .3);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--dh-ink);
  background:
    radial-gradient(circle at 18% 0, rgba(4, 108, 131, .08), transparent 30rem),
    linear-gradient(180deg, #f9fbfc 0, #fff 28rem);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

:root[data-theme="dark"] body {
  color: #edf8fb;
  background:
    radial-gradient(circle at 78% 4%, rgba(0, 194, 221, .18), transparent 34rem),
    radial-gradient(circle at 16% 20%, rgba(20, 149, 125, .12), transparent 24rem),
    linear-gradient(180deg, #05090d 0, #081016 38rem, #030608 100%);
}

a {
  color: #045d89;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #023f5c;
  text-decoration: underline;
}

.dh-shell {
  width: min(100% - 56px, 1210px);
  margin: 0 auto;
}

.dh-desktop-note {
  padding: 8px 16px;
  text-align: center;
  background: #e7edf1;
  color: var(--dh-ink);
}

.dh-topline {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(135deg, #001c2e 0, #004f65 52%, #001421 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .14);
}

.dh-topline-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  color: #9bd43a;
  font-size: 20px;
}

.dh-site-header {
  padding: 26px 0 14px;
}

.dh-header-grid {
  display: grid;
  grid-template-columns: minmax(310px, 1fr) auto;
  align-items: start;
  gap: 28px;
}

.dh-brand {
  display: block;
  width: min(100%, 520px);
  color: var(--dh-ink);
  line-height: 0;
  text-decoration: none;
}

.dh-brand:hover,
.dh-brand:focus {
  color: var(--dh-ink);
  text-decoration: none;
}

.dh-brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.dh-brand-logo-dark {
  display: none;
}

@media (min-width: 761px) {
  .dh-brand-logo {
    display: block;
    height: 95px;
    width: auto;
    float: left;
    margin-bottom: -30px;
  }

  .dh-brand-logo-dark {
    display: none;
  }
}

.dh-header-side {
  display: grid;
  min-width: 360px;
  justify-items: end;
  gap: 14px;
}

.dh-auth-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.btn.dh-btn-dark,
.btn.dh-btn-green,
.btn.dh-btn-auth {
  min-width: 96px;
  border: 0;
  border-radius: 7px;
  padding: 9px 18px;
  color: #fff;
  font-weight: 800;
  box-shadow: var(--dh-soft-shadow);
}

.btn.dh-btn-dark {
  background: linear-gradient(180deg, #073c52 0, #001b2c 100%);
}

.btn.dh-btn-green {
  background: linear-gradient(180deg, #77bf25 0, #2e790a 100%);
}

.btn.dh-btn-auth {
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 900;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .16), transparent 44%),
    linear-gradient(180deg, #073c52 0, #001b2c 100%);
}

.btn.dh-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  padding: 0;
  color: #0b718b;
  font-size: 14px;
  font-weight: 850;
  background: transparent;
  box-shadow: none;
}

.btn.dh-btn-dark:hover,
.btn.dh-btn-green:hover,
.btn.dh-btn-auth:hover,
.btn.dh-btn-dark:focus,
.btn.dh-btn-green:focus,
.btn.dh-btn-auth:focus {
  color: #fff;
  filter: brightness(1.05);
  text-decoration: none;
}

.btn.dh-theme-toggle:hover,
.btn.dh-theme-toggle:focus {
  color: #003c54;
  text-decoration: underline;
}

.dh-mobile-menu-toggle {
  display: none;
  width: 58px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(0, 101, 124, .42);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .16), transparent 44%),
    linear-gradient(180deg, #0b7b8d 0, #00425a 100%);
  box-shadow: var(--dh-soft-shadow);
}

.dh-mobile-menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.dh-mobile-offcanvas {
  width: min(88vw, 390px);
  color: var(--dh-ink);
  background: var(--dh-panel);
}

.dh-mobile-offcanvas .offcanvas-header {
  border-bottom: 1px solid var(--dh-line);
}

.dh-mobile-offcanvas .offcanvas-title {
  color: var(--dh-ink);
  font-size: 24px;
  font-weight: 900;
}

.dh-mobile-offcanvas .offcanvas-body {
  padding: 0;
}

.dh-mobile-auth-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--dh-line);
  padding: 16px 18px;
}

.dh-mobile-auth-actions .btn {
  min-height: 46px;
}

.dh-mobile-auth-actions .dh-theme-toggle {
  justify-content: flex-start;
  font-size: 18px;
}

.dh-mobile-auth-actions .dh-btn-auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 17px;
}

.dh-mobile-side-nav {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.dh-picks-card {
  display: grid;
  min-width: 330px;
  justify-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  box-shadow: none;
}

.dh-picks-date {
  position: absolute;
  left: 50%;
  bottom: 98%;
  transform: translateX(-50%);
  z-index: 1;
  width: fit-content;
  min-width: 270px;
  margin-bottom: -2px;
  border: 1px solid rgba(0, 0, 0, .68);
  border-bottom: none;
  border-radius: 7px 7px 0 0;
  padding: 9px 18px 9px;
  color: #91cf27;
  font-size: 15px;
  font-weight: 800;
  background:
    linear-gradient(180deg, #4f5558 0, #41474a 52%, #343a3d 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 -1px 2px rgba(0, 25, 40, .18);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .62);
}

.dh-picks-pills {
  display: flex;
  flex-wrap: nowrap;
  justify-content: safe center;
  gap: 16px;
  width: 100%;
  min-height: 60px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .68);
  border-radius: 0 8px 8px 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 24px;
  background:
    linear-gradient(180deg, #343a3d 0, #282d30 52%, #171b1e 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset 0 -1px 0 rgba(0, 0, 0, .58), 0 7px 17px rgba(0, 26, 41, .18);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .34) transparent;
}

.dh-picks-pills::-webkit-scrollbar {
  height: 6px;
}

.dh-picks-pills::-webkit-scrollbar-track {
  background: transparent;
}

.dh-picks-pills::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
}

.dh-sport-pill {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 0;
  color: #eaf8fb;
  font-size: 14px;
  font-weight: 900;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .65);
}

.dh-picks-scroll {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 38px;
  height: 60px;
  place-items: center;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  background: linear-gradient(90deg, rgba(61, 63, 64, 0), rgba(29, 31, 32, .9));
  text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
}

.dh-nav-picks.has-overflow .dh-picks-pills {
  justify-content: flex-start;
  padding-right: 52px;
}

.dh-nav-picks.has-overflow .dh-picks-scroll {
  display: grid;
}

.dh-picks-scroll:hover,
.dh-picks-scroll:focus {
  color: #f2d915;
}

.dh-sport-pill:hover,
.dh-sport-pill:focus {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.18);
}

.dh-navbar {
  padding: 34px 0 0;
}

.dh-nav-shell {
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 9px 20px rgba(0, 34, 52, .2);
}

.dh-navbar-toggler {
  margin: 10px;
  border-color: rgba(255, 255, 255, .35);
}

.dh-navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}

.dh-nav-list {
  display: flex;
  width: auto;
  --bs-navbar-nav-link-padding-x: 34px;
}

.dh-nav-panel {
  flex: 0 0 69%;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  background:
    linear-gradient(90deg, rgba(0, 23, 34, .78) 0, rgba(0, 46, 58, .34) 16%, transparent 38%),
    linear-gradient(120deg, rgba(0, 130, 136, .48), transparent 52%),
    linear-gradient(180deg, #07556b 0, #001b2d 100%);
}

.dh-nav-picks {
  position: relative;
  flex: 1 1 31%;
  min-width: 285px;
  height: 60px;
  overflow: visible;
}

.dh-nav-list .nav-item {
  flex: 0 0 auto;
}

.dh-nav-list .nav-link {
  display: flex;
  min-height: 60px;
  align-items: center;
  gap: 13px;
  padding: 0 34px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
}

.dh-navbar .dh-nav-list .nav-link {
  padding-left: 34px;
  padding-right: 34px;
}

.dh-nav-list .nav-link i {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  font-size: 15px;
}

.dh-nav-list .nav-link:hover,
.dh-nav-list .nav-link:focus,
.dh-nav-list .nav-link.active {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .26), transparent 80%),
    rgba(255, 255, 255, .06);
}

.dh-main {
  padding: 26px 0 18px;
}

.dh-page-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.dh-sidebar {
  display: grid;
  gap: 22px;
}

.dh-side-card,
.dh-panel {
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  background: var(--dh-panel);
  box-shadow: var(--dh-soft-shadow);
}

.dh-side-nav {
  padding: 14px 0;
}

.dh-side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dh-side-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 18px;
  color: var(--dh-ink);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.dh-side-nav a i {
  color: var(--dh-ink);
  font-size: 14px;
}

.dh-side-nav a:hover,
.dh-side-nav a:focus,
.dh-side-nav a.active {
  color: #005a78;
  background: #f2f7f9;
}

.dh-side-nav .nested {
  padding: 0 0 6px 18px;
}

.dh-side-nav .nested a {
  min-height: 32px;
  font-size: 14px;
}

.dh-promo-link {
  margin: 10px 0;
}

.dh-promo-link a {
  min-height: 52px;
  color: #fff;
  font-style: italic;
  font-weight: 950;
  letter-spacing: .01em;
  text-transform: uppercase;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .28), transparent 36%),
    linear-gradient(180deg, #1d2022 0, #060809 100%);
  text-shadow: 0 2px 0 rgba(0, 0, 0, .62);
}

.dh-side-nav .dh-promo-link a i {
  color: #00c3dd;
}

.dh-promo-link a:hover,
.dh-promo-link a:focus {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .36), transparent 38%),
    linear-gradient(180deg, #25292b 0, #07090a 100%);
}

.dh-promo-nav {
  display: block;
  margin-top: 24px;
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--dh-soft-shadow);
  background: var(--dh-panel);
}

.dh-promo-nav:hover,
.dh-promo-nav:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(7, 32, 42, .2);
}

.dh-promo-nav-img {
  display: block;
  width: 100%;
  height: auto;
}

.dh-promo-nav-dark {
  display: none;
}

:root[data-theme="dark"] .dh-promo-nav {
  background: var(--dh-panel);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .48);
}

:root[data-theme="dark"] .dh-promo-nav-light {
  display: none;
}

:root[data-theme="dark"] .dh-promo-nav-dark {
  display: block;
}

.dh-theme-banner {
  display: block;
}

.dh-theme-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.dh-theme-banner-dark {
  display: none;
}

:root[data-theme="dark"] .dh-theme-banner-light {
  display: none;
}

:root[data-theme="dark"] .dh-theme-banner-dark {
  display: block;
}

.dh-side-alert .dh-card-title,
.dh-pick-panel .dh-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px 8px 0 0;
  padding: 16px 18px;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .28), transparent 36%),
    linear-gradient(180deg, #1d2022 0, #060809 100%);
  text-shadow: 0 2px 0 rgba(0, 0, 0, .62);
}

.dh-pick-panel .dh-card-title {
  border-bottom: 1px solid rgba(0, 224, 255, .45);
  color: #fff;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.18;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .38), transparent 30%),
    linear-gradient(180deg, #17191a 0, #050708 100%);
  text-shadow: 0 2px 0 rgba(0, 0, 0, .72);
}

.dh-card-title-accent {
  color: #00c3dd;
}

.dh-pick-title-main,
.dh-pick-title-sub {
  display: block;
}

.dh-pick-title-main {
  font-size: 21px;
}

.dh-pick-title-sub {
  margin-top: 2px;
  font-size: 16px;
}

.dh-side-alert .dh-card-title i,
.dh-pick-panel .dh-card-title i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid #00b8d0;
  border-radius: 50%;
  color: #fff;
}

.dh-side-alert .dh-card-title i,
.dh-pick-panel .dh-card-title i {
  font-size: 24px;
}

.dh-side-alert-body {
  display: grid;
  gap: 15px;
  padding: 20px 14px 22px;
  text-align: center;
  font-weight: 800;
}

.dh-side-alert {
  overflow: hidden;
}

.dh-side-alert-body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(244, 249, 250, .98));
}

.dh-side-alert .dh-price {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  border-top: 2px solid #7bb6c4;
  padding-top: 13px;
  color: var(--dh-green);
  font-size: 34px;
  line-height: 1;
}

.dh-side-alert .dh-price span {
  color: var(--dh-ink);
  font-size: 14px;
  text-transform: uppercase;
}

.dh-side-alert .dh-small-copy {
  border-top: 1px solid #e6ecef;
  padding-top: 12px;
  color: #0c4163;
  font-size: 14px;
  text-transform: uppercase;
}

.dh-content {
  --dh-content-gap: 18px;
  display: grid;
  gap: var(--dh-content-gap);
  min-width: 0;
}

.dh-basic-page {
  gap: 0;
}

.dh-basic-content {
  color: #172838;
  padding: 10px 15px;
}

.dh-basic-content h1 {
  margin: 0 0 16px;
  color: #075c7c;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.16;
}

.dh-basic-copy {
  font-size: 17px;
  line-height: 1.58;
}

.dh-basic-copy > *:first-child {
  margin-top: 0;
}

.dh-basic-copy > *:last-child {
  margin-bottom: 0;
}

.dh-basic-copy h2,
.dh-basic-copy h3,
.dh-help-block h2 {
  margin: 26px 0 12px;
  color: #075c7c;
  font-weight: 900;
  line-height: 1.2;
}

.dh-basic-copy p,
.dh-basic-copy ul,
.dh-basic-copy ol {
  margin: 0 0 16px;
}

.dh-basic-copy ul,
.dh-basic-copy ol {
  padding-left: 22px;
}

.dh-basic-copy li + li {
  margin-top: 6px;
}

.dh-basic-copy img {
  max-width: 100%;
  height: auto;
}

.dh-help-block {
  margin-top: 30px;
  border-top: 1px solid #d7e4ea;
  padding-top: 24px;
}

.dh-help-block h2 {
  margin-top: 0;
}

.dh-help-form {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.dh-help-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dh-help-form label {
  display: grid;
  gap: 7px;
  margin: 0;
}

.dh-help-form span {
  color: #1d3441;
  font-size: 14px;
  font-weight: 850;
}

.dh-help-form input,
.dh-help-form textarea {
  width: 100%;
  border: 1px solid #bfd3dc;
  border-radius: 6px;
  padding: 11px 12px;
  color: #102638;
  font: inherit;
  background: #fff;
  box-shadow: none;
  outline: none;
}

.dh-help-form input {
  min-height: 44px;
}

.dh-help-form textarea {
  min-height: 170px;
  resize: vertical;
}

.dh-help-form input:focus,
.dh-help-form textarea:focus {
  border-color: #0b8fa5;
  box-shadow: 0 0 0 3px rgba(0, 194, 221, .14);
}

.dh-contact-extra {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dh-help-submit {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(0, 184, 208, .45);
  border-radius: 7px;
  padding: 11px 18px;
  color: #fff;
  font-weight: 950;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .18), transparent 44%),
    linear-gradient(180deg, #073c52 0, #001b2c 100%);
  box-shadow: 0 10px 22px rgba(0, 30, 48, .16);
}

.dh-help-submit:hover,
.dh-help-submit:focus {
  color: #fff;
  filter: brightness(1.08);
}

.dh-help-form-status {
  margin: 0;
  border: 1px solid #d7e4ea;
  border-radius: 6px;
  padding: 11px 13px;
  font-weight: 850;
}

.dh-help-form-status.error {
  color: #8f2020;
  background: #fff3f3;
}

.dh-help-form-status.success {
  color: #2f7f13;
  background: #f2faed;
}

.dh-hero {
  position: relative;
  overflow: hidden;
  min-height: 286px;
  border-radius: 8px;
  padding: 32px 38px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 18, 29, .96) 0, rgba(0, 34, 50, .78) 42%, rgba(0, 37, 54, .06) 70%, rgba(0, 21, 32, .04) 100%),
    url("/gfx/Documented-Sports-Handicappers.png") center / cover no-repeat;
  box-shadow: var(--dh-soft-shadow);
}

.dh-hero h1 {
  max-width: 475px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(30px, 4vw, 43px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dh-hero h1 span {
  color: #91cf28;
}

.dh-hero ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dh-hero li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 750;
}

.dh-hero li i {
  color: #9bd434;
}

.dh-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .93fr);
  gap: 30px;
  align-items: start;
}

.dh-home-grid > *,
.dh-copy-block > * {
  min-width: 0;
}

.dh-copy-block {
  display: grid;
  gap: 18px;
  padding: 12px 18px 0;
}

.dh-copy-block h2 {
  margin: 0;
  color: #084969;
  font-size: 21px;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-copy-block p {
  margin: 0;
}

.dh-feature-list {
  overflow: hidden;
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  background: #fff;
}

.dh-feature-row {
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: center;
  gap: 10px;
  padding: 18px 18px 18px 12px;
}

.dh-feature-row + .dh-feature-row {
  border-top: 1px solid #e6ecef;
}

.dh-feature-row i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 3px solid #1a7b10;
  border-radius: 50%;
  color: #1a7b10;
  font-size: 26px;
}

.dh-feature-row h3 {
  margin: 0 0 3px;
  color: #257312;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-feature-row p {
  color: #1d2c36;
  font-size: 15px;
}

.dh-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
  color: #084969;
  font-size: 19px;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-section-title i {
  color: #737b82;
  font-size: 31px;
}

.dh-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid #dbe3e8;
  padding: 8px 0 18px;
  text-align: center;
}

.dh-step {
  position: relative;
  display: grid;
  gap: 6px;
}

.dh-step:not(:last-child)::after {
  content: "\F138";
  position: absolute;
  top: 20px;
  right: -16px;
  color: #a4acb3;
  font-family: bootstrap-icons;
  font-size: 25px;
}

.dh-step i {
  color: #257312;
  font-size: 46px;
}

.dh-step strong {
  color: #257312;
  font-size: 14px;
}

.dh-step span {
  color: #1d2c36;
  font-size: 14px;
}

.dh-live-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0 0 0 2px;
  list-style: none;
  font-size: 14px;
  font-weight: 650;
}

.dh-live-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
}

.dh-live-list i {
  color: #237b14;
  font-size: 12px;
  line-height: 22px;
}

.dh-live-list .live {
  color: #237b14;
  font-weight: 900;
}

.dh-pick-panel {
  overflow: hidden;
  border: 1px solid var(--dh-line);
  background: #fff;
}

.dh-pick-panel-body {
  padding: 0 18px 20px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, #ffffff 0, #f7f9f9 100%);
}

.dh-pick-panel h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px 0 16px;
  padding: 8px 18px;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
  background:
    linear-gradient(90deg, transparent 0, #06677a 18%, #0a8198 50%, #06677a 82%, transparent 100%);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .62);
}

.dh-pick-panel h2::before,
.dh-pick-panel h2::after {
  content: "";
  width: 36px;
  height: 5px;
  border-top: 3px solid rgba(255, 255, 255, .5);
  border-bottom: 3px solid rgba(255, 255, 255, .5);
}

.dh-pick-list {
  display: grid;
  gap: 0;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  counter-reset: picks;
}

.dh-pick-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 13px;
  align-items: start;
  padding: 13px 0;
  color: #11161b;
}

.dh-pick-item + .dh-pick-item {
  border-top: 1px solid rgba(0, 0, 0, .22);
}

.dh-pick-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-top: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  background: linear-gradient(180deg, #07879b 0, #00495a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 3px 8px rgba(0, 0, 0, .18);
}

.dh-pick-name {
  color: #087487;
  font-size: 18px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
}

.dh-pick-game {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #161a1f;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .01em;
}

.dh-pick-game input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  accent-color: #087487;
}

.dh-pick-game span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dh-checkout {
  display: flex;
  justify-content: center;
}

.dh-checkout .btn {
  width: 100%;
  min-height: 58px;
}

.dh-checkout .btn,
.dh-member-card .btn {
  min-width: 154px;
  border: 0;
  border-radius: 7px;
  padding: 10px 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(180deg, #78be27 0, #267407 100%);
  box-shadow: var(--dh-soft-shadow);
}

.dh-checkout .btn {
  border: 1px solid rgba(0, 184, 208, .5);
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .18), transparent 45%),
    linear-gradient(180deg, #144451 0, #002234 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), var(--dh-soft-shadow);
}

.dh-checkout .btn:hover,
.dh-member-card .btn:hover {
  color: #fff;
  filter: brightness(1.05);
}

.dh-member-card {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  min-height: 260px;
  padding: 32px 34px 18px 112px;
}

.dh-ribbon {
  position: absolute;
  left: -52px;
  top: 25px;
  width: 188px;
  padding: 6px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  background: linear-gradient(90deg, #79c332, #3e9418);
  font-weight: 950;
  line-height: 1.15;
}

.dh-ribbon span {
  display: block;
  font-size: 12px;
}

.dh-member-card h2 {
  margin: 0;
  color: #0a5a81;
  font-size: 22px;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-member-card p {
  margin: 2px 0 18px;
  color: #0b4165;
  font-weight: 800;
}

.dh-check-list {
  display: grid;
  gap: 9px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.dh-member-card .btn {
  min-width: 196px;
  padding: 11px 20px;
}

.dh-check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  color: #263640;
  font-size: 14px;
}

.dh-check-list i {
  color: var(--dh-green);
}

.dh-leaderboard {
  overflow: hidden;
  margin-top: 0;
  border: 1px solid #d7e4ea;
  border-top: 0;
  background:
    radial-gradient(circle at 74% 0, rgba(0, 145, 166, .12), transparent 16rem),
    linear-gradient(180deg, #ffffff 0, #f6fafb 100%);
}

.dh-leader-tabs + .dh-leaderboard,
.dh-profile-sport-tabs + .dh-profile-records {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dh-leader-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 18px 0 18px;
  padding: 0 18px;
  color: #075c7c;
  font-size: 23px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.dh-leader-title::before,
.dh-leader-title::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #1f7a91;
}

.dh-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(80px, 1fr));
  gap: 7px;
  padding: 0;
}

.dh-leader-tabs {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 calc(-1 * var(--dh-content-gap, 18px) - 1px);
  white-space: nowrap;
  scrollbar-width: thin;
}

.dh-tab {
  appearance: none;
  display: flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe5e9;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  color: #172838;
  background: #eff1f3;
  font-family: inherit;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

a.dh-tab,
button.dh-tab {
  cursor: pointer;
}

.dh-tab.active,
.dh-tab:hover,
.dh-tab:focus {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #08647d 0, #002134 100%);
}

.dh-tab.active,
button.dh-tab:disabled {
  cursor: default;
  opacity: 1;
}

.dh-records-page .dh-leaderboard .dh-tabs {
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 5px;
}

.dh-records-page .dh-leaderboard .dh-tab {
  min-height: 38px;
  padding: 0 4px;
  font-size: 14px;
}

.dh-record-intro {
  margin: 0 0 26px;
  padding: 5px 10px;
  color: #172838;
  background: transparent;
}

.dh-record-intro h1,
.dh-record-intro h2,
.dh-record-intro h3 {
  margin: 0 0 14px;
  color: #075c7c;
  font-weight: 950;
}

.dh-record-intro h1 {
  font-size: 2rem;
  line-height: 1.16;
}

.dh-record-intro p {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.38;
}

.dh-record-intro p:last-child {
  margin-bottom: 0;
}

.dh-record-title {
  margin: 34px 0;
  scroll-margin-top: 24px;
}

.dh-record-time-tabs {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  margin: -4px 0 -22px;
  padding: 0;
}

.dh-record-time-tabs .dh-tab {
  min-height: 41px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 900;
}

.dh-record-controls {
  margin-top: 0;
  border-top: 1px solid #d7e4ea;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.dh-record-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 20px 12px 18px;
  background: transparent;
  box-shadow: none;
}

.dh-record-filter strong {
  color: #26383f;
  font-size: 16px;
}

.dh-record-filter span {
  color: #418696;
  font-size: 13px;
  font-weight: 900;
}

.dh-record-filter em {
  color: #172838;
  font-size: 16px;
}

.dh-record-table-wrap {
  overflow-x: auto;
  border: 1px solid #dce7ea;
  border-radius: 0;
}

.dh-record-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  font-size: 15px;
}

.dh-record-table th {
  border-bottom: 1px solid #dce7ea;
  padding: 11px 10px;
  color: #26383f;
  font-size: 15px;
  text-align: left;
  white-space: nowrap;
  background: #eef5f7;
}

.dh-record-table th a {
  color: #26383f;
}

.dh-record-table th.is-selected {
  color: #fff;
  background: #418696;
}

.dh-record-table th.is-selected a {
  color: #fff;
}

.dh-record-table th:first-child,
.dh-record-table .dh-record-rank {
  width: 82px;
  text-align: center;
}

.dh-record-table th:first-child a {
  display: block;
  text-align: center;
}

.dh-record-table td {
  border-bottom: 1px solid #edf3f5;
  padding: 11px 10px;
}

.dh-record-table tr:nth-child(even) td {
  background: #f7fbfc;
}

.dh-record-rank {
  color: #418696;
  font-weight: 800;
}

.dh-farm-page .dh-content {
  --dh-content-gap: 22px;
  gap: var(--dh-content-gap);
}

.dh-farm-hero-panel {
  overflow: visible;
  border-radius: 0;
  line-height: 0;
  background: transparent;
  box-shadow: none;
}

.dh-farm-hero-art,
.dh-farm-hero-img {
  display: block;
}

.dh-farm-hero-art {
  aspect-ratio: 1774 / 690;
  overflow: hidden;
}

.dh-farm-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.dh-farm-intro-copy > *:first-child {
  margin-top: 0;
}

.dh-farm-intro-copy > *:last-child {
  margin-bottom: 0;
}

.dh-farm-hero-dark {
  display: none;
}

.dh-farm-intro {
  display: block;
  margin-bottom: 10px;
}

.dh-farm-intro .dh-eyebrow {
  margin: 0 0 7px;
  color: #0a6a84;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dh-farm-intro-copy {
  max-width: 980px;
}

.dh-farm-summary {
  display: grid;
  gap: 10px;
}

.dh-farm-summary div {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 12px;
  align-items: center;
  border: 1px solid #d7e4ea;
  border-radius: 8px;
  padding: 12px;
  background: #f7fbfc;
}

.dh-farm-summary i {
  display: grid;
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #00b8d0 0, #005673 100%);
  font-size: 19px;
}

.dh-farm-summary strong {
  color: #102a3b;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-farm-summary span {
  color: #36515d;
  font-size: 14px;
  line-height: 1.25;
}

.dh-farm-record-filter {
  padding-bottom: 16px;
}

.dh-farm-sport-tabs {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  margin: -4px 0 -12px;
  padding: 0;
}

.dh-farm-sport-tabs .dh-tab {
  min-height: 41px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 900;
}

.dh-farm-whoshot {
  margin-bottom: 8px;
}

.dh-farm-whoshot .dh-tabs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
}

.dh-farm-hot-logo {
  display: grid;
  place-items: center;
  padding: 7px;
}

.dh-farm-hot-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dh-farm-sport-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 12px 18px;
}

.dh-farm-sport-filter a,
.dh-farm-sport-filter span {
  display: inline-flex;
  min-width: 84px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfdde3;
  border-radius: 7px;
  padding: 0 14px;
  color: #16293a;
  background: #f3f8fa;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.dh-farm-sport-filter a:hover,
.dh-farm-sport-filter a:focus,
.dh-farm-sport-filter span.active {
  color: #fff;
  background: linear-gradient(180deg, #08647d 0, #002134 100%);
}

.dh-farm-member a {
  font-weight: 900;
}

.dh-farm-empty {
  color: #36515d;
  font-weight: 800;
  text-align: center;
}

.dh-percent-bar {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.dh-percent-bar i {
  display: inline-block;
  min-width: 12px;
  height: 12px;
  border-radius: 6px;
}

@media (max-width: 900px) {
  .dh-records-page .dh-leaderboard .dh-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dh-record-time-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dh-farm-sport-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dh-farm-intro {
    grid-template-columns: 1fr;
  }
}

.dh-leader-list {
  display: grid;
  gap: 12px;
  border-top: 1px solid #dfe5e9;
  padding: 14px;
}

.dh-leader-row {
  display: grid;
  grid-template-columns: 111px minmax(214px, .9fr) minmax(257px, 1fr) 54px;
  gap: 16px;
  align-items: center;
  min-height: 112px;
  border: 1px solid #dbe5ea;
  border-radius: 9px;
  padding: 10px 12px;
  color: #172838;
  background:
    radial-gradient(circle at 15% 50%, rgba(0, 137, 158, .14), transparent 13rem),
    linear-gradient(90deg, #ffffff 0, #f7fbfc 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72), 0 4px 14px rgba(0, 39, 58, .08);
}

.dh-leader-row + .dh-leader-row {
  border-top: 1px solid #dbe5ea;
}

.dh-leader-media {
  position: relative;
  width: 121px;
  min-height: 104px;
}

.dh-capper-photo {
  position: relative;
  display: block;
  overflow: hidden;
  width: 92px;
  height: 92px;
  border: 2px solid #84b5c2;
  border-radius: 8px;
  background: #edf5f7;
}

.dh-capper-photo .da {
  width: 100%;
  height: 100%;
}

.dh-capper-photo .dx {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.dh-capper-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dh-capper-photo .da img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.dh-fans-badge {
  position: absolute;
  top: 70px;
  left: 63px;
  z-index: 2;
  display: grid;
  width: 54px;
  min-height: 34px;
  place-items: center;
  border-radius: 7px;
  padding: 4px 5px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(10, 134, 154, .92), rgba(0, 80, 100, .96)),
    linear-gradient(180deg, #0f6f83 0, #053548 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset -1px 0 0 rgba(0, 109, 130, .28);
}

.dh-fans-badge strong {
  display: block;
  font-size: 16px;
}

.dh-fans-badge span {
  display: block;
  color: #dffaff;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-leader-main {
  min-width: 0;
}

.dh-leader-main a {
  display: block;
  color: #07547b;
  font-size: 23px;
  font-style: italic;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.dh-leader-main a:hover,
.dh-leader-main a:focus {
  color: #008aa1;
}

.dh-leader-main div {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 14px;
  border-top: 1px solid #6fb3c3;
  padding-top: 10px;
  color: #385564;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  scrollbar-width: thin;
}

.dh-leader-main div a {
  flex: 0 0 auto;
  color: #008aa1;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-leader-stat {
  border-left: 1px solid rgba(0, 111, 132, .32);
  padding-left: 22px;
  color: #172838;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
}

.dh-leader-stat strong {
  color: #008aa1;
  font-size: 24px;
  font-weight: 900;
}

.dh-stat-money {
  white-space: nowrap;
}

.dh-leader-stat a {
  color: #008aa1;
  font-weight: 900;
}

.dh-chart-link {
  display: grid;
  width: 48px;
  height: 92px;
  place-items: center;
  color: #3a8b13;
  font-size: 30px;
}

.dh-chart-link:hover,
.dh-chart-link:focus {
  color: #267407;
  text-decoration: none;
}

.dh-season-message {
  padding: 28px 22px;
  color: #20323f;
}

.dh-footer-cta {
  margin: 0 0 16px;
}

.dh-footer-cta-inner {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 60px;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  padding: 18px 24px;
  color: #fff;
  background:
    radial-gradient(circle at 32% 0, rgba(72, 152, 31, .5), transparent 8rem),
    linear-gradient(180deg, #075970 0, #001e30 100%);
  box-shadow: var(--dh-soft-shadow);
}

.dh-footer-cta-inner i {
  justify-self: start;
  color: #9bd434;
  font-size: 32px;
}

.dh-footer-cta p {
  max-width: none;
  margin: 0;
  padding: 0 8px;
  font-weight: 650;
}

.dh-site-footer {
  padding: 0 0 28px;
  color: #52616c;
  font-size: 13px;
}

.dh-footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.dh-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.dh-site-footer nav a {
  color: #2e5669;
}

.dh-cappers-hero {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: 8px;
  padding: 30px 36px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 18, 29, .96) 0, rgba(0, 44, 62, .82) 48%, rgba(0, 37, 54, .12) 78%, rgba(0, 21, 32, .08) 100%),
    url("/gfx/Documented-Sports-Handicappers.png") center / cover no-repeat;
  box-shadow: var(--dh-soft-shadow);
}

.dh-capper-eyebrow {
  margin-bottom: 10px;
  color: #9bd434;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-cappers-hero h1 {
  max-width: 650px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 37px;
  font-weight: 950;
  line-height: 1.12;
  text-transform: uppercase;
}

.dh-cappers-hero p {
  max-width: 650px;
  margin: 0;
  color: #e9f8fb;
  font-size: 18px;
  font-weight: 650;
}

.dh-capper-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.dh-capper-metric {
  display: grid;
  min-width: 118px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  padding: 10px 14px;
  color: #fff;
  background: rgba(0, 16, 25, .58);
  backdrop-filter: blur(2px);
}

.dh-capper-metric strong {
  font-size: 25px;
  line-height: 1;
}

.dh-capper-metric span {
  margin-top: 4px;
  color: #c7e8ef;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.dh-capper-filter {
  display: grid;
  gap: 14px;
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  padding: 18px;
  background: var(--dh-panel);
  box-shadow: var(--dh-soft-shadow);
}

.dh-capper-filter > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #084969;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-capper-filter > div i {
  color: #257312;
}

.dh-capper-filter nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dh-capper-filter a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6e2e8;
  border-radius: 7px;
  padding: 0 14px;
  color: #172838;
  font-size: 14px;
  font-weight: 850;
  background: #f5f8fa;
  text-decoration: none;
}

.dh-capper-filter a:hover,
.dh-capper-filter a:focus,
.dh-capper-filter a.active {
  color: #fff;
  background: linear-gradient(180deg, #08647d 0, #002134 100%);
  text-decoration: none;
}

.dh-capper-list {
  display: grid;
  gap: 14px;
}

.dh-capper-row {
  display: grid;
  grid-template-columns: 54px 96px minmax(0, 1fr) minmax(248px, .54fr);
  gap: 16px;
  align-items: center;
  min-height: 128px;
  border: 1px solid #dbe5ea;
  border-radius: 8px;
  padding: 14px;
  color: #172838;
  background:
    radial-gradient(circle at 12% 50%, rgba(0, 137, 158, .12), transparent 13rem),
    linear-gradient(90deg, #ffffff 0, #f7fbfc 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72), 0 4px 14px rgba(0, 39, 58, .08);
}

.dh-capper-rank {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  background: linear-gradient(180deg, #07879b 0, #00495a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
}

.dh-capper-row .dh-capper-photo {
  width: 96px;
  height: 96px;
}

.dh-capper-photo span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #0f6f83;
  font-size: 40px;
}

.dh-capper-main {
  min-width: 0;
}

.dh-capper-name {
  color: #07547b;
  font-size: 23px;
  font-style: italic;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.dh-capper-name:hover,
.dh-capper-name:focus {
  color: #008aa1;
}

.dh-capper-summary {
  margin-top: 8px;
  color: #385564;
  font-size: 15px;
}

.dh-capper-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dh-capper-stat {
  display: grid;
  min-height: 66px;
  align-content: center;
  border: 1px solid #dce8ed;
  border-radius: 7px;
  padding: 9px;
  text-align: center;
  background: rgba(255, 255, 255, .74);
}

.dh-capper-stat span {
  color: #52616c;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.dh-capper-stat strong {
  color: #008aa1;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.2;
}

.dh-capper-action {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 7px;
  padding: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .18), transparent 45%),
    linear-gradient(180deg, #144451 0, #002234 100%);
  box-shadow: var(--dh-soft-shadow);
  text-decoration: none;
}

.dh-capper-action:hover,
.dh-capper-action:focus {
  color: #fff;
  filter: brightness(1.05);
  text-decoration: none;
}

.dh-empty-season,
.dh-capper-note {
  display: flex;
  gap: 16px;
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  padding: 20px;
  color: #20323f;
  background: var(--dh-panel);
  box-shadow: var(--dh-soft-shadow);
}

.dh-empty-season i {
  color: #0a8198;
  font-size: 34px;
}

.dh-empty-season h2 {
  margin: 0 0 4px;
  color: #084969;
  font-size: 20px;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-empty-season p,
.dh-capper-note p {
  margin: 0;
}

.dh-capper-note {
  display: grid;
  gap: 10px;
}

.dh-capper-note a {
  font-weight: 900;
}

.dh-handicapper-page {
  --dh-content-gap: 22px;
  gap: var(--dh-content-gap);
}

.dh-handicapper-page.is-loading {
  opacity: .58;
  pointer-events: none;
}

.dh-profile-hero {
  display: grid;
  gap: 16px;
  padding: 5px 10px 18px;
  color: #172838;
}

.dh-profile-heading {
  display: block;
}

.dh-profile-heading .dh-eyebrow {
  margin: 0 0 6px;
  color: #0a6a84;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dh-profile-heading h1 {
  margin: 0;
  color: #07547b;
  font-size: 28px;
  font-style: italic;
  font-weight: 950;
  line-height: 1.1;
}

.dh-profile-bio-grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.dh-profile-photo {
  width: 150px;
  height: 150px;
}

.dh-profile-bio {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.dh-profile-copy {
  padding: 0;
  color: #172838;
  font-size: 16px;
  line-height: 1.45;
}

.dh-profile-copy > *:first-child {
  margin-top: 0;
}

.dh-profile-copy > *:last-child {
  margin-bottom: 0;
}

.dh-profile-copy p {
  margin: 0 0 10px;
}

.dh-profile-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.dh-profile-metrics div {
  display: grid;
  min-height: 70px;
  align-content: center;
  border: 1px solid #dce8ed;
  border-radius: 7px;
  padding: 10px;
  text-align: center;
  background: rgba(255, 255, 255, .78);
}

.dh-profile-metrics strong {
  color: #008aa1;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.1;
}

.dh-profile-metrics span {
  color: #52616c;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.dh-profile-picks {
  overflow: hidden;
}

.dh-profile-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .18), transparent 68%),
    linear-gradient(180deg, #074c61 0, #001e30 100%);
}

.dh-profile-section-head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-profile-section-head span {
  color: #9bd434;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-profile-picks h3 {
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid #d9e6eb;
  border-bottom: 1px solid #d9e6eb;
  color: #07547b;
  font-size: 18px;
  font-style: italic;
  font-weight: 950;
  text-transform: uppercase;
  background: #f1f7f9;
}

.dh-profile-pick-list {
  display: grid;
}

.dh-profile-pick {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #e4ecef;
  color: #172838;
  background: #fff;
}

.dh-profile-pick:nth-child(even) {
  background: #f7fbfc;
}

.dh-profile-pick-check {
  display: grid;
  place-items: center;
}

.dh-profile-pick-check input {
  width: 20px;
  height: 20px;
  accent-color: #087487;
}

.dh-profile-pick-main {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.dh-profile-pick-main strong {
  color: #172838;
  font-size: 16px;
  font-weight: 900;
}

.dh-profile-pick-main span {
  color: #53616d;
  font-size: 13px;
  font-style: italic;
  font-weight: 800;
}

.dh-profile-pick-price {
  display: inline-block;
  margin-right: 5px;
  color: var(--dh-green);
  font-weight: 950;
}

.dh-profile-pick-action a,
.dh-profile-pick-action span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b7d7e0;
  border-radius: 7px;
  padding: 0 12px;
  color: #07547b;
  font-size: 13px;
  font-weight: 900;
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.dh-profile-pick-action a:hover,
.dh-profile-pick-action a:focus {
  color: #fff;
  background: linear-gradient(180deg, #08647d 0, #002134 100%);
}

.dh-profile-pick-action .win {
  border-color: rgba(63, 143, 23, .35);
  color: var(--dh-green);
}

.dh-profile-pick-action .loss {
  border-color: rgba(167, 47, 47, .32);
  color: #a72f2f;
}

.dh-profile-pick-action .push,
.dh-profile-pick-action .pending,
.dh-profile-pick-action .cancelled,
.dh-profile-pick-action .postponed {
  color: #428598;
}

.dh-profile-checkout {
  display: flex;
  justify-content: center;
  padding: 18px;
}

.dh-profile-checkout .btn i {
  margin-right: 6px;
}

.dh-btn-primary {
  border: 0;
  color: #fff;
  font-weight: 900;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .18), transparent 45%),
    linear-gradient(180deg, #144451 0, #002234 100%);
  box-shadow: var(--dh-soft-shadow);
}

.dh-btn-primary:hover,
.dh-btn-primary:focus {
  color: #fff;
  filter: brightness(1.05);
}

.dh-btn-secondary {
  border: 1px solid #002234;
  color: #002234;
  font-weight: 900;
  background: #fff;
  box-shadow: none;
}

.dh-btn-secondary:hover,
.dh-btn-secondary:focus {
  border-color: #00546a;
  color: #00546a;
  background: #fff;
}

:root[data-theme="dark"] .dh-btn-secondary {
  border-color: rgba(47, 206, 230, .42);
  color: #27d7ea;
  background: rgba(6, 16, 22, .84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

:root[data-theme="dark"] .dh-btn-secondary:hover,
:root[data-theme="dark"] .dh-btn-secondary:focus {
  border-color: rgba(47, 206, 230, .72);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .16), transparent 70%),
    rgba(8, 34, 43, .94);
}

.dh-card-page .dh-content {
  --dh-content-gap: 22px;
}

.dh-card-hero {
  padding-bottom: 0;
}

.dh-game-card {
  overflow: hidden;
}

.dh-card-matchup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 0, rgba(4, 108, 131, .12), transparent 16rem),
    linear-gradient(180deg, #fff 0, #f4f9fb 100%);
}

.dh-card-team {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.dh-card-team-score {
  color: #07547b;
  font-size: 64px;
  font-weight: 950;
  line-height: .95;
  letter-spacing: 0;
}

.dh-card-team h2 {
  margin: 0;
  color: #172838;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.dh-card-team span {
  color: #53616d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-card-versus {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .22), transparent 60%),
    linear-gradient(180deg, #075970 0, #001e30 100%);
  box-shadow: var(--dh-soft-shadow);
}

.dh-card-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  padding: 0 28px 26px;
  background: #f4f9fb;
}

.dh-card-detail {
  display: grid;
  min-height: 86px;
  align-content: center;
  gap: 3px;
  border: 1px solid #dce8ed;
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  background: #fff;
}

.dh-card-line {
  grid-column: 1 / -1;
}

.dh-card-detail span {
  color: #53616d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-card-detail strong {
  color: #07547b;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.15;
}

.dh-card-message {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #dce8ed;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  background: #fff;
}

.dh-card-message i {
  color: var(--dh-green);
  font-size: 25px;
}

.dh-card-message p {
  margin: 0;
  color: #172838;
  font-weight: 850;
}

.dh-card-message .btn i {
  margin-right: 6px;
  color: inherit;
  font-size: 16px;
}

.dh-card-purchase {
  justify-content: space-between;
  text-align: left;
}

.dh-card-price-inline {
  display: grid;
  gap: 2px;
  min-width: 120px;
}

.dh-card-price-inline span {
  color: #53616d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-card-price-inline strong {
  color: #07547b;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.1;
}

.dh-card-actions {
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  padding: 18px 0 0;
}

.dh-card-actions .btn i {
  margin-right: 6px;
}

.dh-card-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

:root[data-theme="dark"] .dh-card-matchup {
  background:
    radial-gradient(circle at 50% 0, rgba(0, 194, 221, .16), transparent 16rem),
    linear-gradient(180deg, #07141b 0, #061016 100%);
}

:root[data-theme="dark"] .dh-card-detail,
:root[data-theme="dark"] .dh-card-message {
  border-color: rgba(47, 206, 230, .2);
  background: rgba(8, 20, 27, .88);
}

:root[data-theme="dark"] .dh-card-details {
  background: rgba(6, 16, 22, .92);
}

:root[data-theme="dark"] .dh-card-team h2,
:root[data-theme="dark"] .dh-card-message p {
  color: #edf8fb;
}

:root[data-theme="dark"] .dh-card-team-score,
:root[data-theme="dark"] .dh-card-detail strong {
  color: #27d7ea;
}

:root[data-theme="dark"] .dh-card-team span,
:root[data-theme="dark"] .dh-card-detail span,
:root[data-theme="dark"] .dh-card-price-inline span {
  color: #9db4bf;
}

:root[data-theme="dark"] .dh-card-price-inline strong {
  color: #27d7ea;
}

.dh-account-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 18px;
}

.dh-credit-refund-amount {
  color: var(--dh-green);
  font-weight: 950;
}

.dh-cart-checkout-banner {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 18px;
  border: 1px solid rgba(0, 194, 221, .38);
  border-radius: 8px;
  padding: 14px 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .28), transparent 62%),
    linear-gradient(180deg, #155162 0, #002234 100%);
  box-shadow: var(--dh-soft-shadow);
}

.dh-cart-checkout-banner:hover,
.dh-cart-checkout-banner:focus {
  border-color: rgba(0, 194, 221, .64);
  color: #fff;
  filter: brightness(1.06);
}

.dh-cart-checkout-banner i {
  flex: 0 0 auto;
  font-size: 23px;
}

.dh-purchase-credit-action .btn {
  width: 80%;
}

.dh-purchased-pick-list {
  list-style: none;
  padding-left: 0;
}

.dh-purchased-pick {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 8px;
  align-items: start;
}

.dh-purchased-date {
  grid-column: 1;
  grid-row: 1;
  color: var(--dh-ink);
  font-weight: 950;
  white-space: nowrap;
}

.dh-purchased-game-line {
  grid-column: 2;
  grid-row: 1;
  display: block;
  margin-bottom: 2px;
  font-weight: 950;
}

.dh-purchased-selection-line {
  grid-column: 2;
  grid-row: 2;
  display: block;
}

.dh-purchased-unit {
  color: var(--dh-green);
  font-weight: 950;
  white-space: nowrap;
}

.dh-credit-modal .modal-content {
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  color: var(--dh-ink);
  background: var(--dh-panel);
  box-shadow: var(--dh-soft-shadow);
}

.dh-credit-modal .modal-header {
  border-bottom-color: var(--dh-line);
}

.dh-credit-modal .modal-title {
  color: var(--dh-ink);
  font-weight: 950;
}

.dh-credit-form-row {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 96px;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.dh-credit-price-row {
  grid-template-columns: 240px minmax(0, 1fr);
  margin-bottom: 16px;
}

.dh-credit-promo-row {
  margin-top: 0;
  margin-bottom: 22px;
}

.dh-credit-summary-row {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.dh-credit-summary-label {
  color: var(--dh-ink);
  font-size: 20px;
  font-weight: 850;
}

.dh-credit-summary {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 14px;
  min-height: 54px;
  border: 1px solid var(--dh-line);
  border-radius: 7px;
  color: var(--dh-ink);
  background: rgba(0, 133, 170, .07);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.35;
}

.dh-credit-modal-note {
  margin: 14px 0 2px;
  padding-top: 14px;
  border-top: 1px solid var(--dh-line);
  color: var(--dh-muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.dh-credit-form-row label {
  margin: 0;
  color: var(--dh-ink);
  font-size: 20px;
  font-weight: 850;
}

.dh-credit-form-row .form-select,
.dh-credit-form-row .form-control {
  min-height: 54px;
  border-color: rgba(0, 35, 52, .34);
  border-radius: 7px;
  color: var(--dh-ink);
  font-size: 18px;
  font-weight: 800;
  background-color: var(--dh-panel);
}

.dh-credit-form-row .btn {
  min-height: 54px;
  width: 100%;
}

.dh-credit-pay-now {
  width: 100%;
  min-height: 52px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 900;
}

:root[data-theme="dark"] .dh-credit-modal .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

:root[data-theme="dark"] .dh-credit-form-row .form-select,
:root[data-theme="dark"] .dh-credit-form-row .form-control {
  border-color: rgba(0, 184, 208, .28);
  color: #e8f6fb;
  background-color: #071721;
}

:root[data-theme="dark"] .dh-credit-summary {
  color: #e8f6fb;
  background: rgba(0, 184, 208, .10);
}

.dh-profile-records {
  overflow: hidden;
  border-radius: 8px;
}

.dh-profile-record-summary {
  display: block;
  padding: 18px;
}

.dh-profile-record-summary p {
  margin: 0;
  color: #172838;
  font-size: 17px;
  font-weight: 750;
}

.dh-profile-record-summary strong {
  color: #07547b;
  font-weight: 950;
}

.dh-profile-sport-tabs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  overflow: visible;
  margin: 0 0 calc(-1 * var(--dh-content-gap, 18px) - 1px);
  padding: 0;
  white-space: nowrap;
  scrollbar-width: thin;
}

.dh-profile-sport-tabs .dh-tab {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 900;
}

.dh-profile-record-table {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
}

.dh-profile-record-table th:first-child,
.dh-profile-record-table td:first-child {
  width: auto;
  text-align: left;
  white-space: nowrap;
}

.dh-profile-footnote {
  margin: 0;
  padding: 14px 18px 18px;
  color: #53616d;
  font-size: 14px;
}

.dh-profile-record-detail {
  overflow: hidden;
}

.dh-profile-record-detail.is-loading {
  padding: 18px;
  color: var(--dh-muted);
  font-weight: 800;
}

.dh-profile-record-detail.is-loading p {
  margin: 0;
}

.dh-profile-record-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--dh-line);
}

.dh-profile-record-detail-head .dh-eyebrow {
  margin: 0 0 4px;
  color: #0a6a84;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dh-profile-record-detail-head h3 {
  margin: 0;
  color: #07547b;
  font-size: 22px;
  font-weight: 950;
}

.dh-record-detail-return {
  flex: 0 0 auto;
  color: #07547b;
  font-size: 13px;
  font-weight: 900;
}

.dh-profile-record-detail-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 14px 18px;
  color: #172838;
  font-size: 17px;
  font-weight: 850;
  background: #f7fbfc;
}

.dh-profile-record-detail-summary strong {
  color: #07547b;
}

.dh-profile-record-detail-table {
  border: 0;
  border-radius: 0;
}

.dh-farm-cta {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
  box-shadow: var(--dh-soft-shadow);
}

.dh-farm-cta img {
  display: block;
  width: 100%;
  height: auto;
}

:root[data-theme="dark"] a {
  color: #29d7ef;
}

:root[data-theme="dark"] .dh-site-header {
  background: transparent;
}

:root[data-theme="dark"] .dh-brand,
:root[data-theme="dark"] .dh-brand:hover,
:root[data-theme="dark"] .dh-brand:focus {
  color: #f2fbff;
}

:root[data-theme="dark"] .dh-brand-logo-light {
  display: none;
}

:root[data-theme="dark"] .dh-brand-logo-dark {
  display: block;
}

:root[data-theme="dark"] .btn.dh-theme-toggle {
  color: #d9edf3;
}

:root[data-theme="dark"] .btn.dh-theme-toggle:hover,
:root[data-theme="dark"] .btn.dh-theme-toggle:focus {
  color: #fff;
}

:root[data-theme="dark"] .dh-mobile-menu-toggle {
  border-color: rgba(0, 194, 221, .38);
  color: #eaf8fb;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .2), transparent 44%),
    linear-gradient(180deg, #084757 0, #001923 100%);
}

:root[data-theme="dark"] .dh-mobile-offcanvas {
  border-left: 1px solid rgba(0, 194, 221, .24);
  color: #eaf8fb;
  background: #071219;
}

:root[data-theme="dark"] .dh-mobile-offcanvas .offcanvas-header {
  border-color: rgba(0, 194, 221, .22);
}

:root[data-theme="dark"] .dh-mobile-offcanvas .offcanvas-title {
  color: #eaf8fb;
}

:root[data-theme="dark"] .dh-mobile-auth-actions {
  border-color: rgba(0, 194, 221, .22);
}

:root[data-theme="dark"] .dh-mobile-offcanvas .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

:root[data-theme="dark"] .dh-nav-shell,
:root[data-theme="dark"] .dh-panel,
:root[data-theme="dark"] .dh-side-card {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .38);
}

:root[data-theme="dark"] .dh-panel,
:root[data-theme="dark"] .dh-side-card,
:root[data-theme="dark"] .dh-feature-list,
:root[data-theme="dark"] .dh-member-card {
  border-color: rgba(0, 184, 208, .24);
  color: #e9f7fb;
  background: #071219;
}

:root[data-theme="dark"] .dh-side-nav a {
  color: #eaf8fb;
}

:root[data-theme="dark"] .dh-side-nav a:hover,
:root[data-theme="dark"] .dh-side-nav a:focus,
:root[data-theme="dark"] .dh-side-nav a.active {
  color: #fff;
  background: rgba(0, 194, 221, .12);
}

:root[data-theme="dark"] .dh-copy-block h2,
:root[data-theme="dark"] .dh-section-title,
:root[data-theme="dark"] .dh-feature-row h3,
:root[data-theme="dark"] .dh-step strong,
:root[data-theme="dark"] .dh-live-list .live {
  color: #8bd62b;
}

:root[data-theme="dark"] .dh-copy-block p,
:root[data-theme="dark"] .dh-feature-row p,
:root[data-theme="dark"] .dh-step span,
:root[data-theme="dark"] .dh-live-list,
:root[data-theme="dark"] .dh-check-list li {
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-feature-row + .dh-feature-row,
:root[data-theme="dark"] .dh-steps {
  border-color: rgba(0, 184, 208, .18);
}

:root[data-theme="dark"] .dh-hero,
:root[data-theme="dark"] .dh-pick-panel,
:root[data-theme="dark"] .dh-side-alert {
  border: 1px solid rgba(0, 184, 208, .3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .38);
}

:root[data-theme="dark"] .dh-pick-panel-body {
  background: linear-gradient(180deg, #071219 0, #020608 100%);
}

:root[data-theme="dark"] .dh-pick-item {
  color: #eaf8fb;
}

:root[data-theme="dark"] .dh-pick-item + .dh-pick-item {
  border-top-color: rgba(0, 184, 208, .18);
}

:root[data-theme="dark"] .dh-pick-name {
  color: #32d7e8;
  text-shadow: none;
}

:root[data-theme="dark"] .dh-pick-game {
  color: #edf8fb;
}

:root[data-theme="dark"] .dh-pick-game .text-muted {
  color: rgba(237, 248, 251, .68) !important;
}

:root[data-theme="dark"] .dh-side-alert-body {
  color: #eaf8fb;
  background: linear-gradient(180deg, #071219 0, #020608 100%);
}

:root[data-theme="dark"] .dh-side-alert .dh-price span,
:root[data-theme="dark"] .dh-side-alert .dh-small-copy,
:root[data-theme="dark"] .dh-member-card h2,
:root[data-theme="dark"] .dh-member-card p {
  color: #eaf8fb;
}

:root[data-theme="dark"] .dh-footer-cta-inner,
:root[data-theme="dark"] .dh-topline {
  background:
    radial-gradient(circle at 34% 0, rgba(0, 194, 221, .2), transparent 8rem),
    linear-gradient(180deg, #031721 0, #00080d 100%);
}

:root[data-theme="dark"] .dh-site-footer {
  color: #9db4bf;
}

:root[data-theme="dark"] .dh-site-footer nav a {
  color: #b7dce6;
}

:root[data-theme="dark"] .dh-leaderboard {
  border-color: rgba(0, 160, 181, .42);
  background:
    radial-gradient(circle at 74% 0, rgba(0, 194, 221, .16), transparent 16rem),
    linear-gradient(180deg, #080b0e 0, #030506 100%);
}

:root[data-theme="dark"] .dh-leader-title {
  color: #fff;
}

:root[data-theme="dark"] .dh-leader-title::before,
:root[data-theme="dark"] .dh-leader-title::after {
  background: #00b8d0;
}

:root[data-theme="dark"] .dh-tab {
  border-color: rgba(0, 184, 208, .32);
  color: #dceff5;
  background: rgba(255, 255, 255, .08);
}

:root[data-theme="dark"] .dh-tab.active,
:root[data-theme="dark"] .dh-tab:hover,
:root[data-theme="dark"] .dh-tab:focus {
  color: #fff;
  background: linear-gradient(180deg, #08647d 0, #002134 100%);
}

:root[data-theme="dark"] .dh-record-intro {
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-record-intro h1,
:root[data-theme="dark"] .dh-record-intro h2,
:root[data-theme="dark"] .dh-record-intro h3 {
  color: #fff;
}

:root[data-theme="dark"] .dh-basic-content {
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-basic-content h1,
:root[data-theme="dark"] .dh-basic-copy h2,
:root[data-theme="dark"] .dh-basic-copy h3,
:root[data-theme="dark"] .dh-help-block h2 {
  color: #fff;
}

:root[data-theme="dark"] .dh-help-block {
  border-top-color: rgba(0, 184, 208, .28);
}

:root[data-theme="dark"] .dh-help-form span {
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-help-form input,
:root[data-theme="dark"] .dh-help-form textarea {
  border-color: rgba(0, 184, 208, .32);
  color: #eef9fb;
  background: #071219;
}

:root[data-theme="dark"] .dh-help-form input:focus,
:root[data-theme="dark"] .dh-help-form textarea:focus {
  border-color: #00c2dd;
  box-shadow: 0 0 0 3px rgba(0, 194, 221, .18);
}

:root[data-theme="dark"] .dh-help-form-status.error {
  border-color: rgba(200, 65, 65, .36);
  color: #ffd7d7;
  background: rgba(110, 20, 20, .28);
}

:root[data-theme="dark"] .dh-help-form-status.success {
  border-color: rgba(127, 208, 38, .4);
  color: #d7ffc0;
  background: rgba(46, 118, 12, .24);
}

:root[data-theme="dark"] .dh-record-filter strong,
:root[data-theme="dark"] .dh-record-filter em {
  color: #d8edf3;
}

:root[data-theme="dark"] .dh-record-filter span {
  color: #68c3d5;
}

:root[data-theme="dark"] .dh-record-table-wrap {
  border-color: rgba(0, 184, 208, .28);
}

:root[data-theme="dark"] .dh-record-table th {
  border-bottom-color: rgba(0, 184, 208, .28);
  color: #eaf8fb;
  background: #11252c;
}

:root[data-theme="dark"] .dh-record-table th a {
  color: #eaf8fb;
}

:root[data-theme="dark"] .dh-record-table th.is-selected {
  color: #fff;
  background: #0a7188;
}

:root[data-theme="dark"] .dh-record-table th.is-selected a {
  color: #fff;
}

:root[data-theme="dark"] .dh-record-table td {
  border-bottom-color: rgba(0, 184, 208, .14);
  color: #eaf8fb;
  background: #061116;
}

:root[data-theme="dark"] .dh-record-table tr:nth-child(even) td {
  background: #0c1b21;
}

:root[data-theme="dark"] .dh-record-table td a {
  color: #00d6ef;
}

:root[data-theme="dark"] .dh-record-rank {
  color: #6ab9c9;
}

:root[data-theme="dark"] .dh-farm-hero-panel {
  background: transparent;
  box-shadow: none;
}

:root[data-theme="dark"] .dh-farm-hero-light {
  display: none;
}

:root[data-theme="dark"] .dh-farm-hero-dark {
  display: block;
}

:root[data-theme="dark"] .dh-farm-intro .dh-eyebrow {
  color: #68d4e7;
}

:root[data-theme="dark"] .dh-farm-summary div {
  border-color: rgba(0, 184, 208, .28);
  background: #071219;
}

:root[data-theme="dark"] .dh-farm-summary strong,
:root[data-theme="dark"] .dh-farm-summary span {
  color: #eaf8fb;
}

:root[data-theme="dark"] .dh-farm-sport-filter a,
:root[data-theme="dark"] .dh-farm-sport-filter span {
  border-color: rgba(0, 184, 208, .32);
  color: #dceff5;
  background: rgba(255, 255, 255, .08);
}

:root[data-theme="dark"] .dh-farm-sport-filter a:hover,
:root[data-theme="dark"] .dh-farm-sport-filter a:focus,
:root[data-theme="dark"] .dh-farm-sport-filter span.active {
  color: #fff;
  background: linear-gradient(180deg, #08647d 0, #002134 100%);
}

:root[data-theme="dark"] .dh-farm-empty {
  color: #d8edf3;
}

:root[data-theme="dark"] .dh-leader-list {
  border-top-color: rgba(0, 184, 208, .35);
}

:root[data-theme="dark"] .dh-leader-row {
  border-color: rgba(255, 255, 255, .18);
  color: #fff;
  background:
    radial-gradient(circle at 15% 50%, rgba(0, 184, 208, .2), transparent 13rem),
    linear-gradient(90deg, #061215 0, #020405 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 184, 208, .16);
}

:root[data-theme="dark"] .dh-leader-row + .dh-leader-row {
  border-top-color: rgba(255, 255, 255, .18);
}

:root[data-theme="dark"] .dh-capper-photo {
  border-color: #007f91;
  background: #09151a;
}

:root[data-theme="dark"] .dh-fans-badge {
  background:
    linear-gradient(180deg, rgba(0, 194, 221, .38), rgba(0, 74, 91, .88)),
    linear-gradient(180deg, #0a252d 0, #031016 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), inset -1px 0 0 rgba(0, 184, 208, .28);
}

:root[data-theme="dark"] .dh-fans-badge span {
  color: #00c3dd;
}

:root[data-theme="dark"] .dh-leader-main a {
  color: #fff;
}

:root[data-theme="dark"] .dh-leader-main a:hover,
:root[data-theme="dark"] .dh-leader-main a:focus,
:root[data-theme="dark"] .dh-leader-main div a,
:root[data-theme="dark"] .dh-leader-stat strong,
:root[data-theme="dark"] .dh-leader-stat a {
  color: #00c3dd;
}

:root[data-theme="dark"] .dh-leader-main div {
  border-top-color: #00a8bf;
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-leader-stat {
  border-left-color: rgba(0, 184, 208, .72);
  color: #f3fbfd;
}

:root[data-theme="dark"] .dh-chart-link {
  color: #00c3dd;
}

:root[data-theme="dark"] .dh-chart-link:hover,
:root[data-theme="dark"] .dh-chart-link:focus {
  color: #fff;
}

:root[data-theme="dark"] .dh-season-message {
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-capper-filter,
:root[data-theme="dark"] .dh-empty-season,
:root[data-theme="dark"] .dh-capper-note {
  border-color: rgba(0, 184, 208, .24);
  color: #e9f7fb;
  background: #071219;
}

:root[data-theme="dark"] .dh-cappers-hero {
  border: 1px solid rgba(0, 184, 208, .3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .38);
}

:root[data-theme="dark"] .dh-capper-filter > div,
:root[data-theme="dark"] .dh-empty-season h2 {
  color: #8bd62b;
}

:root[data-theme="dark"] .dh-capper-filter a {
  border-color: rgba(0, 184, 208, .32);
  color: #dceff5;
  background: rgba(255, 255, 255, .08);
}

:root[data-theme="dark"] .dh-capper-filter a:hover,
:root[data-theme="dark"] .dh-capper-filter a:focus,
:root[data-theme="dark"] .dh-capper-filter a.active {
  color: #fff;
  background: linear-gradient(180deg, #08647d 0, #002134 100%);
}

:root[data-theme="dark"] .dh-capper-row {
  border-color: rgba(255, 255, 255, .18);
  color: #fff;
  background:
    radial-gradient(circle at 12% 50%, rgba(0, 184, 208, .2), transparent 13rem),
    linear-gradient(90deg, #061215 0, #020405 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 184, 208, .16);
}

:root[data-theme="dark"] .dh-capper-name {
  color: #fff;
}

:root[data-theme="dark"] .dh-capper-name:hover,
:root[data-theme="dark"] .dh-capper-name:focus,
:root[data-theme="dark"] .dh-capper-stat strong,
:root[data-theme="dark"] .dh-capper-note a {
  color: #00c3dd;
}

:root[data-theme="dark"] .dh-capper-summary,
:root[data-theme="dark"] .dh-capper-stat span {
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-capper-stat {
  border-color: rgba(0, 184, 208, .26);
  background: rgba(255, 255, 255, .06);
}

:root[data-theme="dark"] .dh-capper-photo span,
:root[data-theme="dark"] .dh-empty-season i {
  color: #00c3dd;
}

:root[data-theme="dark"] .dh-profile-hero {
  color: #eaf8fb;
}

:root[data-theme="dark"] .dh-profile-heading .dh-eyebrow,
:root[data-theme="dark"] .dh-profile-heading h1,
:root[data-theme="dark"] .dh-profile-record-summary strong,
:root[data-theme="dark"] .dh-profile-picks h3,
:root[data-theme="dark"] .dh-profile-record-detail-head .dh-eyebrow,
:root[data-theme="dark"] .dh-profile-record-detail-head h3,
:root[data-theme="dark"] .dh-record-detail-return,
:root[data-theme="dark"] .dh-profile-record-detail-summary strong {
  color: #00c3dd;
}

:root[data-theme="dark"] .dh-profile-copy,
:root[data-theme="dark"] .dh-profile-record-summary p,
:root[data-theme="dark"] .dh-profile-footnote,
:root[data-theme="dark"] .dh-profile-record-detail-summary {
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-profile-record-detail-head {
  border-color: rgba(0, 184, 208, .24);
}

:root[data-theme="dark"] .dh-profile-record-detail-summary {
  background: #0b1d29;
}

:root[data-theme="dark"] .dh-profile-metrics div {
  border-color: rgba(0, 184, 208, .26);
  background: rgba(255, 255, 255, .06);
}

:root[data-theme="dark"] .dh-profile-metrics strong,
:root[data-theme="dark"] .dh-profile-pick-price {
  color: #8bd62b;
}

:root[data-theme="dark"] .dh-profile-metrics span,
:root[data-theme="dark"] .dh-profile-pick-main span {
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-profile-picks h3 {
  border-color: rgba(0, 184, 208, .24);
  background: rgba(255, 255, 255, .06);
}

:root[data-theme="dark"] .dh-profile-pick {
  border-bottom-color: rgba(0, 184, 208, .14);
  color: #eaf8fb;
  background: #061116;
}

:root[data-theme="dark"] .dh-profile-pick:nth-child(even) {
  background: #0c1b21;
}

:root[data-theme="dark"] .dh-profile-pick-main strong {
  color: #eaf8fb;
}

:root[data-theme="dark"] .dh-profile-pick-action a,
:root[data-theme="dark"] .dh-profile-pick-action span {
  border-color: rgba(0, 184, 208, .32);
  color: #dceff5;
  background: rgba(255, 255, 255, .08);
}

:root[data-theme="dark"] .dh-profile-pick-action a:hover,
:root[data-theme="dark"] .dh-profile-pick-action a:focus {
  color: #fff;
  background: linear-gradient(180deg, #08647d 0, #002134 100%);
}

:root[data-theme="dark"] .dh-profile-pick-action .win {
  color: #8bd62b;
}

:root[data-theme="dark"] .dh-profile-pick-action .loss {
  color: #ff9a9a;
}

.dh-picks-page .dh-content {
  --dh-content-gap: 22px;
  gap: var(--dh-content-gap);
}

.dh-picks-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  overflow: hidden;
  min-height: 236px;
  border-radius: 8px;
  padding: 30px 34px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 22, 34, .97) 0, rgba(0, 58, 77, .88) 52%, rgba(0, 81, 98, .64) 100%),
    url("/gfx/Documented-Sports-Handicappers.png") center / cover no-repeat;
  box-shadow: var(--dh-soft-shadow);
}

.dh-picks-hero .dh-eyebrow {
  margin: 0 0 9px;
  color: #95d431;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-picks-hero h1 {
  max-width: 720px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dh-picks-hero p {
  max-width: 780px;
  margin: 0;
  color: #eaf9fd;
  font-weight: 650;
}

.dh-picks-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 112px);
  gap: 10px;
}

.dh-picks-hero-stats div {
  display: grid;
  min-height: 92px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  background: rgba(0, 12, 19, .46);
}

.dh-picks-hero-stats strong {
  color: #95d431;
  font-size: 32px;
  line-height: 1;
}

.dh-picks-hero-stats span {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-picks-filter-panel {
  padding: 18px;
}

.dh-filter-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.dh-filter-heading h2 {
  margin: 0 0 3px;
  color: #084969;
  font-size: 20px;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-filter-heading p {
  margin: 0;
  color: var(--dh-muted);
}

.dh-filter-heading a {
  flex: 0 0 auto;
  font-weight: 850;
}

.dh-picks-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.dh-sport-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dh-sport-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid #cddbe1;
  border-radius: 8px;
  padding: 8px 12px;
  color: #173243;
  font-weight: 850;
  background: #f7fafb;
  cursor: pointer;
}

.dh-sport-filter input {
  width: 18px;
  height: 18px;
  accent-color: #087487;
}

.dh-sport-filter em {
  display: inline-grid;
  min-width: 28px;
  min-height: 24px;
  place-items: center;
  border-radius: 5px;
  padding: 2px 7px;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  background: #087487;
}

.dh-sport-filter.is-selected {
  border-color: #087487;
  background: #e9f7fa;
}

.dh-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 7px;
  padding: 10px 18px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(180deg, #087487 0, #003246 100%);
  box-shadow: var(--dh-soft-shadow);
}

.dh-filter-button:hover,
.dh-filter-button:focus {
  color: #fff;
  filter: brightness(1.05);
}

.dh-empty-picks {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 34px 22px;
  text-align: center;
}

.dh-empty-picks i {
  color: #087487;
  font-size: 38px;
}

.dh-empty-picks h2 {
  margin: 0;
  color: #084969;
  font-size: 22px;
  font-weight: 950;
}

.dh-empty-picks p {
  margin: 0;
  color: var(--dh-muted);
}

.dh-pick-sport-section {
  display: grid;
  gap: 14px;
}

.dh-pick-sport-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 8px;
  padding: 15px 18px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .18), transparent 42%),
    linear-gradient(180deg, #075970 0, #001e30 100%);
  box-shadow: var(--dh-soft-shadow);
}

.dh-pick-sport-title h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-pick-sport-title span {
  flex: 0 0 auto;
  color: #95d431;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-capper-pick-list {
  display: grid;
  gap: 16px;
}

.dh-capper-pick-card {
  overflow: hidden;
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  background: var(--dh-panel);
  box-shadow: var(--dh-soft-shadow);
}

.dh-capper-pick-header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff 0, #f3f8fa 100%);
  border-bottom: 1px solid #dbe5ea;
}

.dh-capper-pick-header .dh-capper-photo {
  width: 70px;
  height: 70px;
}

.dh-capper-pick-main {
  min-width: 0;
}

.dh-capper-pick-main > a {
  color: #07547b;
  font-size: 20px;
  font-style: italic;
  font-weight: 950;
  line-height: 1.18;
  text-transform: uppercase;
}

.dh-capper-record {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #20323f;
  font-size: 14px;
  font-weight: 800;
}

.dh-capper-record i {
  color: #3f8f17;
}

.dh-capper-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid #b9d2db;
  border-radius: 7px;
  padding: 8px 12px;
  color: #07547b;
  font-weight: 850;
  text-decoration: none;
  background: #fff;
}

.dh-capper-profile-link:hover,
.dh-capper-profile-link:focus {
  color: #003246;
  text-decoration: none;
  background: #edf6f8;
}

.dh-sale-pick-list {
  display: grid;
}

.dh-sale-pick {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px 16px;
}

.dh-sale-pick + .dh-sale-pick {
  border-top: 1px solid #e1e9ed;
}

.dh-sale-pick.is-big {
  background: linear-gradient(90deg, rgba(0, 135, 155, .1), transparent 70%);
}

.dh-sale-pick-control {
  display: grid;
  min-height: 28px;
  place-items: center;
}

.dh-sale-pick-control input {
  width: 21px;
  height: 21px;
  accent-color: #087487;
}

.dh-sale-pick-control i {
  color: #6c7a84;
  font-size: 18px;
}

.dh-sale-pick-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: #101820;
  font-size: 16px;
}

.dh-sale-pick-line strong {
  font-weight: 900;
}

.dh-sale-pick-line a {
  font-weight: 900;
}

.dh-big-marker {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  background: linear-gradient(180deg, #0b8fa5 0, #00586e 100%);
}

.dh-sale-pick-price {
  color: #2f8f17;
  font-weight: 950;
}

.dh-sale-pick-meta-inline {
  color: var(--dh-muted);
  font-size: 14px;
  font-style: italic;
  font-weight: 650;
}

.dh-sale-pick-meta {
  display: none;
  margin-top: 3px;
  color: var(--dh-muted);
  font-size: 14px;
  font-style: italic;
  font-weight: 650;
}

.dh-pick-status {
  display: inline-block;
  width: auto;
  max-width: max-content;
  min-height: 22px;
  border-radius: 5px;
  padding: 5px 12px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  background: #087487;
}

.dh-pick-status.win {
  background: #3f8f17;
}

.dh-pick-status.loss {
  background: #a72f2f;
}

.dh-pick-status.push {
  color: #172838;
  background: #d8e1e5;
}

.dh-pick-status.purchased {
  background: #9c2962;
}

.dh-pick-status.purchased a {
  color: #fff;
  text-decoration: underline;
}

.dh-picks-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
}

.dh-picks-note p {
  margin: 0;
  color: #20323f;
}

.dh-picks-note .btn {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 7px;
  padding: 10px 16px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(180deg, #78be27 0, #267407 100%);
}

.dh-floating-checkout {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 20;
  display: flex;
  transform: translateX(-50%);
}

.dh-floating-checkout[hidden] {
  display: none;
}

.dh-floating-checkout .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  min-height: 58px;
  border: 1px solid rgba(0, 184, 208, .5);
  border-radius: 8px;
  padding: 12px 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .18), transparent 45%),
    linear-gradient(180deg, #144451 0, #002234 100%);
  box-shadow: 0 12px 28px rgba(0, 30, 48, .24);
}

.dh-login-page .dh-content {
  --dh-content-gap: 22px;
  gap: var(--dh-content-gap);
}

.dh-login-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.dh-login-card {
  padding: 24px;
}

.dh-login-card-full {
  grid-column: 1 / -1;
}

.dh-login-card h2 {
  margin: 0 0 6px;
  color: #075c7c;
  font-size: 22px;
  font-weight: 950;
  text-transform: uppercase;
}

.dh-login-card > p {
  margin: 0 0 18px;
  color: #385564;
  font-size: 15px;
}

.dh-login-form {
  display: grid;
  gap: 14px;
}

.dh-login-field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.dh-login-field span,
.dh-login-choice legend {
  color: #20323f;
  font-size: 14px;
  font-weight: 900;
}

.dh-login-field span font {
  margin-left: 4px;
}

.dh-login-field span em {
  color: #6b7a84;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.dh-login-field input[type="text"],
.dh-login-field input[type="password"] {
  width: 100%;
  min-height: 44px;
  border: 1px solid #bfd3dc;
  border-radius: 6px;
  padding: 10px 12px;
  color: #102638;
  background: #fff;
  font: inherit;
  box-shadow: inset 0 1px 2px rgba(11, 29, 43, .05);
}

.dh-login-field input[type="text"]:focus,
.dh-login-field input[type="password"]:focus {
  outline: 0;
  border-color: #0b8fa5;
  box-shadow: 0 0 0 3px rgba(0, 194, 221, .14);
}

.dh-login-remember {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: #263640;
  font-size: 14px;
  line-height: 1.35;
}

.dh-login-alt-link {
  width: fit-content;
  color: #00758d;
  font-size: 14px;
  font-weight: 850;
}

.dh-login-remember input,
.dh-login-choice input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: #087487;
}

.dh-login-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  border: 0;
  padding: 0;
}

.dh-login-choice legend {
  width: 100%;
  margin: 0;
  float: none;
  line-height: 1.2;
}

.dh-login-choice label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #263640;
  font-weight: 750;
}

.dh-login-captcha {
  max-width: 100%;
  overflow-x: auto;
  padding: 2px 0;
}

.dh-login-submit {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 7px;
  padding: 11px 18px;
  color: #fff;
  font-weight: 950;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .18), transparent 44%),
    linear-gradient(180deg, #073c52 0, #001b2c 100%);
  box-shadow: var(--dh-soft-shadow);
}

.dh-login-submit:hover,
.dh-login-submit:focus {
  color: #fff;
  filter: brightness(1.08);
}

.dh-login-error {
  margin: 0 0 14px;
  border: 1px solid rgba(167, 47, 47, .28);
  border-radius: 6px;
  padding: 10px 12px;
  color: #a72f2f;
  background: #fff3f3;
  font-weight: 850;
}

.dh-login-success {
  margin: 0 0 14px;
  border: 1px solid rgba(63, 143, 23, .28);
  border-radius: 6px;
  padding: 10px 12px;
  color: #2f7f13;
  background: #f2faed;
  font-weight: 850;
}

.dh-login-note {
  margin: 0;
  color: #53616d;
  font-size: 13px;
  line-height: 1.4;
}

:root[data-theme="dark"] .dh-picks-filter-panel,
:root[data-theme="dark"] .dh-capper-pick-card,
:root[data-theme="dark"] .dh-picks-note,
:root[data-theme="dark"] .dh-empty-picks {
  border-color: rgba(0, 184, 208, .24);
  background: #071219;
}

:root[data-theme="dark"] .dh-picks-hero {
  border: 1px solid rgba(0, 184, 208, .3);
  background:
    linear-gradient(90deg, rgba(0, 8, 13, .98) 0, rgba(0, 43, 55, .86) 58%, rgba(0, 78, 92, .56) 100%),
    url("/gfx/Documented-Sports-Handicappers.png") center / cover no-repeat;
}

:root[data-theme="dark"] .dh-filter-heading h2,
:root[data-theme="dark"] .dh-empty-picks h2,
:root[data-theme="dark"] .dh-capper-pick-main > a {
  color: #fff;
}

:root[data-theme="dark"] .dh-filter-heading p,
:root[data-theme="dark"] .dh-empty-picks p,
:root[data-theme="dark"] .dh-capper-record,
:root[data-theme="dark"] .dh-sale-pick-line,
:root[data-theme="dark"] .dh-picks-note p {
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-sport-filter {
  border-color: rgba(0, 184, 208, .24);
  color: #edf8fb;
  background: #081821;
}

:root[data-theme="dark"] .dh-sport-filter.is-selected {
  border-color: #00b8d0;
  background: rgba(0, 194, 221, .12);
}

:root[data-theme="dark"] .dh-capper-pick-header {
  border-bottom-color: rgba(0, 184, 208, .24);
  background: linear-gradient(180deg, #071219 0, #020608 100%);
}

:root[data-theme="dark"] .dh-capper-profile-link {
  border-color: rgba(0, 184, 208, .28);
  color: #29d7ef;
  background: #061016;
}

:root[data-theme="dark"] .dh-capper-profile-link:hover,
:root[data-theme="dark"] .dh-capper-profile-link:focus {
  color: #fff;
  background: rgba(0, 194, 221, .12);
}

:root[data-theme="dark"] .dh-sale-pick + .dh-sale-pick {
  border-top-color: rgba(0, 184, 208, .18);
}

:root[data-theme="dark"] .dh-sale-pick.is-big {
  background: linear-gradient(90deg, rgba(0, 194, 221, .14), transparent 72%);
}

:root[data-theme="dark"] .dh-sale-pick-meta,
:root[data-theme="dark"] .dh-sale-pick-control i {
  color: #9db4bf;
}

:root[data-theme="dark"] .dh-login-card h2 {
  color: #fff;
}

:root[data-theme="dark"] .dh-login-card > p,
:root[data-theme="dark"] .dh-login-field span,
:root[data-theme="dark"] .dh-login-choice legend,
:root[data-theme="dark"] .dh-login-choice label,
:root[data-theme="dark"] .dh-login-remember,
:root[data-theme="dark"] .dh-login-alt-link,
:root[data-theme="dark"] .dh-login-note {
  color: #d9edf3;
}

:root[data-theme="dark"] .dh-login-field input[type="text"],
:root[data-theme="dark"] .dh-login-field input[type="password"] {
  border-color: rgba(0, 184, 208, .32);
  color: #eef9fb;
  background: #071219;
}

:root[data-theme="dark"] .dh-login-field input[type="text"]:focus,
:root[data-theme="dark"] .dh-login-field input[type="password"]:focus {
  border-color: #00c2dd;
  box-shadow: 0 0 0 3px rgba(0, 194, 221, .18);
}

:root[data-theme="dark"] .dh-login-error {
  border-color: rgba(200, 65, 65, .36);
  color: #ffd7d7;
  background: rgba(110, 20, 20, .28);
}

:root[data-theme="dark"] .dh-login-success {
  border-color: rgba(127, 208, 38, .4);
  color: #d7ffc0;
  background: rgba(46, 118, 12, .24);
}

@media (max-width: 1100px) {
  .dh-shell {
    width: min(100% - 32px, 1210px);
  }

  .dh-header-grid,
  .dh-home-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dh-header-side {
    min-width: 0;
    justify-items: start;
  }

  .dh-picks-pills {
    min-width: 0;
  }

  .dh-nav-list .nav-link {
    padding: 0 28px;
  }

  .dh-nav-list {
    --bs-navbar-nav-link-padding-x: 28px;
  }

  .dh-navbar .dh-nav-list .nav-link {
    padding-left: 28px;
    padding-right: 28px;
  }

  .dh-capper-row {
    grid-template-columns: 54px 96px minmax(0, 1fr);
  }

  .dh-capper-stats {
    grid-column: 3;
  }

  .dh-profile-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .dh-site-header {
    padding: 20px 0 10px;
  }

  .dh-header-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
  }

  .dh-brand {
    width: 100%;
    max-width: none;
  }

  .dh-brand-logo {
    width: min(60%, 310px);
    height: auto;
    float: none;
    margin: 0;
  }

  .dh-mobile-menu-toggle {
    display: inline-flex;
  }

  .dh-header-side {
    grid-column: 1 / -1;
    width: 100%;
    justify-items: stretch;
    display: none;
  }

  .dh-navbar {
    padding-top: 0;
  }

  .dh-nav-shell {
    overflow: visible;
    display: block;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  :root[data-theme="dark"] .dh-nav-shell {
    background: transparent;
    box-shadow: none;
  }

  .dh-navbar-toggler,
  .dh-nav-panel {
    display: none !important;
  }

  .dh-nav-panel {
    border-radius: 0;
    background: transparent;
  }

  .dh-nav-picks {
    height: auto;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    margin-top: 15px;
    padding: 0;
  }

  .dh-picks-date {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 2;
    width: min(74%, 540px);
    min-width: 0;
    margin: 0 auto -3px;
    border-bottom: 1px solid #343a3d;
    max-width: 100%;
  }

  .dh-picks-pills {
    justify-content: center;
    border-radius: 8px;
    border-top-color: rgba(0, 0, 0, .68);
    max-width: 100%;
  }

  .dh-nav-picks.has-overflow .dh-picks-scroll {
    display: none;
  }

  .dh-nav-list .nav-link {
    min-height: 48px;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .dh-page-grid {
    grid-template-columns: 1fr;
  }

  .dh-sidebar {
    display: none;
  }

  .dh-content {
    order: 1;
    min-width: 0;
  }

  .dh-mobile-side-nav {
    padding: 8px 0;
  }

  :root[data-theme="dark"] .dh-mobile-side-nav {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .dh-mobile-side-nav a {
    min-height: 40px;
    padding: 0 18px;
    font-size: 20px;
    font-weight: 700;
  }

  .dh-mobile-side-nav .nested {
    padding: 0 0 8px 18px;
  }

  .dh-mobile-side-nav .nested a {
    min-height: 40px;
    font-size: 18px;
  }

  .dh-help-form-grid {
    grid-template-columns: 1fr;
  }

  .dh-home-grid {
    gap: 22px;
  }

  .dh-leader-row {
    grid-template-columns: 124px minmax(0, 1fr) 54px;
  }

  .dh-leader-stat {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .dh-chart-link {
    grid-column: 3;
    grid-row: 1;
    height: 58px;
  }

  .dh-leader-stat {
    border-left: 0;
    padding-left: 0;
    font-size: 15px;
  }

  .dh-fans-badge strong {
    font-size: 16px;
  }

  .dh-fans-badge span {
    font-size: 8px;
  }

  .dh-picks-hero {
    grid-template-columns: 1fr;
  }

  .dh-picks-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }

  .dh-shell {
    width: min(100% - 24px, 1210px);
  }

  .dh-topline {
    display: none;
  }

  .dh-brand {
    width: 100%;
  }

  .dh-brand-logo {
    width: 60%;
    max-width: 280px;
  }

  .dh-picks-card,
  .dh-picks-pills {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .dh-picks-date {
    min-width: 0;
  }

  .dh-picks-pills {
    gap: 16px;
    justify-content: center;
    padding: 0 14px;
  }

  .dh-nav-picks.has-overflow .dh-picks-pills {
    justify-content: flex-start;
    padding-right: 48px;
  }

  .dh-sport-pill {
    font-size: 15px;
  }

  .dh-hero {
    min-height: 270px;
    padding: 24px;
    background:
      linear-gradient(180deg, rgba(0, 23, 36, .96) 0, rgba(0, 38, 55, .82) 58%, rgba(0, 29, 44, .4) 100%),
      url("/gfx/Documented-Sports-Handicappers.png") 62% center / cover no-repeat;
  }

  .dh-hero li {
    font-size: 17px;
  }

  .dh-copy-block {
    padding: 4px 0 0;
  }

  .dh-copy-block > div:first-child,
  .dh-copy-block > p {
    padding-inline: 12px;
  }

  .dh-feature-row {
    grid-template-columns: 52px 1fr;
    padding: 14px;
  }

  .dh-feature-row i {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .dh-steps {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .dh-mobile-hidden {
    display: none !important;
  }

  .dh-step {
    grid-template-columns: 54px 1fr;
    align-items: center;
    text-align: left;
  }

  .dh-step:not(:last-child)::after {
    display: none;
  }

  .dh-step span {
    grid-column: 2;
  }

  .dh-member-card {
    padding: 52px 50px 35px 60px;
  }

  .dh-ribbon {
    left: -47px;
    top: 23px;
    width: 170px;
    font-size: 12px;
  }

  .dh-member-card .btn {
    width: 100%;
    min-width: 0;
  }

  .dh-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dh-tab {
    border: 1px solid #dfe5e9;
    border-radius: 7px;
  }

  .dh-leader-tabs,
  .dh-profile-sport-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    overflow: visible;
    padding: 0;
  }

  .dh-leader-tabs .dh-tab,
  .dh-profile-sport-tabs .dh-tab {
    width: 100%;
    min-width: 0;
    border: 1px solid #dfe5e9;
    border-radius: 7px;
  }

  .dh-profile-sport-tabs {
    margin-bottom: calc(5px - var(--dh-content-gap, 18px));
  }

  .dh-profile-sport-tabs button.dh-tab:first-of-type {
    grid-column: 1 / -1;
  }

  .dh-leader-title {
    font-size: 19px;
  }

  .dh-record-title {
    gap: 8px;
    white-space: nowrap;
  }

  .dh-record-title::before,
  .dh-record-title::after {
    display: none;
  }

  .dh-leader-title::before,
  .dh-leader-title::after {
    width: 28px;
  }

  .dh-leader-row {
    grid-template-columns: 98px minmax(0, 1fr) 34px;
    gap: 8px;
    align-items: start;
  }

  .dh-leader-media {
    grid-column: 1;
    width: 86px;
    min-height: 80px;
  }

  .dh-leader-media .dh-capper-photo {
    width: 74px;
    height: 74px;
  }

  .dh-fans-badge {
    top: 51px;
    left: 48px;
    width: 37px;
    min-height: 28px;
    padding: 3px 0;
    font-weight: 400 !important;
  }

  .dh-fans-badge strong {
    font-size: 13px;
    font-weight: 400 !important;
  }

  .dh-fans-badge span {
    font-size: 7px;
    font-weight: 400;
    margin-top: 3px;
  }

  .dh-leader-main {
    grid-column: 2;
    align-self: center;
  }

  .dh-leader-main a {
    font-size: 17px;
  }

  .dh-leader-main div {
    gap: 3px;
    margin-top: 8px;
    padding-top: 8px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .dh-leader-main div a {
    font-size: 12px;
  }

  .dh-leader-stat {
    grid-column: 1 / -1;
    grid-row: 2;
    border-left: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .dh-chart-link {
    grid-column: 3;
    grid-row: 1;
    width: 34px;
    height: 44px;
    font-size: 24px;
  }

  .dh-footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .dh-footer-cta-inner {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    padding: 16px;
  }

  .dh-footer-cta p {
    padding: 0;
  }

  .dh-picks-hero {
    min-height: 300px;
    padding: 26px 24px;
  }

  .dh-picks-hero h1 {
    font-size: 28px;
  }

  .dh-filter-heading,
  .dh-picks-note {
    display: grid;
    align-items: start;
  }

  .dh-picks-filter {
    grid-template-columns: 1fr;
  }

  .dh-filter-button,
  .dh-picks-note .btn {
    width: 100%;
  }

  .dh-pick-sport-title {
    display: grid;
  }

  .dh-picks-page .dh-content {
    --dh-content-gap: 12px;
  }

  .dh-capper-pick-header {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .dh-capper-pick-header .dh-capper-photo {
    width: 58px;
    height: 58px;
  }

  .dh-capper-profile-link {
    grid-column: 1 / -1;
  }

  .dh-sale-pick {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 14px 12px;
  }

  .dh-sale-pick-line {
    display: flex;
    flex-wrap: wrap;
    gap: 0 7px;
    align-items: center;
    line-height: 1.22;
  }

  .dh-sale-pick-price {
    flex: 0 0 auto;
    line-height: 1.15;
  }

  .dh-sale-pick-meta-inline {
    display: none;
  }

  .dh-pick-status {
    flex: 0 0 auto;
    justify-self: start;
  }

  .dh-sale-pick-meta {
    display: block;
    margin-top: 2px;
    line-height: 1.28;
  }

  .dh-cappers-hero {
    min-height: 300px;
    padding: 26px 24px;
    background:
      linear-gradient(180deg, rgba(0, 23, 36, .96) 0, rgba(0, 38, 55, .86) 60%, rgba(0, 29, 44, .44) 100%),
      url("/gfx/Documented-Sports-Handicappers.png") 62% center / cover no-repeat;
  }

  .dh-cappers-hero h1 {
    font-size: 28px;
  }

  .dh-cappers-hero p {
    font-size: 16px;
  }

  .dh-capper-filter nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dh-capper-row {
    grid-template-columns: 48px 74px minmax(0, 1fr);
    align-items: start;
  }

  .dh-capper-rank {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .dh-capper-row .dh-capper-photo {
    width: 74px;
    height: 74px;
  }

  .dh-capper-main {
    grid-column: 2 / -1;
  }

  .dh-capper-name {
    font-size: 18px;
  }

  .dh-capper-stats {
    grid-column: 1 / -1;
  }

  .dh-capper-action {
    width: 100%;
  }

  .dh-login-grid {
    grid-template-columns: 1fr;
  }

  .dh-profile-hero {
    padding: 18px;
  }

  .dh-profile-bio-grid {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .dh-profile-heading h1 {
    font-size: 26px;
  }

  .dh-profile-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dh-profile-pick {
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
  }

  .dh-profile-pick-action {
    grid-column: 2;
  }

  .dh-card-matchup {
    grid-template-columns: 1fr;
    padding: 22px 16px;
  }

  .dh-card-versus {
    justify-self: center;
  }

  .dh-card-details {
    grid-template-columns: 1fr;
    padding: 0 16px 18px;
  }

  .dh-card-actions {
    padding: 16px;
  }

  .dh-card-actions .btn,
  .dh-card-message .btn {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .dh-brand {
    width: 100%;
  }

  .dh-picks-date {
    font-size: 14px;
  }

  .dh-hero h1 {
    font-size: 27px;
  }

  .dh-hero {
    min-height: 250px;
  }

  .dh-capper-filter nav,
  .dh-capper-stats,
  .dh-profile-metrics {
    grid-template-columns: 1fr;
  }

  .dh-profile-bio-grid {
    grid-template-columns: 1fr;
  }

  .dh-profile-photo {
    width: 150px;
    height: 150px;
  }

  .dh-card-team-score {
    font-size: 52px;
  }

  .dh-card-team h2 {
    font-size: 19px;
  }

  .dh-card-detail strong {
    font-size: 21px;
  }

  .dh-leader-row {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .dh-chart-link {
    display: none;
  }

  .dh-capper-metric {
    flex: 1 1 100px;
  }

  .dh-picks-hero {
    padding: 24px 18px;
  }

  .dh-picks-hero h1 {
    font-size: 25px;
  }

  .dh-picks-hero-stats {
    grid-template-columns: 1fr;
  }

  .dh-sport-filter {
    width: 100%;
  }

  .dh-floating-checkout {
    left: 12px;
    right: 12px;
    transform: none;
  }

  .dh-floating-checkout .btn {
    width: 100%;
    min-width: 0;
  }
}

.dh-capper-row > .dh-capper-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.dh-capper-row > .dh-capper-stats > .dh-capper-action {
  width: 100%;
}

.dh-cart-page .dh-content {
  --dh-content-gap: 18px;
  gap: var(--dh-content-gap);
}

.dh-cart-panel {
  overflow: hidden;
  padding: 24px;
}

.dh-cart-panel h2 {
  margin: 0 0 18px;
  color: #0c4152;
  font-size: 25px;
  font-weight: 950;
}

.dh-cart-intro {
  max-width: 780px;
  margin: -8px 0 22px;
  color: var(--dh-muted);
  font-size: 16px;
  line-height: 1.55;
}

.dh-cart-panel > table {
  width: 100%;
  border: 0 !important;
  border-collapse: collapse;
}

.dh-cart-panel > table > tbody > tr > td {
  padding: 0 !important;
}

.dh-cart-panel table {
  font-size: 15px;
}

.dh-cart-panel .records-table {
  width: 100%;
  margin: 12px 0 18px;
  overflow: hidden;
  border: 1px solid var(--dh-line);
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--dh-panel);
}

.dh-cart-panel .records-table tr:first-child td {
  padding: 12px 14px !important;
  color: #fff;
  border-bottom: 0;
  background: #0d3141 !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dh-cart-panel .records-table td {
  padding: 12px 14px !important;
  border-bottom: 1px solid var(--dh-line);
  color: var(--dh-ink);
  background: #fff !important;
  vertical-align: middle;
}

.dh-cart-panel .records-table tr:nth-child(odd):not(:first-child) td {
  background: #f3fafb !important;
}

.dh-cart-panel .records-table tr:last-child td {
  border-bottom: 0;
}

.dh-cart-panel .records-table a {
  color: #0a6d82;
  font-weight: 850;
  text-decoration: none;
}

.dh-cart-panel .records-table a:hover,
.dh-cart-panel .records-table a:focus {
  color: #a72f2f;
  text-decoration: underline;
}

.dh-cart-panel .body {
  width: 100%;
  border-collapse: collapse;
}

.dh-cart-panel .body td {
  padding: 8px 10px !important;
  color: var(--dh-ink);
}

.dh-cart-panel p {
  color: var(--dh-ink);
  font-size: 16px;
  line-height: 1.5;
}

.dh-cart-panel p[align="center"] {
  margin: 16px 0;
}

.dh-cart-total {
  margin: 8px 0 20px;
  text-align: right;
  font-size: 18px;
}

.dh-cart-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 6px 0 14px;
}

.dh-cart-actions-left,
.dh-cart-actions-right {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.dh-cart-actions-right {
  justify-content: flex-end;
}

.dh-cart-notice {
  margin: 18px 0 10px;
  text-align: center;
  font-weight: 750;
}

.dh-cart-error {
  margin: 0 0 12px;
  text-align: center;
}

.dh-cart-promo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: nowrap;
}

.dh-cart-promo-row label {
  color: var(--dh-ink);
  font-size: 16px;
  font-weight: 850;
  white-space: nowrap;
}

.dh-cart-panel input[type="text"],
.dh-cart-panel select {
  width: 100% !important;
  min-height: 42px;
  border: 1px solid var(--dh-line) !important;
  border-radius: 6px;
  padding: 8px 10px;
  color: var(--dh-ink);
  background: #fff;
  font-family: inherit !important;
  font-size: 15px !important;
  box-shadow: inset 0 1px 2px rgba(11, 29, 43, .05);
}

.dh-cart-panel input[type="text"]:focus,
.dh-cart-panel select:focus {
  outline: 0;
  border-color: #0a8da5 !important;
  box-shadow: 0 0 0 3px rgba(0, 194, 221, .16);
}

.dh-cart-panel input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #0a6d82;
}

.dh-cart-panel input[type="submit"],
.dh-cart-panel input[type="button"] {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 194, 221, .18), transparent 45%),
    linear-gradient(180deg, #144451 0, #002234 100%);
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  box-shadow: var(--dh-soft-shadow);
}

.dh-cart-panel input[type="submit"]:hover,
.dh-cart-panel input[type="button"]:hover,
.dh-cart-panel input[type="submit"]:focus,
.dh-cart-panel input[type="button"]:focus {
  filter: brightness(1.06);
}

.dh-cart-panel input.dh-cart-secondary {
  color: #22313d;
  background: #e7edf1;
  box-shadow: none;
}

.dh-cart-panel input.dh-cart-secondary:hover,
.dh-cart-panel input.dh-cart-secondary:focus {
  color: #0d3141;
  background: #d8e4ea;
  filter: none;
}

.dh-cart-panel input.dh-cart-primary {
  min-width: 118px;
}

.dh-cart-promo-row input[type="text"] {
  width: min(360px, 46vw) !important;
  min-width: 120px;
  flex: 0 1 360px;
}

.dh-cart-panel font[color="#ff0000"] {
  color: #a72f2f;
}

.dh-cart-panel a {
  color: #0a6d82;
  font-weight: 800;
}

.dh-cart-credit-balance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.dh-cart-buy-credits {
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

:root[data-theme="dark"] .dh-cart-panel a {
  color: #63e7f8;
}

:root[data-theme="dark"] .dh-cart-panel a:hover,
:root[data-theme="dark"] .dh-cart-panel a:focus {
  color: #9bf3ff;
}

:root[data-theme="dark"] .dh-cart-panel .records-table td {
  color: #e8f6fb;
  background: #071721 !important;
}

:root[data-theme="dark"] .dh-cart-panel .records-table tr:nth-child(odd):not(:first-child) td {
  background: #0b1d29 !important;
}

:root[data-theme="dark"] .dh-cart-panel input[type="text"],
:root[data-theme="dark"] .dh-cart-panel select {
  color: #e8f6fb;
  background: #071721;
}

@media (max-width: 760px) {
  .dh-credit-form-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dh-credit-price-row,
  .dh-credit-promo-row {
    grid-template-columns: 1fr;
  }

  .dh-credit-form-row label {
    font-size: 17px;
  }

  .dh-cart-panel {
    padding: 20px;
  }

  .dh-cart-panel .records-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .dh-cart-actions {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .dh-cart-actions-left,
  .dh-cart-actions-right {
    gap: 8px;
  }

  .dh-cart-panel input[type="submit"],
  .dh-cart-panel input[type="button"] {
    padding: 0 12px;
    font-size: 14px;
  }

  .dh-cart-promo-row {
    gap: 8px;
  }

  .dh-cart-promo-row label {
    font-size: 14px;
  }

  .dh-cart-panel .body td {
    display: block;
    width: 100% !important;
  }
}
