.yeo-pt-app,
.yeo-pt-login,
.yeo-pt-empty-front {
  --yeo-navy: #123f5a;
  --yeo-blue: #20779c;
  --yeo-sky: #e8f5fa;
  --yeo-text: #173247;
  box-sizing: border-box;
  color: var(--yeo-text);
  font-family: inherit;
}

.yeo-pt-app *,
.yeo-pt-login *,
.yeo-pt-empty-front * {
  box-sizing: border-box;
}

.yeo-pt-app {
  margin: 0 auto;
  max-width: 980px;
  padding: 18px 0 48px;
}

.yeo-pt-hero {
  background: linear-gradient(135deg, #123f5a, #20779c);
  border-radius: 20px;
  color: #fff;
  margin-bottom: 18px;
  overflow: hidden;
  padding: clamp(24px, 5vw, 46px);
  position: relative;
}

.yeo-pt-hero::after {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  height: 220px;
  position: absolute;
  right: -60px;
  top: -90px;
  width: 220px;
}

.yeo-pt-hero h1 {
  color: #fff;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.08;
  margin: 8px 0;
  position: relative;
  z-index: 1;
}

.yeo-pt-hero p {
  margin: 0;
  opacity: 0.85;
  position: relative;
  z-index: 1;
}

.yeo-pt-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.yeo-pt-weekly-schedule {
  background: #fff;
  border: 1px solid #d9e6ec;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(18, 63, 90, 0.07);
  margin: 0 0 16px;
  padding: 16px;
}

.yeo-pt-weekly-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 13px;
}

