/*
Theme Name: WSM GeneratePress Child
Theme URI: https://www.wallstreetmojo.com/
Description: WallStreetMojo baseline child theme built on GeneratePress.
Author: WallStreetMojo
Template: generatepress
Version: 1.4.4
Text Domain: wsm-generatepress-child
*/

.site-header {
  display: none;
}

.site-footer,
.site-info {
  display: none;
}

:root {
  --wsm-header-bg: #ffffff;
  --wsm-text: #102a2a;
  --wsm-nav-text: #123c3a;
  --wsm-muted-text: #526060;
  --wsm-teal: #008c88;
  --wsm-teal-light: #eefafa;
  --wsm-border: #dfe8e8;
  --wsm-light-border: #e7eeee;
  --wsm-gold: #e8c325;
  --wsm-muted-gold: #d6a82b;
  --wsm-gold-text: #9a6b00;
  --wsm-elite-bg: #fffdf7;
}

.wsm-global-footer {
  background: #062d2e;
  color: #d7f4f2;
  border-bottom: 3px solid #d6a82b;
  font-family: inherit;
}

.wsm-global-footer__inner {
  width: min(100% - 72px, 1180px);
  margin: 0 auto;
  padding: 46px 0 26px;
}

.wsm-global-footer__about {
  max-width: 620px;
  margin: 0 auto 34px;
  text-align: center;
}

.wsm-global-footer__about h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
}

.wsm-global-footer__about p {
  margin: 0;
  color: #bfe8e6;
  font-size: 15px;
  line-height: 1.7;
}

.wsm-global-footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.wsm-global-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: #d7f4f2;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.wsm-global-footer__socials a:hover,
.wsm-global-footer__socials a:focus {
  background: #008c88;
  color: #ffffff;
  text-decoration: none;
}

.wsm-global-footer__nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  padding: 2px 0 38px;
}

.wsm-global-footer__group h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
}

.wsm-global-footer__group a {
  display: block;
  width: fit-content;
  margin: 0 0 11px;
  color: #c9ecea;
  font-size: 14.5px;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none;
}

.wsm-global-footer__group a:hover,
.wsm-global-footer__group a:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wsm-global-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding-top: 25px;
  border-top: 1px solid rgba(215, 244, 242, 0.16);
  color: #c9ecea;
  text-align: center;
}

.wsm-global-footer__bottom p {
  margin: 0;
  color: inherit;
  font-size: 13.5px;
  line-height: 1.5;
}

.wsm-legal-page {
  background: #ffffff;
}

.wsm-legal-page .site-content,
.wsm-legal-page .content-area,
.wsm-legal-page .container,
.wsm-legal-page .grid-container,
.wsm-legal-page .site-main,
.wsm-legal-page .inside-article {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.wsm-legal-page .entry-header,
.wsm-legal-page .entry-content {
  width: min(100% - 72px, 920px);
  margin-left: auto;
  margin-right: auto;
}

.wsm-legal-page .entry-header {
  padding: 46px 0 18px;
}

.wsm-legal-page .entry-title {
  margin: 0;
  color: #102a2a;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.wsm-legal-page .entry-content {
  padding: 0 0 72px;
  color: #102a2a;
  font-size: 17px;
  line-height: 1.78;
}

.wsm-legal-page .entry-content::before {
  content: "WallStreetMojo Policy";
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eefafa;
  color: #008c88;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wsm-legal-page .entry-content h1,
.wsm-legal-page .entry-content h2,
.wsm-legal-page .entry-content h3,
.wsm-legal-page .entry-content h4 {
  color: #102a2a;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: 0;
}

.wsm-legal-page .entry-content h1 {
  font-size: 36px;
  margin: 36px 0 18px;
}

.wsm-legal-page .entry-content h2 {
  margin: 34px 0 14px;
  padding-top: 22px;
  border-top: 1px solid #e3ecea;
  font-size: 28px;
}

.wsm-legal-page .entry-content h3 {
  margin: 28px 0 10px;
  font-size: 22px;
}

.wsm-legal-page .entry-content p,
.wsm-legal-page .entry-content li {
  color: #334544;
}

.wsm-legal-page .entry-content p {
  margin: 0 0 18px;
}

.wsm-legal-page .entry-content ul,
.wsm-legal-page .entry-content ol {
  margin: 0 0 22px 22px;
  padding: 0;
}

.wsm-legal-page .entry-content a {
  color: #008c88;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wsm-legal-page .entry-content table {
  width: 100%;
  margin: 26px 0;
  border: 1px solid #dfe8e8;
  border-collapse: collapse;
  background: #ffffff;
}

.wsm-legal-page .entry-content th,
.wsm-legal-page .entry-content td {
  padding: 13px 15px;
  border: 1px solid #dfe8e8;
  vertical-align: top;
}

.wsm-legal-page .entry-content th {
  background: #f2faf8;
  color: #102a2a;
  font-weight: 850;
}

.wsm-about-page {
  background: #ffffff;
  color: #102a2a;
  font-family: inherit;
}

.page-id-49565 .entry-header,
.page-id-49565 .comments-area {
  display: none;
}

.page-id-49565 .site-content,
.page-id-49565 .content-area,
.page-id-49565 .container,
.page-id-49565 .grid-container,
.page-id-49565 .site-main,
.page-id-49565 .inside-article,
.page-id-49565 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-id-49565 .entry-content > .wsm-about-page {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.page-id-49565 #right-sidebar,
.page-id-49565 #left-sidebar,
.page-id-49565 .is-right-sidebar,
.page-id-49565 .is-left-sidebar,
.page-id-49565 .inside-right-sidebar,
.page-id-49565 .inside-left-sidebar {
  display: none;
}

.page-id-49565 .site.grid-container,
.page-id-49565 .container.grid-container {
  max-width: none;
}

.wsm-about-shell {
  width: min(100% - 72px, 1180px);
  margin: 0 auto;
}

.wsm-about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: #526060;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.wsm-about-breadcrumb a {
  color: #008c88;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wsm-about-hero {
  padding: 30px 0 54px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 62%, #f2faf8 100%);
  border-bottom: 1px solid #e3ecea;
}

.wsm-about-hero__grid,
.wsm-about-ai__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 46px;
  align-items: center;
}

.wsm-about-kicker,
.wsm-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #008c88;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wsm-about-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00b8a9;
}

.wsm-about-hero h1 {
  max-width: 790px;
  margin: 0 0 20px;
  color: #102a2a;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 850;
  letter-spacing: 0;
}

.wsm-about-hero__copy > p:not(.wsm-about-kicker) {
  max-width: 760px;
  margin: 0 0 26px;
  color: #30474c;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
}

.wsm-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wsm-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
}

.wsm-about-button--primary {
  background: #00483f;
  color: #ffffff;
  border: 1px solid #00483f;
}

.wsm-about-button--primary:hover,
.wsm-about-button--primary:focus {
  background: #008c88;
  border-color: #008c88;
  color: #ffffff;
  text-decoration: none;
}

.wsm-about-button--secondary {
  background: #ffffff;
  color: #102a2a;
  border: 1px solid #102a2a;
}

.wsm-about-button--secondary:hover,
.wsm-about-button--secondary:focus {
  background: #eefafa;
  color: #102a2a;
  text-decoration: none;
}

.wsm-about-mission {
  position: relative;
  padding: 30px 28px;
  border: 1px solid #00b8a9;
  border-radius: 12px;
  background: #00483f;
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(16, 42, 42, 0.12);
}

.wsm-about-mission::after {
  content: '"';
  position: absolute;
  top: -20px;
  right: 22px;
  color: #00b8a9;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
}

.wsm-about-mission span {
  display: block;
  margin-bottom: 12px;
  color: #00b8a9;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wsm-about-mission strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 800;
}

.wsm-about-mission p {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 184, 169, 0.28);
  color: #a7e8e1;
  font-size: 14px;
  line-height: 1.55;
}

.wsm-about-stats {
  background: #00483f;
  color: #ffffff;
}

.wsm-about-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.wsm-about-stats__grid div {
  padding: 28px 16px;
  text-align: center;
  border-right: 1px solid rgba(167, 232, 225, 0.18);
}

.wsm-about-stats__grid div:last-child {
  border-right: 0;
}

.wsm-about-stats strong {
  display: block;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 850;
}

.wsm-about-stats strong span {
  color: #00b8a9;
}

.wsm-about-stats p {
  margin: 8px 0 0;
  color: #a7e8e1;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wsm-about-section {
  padding: 62px 0;
  background: #ffffff;
}

.wsm-about-section--soft,
.wsm-about-more {
  background: #fafcfc;
}

.wsm-about-section-head {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.wsm-about-section-head h2,
.wsm-about-ai h2,
.wsm-about-more h2,
.wsm-about-cta h2 {
  margin: 0;
  color: #102a2a;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
}

.wsm-about-section-head > p:not(.wsm-about-eyebrow) {
  max-width: 600px;
  margin: 12px auto 0;
  color: #526060;
  font-size: 15.5px;
  line-height: 1.65;
}

.wsm-about-timeline {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 36px;
}

.wsm-about-timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #dfe8e8;
}

.wsm-about-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 28px;
  align-items: start;
}

.wsm-about-timeline__item:last-child {
  margin-bottom: 0;
}

.wsm-about-timeline__dot {
  position: absolute;
  left: -36px;
  top: 7px;
  width: 20px;
  height: 20px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #00b8a9;
  box-shadow: 0 0 0 2px #00b8a9;
}

.wsm-about-timeline__item:first-child .wsm-about-timeline__dot,
.wsm-about-timeline__item:last-child .wsm-about-timeline__dot {
  background: #00b8a9;
  box-shadow: 0 0 0 2px #00b8a9;
}

.wsm-about-timeline__item:nth-last-child(2) .wsm-about-timeline__dot {
  background: #d6a82b;
  box-shadow: 0 0 0 2px #d6a82b;
}

.wsm-about-timeline__year {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  min-width: 72px;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 6px;
  background: #00483f;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
}

.wsm-about-timeline__item > div:last-child {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.wsm-about-timeline__item:nth-last-child(2) .wsm-about-timeline__year {
  background: #d6a82b;
  color: #102a2a;
}

.wsm-about-timeline__item:last-child .wsm-about-timeline__year {
  background: #00b8a9;
  color: #ffffff;
}

.wsm-about-timeline h3 {
  margin: 0 0 5px;
  color: #102a2a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 850;
}

.wsm-about-timeline p {
  margin: 0;
  color: #334544;
  font-size: 15px;
  line-height: 1.68;
}

.wsm-about-ai {
  padding: 62px 0;
  background: #102a2a;
  color: #ffffff;
}

.wsm-about-kicker--dark {
  color: #00b8a9;
}

.wsm-about-ai h2 {
  color: #ffffff;
  margin-bottom: 18px;
}

.wsm-about-ai p {
  max-width: 610px;
  margin: 0 0 16px;
  color: #cfd8d8;
  font-size: 15.5px;
  line-height: 1.75;
}

.wsm-about-ai a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: #00b8a9;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  border-bottom: 2px solid #00b8a9;
}

.wsm-about-thesis {
  padding: 26px;
  border: 1px solid rgba(0, 184, 169, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.wsm-about-thesis > p {
  margin: 0 0 18px;
  color: #d6a82b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wsm-about-thesis ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: thesis;
}

.wsm-about-thesis li {
  position: relative;
  min-height: 48px;
  margin: 0 0 18px;
  padding-left: 48px;
  counter-increment: thesis;
}

.wsm-about-thesis li:last-child {
  margin-bottom: 0;
}

.wsm-about-thesis li::before {
  content: counter(thesis, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  color: #00b8a9;
  font-size: 23px;
  line-height: 1;
  font-weight: 850;
}

.wsm-about-thesis strong,
.wsm-about-thesis span {
  display: block;
}

.wsm-about-thesis strong {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 850;
}

.wsm-about-thesis span {
  margin-top: 4px;
  color: #a7e8e1;
  font-size: 14px;
  line-height: 1.55;
}

.wsm-about-founders,
.wsm-about-trust-grid,
.wsm-about-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wsm-about-founders {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin: 0 auto;
}

.wsm-about-founder-card,
.wsm-about-trust-grid article,
.wsm-about-cert-grid a,
.wsm-about-more__grid a {
  border: 1px solid #dfe8e8;
  border-radius: 12px;
  background: #ffffff;
}

.wsm-about-founder-card {
  padding: 28px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(16, 42, 42, 0.035);
}

.wsm-about-founder-card img,
.wsm-about-founder-card__fallback {
  width: 112px;
  height: 112px;
  margin: 0 auto 16px;
  border-radius: 50%;
  object-fit: cover;
  background: #eefafa;
  color: #008c88;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 850;
}

.wsm-about-founder-card__role {
  margin: 0 0 8px;
  color: #526060;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wsm-about-founder-card h3 {
  margin: 0 0 10px;
  color: #102a2a;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 850;
}

.wsm-about-founder-card h3 a {
  color: #008c88;
  text-decoration: none;
}

.wsm-about-founder-card p:not(.wsm-about-founder-card__role) {
  margin: 0;
  color: #334544;
  font-size: 14.5px;
  line-height: 1.68;
}

.wsm-about-founder-card div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
}

.wsm-about-founder-card span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eefafa;
  color: #008c88;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.wsm-about-center-link {
  margin: 22px 0 0;
  text-align: center;
}

.wsm-about-center-link a {
  color: #008c88;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.wsm-about-center-link a:hover,
.wsm-about-center-link a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wsm-about-trust-grid article {
  padding: 26px 22px;
}

.wsm-about-trust-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #eefafa;
  color: #008c88;
  font-size: 15px;
  font-weight: 850;
}

.wsm-about-trust-grid h3 {
  margin: 0 0 8px;
  color: #102a2a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 850;
}

.wsm-about-trust-grid p {
  margin: 0;
  color: #334544;
  font-size: 14.5px;
  line-height: 1.65;
}

.wsm-about-cert-grid a,
.wsm-about-more__grid a {
  display: block;
  padding: 22px;
  color: #102a2a;
  text-decoration: none;
}

.wsm-about-cert-grid a:hover,
.wsm-about-more__grid a:hover {
  border-color: #b8dcda;
  box-shadow: 0 10px 24px rgba(16, 42, 42, 0.055);
  text-decoration: none;
}

.wsm-about-cert-grid span,
.wsm-about-more__grid span {
  display: block;
  margin-bottom: 8px;
  color: #008c88;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wsm-about-cert-grid strong,
.wsm-about-more__grid strong {
  display: block;
  color: #102a2a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 850;
}

.wsm-about-cert-grid em,
.wsm-about-more__grid em {
  display: block;
  margin-top: 8px;
  color: #526060;
  font-size: 13.5px;
  line-height: 1.55;
  font-style: normal;
}

.wsm-about-more {
  padding: 56px 0;
}

.wsm-about-more h2 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 28px;
}

.wsm-about-more__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.wsm-about-cta {
  padding: 56px 0;
  background: #00483f;
  color: #ffffff;
  text-align: center;
}

.wsm-about-cta .wsm-about-shell {
  max-width: 680px;
}

.wsm-about-cta h2 {
  color: #ffffff;
}

.wsm-about-cta p {
  margin: 14px auto 24px;
  color: #a7e8e1;
  font-size: 16px;
  line-height: 1.65;
}

.wsm-about-cta .wsm-about-actions {
  justify-content: center;
}

.wsm-about-cta .wsm-about-button--primary {
  background: #00b8a9;
  border-color: #00b8a9;
}

.wsm-about-cta .wsm-about-button--secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 991px) {
  .wsm-global-footer__inner {
    width: min(100% - 42px, 760px);
  }

  .wsm-global-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
  }

  .wsm-about-shell {
    width: min(100% - 42px, 760px);
  }

  .wsm-about-hero__grid,
  .wsm-about-ai__grid,
  .wsm-about-founders,
  .wsm-about-trust-grid,
  .wsm-about-cert-grid,
  .wsm-about-more__grid {
    grid-template-columns: 1fr;
  }

  .wsm-about-hero h1 {
    font-size: 46px;
  }

  .wsm-about-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wsm-about-stats__grid div:nth-child(2n) {
    border-right: 0;
  }
}

  @media (max-width: 560px) {
  .wsm-legal-page .entry-header,
  .wsm-legal-page .entry-content {
    width: min(100% - 36px, 520px);
  }

  .wsm-legal-page .entry-header {
    padding: 34px 0 12px;
  }

  .wsm-legal-page .entry-title {
    font-size: 36px;
  }

  .wsm-legal-page .entry-content {
    padding-bottom: 52px;
    font-size: 16px;
    line-height: 1.72;
  }

  .wsm-legal-page .entry-content h1 {
    font-size: 30px;
  }

  .wsm-legal-page .entry-content h2 {
    font-size: 24px;
  }

  .wsm-global-footer__inner {
    width: min(100% - 32px, 520px);
    padding: 38px 0 24px;
  }

  .wsm-global-footer__about {
    text-align: left;
  }

  .wsm-global-footer__socials {
    justify-content: flex-start;
  }

  .wsm-global-footer__nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wsm-global-footer__bottom {
    display: block;
    text-align: left;
  }

  .wsm-global-footer__bottom p + p {
    margin-top: 8px;
  }

  .wsm-about-shell {
    width: min(100% - 32px, 520px);
  }

  .wsm-about-hero,
  .wsm-about-section,
  .wsm-about-ai,
  .wsm-about-more,
  .wsm-about-cta {
    padding: 42px 0;
  }

  .wsm-about-hero h1 {
    font-size: 38px;
  }

  .wsm-about-actions {
    display: grid;
  }

  .wsm-about-button {
    width: 100%;
  }

  .wsm-about-mission {
    padding: 24px 20px;
  }

  .wsm-about-stats__grid {
    grid-template-columns: 1fr;
  }

  .wsm-about-stats__grid div,
  .wsm-about-stats__grid div:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid rgba(167, 232, 225, 0.18);
  }

  .wsm-about-stats__grid div:last-child {
    border-bottom: 0;
  }

  .wsm-about-section-head {
    text-align: left;
  }

  .wsm-about-timeline {
    padding-left: 26px;
  }

  .wsm-about-timeline::before {
    left: 8px;
  }

  .wsm-about-timeline__item {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }

  .wsm-about-timeline__dot {
    left: -26px;
  }
}

