body.t365-kadence-v2 {
  --t365-subtle: #626960;
}

body.t365-kadence-v2 .t365-category a,
body.t365-kadence-v2 .wp-block-post-terms.t365-category a {
  color: #244f17;
}

body.t365-kadence-v2 .t365-card-meta,
body.t365-kadence-v2 .t365-home-intro__principle,
body.t365-kadence-v2 .t365-article-body figcaption,
body.t365-kadence-v2 .t365-article-body .wp-element-caption,
body.t365-kadence-v2 .t365-ad-slot__label,
body.t365-kadence-v2 .t365-ad-slot__format,
body.t365-kadence-v2 .t365-article-tags__label,
body.t365-kadence-v2 .t365-listing-breadcrumbs,
body.t365-kadence-v2 .t365-listing-count,
body.t365-kadence-v2 .t365-stream-card__meta {
  color: #626960;
}

body.t365-kadence-v2 .t365-practice-section .t365-category a,
body.t365-kadence-v2 .t365-practice-section .wp-block-post-terms.t365-category a {
  color: #a8e65a;
}

body.t365-kadence-v2 .t365-practice-section .t365-card-meta,
body.t365-kadence-v2 .t365-practice-section .wp-block-post-date.t365-card-meta {
  color: #81887e;
}

body.t365-kadence-v2 .skip-link.screen-reader-text:focus {
  position: fixed !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 100000 !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  padding: 12px 16px !important;
  border: 2px solid #141613 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #141613 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: normal !important;
}

@media (min-width: 1200px) and (max-width: 1279px) {
  body.t365-kadence-v2 .t365-article-hero h1 {
    width: 920px;
    max-width: 920px;
    justify-self: start;
  }
}

.t365-methodology-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid rgba(20, 22, 19, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}

.t365-article-offer {
  margin-top: 28px;
  margin-bottom: 28px;
}

.t365-offer {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(20, 22, 19, 0.12);
  border-radius: 16px;
  background: #f5f7f2;
}

.t365-offer__disclosure {
  margin: 0;
  color: #626960;
  font-size: 13px;
}

@media (max-width: 640px) {
  .t365-offer {
    align-items: flex-start;
    flex-direction: column;
  }
}