.yeo-pt-weekly-heading span {
  color: #2c8069;
  display: block;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.yeo-pt-weekly-heading h2 {
  color: var(--yeo-navy);
  font-size: 20px;
  line-height: 1.15;
  margin: 3px 0 0;
}

.yeo-pt-weekly-heading > strong {
  background: #e5f5ef;
  border-radius: 999px;
  color: #226b57;
  flex: 0 0 auto;
  font-size: 11px;
  padding: 7px 10px;
}

.yeo-pt-weekly-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.yeo-pt-weekly-day {
  appearance: none;
  background: #f2f5f6;
  border: 1px solid #dde6ea;
  border-radius: 12px;
  color: var(--yeo-text);
  display: flex;
  flex-direction: column;
  font: inherit;
  justify-content: center;
  min-height: 105px;
  min-width: 0;
  padding: 10px 7px;
  text-align: center;
}

button.yeo-pt-weekly-day {
  cursor: pointer;
}

.yeo-pt-weekly-day.is-training {
  background: linear-gradient(180deg, #effbf7, #e2f5ee);
  border-color: #a8dcc9;
}

.yeo-pt-weekly-day.is-off {
  color: #72838b;
}

.yeo-pt-weekly-day.is-today {
  box-shadow: 0 0 0 3px rgba(32, 119, 156, 0.2);
}

.yeo-pt-weekly-day strong {
  color: var(--yeo-navy);
  font-size: 11px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yeo-pt-weekly-day.is-off strong {
  color: #60737d;
}

.yeo-pt-weekly-day em {
  color: #24755e;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.05em;
  margin: 8px 0 3px;
  text-transform: uppercase;
}

.yeo-pt-weekly-day.is-off em {
  color: #7b8a91;
}

.yeo-pt-weekly-day small {
  display: -webkit-box;
  font-size: 9px;
  line-height: 1.25;
  min-height: 23px;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.yeo-pt-weekday-short {
  display: none;
}

button.yeo-pt-weekly-day:hover {
  border-color: #4ab995;
  transform: translateY(-1px);
}

button.yeo-pt-weekly-day:focus-visible {
  outline: 3px solid rgba(32, 119, 156, 0.32);
  outline-offset: 2px;
}

.yeo-pt-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 18px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
}

.yeo-pt-tabs button {
  background: #fff;
  border: 1px solid #cfe0e8;
  border-radius: 999px;
  color: var(--yeo-navy);
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-weight: 750;
  min-height: 44px;
  padding: 10px 18px;
}

.yeo-pt-tabs button[aria-selected="true"] {
  background: var(--yeo-navy);
  border-color: var(--yeo-navy);
  color: #fff;
}

.yeo-pt-tabs button:focus-visible {
  outline: 3px solid rgba(32, 119, 156, 0.3);
  outline-offset: 2px;
}

.yeo-pt-plan-panel[hidden],
.yeo-pt-day-panel[hidden] {
  display: none !important;
}

.yeo-pt-main-tabs {
  background: #fff;
  border: 1px solid #d9e6ec;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(18, 63, 90, 0.07);
  display: grid;
  gap: 5px;
  grid-auto-columns: minmax(105px, 1fr);
  grid-auto-flow: column;
  margin: 0 0 16px;
  padding: 5px;
}

.yeo-pt-main-tabs.is-single {
  display: none;
}

.yeo-pt-main-tabs button {
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: var(--yeo-navy);
  cursor: pointer;
  flex: 1 1 0;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 44px;
  min-width: 0;
  padding: 9px 6px;
}

.yeo-pt-main-tabs button[aria-selected="true"] {
  background: linear-gradient(135deg, var(--yeo-navy), var(--yeo-blue));
  color: #fff;
}

.yeo-pt-main-tabs button:focus-visible {
  outline: 3px solid rgba(32, 119, 156, 0.32);
  outline-offset: 2px;
}

.yeo-pt-plan-heading {
  border-radius: 18px;
  color: #fff;
  margin-bottom: 16px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.yeo-pt-plan-heading::after {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  height: 150px;
  position: absolute;
  right: -35px;
  top: -70px;
  width: 150px;
}

.yeo-pt-plan-heading-nutrition {
  background: linear-gradient(135deg, #144f41, #22745d);
}

.yeo-pt-plan-heading-supplements {
  background: linear-gradient(135deg, #5c3f0f, #8a5a15);
}

.yeo-pt-plan-heading-cardio {
  background: linear-gradient(135deg, #0e4f69, #1684a8);
}

.yeo-pt-plan-heading-abs {
  background: linear-gradient(135deg, #43306f, #7359b8);
}

.yeo-pt-plan-heading > span {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.yeo-pt-plan-heading h2 {
  color: #fff;
  font-size: 25px;
  line-height: 1.12;
  margin: 5px 0 7px;
  position: relative;
  z-index: 1;
}

.yeo-pt-plan-heading p {
  margin: 0;
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.yeo-pt-nutrition-grid,
.yeo-pt-supplement-grid,
.yeo-pt-cardio-grid,
.yeo-pt-abs-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yeo-pt-meal-card,
.yeo-pt-supplement-card,
.yeo-pt-cardio-card {
  background: #fff;
  border: 1px solid #d9e6ec;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(18, 63, 90, 0.07);
  display: grid;
  gap: 13px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-width: 0;
  padding: 16px;
}

.yeo-pt-meal-card {
  border-top: 3px solid #2d9d78;
}

.yeo-pt-supplement-card {
  border-top: 3px solid #bd7d21;
}

.yeo-pt-cardio-card {
  border-top: 3px solid #258eb1;
}

.yeo-pt-cardio-card .yeo-pt-plan-index {
  background: #e3f3f8;
  color: #176c8a;
}

.yeo-pt-cardio-meta {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 8px 0;
}

.yeo-pt-cardio-meta span {
  background: #edf7fa;
  border-radius: 9px;
  display: grid;
  min-width: 0;
  padding: 8px 9px;
}

.yeo-pt-cardio-meta small {
  color: #4d7b8d;
  font-size: 9px;
  text-transform: uppercase;
}

.yeo-pt-cardio-meta strong {
  color: var(--yeo-navy);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.yeo-pt-context-heading {
  background: #fff8e9;
  border: 1px solid #ead5aa;
  border-radius: 14px;
  margin: 22px 0 12px;
  padding: 15px 17px;
}

.yeo-pt-context-heading > span {
  color: #95631d;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.yeo-pt-context-heading h3 {
  color: var(--yeo-navy);
  font-size: 18px;
  margin: 3px 0 5px;
}

.yeo-pt-context-heading p {
  color: #6d5a33;
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}

.yeo-pt-cardio-supplement-card {
  background: #fffdf8;
}

.yeo-pt-abs-card {
  background: #fff;
  border: 1px solid #d9e6ec;
  border-top: 3px solid #7359b8;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(18, 63, 90, 0.07);
  display: grid;
  grid-template-columns: minmax(125px, 35%) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
}

.yeo-pt-abs-media {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  min-height: 220px;
  overflow: hidden;
}

.yeo-pt-abs-media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.yeo-pt-abs-content {
  align-self: center;
  min-width: 0;
  padding: 16px;
}

.yeo-pt-abs-content .yeo-pt-plan-time {
  display: block;
  margin-top: 5px;
}

.yeo-pt-abs-content h3 {
  color: var(--yeo-navy);
  font-size: 19px;
  line-height: 1.15;
  margin: 4px 0 11px;
  overflow-wrap: anywhere;
}

.yeo-pt-plan-index {
  align-items: center;
  align-self: start;
  background: #e5f5ef;
  border-radius: 12px;
  color: #226b57;
  display: flex;
  font-size: 12px;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.yeo-pt-supplement-card .yeo-pt-plan-index {
  background: #fff1d8;
  color: #875814;
}

.yeo-pt-plan-card-body {
  min-width: 0;
}

.yeo-pt-plan-card-body h3 {
  color: var(--yeo-navy);
  font-size: 18px;
  line-height: 1.2;
  margin: 3px 0 7px;
  overflow-wrap: anywhere;
}

.yeo-pt-plan-card-body p {
  color: #46606f;
  line-height: 1.48;
  margin: 0;
  overflow-wrap: anywhere;
}

.yeo-pt-plan-time {
  color: #2c8069;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.yeo-pt-supplement-meta {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 8px 0;
}

.yeo-pt-supplement-meta span {
  background: #fff7e9;
  border-radius: 9px;
  display: grid;
  min-width: 0;
  padding: 8px 9px;
}

.yeo-pt-supplement-meta small {
  color: #866b40;
  font-size: 9px;
  text-transform: uppercase;
}

.yeo-pt-supplement-meta strong {
  color: var(--yeo-navy);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.yeo-pt-supplement-advice {
  background: #fff8e9;
  border: 1px solid #ead5aa;
  border-radius: 12px;
  color: #6d541f;
  font-size: 12px;
  line-height: 1.45;
  margin: 14px 0 0;
  padding: 12px 14px;
}

.yeo-pt-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yeo-pt-card {
  background: #fff;
  border: 1px solid #d9e6ec;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(18, 63, 90, 0.08);
  min-width: 0;
  overflow: hidden;
}

.yeo-pt-card-main {
  min-width: 0;
}

.yeo-pt-gif-wrap {
  align-items: center;
  aspect-ratio: 16 / 11;
  background: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.yeo-pt-gif-wrap img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.yeo-pt-no-gif {
  color: #405a68;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.yeo-pt-card-body {
  padding: 20px;
}

.yeo-pt-card-body h2 {
  color: var(--yeo-navy);
  font-size: 22px;
  line-height: 1.18;
  margin: 5px 0 16px;
}

.yeo-pt-category-label {
  color: var(--yeo-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yeo-pt-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yeo-pt-metrics span {
  background: var(--yeo-sky);
  border-radius: 10px;
  color: #4d6775;
  display: grid;
  font-size: 12px;
  overflow-wrap: anywhere;
  padding: 9px 11px;
}

.yeo-pt-metrics strong {
  color: var(--yeo-navy);
  font-size: 16px;
}

.yeo-pt-note {
  border-left: 4px solid var(--yeo-blue);
  margin-top: 15px;
  padding: 4px 0 4px 13px;
}

.yeo-pt-note strong {
  color: var(--yeo-navy);
  font-size: 13px;
}

.yeo-pt-note p {
  margin: 4px 0 0;
}

.yeo-pt-login,
.yeo-pt-empty-front {
  background: #f3f8fa;
  border: 1px solid #d4e4eb;
  border-radius: 16px;
  margin: 24px auto;
  max-width: 680px;
  padding: 32px;
  text-align: center;
}

.yeo-pt-empty-front h2 {
  color: var(--yeo-navy);
  margin-top: 0;
}

.yeo-pt-login-button {
  background: var(--yeo-navy);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 750;
  padding: 11px 20px;
  text-decoration: none;
}

.yeo-pt-login-portal {
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 63, 90, 0.12);
  max-width: 520px;
  padding: clamp(28px, 6vw, 48px);
  text-align: left;
}

.yeo-pt-login-portal h2 {
  color: var(--yeo-navy);
  font-size: clamp(30px, 6vw, 42px);
  line-height: 1.08;
  margin: 18px 0 10px;
}

.yeo-pt-login-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--yeo-navy), var(--yeo-blue));
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 850;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.yeo-pt-login-intro {
  color: #536d7b;
  margin: 0 0 26px;
}

.yeo-pt-login-error {
  background: #fff1f1;
  border: 1px solid #efb8b8;
  border-radius: 10px;
  color: #8a2525;
  font-weight: 700;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.yeo-pt-login-help {
  background: #eef8fb;
  border: 1px solid #b9dce8;
  border-radius: 10px;
  color: var(--yeo-navy);
  font-weight: 700;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.yeo-pt-login-form-wrap p {
  margin: 0 0 16px;
}

.yeo-pt-login-form-wrap label {
  color: var(--yeo-navy);
  display: block;
  font-size: 14px;
  font-weight: 750;
  margin-bottom: 7px;
}

.yeo-pt-login-form-wrap input[type="text"],
.yeo-pt-login-form-wrap input[type="password"] {
  background: #f8fbfc;
  border: 1px solid #c8dce5;
  border-radius: 11px;
  color: var(--yeo-text);
  font: inherit;
  min-height: 48px;
  padding: 10px 13px;
  width: 100%;
}

.yeo-pt-login-form-wrap input[type="text"]:focus,
.yeo-pt-login-form-wrap input[type="password"]:focus {
  border-color: var(--yeo-blue);
  box-shadow: 0 0 0 3px rgba(32, 119, 156, 0.14);
  outline: none;
}

.yeo-pt-login-form-wrap .login-remember label {
  align-items: center;
  display: inline-flex;
  font-weight: 650;
  gap: 8px;
}

.yeo-pt-login-form-wrap .login-remember input {
  height: 18px;
  margin: 0;
  width: 18px;
}

.yeo-pt-login-form-wrap .login-submit input {
  background: var(--yeo-navy);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 48px;
  padding: 11px 22px;
  width: 100%;
}

.yeo-pt-login-form-wrap .login-submit input:hover,
.yeo-pt-login-form-wrap .login-submit input:focus-visible {
  background: var(--yeo-blue);
}

.yeo-pt-login-links {
  border-top: 1px solid #e1ebef;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
}

.yeo-pt-login-links a {
  align-items: center;
  color: var(--yeo-blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  min-height: 44px;
  text-decoration: none;
}

.yeo-pt-login-button:focus-visible,
.yeo-pt-login-links a:focus-visible,
.yeo-pt-logout:focus-visible {
  outline: 3px solid rgba(32, 119, 156, 0.35);
  outline-offset: 3px;
}

.yeo-pt-portal-notice {
  background: #fff8df;
  border: 1px solid #e9d487;
  border-radius: 12px;
  color: #6d5410;
  font-weight: 700;
  margin: 0 auto 16px;
  max-width: 980px;
  padding: 12px 15px;
}

.yeo-pt-logout {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 750;
  padding: 8px 13px;
  position: absolute;
  right: 18px;
  text-decoration: none;
  top: 18px;
  z-index: 3;
}

@media (max-width: 700px) {
  .yeo-pt-login-page #wrapper,
  .yeo-pt-login-page #main,
  .yeo-pt-login-page #main > .fusion-row,
  .yeo-pt-login-page #content,
  .yeo-pt-login-page .post-content,
  .yeo-pt-login-page .fusion-fullwidth,
  .yeo-pt-login-page .fusion-builder-row {
    box-sizing: border-box;
    max-width: none !important;
    width: 100% !important;
  }

  .yeo-pt-login-page #content,
  .yeo-pt-login-page .post-content,
  .yeo-pt-login-page .fusion-fullwidth,
  .yeo-pt-login-page .fusion-builder-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .yeo-pt-login-page #main {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .yeo-pt-program-page #main {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .yeo-pt-program-page #main > .fusion-row {
    max-width: none !important;
  }

  .yeo-pt-app {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding: 12px 0 84px;
    width: 100%;
  }

  .yeo-pt-hero {
    border-radius: 13px;
    margin-bottom: 12px;
    padding: 17px 18px;
  }

  .yeo-pt-hero h1 {
    font-size: 22px;
    line-height: 1.1;
    margin: 4px 0 8px;
  }

  .yeo-pt-hero p {
    font-size: 13px;
  }

  .yeo-pt-eyebrow {
    font-size: 9px;
  }

  .yeo-pt-weekly-schedule {
    border-radius: 13px;
    margin-bottom: 12px;
    padding: 12px;
  }

  .yeo-pt-weekly-heading {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .yeo-pt-weekly-heading h2 {
    font-size: 17px;
  }

  .yeo-pt-weekly-heading > strong {
    font-size: 9px;
    padding: 6px 8px;
  }

  .yeo-pt-weekly-grid {
    gap: 6px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .yeo-pt-weekly-day {
    border-radius: 10px;
    min-height: 88px;
    padding: 8px 4px;
  }

  .yeo-pt-weekly-day strong {
    display: none;
  }

  .yeo-pt-weekday-short {
    color: var(--yeo-navy);
    display: block;
    font-size: 11px;
    font-weight: 850;
  }

  .yeo-pt-weekly-day.is-off .yeo-pt-weekday-short {
    color: #60737d;
  }

  .yeo-pt-weekly-day em {
    font-size: 8px;
    margin-top: 6px;
  }

  .yeo-pt-weekly-day small {
    font-size: 8px;
    min-height: 20px;
  }

  .yeo-pt-main-tabs {
    border-radius: 13px;
    gap: 3px;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 12px;
    padding: 3px;
  }

  .yeo-pt-main-tabs button:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .yeo-pt-main-tabs button {
    border-radius: 10px;
    font-size: 11px;
    min-height: 42px;
    padding: 7px 3px;
  }

  .yeo-pt-plan-heading {
    border-radius: 13px;
    margin-bottom: 12px;
    padding: 16px;
  }

  .yeo-pt-plan-heading::after {
    height: 110px;
    right: -28px;
    top: -55px;
    width: 110px;
  }

  .yeo-pt-plan-heading h2 {
    font-size: 20px;
    margin: 4px 0 6px;
  }

  .yeo-pt-plan-heading p {
    font-size: 12px;
    line-height: 1.4;
  }

  .yeo-pt-nutrition-grid,
  .yeo-pt-supplement-grid,
  .yeo-pt-cardio-grid,
  .yeo-pt-abs-grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .yeo-pt-meal-card,
  .yeo-pt-supplement-card,
  .yeo-pt-cardio-card {
    border-radius: 13px;
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 12px;
  }

  .yeo-pt-cardio-meta {
    gap: 5px;
    margin: 7px 0;
  }

  .yeo-pt-cardio-meta span {
    padding: 7px 8px;
  }

  .yeo-pt-context-heading {
    border-radius: 11px;
    margin: 15px 0 10px;
    padding: 12px 13px;
  }

  .yeo-pt-context-heading h3 {
    font-size: 16px;
  }

  .yeo-pt-abs-card {
    border-radius: 13px;
    grid-template-columns: minmax(105px, 34%) minmax(0, 1fr);
    min-height: 160px;
  }

  .yeo-pt-abs-media {
    min-height: 160px;
  }

  .yeo-pt-abs-content {
    padding: 10px;
  }

  .yeo-pt-abs-content h3 {
    font-size: 16px;
    margin: 3px 0 8px;
  }

  .yeo-pt-abs-content .yeo-pt-metrics {
    gap: 4px;
  }

  .yeo-pt-plan-index {
    border-radius: 10px;
    font-size: 10px;
    height: 34px;
    width: 34px;
  }

  .yeo-pt-plan-card-body h3 {
    font-size: 16px;
    margin: 2px 0 6px;
  }

  .yeo-pt-plan-card-body p {
    font-size: 12px;
    line-height: 1.4;
  }

  .yeo-pt-supplement-meta {
    gap: 5px;
    margin: 7px 0;
  }

  .yeo-pt-supplement-meta span {
    padding: 7px 8px;
  }

  .yeo-pt-supplement-advice {
    border-radius: 10px;
    font-size: 11px;
    margin-top: 10px;
    padding: 10px 12px;
  }

  .yeo-pt-card-grid {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .yeo-pt-card {
    border-radius: 13px;
    box-shadow: 0 6px 18px rgba(18, 63, 90, 0.08);
  }

  .yeo-pt-card-main {
    display: grid;
    grid-template-columns: minmax(96px, 36%) minmax(0, 1fr);
    min-height: 150px;
  }

  .yeo-pt-gif-wrap {
    aspect-ratio: auto;
    height: 100%;
    min-height: 150px;
  }

  .yeo-pt-no-gif {
    font-size: 10px;
    line-height: 1.3;
    padding: 8px;
  }

  .yeo-pt-card-body {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 10px;
  }

  .yeo-pt-card-body h2 {
    font-size: 16px;
    line-height: 1.14;
    margin: 3px 0 8px;
    overflow-wrap: anywhere;
  }

  .yeo-pt-category-label {
    font-size: 8px;
  }

  .yeo-pt-metrics {
    gap: 4px;
  }

  .yeo-pt-metrics span {
    align-items: baseline;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    font-size: 9px;
    gap: 0 3px;
    line-height: 1.15;
    padding: 6px;
  }

  .yeo-pt-metrics strong {
    font-size: 13px;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .yeo-pt-note {
    border-left-width: 2px;
    margin-top: 8px;
    padding: 1px 0 1px 7px;
  }

  .yeo-pt-note strong {
    display: block;
    font-size: 10px;
    line-height: 1.2;
  }

  .yeo-pt-note p {
    font-size: 11px;
    line-height: 1.3;
    margin-top: 2px;
    overflow-wrap: anywhere;
  }

  .yeo-pt-tabs {
    gap: 6px;
    margin: 0 0 12px;
    padding: 2px 0 5px;
  }

  .yeo-pt-tabs button {
    flex: 0 0 calc(50% - 3px);
    font-size: 12px;
    min-height: 38px;
    overflow: hidden;
    padding: 7px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .yeo-pt-login-portal {
    margin: 16px auto;
    max-width: none;
    padding: 24px 18px;
    width: 100%;
  }

  .yeo-pt-portal-notice {
    margin-left: 12px;
    margin-right: 12px;
  }

  .yeo-pt-program-page #qlwapp.qlwapp-bottom-left {
    bottom: 10px !important;
    left: auto !important;
    right: 10px !important;
  }

  .yeo-pt-program-page #qlwapp .qlwapp-container {
    display: flex;
    justify-content: flex-end;
  }

  .yeo-pt-program-page #qlwapp.qlwapp-button .qlwapp-toggle {
    border-radius: 50% !important;
    height: 48px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    min-width: 48px;
    padding: 0 !important;
    width: 48px;
  }

  .yeo-pt-program-page #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
    font-size: 24px;
    margin: 0 !important;
  }

  .yeo-pt-program-page #qlwapp .qlwapp-text,
  .yeo-pt-program-page .to-top-container {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .yeo-pt-card-main {
    grid-template-columns: minmax(92px, 34%) minmax(0, 1fr);
  }

  .yeo-pt-login-links {
    flex-direction: column;
  }
}