.wsm-site-header {
  height: 70px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--wsm-header-bg);
  border-bottom: 1px solid var(--wsm-light-border);
  box-shadow: none;
  font-family: inherit;
}

.admin-bar .wsm-site-header {
  top: 32px;
}

.wsm-header-inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.wsm-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.wsm-logo img {
  height: 36px;
  width: auto;
  max-width: 190px;
  display: block;
}

.wsm-main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.wsm-nav-item {
  position: relative;
}

.wsm-main-nav > .wsm-nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  color: var(--wsm-nav-text);
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.wsm-main-nav > .wsm-nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #0aa39f;
  transition: width 0.2s ease;
}

.wsm-main-nav > .wsm-nav-item > a:hover,
.wsm-main-nav > .wsm-nav-item > a:focus,
.wsm-main-nav > .wsm-nav-item > a.is-active {
  color: var(--wsm-teal);
}

.wsm-main-nav > .wsm-nav-item > a:hover::after,
.wsm-main-nav > .wsm-nav-item > a:focus::after,
.wsm-main-nav > .wsm-nav-item > a.is-active::after {
  width: 100%;
}

.wsm-main-nav > .wsm-nav-item > a.wsm-ai-vault-link {
  color: var(--wsm-text);
}

.wsm-main-nav > .wsm-nav-item > a.wsm-ai-vault-link::after {
  width: 100%;
}

.wsm-main-nav > .wsm-nav-item > a.wsm-ai-vault-link:hover,
.wsm-main-nav > .wsm-nav-item > a.wsm-ai-vault-link:focus {
  color: var(--wsm-teal);
}

.wsm-main-nav > .wsm-nav-item > a.wsm-resources-link,
.wsm-main-nav > .wsm-nav-item > a.wsm-resources-link:hover,
.wsm-main-nav > .wsm-nav-item > a.wsm-resources-link:focus,
.wsm-main-nav > .wsm-nav-item > a.wsm-resources-link.is-active {
  color: var(--wsm-nav-text);
}

.wsm-main-nav > .wsm-nav-item > a.wsm-resources-link::after,
.wsm-main-nav > .wsm-nav-item > a.wsm-resources-link:hover::after,
.wsm-main-nav > .wsm-nav-item > a.wsm-resources-link:focus::after,
.wsm-main-nav > .wsm-nav-item > a.wsm-resources-link.is-active::after {
  width: 0;
}

.wsm-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 1010;
  min-width: 240px;
  padding: 12px;
  border: 1px solid var(--wsm-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(16, 42, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.wsm-nav-item:hover .wsm-dropdown,
.wsm-nav-item:focus-within .wsm-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wsm-dropdown a {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  color: var(--wsm-nav-text);
  font-size: 14.5px;
  line-height: 1.25;
  font-weight: 600;
  text-decoration: none;
}

.wsm-dropdown a:hover,
.wsm-dropdown a:focus {
  background: var(--wsm-teal-light);
  color: var(--wsm-teal);
}

.wsm-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.wsm-header-search-wrap {
  position: relative;
  margin: 0;
}

.wsm-header-search {
  width: 280px;
  height: 40px;
  padding: 0 42px 0 18px;
  border: 1px solid #d8e2e2;
  border-radius: 4px;
  background: #ffffff;
  color: var(--wsm-nav-text);
  font-size: 14px;
  outline: none;
}

.wsm-header-search::placeholder {
  color: #7f8d8d;
}

.wsm-header-search:focus {
  border-color: var(--wsm-teal);
  box-shadow: 0 0 0 3px rgba(0, 140, 136, 0.12);
}

.wsm-search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 18px;
  height: 18px;
  color: #7f8d8d;
  transform: translateY(-50%);
  pointer-events: none;
}

.wsm-search-icon::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.wsm-search-icon::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.wsm-login-link {
  color: var(--wsm-nav-text);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.wsm-login-link:hover,
.wsm-login-link:focus {
  color: var(--wsm-teal);
  text-decoration: none;
}

.wsm-elite-button {
  height: 40px;
  padding: 0 17px;
  border: 1px solid var(--wsm-muted-gold);
  border-radius: 9px;
  background: var(--wsm-elite-bg);
  color: var(--wsm-gold-text);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.wsm-elite-button .icon {
  color: var(--wsm-muted-gold);
  font-size: 14px;
  line-height: 1;
}

.wsm-elite-button:hover,
.wsm-elite-button:focus {
  border-color: var(--wsm-gold);
  background: var(--wsm-gold);
  color: var(--wsm-text);
  text-decoration: none;
}

.wsm-elite-button:hover .icon,
.wsm-elite-button:focus .icon {
  color: var(--wsm-text);
}

.wsm-mobile-actions,
.wsm-mobile-search-panel,
.wsm-mobile-overlay,
.wsm-mobile-drawer {
  display: none;
}

body.wsm-mobile-nav-open {
  overflow: hidden;
}

@media (max-width: 1280px) {
  .wsm-header-inner {
    gap: 20px;
    padding: 0 18px;
  }

  .wsm-main-nav {
    gap: 18px;
  }

  .wsm-header-search {
    width: 240px;
  }
}

@media (max-width: 1180px) {
  .wsm-header-search {
    width: 190px;
  }

  .wsm-header-actions {
    gap: 10px;
  }

  .wsm-main-nav {
    gap: 14px;
  }

  .wsm-main-nav > .wsm-nav-item > a,
  .wsm-login-link,
  .wsm-elite-button {
    font-size: 14px;
  }

  .wsm-elite-button {
    padding: 0 12px;
  }
}

@media (max-width: 991px) {
  .wsm-site-header {
    height: 64px;
  }

  .admin-bar .wsm-site-header {
    top: 46px;
  }

  .wsm-header-inner {
    padding: 0 18px;
    gap: 16px;
  }

  .wsm-logo img {
    height: 34px;
    max-width: 180px;
  }

  .wsm-main-nav,
  .wsm-header-actions,
  .wsm-header-search-wrap,
  .wsm-login-link,
  .wsm-elite-button {
    display: none;
  }

  .wsm-mobile-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .wsm-mobile-search-toggle,
  .wsm-mobile-menu-toggle,
  .wsm-mobile-close {
    position: relative;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--wsm-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--wsm-nav-text);
    cursor: pointer;
  }

  .wsm-mobile-search-toggle:hover,
  .wsm-mobile-search-toggle:focus,
  .wsm-mobile-menu-toggle:hover,
  .wsm-mobile-menu-toggle:focus,
  .wsm-mobile-close:hover,
  .wsm-mobile-close:focus {
    background: var(--wsm-teal-light);
    color: var(--wsm-teal);
  }

  .wsm-mobile-search-toggle::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 999px;
  }

  .wsm-mobile-search-toggle::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 11px;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(45deg);
  }

  .wsm-mobile-menu-toggle::before,
  .wsm-mobile-menu-toggle::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .wsm-mobile-menu-toggle::before {
    top: 13px;
    box-shadow: 0 5px 0 currentColor;
  }

  .wsm-mobile-menu-toggle::after {
    top: 23px;
  }

  .wsm-mobile-search-panel {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 1050;
    display: none;
    padding: 14px 18px;
    border-bottom: 1px solid var(--wsm-light-border);
    background: #ffffff;
  }

  .admin-bar .wsm-mobile-search-panel {
    top: 110px;
  }

  .wsm-mobile-search-panel.is-open {
    display: block;
  }

  .wsm-mobile-search-panel form {
    margin: 0;
  }

  .wsm-mobile-search-input {
    width: 100%;
    height: 44px;
    padding: 0 18px;
    border: 1px solid #d8e2e2;
    border-radius: 999px;
    color: var(--wsm-nav-text);
    font-size: 15px;
    outline: none;
  }

  .wsm-mobile-search-input::placeholder {
    color: #7f8d8d;
  }

  .wsm-mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: block;
    background: rgba(0, 32, 30, 0.42);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .wsm-mobile-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  .wsm-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    width: min(86vw, 380px);
    height: 100vh;
    display: block;
    padding: 22px;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: -18px 0 44px rgba(16, 42, 42, 0.18);
    transform: translateX(100%);
    transition: transform 0.24s ease;
  }

  .wsm-mobile-drawer.is-open {
    transform: translateX(0);
  }

  .wsm-mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--wsm-light-border);
  }

  .wsm-mobile-close {
    flex: 0 0 38px;
    font-size: 24px;
    line-height: 1;
  }

  .wsm-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 20px;
  }

  .wsm-mobile-nav a,
  .wsm-mobile-nav button {
    width: 100%;
    min-height: 48px;
    padding: 13px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--wsm-nav-text);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }

  .wsm-mobile-nav a.is-active,
  .wsm-mobile-nav button.is-active {
    background: var(--wsm-teal-light);
    color: var(--wsm-teal);
  }

  .wsm-mobile-nav a:hover,
  .wsm-mobile-nav a:focus,
  .wsm-mobile-nav button:hover,
  .wsm-mobile-nav button:focus {
    background: #f3f8f8;
    color: var(--wsm-teal);
  }

  .wsm-mobile-accordion span {
    transition: transform 0.18s ease;
  }

  .wsm-mobile-accordion[aria-expanded="true"] span {
    transform: rotate(180deg);
  }

  .wsm-mobile-submenu {
    display: none;
    padding: 4px 0 10px 12px;
  }

  .wsm-mobile-submenu.is-open {
    display: block;
  }

  .wsm-mobile-submenu a {
    min-height: 40px;
    padding: 10px 12px;
    color: var(--wsm-muted-text);
    font-size: 15px;
    font-weight: 600;
  }

  .wsm-mobile-submenu a:hover,
  .wsm-mobile-submenu a:focus {
    background: var(--wsm-teal-light);
    color: var(--wsm-teal);
  }

  .wsm-mobile-elite-button {
    width: 100%;
    height: 46px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--wsm-muted-gold);
    border-radius: 10px;
    background: var(--wsm-elite-bg);
    color: var(--wsm-gold-text);
    font-size: 15.5px;
    font-weight: 800;
    text-decoration: none;
  }

  .wsm-mobile-elite-button:hover,
  .wsm-mobile-elite-button:focus {
    border-color: var(--wsm-gold);
    background: var(--wsm-gold);
    color: var(--wsm-text);
    text-decoration: none;
  }

  .wsm-mobile-login {
    width: 100%;
    height: 46px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--wsm-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--wsm-nav-text);
    font-size: 15.5px;
    font-weight: 700;
    text-decoration: none;
  }

  .wsm-mobile-login:hover,
  .wsm-mobile-login:focus {
    background: var(--wsm-teal-light);
    color: var(--wsm-teal);
    text-decoration: none;
  }
}

.single-post .entry-header .entry-meta {
  display: none;
}

.wsm-category-page {
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  background: #f6f8f8;
  color: #102a2f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wsm-category-hero {
  overflow: hidden;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 62%, #f2faf8 100%);
  color: #102a2f;
  border-bottom: 1px solid #e3ecea;
}

.wsm-category-hero__inner {
  width: min(100% - 64px, 1180px);
  margin: 0 auto;
  min-height: 278px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 48px;
  align-items: center;
  padding: 36px 0 42px;
}

.wsm-category-hero__content {
  min-width: 0;
}

.wsm-category-hero h1 {
  margin: 18px 0 16px;
  color: #0b1f24;
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: 0;
}

.wsm-category-hero p {
  max-width: 760px;
  margin: 0 0 26px;
  color: #30474c;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 500;
}

.wsm-category-hero .wsm-category-breadcrumb {
  margin: 0;
}

.wsm-category-search-form {
  width: min(100%, 650px);
  min-height: 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border: 1px solid #dbe7e6;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(11, 31, 36, 0.06);
}

.wsm-category-search-wrap {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  min-width: 0;
}

.wsm-category-search-wrap::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #7a8c91;
  border-radius: 999px;
  box-shadow: 6px 6px 0 -4px #7a8c91;
  transform: rotate(-8deg);
}

.wsm-category-search {
  width: 100%;
  height: 42px;
  min-width: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0b1f24;
  font-size: 15px;
  outline: none;
}

.wsm-category-search:focus {
  box-shadow: none;
}

.wsm-category-search-button {
  height: 44px;
  min-width: 96px;
  padding: 0 22px;
  border: 0;
  border-radius: 5px;
  background: #008089;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.16s ease, transform 0.16s ease;
}

.wsm-category-search-button:hover,
.wsm-category-search-button:focus {
  background: #006b72;
}

.wsm-category-art {
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wsm-category-art::before {
  content: "";
  position: absolute;
  inset: 8px 0 0 16px;
  border-radius: 999px;
  background: #edf8f6;
}

.wsm-category-art__screen {
  position: relative;
  width: 220px;
  height: 136px;
  border: 7px solid #003d37;
  border-radius: 8px 8px 4px 4px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 61, 55, 0.13);
}

.wsm-category-art__screen::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 158px;
  height: 10px;
  border-radius: 999px;
  background: #003d37;
  transform: translateX(-50%);
}

.wsm-category-art__badge {
  position: absolute;
  left: 22px;
  top: 34px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #008089;
  color: #ffffff;
  font-size: 24px;
  font-weight: 850;
}

.wsm-category-art__bars {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.wsm-category-art__bars span {
  width: 13px;
  display: block;
  border-radius: 3px 3px 0 0;
  background: #079c9c;
}

.wsm-category-art__bars span:nth-child(1) {
  height: 26px;
}

.wsm-category-art__bars span:nth-child(2) {
  height: 42px;
}

.wsm-category-art__bars span:nth-child(3) {
  height: 60px;
  background: #f6c529;
}

.wsm-category-art__sheet {
  position: absolute;
  right: -34px;
  bottom: -7px;
  width: 72px;
  height: 82px;
  border: 2px solid #a7d9d2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 61, 55, 0.08);
}

.wsm-category-art__sheet::before,
.wsm-category-art__sheet::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 12px;
  border-top: 2px solid #65c8bd;
  border-bottom: 2px solid #65c8bd;
}

.wsm-category-art__sheet::before {
  top: 17px;
}

.wsm-category-art__sheet::after {
  top: 43px;
}

.wsm-category-art__image {
  position: relative;
  z-index: 1;
  max-width: min(100%, 330px);
  max-height: 220px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 61, 55, 0.12));
}

.wsm-category-main {
  padding: 46px 24px 72px;
}

.wsm-category-main__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.wsm-category-breadcrumb {
  margin: 0 0 18px;
  color: #008089;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.wsm-category-breadcrumb a {
  color: #008089;
  font-weight: 750;
  text-decoration: none;
}

.wsm-category-breadcrumb a:hover,
.wsm-category-breadcrumb a:focus {
  color: #008089;
}

.wsm-category-breadcrumb span {
  margin-left: 4px;
  color: #30474c;
  font-weight: 750;
}

.wsm-category-count {
  margin: 0 0 24px;
  color: #003d37;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.18;
  font-weight: 850;
}

.wsm-category-directory {
  padding-top: 30px;
  border-top: 1px dashed #bfd2d0;
}

.wsm-category-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 44px;
  list-style: none;
}

.wsm-category-list li {
  margin: 0;
  border-bottom: 1px solid #e3ecea;
}

.wsm-category-list a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #102a2f;
  font-size: 15.5px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.wsm-category-list a::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-right: 12px;
  border-top: 2px solid #008089;
  border-right: 2px solid #008089;
  transform: rotate(45deg);
}

.wsm-category-list a:hover,
.wsm-category-list a:focus {
  color: #008089;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wsm-category-empty {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid #d6eae7;
  border-radius: 8px;
  background: #ffffff;
  color: #102a2f;
}

.wsm-category-no-results {
  display: none;
  margin: 24px 0 0;
  color: #42565b;
  font-size: 15px;
}

.wsm-blog-page {
  width: 100%;
  max-width: none;
  background: #f6f8f8;
  color: #102a2f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wsm-blog-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 60%, #f2faf8 100%);
  border-bottom: 1px solid #e3ecea;
}

.wsm-blog-hero__inner {
  width: min(100% - 64px, 1180px);
  min-height: 340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 54px;
  align-items: center;
  padding: 50px 0 56px;
}

.wsm-blog-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #0b1f24;
  font-size: clamp(42px, 4.2vw, 56px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.wsm-blog-hero p {
  max-width: 720px;
  margin: 0 0 28px;
  color: #30474c;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 500;
}

.wsm-blog-search-form {
  width: min(100%, 650px);
  min-height: 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border: 1px solid #dbe7e6;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(11, 31, 36, 0.06);
}

.wsm-blog-search-wrap {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 14px;
}

.wsm-blog-search-wrap::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #7a8c91;
  border-radius: 999px;
  box-shadow: 6px 6px 0 -4px #7a8c91;
  transform: rotate(-8deg);
}

.wsm-blog-search {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0b1f24;
  font-size: 15px;
  outline: none;
}

.wsm-blog-search:focus {
  box-shadow: none;
}

.wsm-blog-search-button {
  height: 44px;
  min-width: 96px;
  padding: 0 22px;
  border: 0;
  border-radius: 5px;
  background: #008089;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.wsm-blog-search-button:hover,
.wsm-blog-search-button:focus {
  background: #006b72;
}

.wsm-blog-hero-art {
  position: relative;
  min-height: 238px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wsm-blog-hero-art::before {
  content: "";
  position: absolute;
  inset: 0 0 26px 24px;
  border-radius: 999px;
  background: #edf8f6;
}

.wsm-blog-hero-art__image {
  position: relative;
  z-index: 1;
  max-width: min(100%, 380px);
  max-height: 240px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 61, 55, 0.12));
}

.wsm-blog-hero-art__screen {
  position: relative;
  z-index: 1;
  width: 250px;
  height: 158px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 26px;
  border: 7px solid #003d37;
  border-radius: 9px 9px 4px 4px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 61, 55, 0.13);
}

.wsm-blog-hero-art__screen::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 176px;
  height: 10px;
  border-radius: 999px;
  background: #003d37;
  transform: translateX(-50%);
}

.wsm-blog-hero-art__screen span {
  border: 2px solid #a7d9d2;
  border-radius: 6px;
  background: linear-gradient(#f8fbfa, #ffffff);
}

.wsm-blog-hero-art__bars {
  position: absolute;
  z-index: 2;
  left: 8px;
  bottom: 26px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.wsm-blog-hero-art__bars span {
  width: 14px;
  display: block;
  border-radius: 3px 3px 0 0;
  background: #079c9c;
}

.wsm-blog-hero-art__bars span:nth-child(1) {
  height: 30px;
}

.wsm-blog-hero-art__bars span:nth-child(2) {
  height: 56px;
}

.wsm-blog-hero-art__bars span:nth-child(3) {
  height: 82px;
  background: #f6c529;
}

.wsm-blog-hero-art__books {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  width: 82px;
  height: 58px;
  border-radius: 8px 8px 5px 5px;
  background: #008089;
  box-shadow: inset 0 16px 0 rgba(255, 255, 255, 0.28), 0 12px 24px rgba(0, 61, 55, 0.12);
}

.wsm-blog-stats,
.wsm-blog-categories,
.wsm-blog-starter,
.wsm-blog-courses {
  padding-left: 24px;
  padding-right: 24px;
}

.wsm-blog-stats {
  padding-top: 42px;
}

.wsm-blog-stats__inner,
.wsm-blog-section__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.wsm-blog-stats__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d6eae7;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(11, 31, 36, 0.04);
}

.wsm-blog-stat {
  min-height: 88px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 4px 14px;
  align-content: center;
  padding: 18px 22px;
  border-right: 1px solid #d6eae7;
}

.wsm-blog-stat:last-child {
  border-right: 0;
}

.wsm-blog-stat__icon {
  position: relative;
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #a7d9d2;
  border-radius: 999px;
  background: #f2faf8;
  color: #008089;
  font-size: 0;
  overflow: hidden;
}

.wsm-blog-stat__icon::before,
.wsm-blog-stat__icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.wsm-blog-stat__icon--articles::before {
  left: 12px;
  top: 9px;
  width: 14px;
  height: 19px;
  border: 2px solid #008089;
  border-radius: 3px;
}

.wsm-blog-stat__icon--articles::after {
  left: 16px;
  top: 14px;
  width: 9px;
  height: 7px;
  border-top: 2px solid #008089;
  border-bottom: 2px solid #008089;
}

.wsm-blog-stat__icon--expert::before {
  left: 9px;
  top: 15px;
  width: 13px;
  height: 13px;
  border: 2px solid #008089;
  border-radius: 999px;
}

.wsm-blog-stat__icon--expert::after {
  right: 9px;
  top: 10px;
  width: 13px;
  height: 17px;
  border-left: 2px solid #008089;
  border-bottom: 2px solid #008089;
  transform: skewX(-12deg);
}

.wsm-blog-stat__icon--templates::before {
  left: 10px;
  top: 9px;
  width: 17px;
  height: 20px;
  border: 2px solid #008089;
  border-radius: 3px;
}

.wsm-blog-stat__icon--templates::after {
  left: 14px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #008089;
  border-bottom: 2px solid #008089;
  box-shadow: 0 5px 0 -3px #008089;
}

.wsm-blog-stat__icon--updated::before {
  left: 9px;
  top: 9px;
  width: 20px;
  height: 20px;
  border: 2px solid #008089;
  border-radius: 999px;
}

.wsm-blog-stat__icon--updated::after {
  left: 19px;
  top: 13px;
  width: 7px;
  height: 10px;
  border-left: 2px solid #008089;
  border-bottom: 2px solid #008089;
}

.wsm-blog-stat strong {
  color: #0b1f24;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 850;
}

.wsm-blog-stat span:last-child {
  color: #52656a;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 600;
}

.wsm-blog-categories {
  padding-top: 52px;
}

.wsm-blog-categories h2,
.wsm-blog-starter h2,
.wsm-blog-courses h2 {
  margin: 0 0 22px;
  color: #0b1f24;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: 0;
}

.wsm-blog-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.wsm-blog-category-card {
  min-height: 248px;
  display: flex;
  flex-direction: column;
  padding: 24px 22px 20px;
  border: 1px solid #dbe7e6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(11, 31, 36, 0.035);
}

.wsm-blog-category-card__icon {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid #a7d9d2;
  border-radius: 999px;
  background: #f2faf8;
  color: #008089;
  font-size: 0;
  overflow: hidden;
}

.wsm-blog-category-card__icon::before,
.wsm-blog-category-card__icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.wsm-blog-icon--accounting::before {
  left: 12px;
  top: 9px;
  width: 18px;
  height: 24px;
  border: 2px solid #008089;
  border-radius: 4px;
}

.wsm-blog-icon--accounting::after {
  left: 16px;
  top: 15px;
  width: 4px;
  height: 4px;
  background: #008089;
  box-shadow: 7px 0 0 #008089, 0 7px 0 #008089, 7px 7px 0 #008089, 0 14px 0 #008089, 7px 14px 0 #008089;
}

.wsm-blog-icon--finance::before {
  left: 11px;
  bottom: 10px;
  width: 5px;
  height: 12px;
  border-radius: 2px 2px 0 0;
  background: #008089;
  box-shadow: 8px -6px 0 #008089, 16px -13px 0 #008089;
}

.wsm-blog-icon--finance::after {
  left: 9px;
  bottom: 8px;
  width: 25px;
  height: 2px;
  background: #008089;
}

.wsm-blog-icon--excel::before {
  left: 11px;
  top: 10px;
  width: 21px;
  height: 22px;
  border: 2px solid #008089;
  border-radius: 4px;
}

.wsm-blog-icon--excel::after {
  left: 15px;
  top: 15px;
  width: 13px;
  height: 12px;
  border-top: 2px solid #008089;
  border-bottom: 2px solid #008089;
  box-shadow: inset 5px 0 0 -3px #008089;
}

.wsm-blog-icon--market::before {
  left: 10px;
  bottom: 11px;
  width: 24px;
  height: 18px;
  border-left: 2px solid #008089;
  border-bottom: 2px solid #008089;
}

.wsm-blog-icon--market::after {
  left: 14px;
  top: 18px;
  width: 20px;
  height: 12px;
  border-top: 3px solid #008089;
  border-right: 3px solid #008089;
  transform: skewY(-28deg);
}

.wsm-blog-icon--banking::before {
  left: 9px;
  top: 13px;
  width: 24px;
  height: 4px;
  background: #008089;
  box-shadow: 0 14px 0 #008089;
}

.wsm-blog-icon--banking::after {
  left: 12px;
  top: 18px;
  width: 3px;
  height: 10px;
  background: #008089;
  box-shadow: 7px 0 0 #008089, 14px 0 0 #008089;
}

.wsm-blog-icon--valuation::before {
  left: 12px;
  top: 12px;
  width: 20px;
  height: 17px;
  border: 2px solid #008089;
  border-radius: 5px;
  transform: rotate(-35deg);
}

.wsm-blog-icon--valuation::after {
  left: 15px;
  top: 15px;
  width: 5px;
  height: 5px;
  border: 2px solid #008089;
  border-radius: 999px;
}

.wsm-blog-icon--modeling::before {
  left: 11px;
  top: 11px;
  width: 21px;
  height: 21px;
  border: 2px solid #008089;
  border-radius: 4px;
}

.wsm-blog-icon--modeling::after {
  left: 18px;
  top: 12px;
  width: 2px;
  height: 19px;
  background: #008089;
  box-shadow: 7px 0 0 #008089, -6px 6px 0 -1px #008089, 0 6px 0 -1px #008089, 7px 6px 0 -1px #008089, -6px 13px 0 -1px #008089, 0 13px 0 -1px #008089, 7px 13px 0 -1px #008089;
}

.wsm-blog-icon--corporate::before {
  left: 10px;
  top: 15px;
  width: 24px;
  height: 16px;
  border: 2px solid #008089;
  border-radius: 4px;
}

.wsm-blog-icon--corporate::after {
  left: 17px;
  top: 11px;
  width: 10px;
  height: 7px;
  border: 2px solid #008089;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.wsm-blog-icon--templates::before,
.wsm-blog-icon--default::before {
  left: 12px;
  top: 9px;
  width: 18px;
  height: 24px;
  border: 2px solid #008089;
  border-radius: 4px;
}

.wsm-blog-icon--templates::after,
.wsm-blog-icon--default::after {
  left: 16px;
  top: 16px;
  width: 10px;
  height: 8px;
  border-top: 2px solid #008089;
  border-bottom: 2px solid #008089;
}

.wsm-blog-category-card h3 {
  margin: 0 0 12px;
  color: #0b1f24;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 850;
}

.wsm-blog-category-card p {
  margin: 0 0 18px;
  color: #30474c;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.wsm-blog-category-card strong {
  margin-top: auto;
  color: #0b1f24;
  font-size: 14px;
  font-weight: 850;
}

.wsm-blog-category-card a {
  width: fit-content;
  margin-top: 14px;
  color: #008089;
  font-size: 13.5px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none;
}

.wsm-blog-category-card a::after {
  content: "\2192";
  margin-left: 6px;
}

.wsm-blog-category-card a:hover,
.wsm-blog-category-card a:focus {
  color: #006b72;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wsm-blog-no-results,
.wsm-blog-empty {
  display: none;
  margin: 22px 0 0;
  color: #42565b;
  font-size: 16px;
  font-weight: 650;
}

.wsm-blog-empty {
  display: block;
}

.wsm-blog-starter {
  padding-top: 44px;
}

.wsm-blog-starter__panel {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid #c9e6e2;
  border-radius: 10px;
  background: linear-gradient(90deg, #f8fbfa 0%, #ffffff 100%);
}

.wsm-blog-starter__art {
  width: 126px;
  height: 94px;
  border: 6px solid #003d37;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(#ffffff 58%, #dff4ef 58%);
  box-shadow: 0 14px 24px rgba(0, 61, 55, 0.1);
}

.wsm-blog-starter__art::before {
  content: "";
  width: 36px;
  height: 50px;
  display: block;
  margin: -28px auto 0;
  border-radius: 999px 999px 6px 6px;
  background: #f6c529;
  box-shadow: 0 0 0 4px #ffffff, 0 18px 0 -9px #e9552c;
}

.wsm-blog-starter h2 {
  margin-bottom: 18px;
}

.wsm-blog-starter__links {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.wsm-blog-starter__links a {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-left: 1px solid #c9d9d7;
  color: #003d37;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.wsm-blog-starter__links a:first-child {
  border-left: 0;
}

.wsm-blog-starter__links a:hover,
.wsm-blog-starter__links a:focus {
  color: #008089;
}

.wsm-blog-courses {
  padding-top: 44px;
  padding-bottom: 76px;
}

.wsm-blog-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wsm-blog-course-card {
  padding: 24px 24px 22px;
  border: 1px solid #d6eae7;
  border-radius: 8px;
  background: #ffffff;
}

.wsm-blog-course-card span {
  display: block;
  margin-bottom: 10px;
  color: #008089;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.wsm-blog-course-card h3 {
  margin: 0 0 10px;
  color: #0b1f24;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
}

.wsm-blog-course-card p {
  margin: 0 0 18px;
  color: #42565b;
  font-size: 14.5px;
  line-height: 1.55;
}

.wsm-blog-course-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  background: #f6c529;
  color: #003d37;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.wsm-blog-course-card a:hover,
.wsm-blog-course-card a:focus {
  background: #e8b91d;
  color: #003d37;
}

.wsm-search-page {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #ffffff;
  color: #102a2a;
}

.wsm-search-hero {
  width: 100%;
  margin-left: 0;
  background: #fbfdfd;
  border-bottom: 1px solid #e3ecea;
  padding: 34px 24px 38px;
}

.wsm-search-hero__inner {
  width: min(100%, 980px);
  margin: 0 auto;
}

.wsm-search-eyebrow {
  margin: 18px 0 10px;
  color: #008c88;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wsm-search-hero h1 {
  max-width: 850px;
  margin: 0 0 14px;
  color: #0b1f24;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}

.wsm-search-summary {
  max-width: 720px;
  margin: 0 0 24px;
  color: #42565b;
  font-size: 17px;
  line-height: 1.65;
}

.wsm-search-form {
  width: min(100%, 680px);
  min-height: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #d6eae7;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(16, 42, 42, 0.06);
}

.wsm-search-input-wrap {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-left: 14px;
}

.wsm-search-input-wrap::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #7f8d8d;
  border-radius: 999px;
  box-shadow: 6px 6px 0 -4px #7f8d8d;
  transform: rotate(-12deg);
}

.wsm-search-input {
  width: 100%;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #102a2a;
  font: inherit;
  font-size: 15px;
  outline: 0;
}

.wsm-search-input::placeholder {
  color: #7f8d8d;
}

.wsm-search-input:focus {
  box-shadow: none;
}

.wsm-search-button {
  height: 44px;
  min-width: 96px;
  border: 0;
  border-radius: 6px;
  background: #008c88;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.wsm-search-button:hover,
.wsm-search-button:focus {
  background: #006f6c;
  color: #ffffff;
}

.wsm-search-results {
  padding: 42px 24px 72px;
}

.wsm-search-results__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.wsm-search-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 56px;
  align-items: start;
}

.wsm-search-main-column {
  min-width: 0;
}

.wsm-search-results__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfe8e8;
}

.wsm-search-results__header h2 {
  margin: 0;
  color: #0b1f24;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
}

.wsm-search-results__header span {
  color: #526060;
  font-size: 14px;
  font-weight: 700;
}

.wsm-search-list {
  display: grid;
  gap: 0;
}

.wsm-search-result {
  padding: 24px 0;
  border-bottom: 1px solid #e3ecea;
}

.wsm-search-result__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #526060;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.wsm-search-result__meta span {
  color: #008c88;
}

.wsm-search-result__meta time::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 2px 0;
  border-radius: 999px;
  background: #c9d9d7;
}

.wsm-search-result h3 {
  margin: 0 0 10px;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.wsm-search-result h3 a {
  color: #102a2a;
  text-decoration: none;
}

.wsm-search-result h3 a:hover,
.wsm-search-result h3 a:focus {
  color: #008c88;
}

.wsm-search-result p {
  max-width: 780px;
  margin: 0 0 12px;
  color: #30474c;
  font-size: 16px;
  line-height: 1.7;
}

.wsm-search-result__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #008c88;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.wsm-search-result__link:hover,
.wsm-search-result__link:focus {
  text-decoration: underline;
}

.wsm-search-pagination {
  margin-top: 34px;
}

.wsm-search-pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.wsm-search-pagination li {
  margin: 0;
}

.wsm-search-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  color: #102a2a;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.wsm-search-pagination .page-numbers.current,
.wsm-search-pagination .page-numbers:hover,
.wsm-search-pagination .page-numbers:focus {
  border-color: #008c88;
  background: #eefafa;
  color: #008c88;
}

.wsm-search-empty {
  padding: 34px;
  border: 1px solid #dfe8e8;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 42, 42, 0.04);
}

.wsm-search-empty h2 {
  margin: 0 0 10px;
  color: #0b1f24;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.wsm-search-empty p {
  margin: 0 0 18px;
  color: #42565b;
  font-size: 16px;
  line-height: 1.65;
}

.wsm-search-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #008c88;
  border-radius: 8px;
  color: #008c88;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.wsm-search-empty a:hover,
.wsm-search-empty a:focus {
  background: #eefafa;
}

.wsm-search-sidebar {
  min-width: 0;
}

.wsm-search-sidebar__sticky {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

.admin-bar .wsm-search-sidebar__sticky {
  top: 128px;
}

.wsm-search-course-card {
  padding: 20px 18px;
  border: 1px solid #dfe8e8;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(16, 42, 42, 0.04);
}

.wsm-search-course-card--primary {
  background: #fbfdfd;
  border-color: #d6eae7;
}

.wsm-search-course-card span {
  display: block;
  margin-bottom: 8px;
  color: #008c88;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wsm-search-course-card h2,
.wsm-search-course-card h3 {
  margin: 0 0 8px;
  color: #0b1f24;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: 0;
}

.wsm-search-course-card h2 {
  font-size: 22px;
}

.wsm-search-course-card p {
  margin: 0;
  color: #42565b;
  font-size: 14px;
  line-height: 1.55;
}

.wsm-search-course-card a {
  margin-top: 14px;
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d6a82b;
  border-radius: 8px;
  background: #fffdf7;
  color: #9a6b00;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.wsm-search-course-card a:hover,
.wsm-search-course-card a:focus {
  background: #e8c325;
  border-color: #e8c325;
  color: #102a2a;
}

.wsm-search-all-courses {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #008c88;
  border-radius: 8px;
  background: #ffffff;
  color: #008c88;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.wsm-search-all-courses:hover,
.wsm-search-all-courses:focus {
  background: #eefafa;
  color: #008c88;
}

.wsm-dictionary-page {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #ffffff;
  color: #102a2a;
}

.wsm-dictionary-hero {
  background: #fbfdfd;
  border-bottom: 1px solid #e3ecea;
  padding: 34px 24px 38px;
}

.wsm-dictionary-hero__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.wsm-dictionary-eyebrow {
  margin: 18px 0 10px;
  color: #008c88;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wsm-dictionary-hero h1 {
  max-width: 900px;
  margin: 0 0 16px;
  color: #0b1f24;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 850;
}

.wsm-dictionary-hero p:not(.wsm-dictionary-eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #42565b;
  font-size: 17px;
  line-height: 1.65;
}

.wsm-dictionary-summary {
  width: fit-content;
  margin-top: 22px;
  padding: 12px 16px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border: 1px solid #d6eae7;
  border-radius: 8px;
  background: #ffffff;
  color: #526060;
  box-shadow: 0 10px 26px rgba(16, 42, 42, 0.04);
}

.wsm-dictionary-summary strong {
  color: #008c88;
  font-size: 22px;
  line-height: 1;
  font-weight: 850;
}

.wsm-dictionary-summary span {
  font-size: 14px;
  font-weight: 750;
}

.wsm-dictionary-content {
  padding: 38px 24px 76px;
}

.wsm-dictionary-content__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.wsm-dictionary-nav {
  position: sticky;
  top: 70px;
  z-index: 5;
  margin-bottom: 32px;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid #dfe8e8;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(16, 42, 42, 0.05);
}

.admin-bar .wsm-dictionary-nav {
  top: 102px;
}

.wsm-dictionary-nav a {
  min-width: 34px;
  min-height: 34px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe8e8;
  border-radius: 7px;
  color: #102a2a;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.wsm-dictionary-nav a:hover,
.wsm-dictionary-nav a:focus {
  border-color: #008c88;
  background: #eefafa;
  color: #008c88;
}

.wsm-dictionary-sections {
  display: grid;
  gap: 34px;
}

.wsm-dictionary-section {
  scroll-margin-top: 150px;
}

.wsm-dictionary-section h2 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe8e8;
  color: #0b1f24;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 850;
}

.wsm-dictionary-section ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 42px;
  list-style: none;
}

.wsm-dictionary-section li {
  margin: 0;
  border-bottom: 1px solid #e3ecea;
}

.wsm-dictionary-section a {
  min-height: 42px;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #102a2a;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 750;
  text-decoration: none;
}

.wsm-dictionary-section a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-top: 2px solid #008c88;
  border-right: 2px solid #008c88;
  transform: rotate(45deg);
}

.wsm-dictionary-section a:hover,
.wsm-dictionary-section a:focus {
  color: #008c88;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.single-wsm_author {
  background: #fbfdfd;
}

.single-wsm_author .site,
.single-wsm_author .site-content,
.single-wsm_author .site-main,
.single-wsm_author .content-area {
  background: transparent;
}

.wsm-author-page {
  padding: 34px 24px 72px;
  color: #102a2f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wsm-author-page__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.wsm-author-breadcrumb {
  margin: 0 0 16px;
  color: #526060;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.wsm-author-breadcrumb a {
  color: #526060;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.wsm-author-breadcrumb a:hover,
.wsm-author-breadcrumb a:focus {
  color: #008c88;
}

.wsm-author-breadcrumb span {
  margin: 0 4px;
}

.wsm-author-breadcrumb span:last-child {
  color: #0b1f24;
}

.wsm-author-hero {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding: 34px;
  border: 1px solid #dfe8e8;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(16, 42, 42, 0.05);
}

.wsm-author-hero__photo {
  width: 180px;
  height: 180px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid #d6eae7;
  border-radius: 999px;
  background: #eefafa;
  color: #008c88;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.wsm-author-hero__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wsm-author-hero__eyebrow {
  margin: 0 0 8px;
  color: #008c88;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wsm-author-hero h1 {
  margin: 0 0 10px;
  color: #0b1f24;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 780;
  letter-spacing: 0;
}

.wsm-author-hero__role {
  margin: 0 0 18px;
  color: #123c3a;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.wsm-author-hero__bio {
  max-width: 760px;
  margin: 0 0 22px;
  color: #102a2f;
  font-size: 17px;
  line-height: 1.72;
}

.wsm-author-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.wsm-author-facts div {
  padding: 13px 14px;
  border: 1px solid #e3ecea;
  border-radius: 8px;
  background: #f8fbfa;
}

.wsm-author-facts span {
  display: block;
  margin-bottom: 4px;
  color: #526060;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.wsm-author-facts strong {
  display: block;
  color: #0b1f24;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.wsm-author-linkedin {
  margin-top: 18px;
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  color: #008c88;
  background: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
}

.wsm-author-linkedin:hover,
.wsm-author-linkedin:focus {
  border-color: #008c88;
  background: #eefafa;
  color: #006b72;
}

.wsm-author-panel {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid #dfe8e8;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(16, 42, 42, 0.04);
}

.wsm-author-panel h2 {
  margin: 0 0 18px;
  color: #0b1f24;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 780;
}

.wsm-author-skill-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.wsm-author-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wsm-author-tags span {
  padding: 8px 11px;
  border: 1px solid #d6eae7;
  border-radius: 999px;
  background: #f8fbfa;
  color: #123c3a;
  font-size: 13.5px;
  line-height: 1;
  font-weight: 700;
}

.wsm-author-articles {
  margin-top: 4px;
}

.wsm-author-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wsm-author-article-card {
  min-height: 132px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e3ecea;
  border-radius: 8px;
  background: #ffffff;
}

.wsm-author-article-card a {
  color: #0b1f24;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 780;
  text-decoration: none;
}

.wsm-author-article-card a:hover,
.wsm-author-article-card a:focus {
  color: #008c88;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wsm-author-article-card time {
  margin-top: 16px;
  color: #526060;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 650;
}

@media (max-width: 900px) {
  .wsm-author-page {
    padding: 28px 18px 56px;
  }

  .wsm-author-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 20px;
  }

  .wsm-author-hero__photo {
    width: 132px;
    height: 132px;
    font-size: 32px;
  }

  .wsm-author-hero h1 {
    font-size: 34px;
  }

  .wsm-author-hero__role {
    font-size: 16px;
  }

  .wsm-author-hero__bio {
    font-size: 16px;
  }

  .wsm-author-facts,
  .wsm-author-skill-panel,
  .wsm-author-article-grid {
    grid-template-columns: 1fr;
  }

  .wsm-author-panel {
    padding: 22px 18px;
  }
}

body.single-wsm_author {
  background: #ffffff;
}

.single-wsm_author .site,
.single-wsm_author .site-content,
.single-wsm_author .site-main,
.single-wsm_author .content-area {
  background: #ffffff;
}

.wsm-author-page {
  padding: 28px 36px 64px;
  background: #ffffff;
  color: #102a2a;
  font-family: inherit;
}

.wsm-author-page__inner {
  max-width: 1220px;
  margin: 0 auto;
}

.wsm-author-breadcrumb {
  margin: 0 0 20px;
  color: #526060;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.wsm-author-breadcrumb a {
  color: #008c88;
  font-weight: 600;
  text-decoration: none;
}

.wsm-author-breadcrumb a:hover,
.wsm-author-breadcrumb a:focus {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wsm-author-breadcrumb span {
  margin: 0 5px;
}

.wsm-author-breadcrumb span:last-child {
  color: #526060;
}

.wsm-author-hero-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: center;
  padding: 36px;
  border: 1px solid #dfe8e8;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 42, 42, 0.04);
}

.wsm-author-photo {
  width: 180px;
  height: 180px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  background: #f3f6f6;
}

.wsm-author-photo--fallback {
  display: grid;
  place-items: center;
  color: #008c88;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.wsm-author-verified-badge {
  margin-bottom: 12px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #e9f8f3;
  color: #078050;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.wsm-author-verified-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.wsm-author-hero-main h1 {
  margin: 0 0 10px;
  color: #102a2a;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.wsm-author-role {
  margin: 0 0 6px;
  color: #008c88;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.wsm-author-role-note {
  margin: 0 0 14px;
  color: #526060;
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 600;
}

.wsm-author-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.wsm-author-tags span {
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dfe8e8;
  border-radius: 6px;
  background: #ffffff;
  color: #526060;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.wsm-author-short-bio {
  max-width: 620px;
  margin: 0 0 18px;
  color: #1d2f2f;
  font-size: 15.5px;
  line-height: 1.7;
}

.wsm-author-social-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.wsm-author-social-button {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #bcd8e8;
  border-radius: 8px;
  background: #ffffff;
  color: #1c5d9f;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.wsm-author-social-button span {
  min-width: 16px;
  display: inline-grid;
  place-items: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.wsm-author-social-button--primary {
  border-color: #1f67b1;
  background: #1f67b1;
  color: #ffffff;
}

.wsm-author-social-button:hover,
.wsm-author-social-button:focus {
  border-color: #008c88;
  background: #eefafa;
  color: #008c88;
  text-decoration: none;
}

.wsm-author-social-button--primary:hover,
.wsm-author-social-button--primary:focus {
  border-color: #00483f;
  background: #00483f;
  color: #ffffff;
}

.wsm-author-stats-panel {
  padding-left: 34px;
  border-left: 1px solid #dfe8e8;
}

.wsm-author-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 28px;
  margin-bottom: 28px;
}

.wsm-author-stat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.wsm-author-stat-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid #d6eae7;
  border-radius: 8px;
  color: #008c88;
  background: #eefafa;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.wsm-author-stat strong {
  display: block;
  color: #102a2a;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
}

.wsm-author-stat span:not(.wsm-author-stat-icon) {
  display: block;
  margin-top: 4px;
  color: #526060;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.wsm-author-bio-button,
.wsm-author-view-all-button {
  height: 48px;
  border: 1px solid #008c88;
  border-radius: 8px;
  color: #008c88;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
}

.wsm-author-bio-button {
  width: 100%;
}

.wsm-author-bio-button:hover,
.wsm-author-bio-button:focus,
.wsm-author-view-all-button:hover,
.wsm-author-view-all-button:focus {
  background: #eefafa;
  color: #008c88;
  text-decoration: none;
}

.wsm-author-proof-strip,
.wsm-author-section-card,
.wsm-author-articles-section {
  margin-top: 22px;
  padding: 28px;
  border: 1px solid #dfe8e8;
  border-radius: 10px;
  background: #ffffff;
}

.wsm-author-proof-strip {
  margin-top: 20px;
  padding: 22px 28px;
  text-align: center;
}

.wsm-author-proof-title {
  margin: 0 0 18px;
  color: #526060;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wsm-author-proof-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.wsm-author-proof-items span {
  color: #526060;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.wsm-author-section-title,
.wsm-author-articles-title,
.wsm-author-archive-title {
  margin: 0 0 22px;
  color: #102a2a;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.wsm-author-credentials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.wsm-author-credential-card {
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  background: #ffffff;
}

.wsm-author-credential-icon {
  color: #008c88;
  font-size: 28px;
  line-height: 1;
}

.wsm-author-credential-card h3 {
  margin: 0;
  color: #102a2a;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.wsm-author-credential-card p {
  margin: 4px 0 0;
  color: #526060;
  font-size: 14px;
  line-height: 1.45;
}

.wsm-author-articles-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.wsm-author-articles-title,
.wsm-author-archive-title {
  margin-bottom: 6px;
}

.wsm-author-articles-subtitle {
  margin: 0;
  color: #526060;
  font-size: 15px;
  line-height: 1.5;
}

.wsm-author-sort-label {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  color: #102a2a;
  background: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.wsm-author-article-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 44px;
}

.wsm-author-article-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid #dfe8e8;
  color: #102a2a;
  font-size: 15.5px;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none;
}

.wsm-author-article-link::before {
  content: "›";
  flex: 0 0 auto;
  margin-top: -1px;
  color: #008c88;
  font-size: 22px;
  line-height: 1;
}

.wsm-author-article-link:hover,
.wsm-author-article-link:focus {
  color: #008c88;
  text-decoration: none;
}

.wsm-author-view-all-wrap {
  margin-top: 34px;
  text-align: center;
}

.wsm-author-view-all-button {
  min-width: 340px;
  padding: 0 20px;
}

.wsm-author-trust-note {
  margin: 34px 0 0;
  padding: 14px 18px;
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  background: #fbfdfd;
  color: #526060;
  font-size: 14px;
  line-height: 1.5;
}

.wsm-author-pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.wsm-author-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  color: #102a2a;
  text-decoration: none;
  font-weight: 700;
}

.wsm-author-pagination .page-numbers.current,
.wsm-author-pagination .page-numbers:hover,
.wsm-author-pagination .page-numbers:focus {
  border-color: #008c88;
  background: #eefafa;
  color: #008c88;
}

@media (max-width: 991px) {
  .wsm-author-hero-card {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    text-align: left;
  }

  .wsm-author-stats-panel {
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid #dfe8e8;
    border-left: 0;
  }

  .wsm-author-credentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wsm-author-article-list-grid {
    grid-template-columns: 1fr;
  }

  .wsm-author-articles-header {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .wsm-author-page {
    padding: 22px 18px 48px;
  }

  .wsm-author-photo {
    width: 132px;
    height: 132px;
  }

  .wsm-author-proof-items {
    justify-content: center;
  }

  .wsm-author-proof-items span {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .wsm-author-hero-card,
  .wsm-author-proof-strip,
  .wsm-author-section-card,
  .wsm-author-articles-section {
    padding: 22px 18px;
  }

  .wsm-author-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .wsm-author-credentials-grid,
  .wsm-author-article-list-grid {
    grid-template-columns: 1fr;
  }

  .wsm-author-view-all-button {
    width: 100%;
    min-width: 0;
  }
}

.single-post .entry-footer,
.single-post footer.entry-meta,
.single-post .inside-article > .entry-meta,
.single-post .post-navigation,
.single-post .comments-area,
.single-post #comments,
.single-post #respond,
.single-post .comment-respond {
  display: none;
}

body.single-post {
  background: #ffffff;
}

.single-post #page,
.single-post .site,
.single-post .site-content,
.single-post .site-main,
.single-post .content-area,
.single-post .inside-article,
.single-post.separate-containers .inside-article,
.single-post.one-container .inside-article {
  background: #ffffff;
}

.single-post .site-content {
  padding-top: 24px;
}

.single-post .inside-article {
  padding-top: 18px;
  padding-bottom: 72px;
  border-radius: 0;
  box-shadow: none;
}

.single-post .entry-header,
.single-post .entry-content {
  background: #ffffff;
}

.single-post.separate-containers .inside-article,
.single-post.one-container .inside-article {
  border-radius: 0;
}

.wsm-article-breadcrumb {
  margin: 0 0 14px;
  color: #506468;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.wsm-article-breadcrumb a {
  color: #506468;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.wsm-article-breadcrumb a:hover,
.wsm-article-breadcrumb a:focus {
  color: #008089;
}

.wsm-article-breadcrumb span {
  margin: 0 4px;
}

.wsm-article-breadcrumb span:last-child {
  margin-right: 0;
  color: #0b1f24;
  font-weight: 750;
}

.single-post .entry-title {
  margin-top: 0;
  margin-bottom: 18px;
  color: #0a171a;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(36px, 3.2vw, 46px);
  line-height: 1.14;
  font-weight: 750;
  letter-spacing: 0;
}

.single-post .entry-content {
  color: #111f24;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
  letter-spacing: 0;
}

.single-post .entry-content > *:first-child {
  margin-top: 0;
}

.single-post .entry-content p {
  margin-bottom: 26px;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  color: #0a171a;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  scroll-margin-top: 122px;
}

.single-post .entry-content h2 {
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: clamp(28px, 2.5vw, 34px);
  line-height: 1.24;
  font-weight: 750;
}

.single-post .entry-content h3 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.3;
  font-weight: 750;
}

.single-post .entry-content h4 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
}

.single-post .entry-content a {
  color: #008089;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.single-post .entry-header a,
.single-post .inside-article .entry-summary a,
.single-post .inside-article .breadcrumb a,
.single-post .inside-article .rank-math-breadcrumb a,
.single-post .inside-right-sidebar a:not(.wsm-sidebar-course a) {
  color: #008089;
}

.single-post .entry-content a:hover,
.single-post .entry-content a:focus,
.single-post .entry-header a:hover,
.single-post .entry-header a:focus,
.single-post .inside-article .breadcrumb a:hover,
.single-post .inside-article .breadcrumb a:focus,
.single-post .inside-article .rank-math-breadcrumb a:hover,
.single-post .inside-article .rank-math-breadcrumb a:focus,
.single-post .inside-right-sidebar a:not(.wsm-sidebar-course a):hover,
.single-post .inside-right-sidebar a:not(.wsm-sidebar-course a):focus {
  color: #006b72;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
  margin-bottom: 26px;
  padding-left: 28px;
}

.single-post .entry-content li {
  margin-bottom: 9px;
}

.single-post .entry-content blockquote {
  margin: 32px 0;
  padding: 22px 26px;
  border: 1px solid #b9dddd;
  border-left: 4px solid #0aa39f;
  border-radius: 8px;
  background: #f7fdfd;
  color: #18272b;
  font-size: 18px;
  line-height: 1.68;
}

.single-post .entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.single-post .entry-content figure,
.single-post .entry-content .wp-block-image,
.single-post .entry-content .wp-block-embed,
.single-post .entry-content .wp-block-video,
.single-post .entry-content table {
  margin-top: 32px;
  margin-bottom: 32px;
}

.single-post .entry-content img,
.single-post .entry-content iframe,
.single-post .entry-content video {
  max-width: 100%;
}

.single-post .entry-content table {
  width: 100%;
  font-size: 15px;
  line-height: 1.56;
  border-collapse: collapse;
  border-spacing: 0;
}

.single-post .entry-content th,
.single-post .entry-content td {
  padding: 13px 15px;
  vertical-align: top;
  border-color: #dfe6e6;
}

.single-post .entry-content th {
  background: #f7f8f8;
  color: #0a171a;
  font-weight: 800;
}

.single-post .entry-content pre,
.single-post .entry-content code {
  font-family: Consolas, "Roboto Mono", "Lucida Console", "Courier New", monospace;
}

.single-post .entry-content :not(pre) > code {
  padding: 2px 6px;
  border-radius: 5px;
  background: #e9eeee;
  color: #14272b;
  font-size: 0.88em;
}

.single-post .entry-content pre {
  margin: 28px 0;
  padding: 20px 24px;
  overflow-x: auto;
  border-radius: 5px;
  border: 1px solid #d9e6e6;
  background: #f8fbfa;
  color: #102a2f;
  font-size: 15px;
  line-height: 1.6;
}

.single-post .entry-content .wsm-key-takeaways,
.single-post .entry-content .wsm-download-box,
.single-post .entry-content .wsm-faq-box,
.single-post .entry-content .wsm-formula,
.single-post .entry-content .wsm-callout,
.single-post .entry-content .wsm-how-to {
  margin: 34px 0;
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  background: #ffffff;
}

.single-post .entry-content .wsm-key-takeaways {
  padding: 24px 28px 24px;
  border-color: #d6eae7;
  border-left: 4px solid #079c9c;
  background: #f8fbfa;
}

.single-post .entry-content h2.formula,
.single-post .entry-content h3.formula,
.single-post .entry-content h4.formula {
  display: flex;
  align-items: center;
  gap: 11px;
}

.single-post .entry-content h2.formula::before,
.single-post .entry-content h3.formula::before,
.single-post .entry-content h4.formula::before {
  content: "fx";
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d6eae7;
  border-radius: 999px;
  background: #f8fbfa;
  color: #008089;
  font-family: Consolas, "Roboto Mono", "Lucida Console", "Courier New", monospace;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.single-post .entry-content .wsm-formula {
  padding: 22px 24px;
  border-color: #d6eae7;
  border-left: 4px solid #079c9c;
  background: #f8fbfa;
}

.single-post .entry-content .wsm-formula h2,
.single-post .entry-content .wsm-formula h3,
.single-post .entry-content .wsm-formula h4 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #0b1f24;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 800;
}

.single-post .entry-content .wsm-formula p:last-child {
  margin-bottom: 0;
}

.single-post .entry-content .wsm-formula code,
.single-post .entry-content .wsm-formula pre,
.single-post .entry-content .wsm-formula .formula-value {
  display: block;
  margin: 14px 0 0;
  padding: 14px 16px;
  overflow-x: auto;
  border: 1px solid #d9e6e6;
  border-radius: 6px;
  background: #ffffff;
  color: #102a2f;
  font-family: Consolas, "Roboto Mono", "Lucida Console", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  white-space: pre;
}

.single-post .entry-content .wsm-callout {
  padding: 22px 24px;
  border-color: #d6eae7;
  border-left: 4px solid #079c9c;
  background: #f8fbfa;
  color: #102a2f;
}

.single-post .entry-content .wsm-callout > :first-child {
  margin-top: 0;
}

.single-post .entry-content .wsm-callout > :last-child {
  margin-bottom: 0;
}

.single-post .entry-content .wsm-callout h2,
.single-post .entry-content .wsm-callout h3,
.single-post .entry-content .wsm-callout h4,
.single-post .entry-content .wsm-callout strong:first-child {
  color: #0b1f24;
  font-weight: 800;
}

.single-post .entry-content .wsm-callout h2,
.single-post .entry-content .wsm-callout h3,
.single-post .entry-content .wsm-callout h4 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.single-post .entry-content .wsm-callout p,
.single-post .entry-content .wsm-callout ul,
.single-post .entry-content .wsm-callout ol {
  font-size: 16px;
  line-height: 1.66;
}

.single-post .entry-content .wsm-callout ul,
.single-post .entry-content .wsm-callout ol {
  margin-bottom: 0;
  padding-left: 22px;
}

.single-post .entry-content .wsm-callout--tip,
.single-post .entry-content .wsm-callout.is-tip,
.single-post .entry-content .wsm-callout.tip {
  border-left-color: #e8c325;
  background: #fffdf3;
}

.single-post .entry-content .wsm-callout--example,
.single-post .entry-content .wsm-callout.is-example,
.single-post .entry-content .wsm-callout.example {
  border-left-color: #079c9c;
  background: #f8fbfa;
}

.single-post .entry-content .wsm-callout--warning,
.single-post .entry-content .wsm-callout.is-warning,
.single-post .entry-content .wsm-callout.warning {
  border-left-color: #d9a441;
  background: #fffaf0;
}

.single-post .entry-content .wsm-callout__label,
.single-post .entry-content .wsm-callout .label {
  display: block;
  margin: 0 0 8px;
  color: #008089;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.single-post .entry-content .wsm-how-to {
  padding: 24px 26px;
  border-color: #d6eae7;
  background: #ffffff;
  counter-reset: wsm-step;
}

.single-post .entry-content .wsm-how-to > h2:first-child,
.single-post .entry-content .wsm-how-to > h3:first-child,
.single-post .entry-content .wsm-how-to > h4:first-child {
  margin-top: 0;
  margin-bottom: 18px;
  color: #0b1f24;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.single-post .entry-content .wsm-how-to ol,
.single-post .entry-content .wsm-how-to ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-post .entry-content .wsm-how-to li,
.single-post .entry-content .wsm-how-to__step,
.single-post .entry-content .wsm-how-to-step {
  position: relative;
  min-height: 42px;
  margin: 0;
  padding: 0 0 22px 54px;
  border-left: 1px solid #d6eae7;
  counter-increment: wsm-step;
}

.single-post .entry-content .wsm-how-to li:last-child,
.single-post .entry-content .wsm-how-to__step:last-child,
.single-post .entry-content .wsm-how-to-step:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

.single-post .entry-content .wsm-how-to li::before,
.single-post .entry-content .wsm-how-to__step::before,
.single-post .entry-content .wsm-how-to-step::before {
  content: counter(wsm-step);
  position: absolute;
  left: -17px;
  top: 0;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #079c9c;
  border-radius: 999px;
  background: #f8fbfa;
  color: #008089;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
}

.single-post .entry-content .wsm-how-to li > strong:first-child,
.single-post .entry-content .wsm-how-to__step-title,
.single-post .entry-content .wsm-how-to-step-title {
  display: block;
  margin-bottom: 6px;
  color: #0b1f24;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.single-post .entry-content .wsm-how-to p,
.single-post .entry-content .wsm-how-to li,
.single-post .entry-content .wsm-how-to__step,
.single-post .entry-content .wsm-how-to-step {
  color: #102a2f;
  font-size: 16px;
  line-height: 1.66;
}

.single-post .entry-content .wsm-how-to p:last-child {
  margin-bottom: 0;
}

.single-post .entry-content .wsm-key-takeaways h2,
.single-post .entry-content .wsm-key-takeaways h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 0;
  margin-bottom: 18px;
  color: #0b1f24;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
}

.single-post .entry-content .wsm-key-takeaways h2::before,
.single-post .entry-content .wsm-key-takeaways h3::before {
  content: "";
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1.5px solid #079c9c;
  border-radius: 999px;
  background-color: rgba(7, 156, 156, 0.06);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4.75h8M7 8.25h10M7 11.75h10M7 15.25h6M5.5 3.5h13v17h-13v-17Z' stroke='%23079C9C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.single-post .entry-content .wsm-key-takeaways ul,
.single-post .entry-content .wsm-key-takeaways ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.single-post .entry-content .wsm-key-takeaways li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 34px;
  color: #102a2f;
  line-height: 1.66;
}

.single-post .entry-content .wsm-key-takeaways li:last-child {
  margin-bottom: 0;
}

.single-post .entry-content .wsm-key-takeaways li::marker {
  content: "";
}

.single-post .entry-content .wsm-key-takeaways li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #e8c325;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.single-post .entry-content .wsm-article-cta {
  margin: 34px 0;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 22px;
  align-items: center;
  border: 1px solid #d6eae7;
  border-radius: 8px;
  background: #ffffff;
  color: #102a2f;
  box-shadow: 0 12px 28px rgba(16, 42, 42, 0.04);
}

.single-post .entry-content .wsm-article-cta__copy {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.single-post .entry-content .wsm-article-cta__badge {
  display: inline-flex;
  margin: 0 0 8px;
  color: #9a6b00;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.single-post .entry-content .wsm-article-cta h3 {
  margin: 0 0 7px;
  color: #0b1f24;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 850;
}

.single-post .entry-content .wsm-article-cta p {
  max-width: 620px;
  margin: 0;
  color: #334544;
  font-size: 15px;
  line-height: 1.58;
}

.single-post .entry-content .wsm-article-cta__details {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  list-style: none;
}

.single-post .entry-content .wsm-article-cta__details li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: #526060;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.single-post .entry-content .wsm-article-cta__details li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.28em;
  width: 10px;
  height: 6px;
  border-left: 2px solid #e8c325;
  border-bottom: 2px solid #e8c325;
  transform: rotate(-45deg);
}

.single-post .entry-content .wsm-article-cta__actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  justify-self: end;
  width: 178px;
}

.single-post .entry-content .wsm-article-cta__button {
  width: 100%;
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #008c88;
  border-radius: 7px;
  background: #008c88;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none !important;
  white-space: nowrap;
}

.single-post .entry-content .wsm-article-cta__button:hover,
.single-post .entry-content .wsm-article-cta__button:focus {
  background: #00483f;
  border-color: #00483f;
  color: #ffffff !important;
}

.single-post .entry-content .wsm-article-cta__secondary {
  color: #008089;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.single-post .entry-content .wsm-article-cta__secondary:hover,
.single-post .entry-content .wsm-article-cta__secondary:focus {
  color: #00483f;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-post .entry-content .wsm-article-cta--bridge {
  background: #f8fbfa;
  border-left: 4px solid #079c9c;
}

.single-post .entry-content .wsm-article-cta--workflow .wsm-article-cta__details {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.single-post .entry-content .wsm-article-cta--workflow .wsm-article-cta__details li {
  padding: 5px 8px;
  border: 1px solid #d6eae7;
  border-radius: 999px;
  background: #f8fbfa;
  color: #102a2f;
  font-size: 12px;
}

.single-post .entry-content .wsm-article-cta--workflow .wsm-article-cta__details li::before {
  display: none;
}

.single-post .entry-content .wsm-article-cta--toolkit {
  background: #fbfdfd;
}

.single-post .entry-content .wsm-article-cta--instructor {
  border-color: #dfe8e8;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 70%, #f8fbfa 100%);
}

.single-post .entry-content .wsm-article-cta--instructor .wsm-article-cta__badge::before {
  content: "WSM";
  width: 34px;
  height: 34px;
  margin-right: 10px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #00483f;
  color: #e8c325;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0;
}

.single-post .entry-content .wsm-article-cta--elite {
  grid-template-columns: minmax(0, 1fr) 190px;
  padding: 20px 22px;
  border-color: #e6d28a;
  border-left: 4px solid #d6a82b;
  background: #fffdf7;
}

.single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__button {
  border-color: #e8c325;
  background: #e8c325;
  color: #102a2a !important;
}

.single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__copy {
  grid-row: 1 / span 2;
}

.single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__badge {
  color: #9a6b00;
}

.single-post .entry-content .wsm-article-cta--elite h3 {
  max-width: 520px;
  font-size: 22px;
}

.single-post .entry-content .wsm-article-cta--elite p {
  max-width: 570px;
}

.single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__details {
  grid-column: 1 / -1;
  grid-row: 3;
  padding-top: 2px;
  gap: 8px 18px;
}

.single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__actions {
  width: 190px;
  align-self: center;
}

.single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__button {
  min-height: 40px;
  padding: 0 14px;
  font-size: 13.5px;
}

.single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__button:hover,
.single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__button:focus {
  border-color: #d6a82b;
  background: #d6a82b;
  color: #102a2a !important;
}

.single-post .entry-content .wsm-article-cta--minimal {
  padding: 15px 17px;
  border-style: dashed;
  box-shadow: none;
}

@media (max-width: 860px) {
  .single-post .entry-content .wsm-article-cta,
  .single-post .entry-content .wsm-article-cta--workflow,
  .single-post .entry-content .wsm-article-cta--toolkit,
  .single-post .entry-content .wsm-article-cta--elite {
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }

  .single-post .entry-content .wsm-article-cta__details {
    grid-column: auto;
    grid-row: auto;
    min-width: 0;
  }

  .single-post .entry-content .wsm-article-cta__actions {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    justify-self: stretch;
    justify-content: flex-start;
  }

  .single-post .entry-content .wsm-article-cta__button {
    width: 100%;
  }

  .single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__copy,
  .single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__details {
    grid-column: auto;
    grid-row: auto;
  }

  .single-post .entry-content .wsm-article-cta--elite .wsm-article-cta__actions {
    width: 100%;
  }

  .single-post .entry-content .wsm-article-cta--workflow .wsm-article-cta__details {
    flex-wrap: wrap;
  }
}

.single-post .entry-content .wsm-download-box {
  padding: 20px 28px;
  border-color: #bedfe2;
  background: #f1fbfc;
}

.single-post .entry-content .wsm-download-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 24px;
  align-items: center;
}

.single-post .entry-content .wsm-download-content::before {
  content: "Free Excel Template";
  grid-column: 1;
  margin-bottom: -10px;
  color: #008089;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.single-post .entry-content .wsm-download-box h3 {
  grid-column: 1;
  margin: 0;
  color: #0a171a;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 800;
}

.single-post .entry-content .wsm-download-box h3::after {
  content: "Use this template to follow along with the examples in this article.";
  display: block;
  margin-top: 6px;
  color: #435a5f;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.single-post .entry-content .wsm-download-link {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid #f6c529;
  border-radius: 6px;
  background: #f6c529;
  color: #061b1f;
  font-size: 12.5px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.single-post .entry-content .wsm-download-link::before {
  content: "\2193";
  margin-right: 7px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.single-post .entry-content .wsm-download-link:hover,
.single-post .entry-content .wsm-download-link:focus {
  border-color: #e0b51f;
  background: #e0b51f;
  color: #061b1f;
}

.single-post .entry-content .wp-block-table {
  margin: 34px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: auto;
  scrollbar-color: #b8c8ca #f2f6f6;
}

.single-post .entry-content .wp-block-table::-webkit-scrollbar {
  height: 10px;
}

.single-post .entry-content .wp-block-table::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #f2f6f6;
}

.single-post .entry-content .wp-block-table::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b8c8ca;
}

.single-post .entry-content .wp-block-table::-webkit-scrollbar-thumb:hover {
  background: #9fb3b6;
}

.single-post .entry-content .wp-block-table table,
.single-post .entry-content .wsm-table-styled table {
  min-width: 620px;
  border: 1px solid #dfe6e6;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.single-post .entry-content .wp-block-table thead,
.single-post .entry-content .wsm-table-styled thead {
  border-bottom: 1px solid #cfdddd;
}

.single-post .entry-content .wp-block-table th,
.single-post .entry-content .wsm-table-styled th {
  padding: 14px 15px;
  background: #f4f8f8;
  color: #0b1f24;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  text-align: left;
}

.single-post .entry-content .wp-block-table td,
.single-post .entry-content .wsm-table-styled td {
  color: #102a2f;
  border-color: #e3ebeb;
}

.single-post .entry-content .wp-block-table th + th,
.single-post .entry-content .wp-block-table td + td,
.single-post .entry-content .wsm-table-styled th + th,
.single-post .entry-content .wsm-table-styled td + td {
  border-left: 1px solid #e3ebeb;
}

.single-post .entry-content .wp-block-table tbody tr:nth-child(even),
.single-post .entry-content .wsm-table-styled tbody tr:nth-child(even) {
  background: #fbfdfd;
}

.single-post .entry-content .wp-block-table tbody tr:hover,
.single-post .entry-content .wsm-table-styled tbody tr:hover {
  background: #f7fbfb;
}

.single-post .entry-content .wp-block-table figcaption {
  margin-top: 10px;
  color: #607176;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.single-post .entry-content .wsm-faq-box {
  padding: 4px 24px;
  border-color: #dfe8e8;
  background: #ffffff;
}

.single-post .entry-content .wsm-faq-box details {
  border-bottom: 1px solid #e5eeee;
}

.single-post .entry-content .wsm-faq-box details:last-child {
  border-bottom: 0;
}

.single-post .entry-content .wsm-faq-box summary {
  position: relative;
  cursor: pointer;
  min-height: 58px;
  padding: 18px 34px 18px 0;
  color: #0b1f24;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.38;
  list-style: none;
}

.single-post .entry-content .wsm-faq-box summary::-webkit-details-marker {
  display: none;
}

.single-post .entry-content .wsm-faq-box summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #cfe0e0;
  border-radius: 999px;
  color: #008089;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.single-post .entry-content .wsm-faq-box details[open] summary {
  color: #008089;
}

.single-post .entry-content .wsm-faq-box details[open] summary::after {
  content: "\2212";
  border-color: #008089;
  background: #f4fbfb;
}

.single-post .entry-content .wsm-faq-box details > *:not(summary) {
  margin-left: 0;
}

.single-post .entry-content .wsm-faq-box p,
.single-post .entry-content .wsm-faq-box ul,
.single-post .entry-content .wsm-faq-box ol {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.68;
}

.single-post .entry-content .wsm-faq-box details[open] > :last-child {
  margin-bottom: 22px;
}

.single-post .entry-content .wsm-video-embed {
  margin: 34px 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d8e5e5;
  border-radius: 8px;
  background: #f8fbfa;
}

.single-post .entry-content .wsm-video-embed .wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #eef5f5;
}

.single-post .entry-content .wsm-video-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.single-post .entry-content .wsm-video-embed figcaption {
  margin: 0;
  padding: 12px 16px;
  border-top: 1px solid #d8e5e5;
  color: #607176;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.45;
}

.single-post .entry-content #recommended-articles {
  margin: 42px 0 0;
  padding: 22px 24px 14px;
  border: 1px solid #d6eae7;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #f8fbfa;
  color: #0b1f24;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 800;
}

.single-post .entry-content #recommended-articles + p {
  margin: 0;
  padding: 0 24px 16px;
  border-left: 1px solid #d6eae7;
  border-right: 1px solid #d6eae7;
  background: #f8fbfa;
  color: #102a2f;
  font-size: 15.5px;
  line-height: 1.62;
}

.single-post .entry-content #recommended-articles + ul,
.single-post .entry-content #recommended-articles + ol,
.single-post .entry-content #recommended-articles + p + ul,
.single-post .entry-content #recommended-articles + p + ol {
  margin: 0 0 34px;
  padding: 4px 24px 22px;
  border: 1px solid #d6eae7;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #f8fbfa;
  list-style: none;
}

.single-post .entry-content #recommended-articles + ul,
.single-post .entry-content #recommended-articles + ol {
  padding-top: 0;
}

.single-post .entry-content #recommended-articles + ul li,
.single-post .entry-content #recommended-articles + ol li,
.single-post .entry-content #recommended-articles + p + ul li,
.single-post .entry-content #recommended-articles + p + ol li {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 22px;
  border-top: 1px solid #e3ecea;
  color: #102a2f;
  font-size: 15.5px;
  line-height: 1.45;
}

.single-post .entry-content #recommended-articles + ul li::before,
.single-post .entry-content #recommended-articles + ol li::before,
.single-post .entry-content #recommended-articles + p + ul li::before,
.single-post .entry-content #recommended-articles + p + ol li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1.05em;
  width: 7px;
  height: 7px;
  border-top: 2px solid #079c9c;
  border-right: 2px solid #079c9c;
  transform: rotate(45deg);
}

.single-post .entry-content #recommended-articles + ul a,
.single-post .entry-content #recommended-articles + ol a,
.single-post .entry-content #recommended-articles + p + ul a,
.single-post .entry-content #recommended-articles + p + ol a {
  color: #102a2f;
  font-weight: 650;
  text-decoration: none;
}

.single-post .entry-content #recommended-articles + ul a:hover,
.single-post .entry-content #recommended-articles + ul a:focus,
.single-post .entry-content #recommended-articles + ol a:hover,
.single-post .entry-content #recommended-articles + ol a:focus,
.single-post .entry-content #recommended-articles + p + ul a:hover,
.single-post .entry-content #recommended-articles + p + ul a:focus,
.single-post .entry-content #recommended-articles + p + ol a:hover,
.single-post .entry-content #recommended-articles + p + ol a:focus {
  color: #079c9c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.single-post .entry-content #pros-cons {
  margin-top: 46px;
  margin-bottom: 12px;
  color: #0b1f24;
}

.single-post .entry-content #pros-cons + p {
  margin-bottom: 20px;
  color: #102a2f;
}

.single-post .entry-content #pros-cons + figure.wp-block-table,
.single-post .entry-content #pros-cons + p + figure.wp-block-table {
  margin: 26px 0 36px;
  padding: 0;
  overflow-x: auto;
  border: 1px solid #d6eae7;
  border-radius: 8px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.single-post .entry-content #pros-cons + figure.wp-block-table table,
.single-post .entry-content #pros-cons + p + figure.wp-block-table table {
  min-width: 620px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}

.single-post .entry-content #pros-cons + figure.wp-block-table th,
.single-post .entry-content #pros-cons + figure.wp-block-table td,
.single-post .entry-content #pros-cons + p + figure.wp-block-table th,
.single-post .entry-content #pros-cons + p + figure.wp-block-table td {
  width: 50%;
}

.single-post .entry-content #pros-cons + figure.wp-block-table th,
.single-post .entry-content #pros-cons + p + figure.wp-block-table th {
  padding: 15px 18px;
  border: 0;
  border-bottom: 1px solid #d6eae7;
  color: #0b1f24;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  text-align: left;
}

.single-post .entry-content #pros-cons + figure.wp-block-table th:first-child,
.single-post .entry-content #pros-cons + p + figure.wp-block-table th:first-child {
  background: #f2faf8;
  box-shadow: inset 4px 0 0 #079c9c;
}

.single-post .entry-content #pros-cons + figure.wp-block-table th:last-child,
.single-post .entry-content #pros-cons + p + figure.wp-block-table th:last-child {
  background: #fffaf0;
  box-shadow: inset 4px 0 0 #e8c325;
}

.single-post .entry-content #pros-cons + figure.wp-block-table td,
.single-post .entry-content #pros-cons + p + figure.wp-block-table td {
  padding: 14px 18px;
  border-color: #e3ecea;
  color: #102a2f;
  font-size: 15px;
  line-height: 1.55;
  vertical-align: top;
}

.single-post .entry-content #pros-cons + figure.wp-block-table td:first-child,
.single-post .entry-content #pros-cons + p + figure.wp-block-table td:first-child {
  background: #fbfdfc;
}

.single-post .entry-content #pros-cons + figure.wp-block-table td:last-child,
.single-post .entry-content #pros-cons + p + figure.wp-block-table td:last-child {
  background: #fffdf8;
}

.single-post .entry-content #pros-cons + figure.wp-block-table tbody tr:nth-child(even),
.single-post .entry-content #pros-cons + p + figure.wp-block-table tbody tr:nth-child(even) {
  background: transparent;
}

.single-post .entry-content #pros-cons + figure.wp-block-table tbody tr:hover,
.single-post .entry-content #pros-cons + p + figure.wp-block-table tbody tr:hover {
  background: transparent;
}

.wsm-credibility-strip {
  margin: 16px 0 34px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1.75fr) 128px 96px;
  gap: 0;
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(16, 42, 42, 0.05);
}

.wsm-credibility-strip__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 16px;
  border-right: 1px solid #dce7e7;
}

.wsm-credibility-strip__item:first-child {
  padding-left: 0;
}

.wsm-credibility-strip__item:last-child {
  padding-right: 0;
  border-right: 0;
}

.wsm-credibility-strip__text {
  position: relative;
  display: grid;
  gap: 2px;
  min-width: 0;
}

.wsm-credibility-strip__label {
  color: #607176;
  font-size: 11.5px;
  line-height: 1.1;
  font-weight: 700;
}

.wsm-credibility-strip__value {
  color: #061b1f;
  font-size: 12.5px;
  line-height: 1.18;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wsm-credibility-strip__item--reviewer .wsm-credibility-strip__value {
  white-space: nowrap;
}

.wsm-credibility-strip__link {
  color: #008089;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wsm-credibility-strip__link:hover,
.wsm-credibility-strip__link:focus {
  color: #006b72;
}

.wsm-credibility-strip__avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: #003d37;
  color: #f6c529;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 4px 14px rgba(6, 27, 31, 0.14), inset 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.wsm-credibility-strip__avatar-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wsm-credibility-strip__avatar-initials {
  display: inline-grid;
  place-items: center;
}

.wsm-credibility-tooltip {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 20;
  width: min(260px, 80vw);
  padding: 14px 15px;
  display: grid;
  gap: 7px;
  border: 1px solid #dce7e7;
  border-radius: 8px;
  background: #ffffff;
  color: #394a4f;
  box-shadow: 0 18px 42px rgba(6, 27, 31, 0.14);
  font-size: 13px;
  line-height: 1.45;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.wsm-credibility-tooltip strong {
  color: #061b1f;
  font-size: 14px;
  line-height: 1.2;
}

.wsm-credibility-tooltip a {
  color: #008089;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-post .inside-right-sidebar > :not(.wsm-sidebar-stack) {
  display: none;
}

.single-post #right-sidebar,
.single-post .is-right-sidebar {
  position: sticky;
  top: 98px;
  align-self: flex-start;
  max-height: calc(100vh - 188px);
}

.admin-bar.single-post #right-sidebar,
.admin-bar.single-post .is-right-sidebar {
  top: 130px;
  max-height: calc(100vh - 220px);
}

.single-post .inside-right-sidebar {
  max-height: inherit;
}

.wsm-sidebar-stack {
  display: grid;
  max-height: inherit;
  align-self: start;
}

.wsm-sidebar-card {
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(16, 42, 42, 0.05);
}

.wsm-sidebar-toc {
  padding: 22px 16px;
  max-height: inherit;
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: #b8c8c6 transparent;
}

.wsm-sidebar-toc::-webkit-scrollbar {
  width: 9px;
}

.wsm-sidebar-toc::-webkit-scrollbar-track {
  background: transparent;
}

.wsm-sidebar-toc::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b8c8c6;
}

.wsm-sidebar-toc::-webkit-scrollbar-thumb:hover {
  background: #93aaa7;
}

.wsm-sidebar-toc h2 {
  position: static;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e3ecea;
  background: #ffffff;
  color: #0b1f24;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.wsm-sidebar-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wsm-sidebar-toc li {
  margin: 0;
  border-bottom: 0;
}

.wsm-sidebar-toc li:last-child {
  border-bottom: 0;
}

.wsm-sidebar-toc a {
  display: grid;
  grid-template-columns: 2px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 7px 8px 7px 0;
  border-radius: 6px;
  color: #102a2f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.16s ease, color 0.16s ease;
}

.wsm-sidebar-toc a::before {
  content: "";
  width: 2px;
  height: 100%;
  min-height: 17px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.16s ease;
}

.wsm-sidebar-toc a:hover,
.wsm-sidebar-toc a:focus,
.wsm-sidebar-toc a.is-active {
  background: #f2faf8;
  color: #079c9c;
}

.wsm-sidebar-toc a.is-active::before {
  background: #079c9c;
}

.wsm-sidebar-toc__item--h3 a {
  padding-left: 12px;
  font-size: 12.5px;
  color: #42565b;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 450;
}

.wsm-sidebar-toc__item--h3 a.is-active,
.wsm-sidebar-toc__item--h3 a:hover,
.wsm-sidebar-toc__item--h3 a:focus {
  color: #079c9c;
}

.single-post .inside-right-sidebar .wsm-sidebar-toc a {
  color: #102a2f;
  font-weight: 500;
}

.single-post .inside-right-sidebar .wsm-sidebar-toc a:hover,
.single-post .inside-right-sidebar .wsm-sidebar-toc a:focus,
.single-post .inside-right-sidebar .wsm-sidebar-toc a.is-active {
  background: #f2faf8;
  color: #079c9c;
}

.single-post .inside-right-sidebar .wsm-sidebar-toc a.is-active::before {
  background: #079c9c;
}

.single-post .inside-right-sidebar .wsm-sidebar-toc__item--h3 a {
  color: #42565b;
  font-weight: 450;
}

.single-post .inside-right-sidebar .wsm-sidebar-toc__item--h3 a.is-active,
.single-post .inside-right-sidebar .wsm-sidebar-toc__item--h3 a:hover,
.single-post .inside-right-sidebar .wsm-sidebar-toc__item--h3 a:focus {
  color: #079c9c;
}

.single-post .inside-right-sidebar .wsm-sidebar-toc.wsm-sidebar-toc a,
.single-post .inside-right-sidebar .wsm-sidebar-toc.wsm-sidebar-toc .wsm-sidebar-toc__item--h3 a {
  color: #102a2f;
}

.single-post .inside-right-sidebar .wsm-sidebar-toc.wsm-sidebar-toc .wsm-sidebar-toc__item--h3 a {
  color: #42565b;
}

.single-post .inside-right-sidebar .wsm-sidebar-toc.wsm-sidebar-toc a:hover,
.single-post .inside-right-sidebar .wsm-sidebar-toc.wsm-sidebar-toc a:focus,
.single-post .inside-right-sidebar .wsm-sidebar-toc.wsm-sidebar-toc a.is-active,
.single-post .inside-right-sidebar .wsm-sidebar-toc.wsm-sidebar-toc .wsm-sidebar-toc__item--h3 a:hover,
.single-post .inside-right-sidebar .wsm-sidebar-toc.wsm-sidebar-toc .wsm-sidebar-toc__item--h3 a:focus,
.single-post .inside-right-sidebar .wsm-sidebar-toc.wsm-sidebar-toc .wsm-sidebar-toc__item--h3 a.is-active {
  color: #079c9c;
}


.wsm-credibility-strip__item:hover .wsm-credibility-tooltip,
.wsm-credibility-strip__item:focus-within .wsm-credibility-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1220px) {
  .wsm-site-header__inner {
    width: min(100% - 48px, 1240px);
    gap: 14px;
  }

  .wsm-site-header__nav a {
    padding: 0 10px;
    font-size: 14px;
  }

  .wsm-site-header__search input {
    width: 230px;
  }
}

@media (max-width: 1080px) {
  .wsm-site-header__search {
    display: none;
  }
}

@media (max-width: 900px) {
  .wsm-blog-hero__inner {
    width: min(100% - 36px, 720px);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 0 42px;
  }

  .wsm-blog-hero h1 {
    font-size: 42px;
  }

  .wsm-blog-hero p {
    font-size: 17px;
  }

  .wsm-blog-hero-art {
    display: none;
  }

  .wsm-blog-stats__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wsm-blog-stat:nth-child(2) {
    border-right: 0;
  }

  .wsm-blog-stat:nth-child(1),
  .wsm-blog-stat:nth-child(2) {
    border-bottom: 1px solid #d6eae7;
  }

  .wsm-blog-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wsm-blog-starter__panel {
    grid-template-columns: 1fr;
  }

  .wsm-blog-starter__art {
    display: none;
  }

  .wsm-blog-starter__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #c9d9d7;
    border-left: 1px solid #c9d9d7;
  }

  .wsm-blog-starter__links a,
  .wsm-blog-starter__links a:first-child {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #c9d9d7;
    border-bottom: 1px solid #c9d9d7;
  }

  .wsm-blog-course-grid {
    grid-template-columns: 1fr;
  }

  .wsm-category-hero {
    padding: 0;
  }

  .wsm-category-hero__inner {
    width: min(100% - 36px, 720px);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 0 40px;
  }

  .wsm-category-hero h1 {
    font-size: 42px;
  }

  .wsm-category-hero p {
    font-size: 17px;
  }

  .wsm-category-art {
    display: none;
  }

  .wsm-category-main {
    padding: 36px 18px 56px;
  }

  .wsm-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
  }

  .wsm-search-hero {
    padding: 30px 18px 34px;
  }

  .wsm-search-hero__inner,
  .wsm-search-results__inner {
    width: min(100%, 720px);
  }

  .wsm-search-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wsm-search-sidebar__sticky {
    position: static;
  }

  .wsm-dictionary-hero {
    padding: 30px 18px 34px;
  }

  .wsm-dictionary-hero__inner,
  .wsm-dictionary-content__inner {
    width: min(100%, 720px);
  }

  .wsm-dictionary-hero h1 {
    font-size: 42px;
  }

  .wsm-dictionary-content {
    padding: 34px 18px 58px;
  }

  .wsm-dictionary-nav {
    position: static;
  }

  .wsm-dictionary-section ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
  }

  .wsm-search-hero h1 {
    font-size: 42px;
  }

  .wsm-search-summary {
    font-size: 16px;
  }

  .wsm-search-results {
    padding: 34px 18px 58px;
  }

  .single-post #right-sidebar,
  .single-post .is-right-sidebar,
  .single-post .inside-right-sidebar,
  .wsm-sidebar-stack,
  .wsm-sidebar-toc {
    display: none !important;
  }

  .admin-bar .wsm-site-header {
    top: 46px;
  }

  .wsm-site-header__inner {
    width: min(100% - 32px, 1240px);
    min-height: 62px;
    gap: 16px;
  }

  .wsm-site-header__brand {
    width: 156px;
    height: 42px;
    flex-basis: 156px;
    padding: 6px 10px;
  }

  .wsm-site-header__logo {
    max-width: 136px;
    max-height: 30px;
  }

  .wsm-site-header__nav,
  .wsm-site-header__actions {
    display: none;
  }

  .wsm-site-header__toggle {
    width: 34px;
    height: 34px;
    margin-left: auto;
    padding: 0;
    display: inline-grid;
    place-items: center;
    gap: 4px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
  }

  .wsm-site-header__toggle span {
    width: 21px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #ffffff;
  }

  .wsm-mobile-menu {
    padding: 18px 16px 20px;
    background: #003d37;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .wsm-site-header.is-mobile-menu-open .wsm-mobile-menu {
    display: grid;
    gap: 8px;
  }

  .wsm-mobile-menu a {
    width: fit-content;
    padding: 10px 12px;
    border-radius: 6px;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
  }

  .wsm-mobile-menu a:hover,
  .wsm-mobile-menu a:focus {
    background: rgba(0, 0, 0, 0.18);
    color: #ffffff;
    text-decoration: none;
  }

  .wsm-mobile-menu .wsm-mobile-menu__elite {
    margin-top: 4px;
    padding: 10px 14px;
    border: 1.5px solid #f6c529;
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
  }

  .wsm-mobile-menu .wsm-mobile-menu__elite:hover,
  .wsm-mobile-menu .wsm-mobile-menu__elite:focus {
    background: #f6c529;
    color: #003d37;
  }

  .wsm-credibility-strip {
    grid-template-columns: 1fr 1fr;
    gap: 14px 0;
  }

  .wsm-credibility-strip__item {
    padding: 0 12px;
    border-right: 0;
    justify-content: flex-start;
  }

  .wsm-credibility-strip__item:nth-child(odd) {
    padding-left: 0;
  }

  .wsm-credibility-strip__item:nth-child(even) {
    padding-right: 0;
  }

  .wsm-credibility-strip__item--reviewer {
    grid-column: 1 / -1;
  }

  .wsm-credibility-strip__item--updated {
    grid-column: 1;
    grid-row: 3;
  }

  .wsm-credibility-strip__item--read-time {
    grid-column: 2;
    grid-row: 3;
  }

  .wsm-credibility-strip__item--updated,
  .wsm-credibility-strip__item--read-time {
    align-items: center;
  }

  .wsm-credibility-strip__value {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .single-post .site-content {
    padding-top: 18px;
  }

  .single-post .inside-article {
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .single-post .entry-title {
    font-size: 34px;
    line-height: 1.16;
  }

  .single-post .entry-content {
    font-size: 16.5px;
    line-height: 1.72;
  }

  .single-post .entry-content h2 {
    margin-top: 42px;
    font-size: 27px;
  }

  .single-post .entry-content h3 {
    margin-top: 32px;
    font-size: 22px;
  }

  .single-post .entry-content .wsm-key-takeaways,
  .single-post .entry-content .wsm-download-box,
  .single-post .entry-content .wsm-faq-box {
    margin: 28px 0;
  }

  .single-post .entry-content .wsm-key-takeaways,
  .single-post .entry-content .wsm-download-box {
    padding: 20px;
  }

  .single-post .entry-content .wsm-key-takeaways {
    padding: 20px 16px;
  }

  .single-post .entry-content .wsm-key-takeaways h2,
  .single-post .entry-content .wsm-key-takeaways h3 {
    gap: 11px;
    margin-bottom: 16px;
    font-size: 23px;
  }

  .single-post .entry-content .wsm-key-takeaways h2::before,
  .single-post .entry-content .wsm-key-takeaways h3::before {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    background-size: 16px 16px;
  }

  .single-post .entry-content .wsm-key-takeaways li {
    margin-bottom: 12px;
    padding-left: 26px;
  }

  .single-post .entry-content .wsm-key-takeaways li::before {
    left: 0;
    top: 0.24em;
    width: 17px;
    height: 17px;
    font-size: 11px;
  }

  .single-post .entry-content h2.formula::before,
  .single-post .entry-content h3.formula::before,
  .single-post .entry-content h4.formula::before {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 12px;
  }

  .single-post .entry-content .wsm-formula {
    padding: 20px 16px;
  }

  .single-post .entry-content .wsm-callout {
    padding: 18px 16px;
  }

  .single-post .entry-content .wsm-callout h2,
  .single-post .entry-content .wsm-callout h3,
  .single-post .entry-content .wsm-callout h4 {
    font-size: 18px;
  }

  .single-post .entry-content .wsm-how-to {
    padding: 20px 18px;
  }

  .single-post .entry-content .wsm-how-to > h2:first-child,
  .single-post .entry-content .wsm-how-to > h3:first-child,
  .single-post .entry-content .wsm-how-to > h4:first-child {
    font-size: 22px;
  }

  .single-post .entry-content .wsm-how-to li,
  .single-post .entry-content .wsm-how-to__step,
  .single-post .entry-content .wsm-how-to-step {
    padding-left: 44px;
  }

  .single-post .entry-content .wsm-how-to li::before,
  .single-post .entry-content .wsm-how-to__step::before,
  .single-post .entry-content .wsm-how-to-step::before {
    left: -15px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .single-post .entry-content .wsm-download-link {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .single-post .entry-content .wsm-faq-box {
    padding: 2px 18px;
  }

  .single-post .entry-content .wsm-faq-box summary {
    min-height: 54px;
    padding: 16px 32px 16px 0;
    font-size: 16px;
  }

  .single-post .entry-content .wsm-faq-box summary::after {
    top: 15px;
    width: 23px;
    height: 23px;
  }

  .single-post .entry-content .wsm-faq-box p,
  .single-post .entry-content .wsm-faq-box ul,
  .single-post .entry-content .wsm-faq-box ol {
    font-size: 15.5px;
  }
}

@media (max-width: 520px) {
  .wsm-blog-hero h1 {
    font-size: 36px;
  }

  .wsm-blog-hero p {
    font-size: 16px;
  }

  .wsm-blog-search-form {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .wsm-blog-search-button {
    width: 100%;
  }

  .wsm-blog-stats,
  .wsm-blog-categories,
  .wsm-blog-starter,
  .wsm-blog-courses {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wsm-blog-stats__inner,
  .wsm-blog-category-grid {
    grid-template-columns: 1fr;
  }

  .wsm-blog-stat,
  .wsm-blog-stat:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d6eae7;
  }

  .wsm-blog-stat:last-child {
    border-bottom: 0;
  }

  .wsm-blog-category-card {
    min-height: auto;
  }

  .wsm-blog-starter__panel {
    padding: 22px 18px;
  }

  .wsm-blog-starter__links {
    grid-template-columns: 1fr;
  }

  .wsm-blog-starter__links a,
  .wsm-blog-starter__links a:first-child {
    min-height: 52px;
    justify-content: flex-start;
    text-align: left;
  }

  .wsm-category-hero {
    padding: 0;
  }

  .wsm-category-hero h1 {
    font-size: 36px;
  }

  .wsm-category-hero p {
    font-size: 16px;
  }

  .wsm-category-search-form {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .wsm-category-search-button {
    width: 100%;
  }

  .wsm-category-count {
    font-size: 28px;
  }

  .wsm-category-list {
    grid-template-columns: 1fr;
  }

  .wsm-category-list a {
    min-height: 42px;
    font-size: 15px;
  }

  .wsm-search-hero h1 {
    font-size: 34px;
  }

  .wsm-search-form {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .wsm-search-button {
    width: 100%;
  }

  .wsm-search-results__header {
    display: block;
  }

  .wsm-search-results__header h2 {
    margin-bottom: 6px;
  }

  .wsm-search-result {
    padding: 22px 0;
  }

  .wsm-search-empty {
    padding: 24px 18px;
  }

  .wsm-search-course-card {
    padding: 18px 16px;
  }

  .wsm-dictionary-hero h1 {
    font-size: 34px;
  }

  .wsm-dictionary-section h2 {
    font-size: 26px;
  }

  .wsm-dictionary-section ul {
    grid-template-columns: 1fr;
  }

  .wsm-dictionary-section a {
    min-height: 40px;
    font-size: 15px;
  }

  .wsm-credibility-strip {
    grid-template-columns: 1fr 1fr;
  }

  .wsm-credibility-strip__item--author,
  .wsm-credibility-strip__item--reviewer {
    grid-column: 1 / -1;
  }

  .wsm-credibility-strip__item {
    padding: 0;
  }

  .single-post .entry-title {
    font-size: 32px;
  }
}

.wsm-team-page {
  background: #ffffff;
  color: #102a2a;
  font-family: inherit;
}

.wsm-team-shell {
  width: min(100% - 72px, 1180px);
  margin: 0 auto;
}

.wsm-team-hero {
  padding: 34px 0 36px;
  border-bottom: 1px solid #e3ecea;
  background: #ffffff;
}

.wsm-team-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: #526060;
  font-size: 13px;
  line-height: 1.4;
}

.wsm-team-breadcrumb a {
  color: #008c88;
  font-weight: 700;
  text-decoration: none;
}

.wsm-team-breadcrumb a:hover,
.wsm-team-breadcrumb a:focus {
  text-decoration: underline;
}

.wsm-team-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 56px;
  align-items: end;
}

.wsm-team-eyebrow {
  margin: 0 0 10px;
  color: #008c88;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wsm-team-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #102a2a;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.wsm-team-hero p:not(.wsm-team-eyebrow) {
  max-width: 740px;
  margin: 0;
  color: #334544;
  font-size: 18px;
  line-height: 1.75;
}

.wsm-team-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dfe8e8;
  border-radius: 12px;
  background: #fbfdfd;
}

.wsm-team-hero__stats div {
  min-height: 108px;
  padding: 22px;
  border-right: 1px solid #dfe8e8;
  border-bottom: 1px solid #dfe8e8;
}

.wsm-team-hero__stats div:nth-child(2n) {
  border-right: 0;
}

.wsm-team-hero__stats div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.wsm-team-hero__stats strong {
  display: block;
  margin-bottom: 6px;
  color: #102a2a;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.wsm-team-hero__stats span {
  display: block;
  color: #526060;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.wsm-team-section {
  padding: 42px 0;
  background: #ffffff;
}

.wsm-team-intro-section {
  padding: 42px 0;
  background: #fbfdfd;
  border-bottom: 1px solid #e3ecea;
}

.wsm-team-intro-copy {
  max-width: 880px;
}

.wsm-team-intro-copy h2 {
  margin: 0 0 16px;
  color: #102a2a;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.wsm-team-intro-copy p:not(.wsm-team-eyebrow) {
  margin: 0 0 14px;
  color: #334544;
  font-size: 16px;
  line-height: 1.75;
}

.wsm-team-intro-copy p:last-child {
  margin-bottom: 0;
}

.wsm-team-leadership {
  display: grid;
  gap: 14px;
}

.wsm-team-leader-card {
  padding: 20px;
  border: 1px solid #dfe8e8;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 42, 42, 0.035);
}

.wsm-team-leader-card h3 {
  margin: 0;
  color: #102a2a;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.wsm-team-leader-card h3 a {
  color: inherit;
  text-decoration: none;
}

.wsm-team-leader-card h3 a:hover,
.wsm-team-leader-card h3 a:focus {
  color: #008c88;
}

.wsm-team-leader-card p:not(.wsm-team-card__eyebrow):not(.wsm-team-card__role) {
  margin: 12px 0 0;
  color: #334544;
  font-size: 14.5px;
  line-height: 1.65;
}

.wsm-team-section--all {
  padding-top: 24px;
  padding-bottom: 70px;
}

.wsm-team-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 22px;
}

.wsm-team-section__header h2 {
  max-width: 720px;
  margin: 0;
  color: #102a2a;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.wsm-team-section__header p:not(.wsm-team-eyebrow) {
  max-width: 360px;
  margin: 0;
  color: #526060;
  font-size: 15px;
  line-height: 1.6;
}

.wsm-team-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wsm-team-key-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wsm-team-key-card {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-width: 0;
  padding: 24px;
  border: 1px solid #dfe8e8;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 42, 42, 0.04);
}

.wsm-team-key-card__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 136px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #eefafa;
  color: #006d68;
  text-decoration: none;
  font-size: 34px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px #cfe7e4;
}

.wsm-team-key-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wsm-team-key-card h3 {
  margin: 0;
  color: #102a2a;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.wsm-team-key-card h3 a {
  color: inherit;
  text-decoration: none;
}

.wsm-team-key-card h3 a:hover,
.wsm-team-key-card h3 a:focus {
  color: #008c88;
}

.wsm-team-key-card__meta {
  margin: 6px 0 0;
  color: #526060;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.wsm-team-key-card__body > p:not(.wsm-team-card__eyebrow):not(.wsm-team-card__role):not(.wsm-team-key-card__meta) {
  margin: 12px 0 0;
  color: #334544;
  font-size: 15px;
  line-height: 1.7;
}

.wsm-team-key-card__focus {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.wsm-team-key-card__focus span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid #dfe8e8;
  border-radius: 999px;
  color: #526060;
  background: #fbfdfd;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.wsm-team-feature-card,
.wsm-team-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  border: 1px solid #dfe8e8;
  border-radius: 10px;
  background: #ffffff;
}

.wsm-team-feature-card {
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 22px;
  align-items: start;
  box-shadow: 0 10px 26px rgba(16, 42, 42, 0.04);
}

.wsm-team-card {
  grid-template-columns: 68px minmax(0, 1fr);
  padding: 18px;
}

.wsm-team-card__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: #eefafa;
  color: #006d68;
  text-decoration: none;
  font-weight: 800;
}

.wsm-team-feature-card .wsm-team-card__photo {
  width: 112px;
  height: 112px;
  font-size: 32px;
}

.wsm-team-card .wsm-team-card__photo {
  width: 68px;
  height: 68px;
  font-size: 18px;
}

.wsm-team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wsm-team-card__body {
  min-width: 0;
}

.wsm-team-card__eyebrow {
  margin: 0 0 7px;
  color: #008c88;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wsm-team-feature-card h3,
.wsm-team-card h3 {
  margin: 0;
  color: #102a2a;
  line-height: 1.22;
  font-weight: 800;
}

.wsm-team-feature-card h3 {
  font-size: 22px;
}

.wsm-team-card h3 {
  font-size: 18px;
}

.wsm-team-feature-card h3 a,
.wsm-team-card h3 a {
  color: inherit;
  text-decoration: none;
}

.wsm-team-feature-card h3 a:hover,
.wsm-team-card h3 a:hover,
.wsm-team-feature-card h3 a:focus,
.wsm-team-card h3 a:focus {
  color: #008c88;
}

.wsm-team-card__role {
  margin: 7px 0 0;
  color: #008c88;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.wsm-team-card__bio {
  margin: 12px 0 0;
  color: #334544;
  font-size: 14.5px;
  line-height: 1.65;
}

.wsm-team-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.wsm-team-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 9px;
  border: 1px solid #dfe8e8;
  border-radius: 6px;
  color: #526060;
  background: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.wsm-team-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #008c88;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.wsm-team-card__link:hover,
.wsm-team-card__link:focus {
  text-decoration: underline;
}

.wsm-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 991px) {
  .wsm-team-shell {
    width: min(100% - 36px, 720px);
  }

  .wsm-team-hero__grid,
  .wsm-team-feature-grid,
  .wsm-team-key-grid,
  .wsm-team-grid {
    grid-template-columns: 1fr;
  }

  .wsm-team-section__header {
    display: block;
  }

  .wsm-team-section__header p:not(.wsm-team-eyebrow) {
    max-width: none;
    margin-top: 12px;
  }
}

@media (max-width: 560px) {
  .wsm-team-shell {
    width: min(100% - 32px, 520px);
  }

  .wsm-team-hero {
    padding-top: 24px;
  }

  .wsm-team-hero h1 {
    font-size: 38px;
  }

  .wsm-team-hero p:not(.wsm-team-eyebrow) {
    font-size: 16px;
  }

  .wsm-team-hero__stats {
    grid-template-columns: 1fr;
  }

  .wsm-team-hero__stats div,
  .wsm-team-hero__stats div:nth-child(2n),
  .wsm-team-hero__stats div:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #dfe8e8;
  }

  .wsm-team-hero__stats div:last-child {
    border-bottom: 0;
  }

  .wsm-team-feature-card,
  .wsm-team-card {
    grid-template-columns: 1fr;
  }

  .wsm-team-key-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .wsm-team-key-card__photo {
    width: 104px;
    height: 104px;
    font-size: 28px;
  }

  .wsm-team-feature-card .wsm-team-card__photo,
  .wsm-team-card .wsm-team-card__photo {
    width: 82px;
    height: 82px;
  }
}
