/* =========================================================
   Affiliate Program page - Hero section
   Scoped to article itemid-2548
   ========================================================= */

body.itemid-2548 #sp-main-body {
  background: #f7f8fa;
}

body.itemid-2548 #sp-component {
  font-family: Inter, Arial, sans-serif;
  color: #333333;
}

body.itemid-2548 .tt-affiliate-page {
  width: 100%;
  max-width: 1180px;
  margin: -24px auto 70px;
  padding: 0 24px;
  box-sizing: border-box;
}


/* =========================================================
   Hero wrapper
   ========================================================= */

body.itemid-2548 .tt-affiliate-hero {
  position: relative;
  display: block;
  width: 100%;
  min-height: 430px;
  margin: 0 auto 58px;
  padding: 42px 56px;
  background: linear-gradient(135deg, #ec00d8 0%, #dd0079 48%, #cf002f 100%);
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(38, 50, 56, 0.12);
  box-sizing: border-box;
  overflow: hidden;
}

body.itemid-2548 .tt-affiliate-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  pointer-events: none;
}

body.itemid-2548 .tt-affiliate-hero::after {
  content: "";
  position: absolute;
  bottom: -170px;
  left: 38%;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}


/* =========================================================
   Hero text content
   ========================================================= */

body.itemid-2548 .tt-affiliate-hero-content {
  position: relative;
  z-index: 2;
  width: calc(100% - 430px);
  max-width: 600px;
  padding: 0;
  box-sizing: border-box;
}

body.itemid-2548 .tt-affiliate-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.itemid-2548 .tt-affiliate-hero h1 {
  max-width: 600px;
  margin: 0 0 16px;
  padding: 0;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.025em;
}

body.itemid-2548 .tt-affiliate-hero-intro {
  max-width: 580px;
  margin: 0 0 24px;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 400;
}


/* =========================================================
   Hero benefit points
   ========================================================= */

body.itemid-2548 .tt-affiliate-hero-points {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 18px;
  max-width: 610px;
  margin: 0 0 30px;
  padding: 0;
}

body.itemid-2548 .tt-affiliate-hero-point {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 28px;
  padding-left: 29px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}

body.itemid-2548 .tt-affiliate-hero-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

body.itemid-2548 .tt-affiliate-hero-point::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

body.itemid-2548 .tt-affiliate-point-commission::after {
  content: "$";
}

body.itemid-2548 .tt-affiliate-point-resources::after {
  content: "\2713";
}

body.itemid-2548 .tt-affiliate-point-setup::after {
  content: "\2197";
}


/* =========================================================
   Hero actions
   ========================================================= */

body.itemid-2548 .tt-affiliate-hero-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 18px 22px;
  margin: 0 0 18px;
}

body.itemid-2548 .tt-affiliate-primary-button,
body.itemid-2548 .tt-affiliate-primary-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 50px;
  padding: 0 28px;
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  color: #087aa5 !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(38, 50, 56, 0.18);
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.itemid-2548 .tt-affiliate-primary-button:hover,
body.itemid-2548 .tt-affiliate-primary-button:focus {
  background: #f4fbff;
  color: #087aa5 !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(38, 50, 56, 0.24);
}

body.itemid-2548 .tt-affiliate-login-link,
body.itemid-2548 .tt-affiliate-login-link:visited {
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.itemid-2548 .tt-affiliate-login-link:hover,
body.itemid-2548 .tt-affiliate-login-link:focus {
  color: #fff8cc !important;
  text-decoration: underline;
}

body.itemid-2548 .tt-affiliate-hero-note {
  position: relative;
  display: block;
  max-width: 520px;
  margin: 0;
  padding: 0 0 0 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}

body.itemid-2548 .tt-affiliate-hero-note::before {
  content: "\1F512";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  line-height: 1.5;
}


/* =========================================================
   Hero benefits card
   ========================================================= */

body.itemid-2548 .tt-affiliate-hero-visual {
  position: absolute;
  z-index: 3;
  top: 48px;
  right: 56px;
  display: block;
  width: 330px;
}

body.itemid-2548 .tt-affiliate-stats-card {
  width: 330px;
  max-width: 330px;
  margin: 0;
  padding: 20px 20px 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(38, 50, 56, 0.24);
  box-sizing: border-box;
}

body.itemid-2548 .tt-affiliate-stats-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}

body.itemid-2548 .tt-affiliate-stats-label {
  color: #374151;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

body.itemid-2548 .tt-affiliate-stats-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  background: #e6fbf5;
  border-radius: 999px;
  color: #16856f;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

body.itemid-2548 .tt-affiliate-commission-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #eaf6ff 0%, #e6fbf5 100%);
  border: 6px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(38, 50, 56, 0.13);
  text-align: center;
}

body.itemid-2548 .tt-affiliate-commission-circle span {
  display: block;
  margin: 0 0 2px;
  color: #087aa5;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.itemid-2548 .tt-affiliate-commission-circle small {
  display: block;
  color: #4b5563;
  font-size: 10px;
  line-height: 1.2;



  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

body.itemid-2548 .tt-affiliate-stats-list {
  display: grid;
  gap: 9px;
}

body.itemid-2548 .tt-affiliate-stat-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px 11px;
  background: #f8fafc;
  border: 1px solid rgba(95, 102, 112, 0.1);
  border-radius: 8px;
}

body.itemid-2548 .tt-affiliate-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

body.itemid-2548 .tt-affiliate-stat-icon-link {
  background: #2195d3;
}

body.itemid-2548 .tt-affiliate-stat-icon-link::before {
  content: "\2197";
}

body.itemid-2548 .tt-affiliate-stat-icon-paypal {
  background: #65b45c;
}

body.itemid-2548 .tt-affiliate-stat-icon-paypal::before {
  content: "$";
}

body.itemid-2548 .tt-affiliate-stat-icon-dashboard {
  background: #f2a21e;
}

body.itemid-2548 .tt-affiliate-stat-icon-dashboard::before {
  content: "\2713";
}

body.itemid-2548 .tt-affiliate-stat-row strong {
  display: block;
  margin: 0 0 2px;
  color: #374151;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 800;
}

body.itemid-2548 .tt-affiliate-stat-row small {
  display: block;
  color: #5f6670;
  font-size: 11.2px;
  line-height: 1.32;
  font-weight: 500;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 899.98px) {
  body.itemid-2548 .tt-affiliate-hero {
    min-height: 0;
    padding: 40px 32px;
    text-align: center;
  }

  body.itemid-2548 .tt-affiliate-hero-content {
    width: 100%;
    max-width: 100%;
  }

  body.itemid-2548 .tt-affiliate-hero h1,
  body.itemid-2548 .tt-affiliate-hero-intro {
    margin-left: auto;
    margin-right: auto;
  }

  body.itemid-2548 .tt-affiliate-hero-points {
    justify-content: center;
  }

  body.itemid-2548 .tt-affiliate-hero-actions {
    justify-content: center;
  }

  body.itemid-2548 .tt-affiliate-hero-note {
    display: inline-block;
    text-align: left;
  }

  body.itemid-2548 .tt-affiliate-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 360px;
    margin: 34px auto 0;
  }

  body.itemid-2548 .tt-affiliate-stats-card {
    width: 100%;
    max-width: 360px;
    text-align: left;
  }
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767.98px) {
  body.itemid-2548 .tt-affiliate-page {
    margin-top: -14px;
    padding: 0 14px;
  }

  body.itemid-2548 .tt-affiliate-hero {
    margin-bottom: 42px;
    padding: 34px 22px 36px;
  }

  body.itemid-2548 .tt-affiliate-kicker {
    margin-bottom: 13px;
    font-size: 12px;
  }

  body.itemid-2548 .tt-affiliate-hero h1 {
    font-size: 31px;
    line-height: 1.18;
  }

  body.itemid-2548 .tt-affiliate-hero-intro {
    margin-bottom: 22px;
    font-size: 15.5px;
    line-height: 1.55;
  }

  body.itemid-2548 .tt-affiliate-hero-points {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
    margin-bottom: 28px;
  }

  body.itemid-2548 .tt-affiliate-hero-point {
    font-size: 14px;
  }

  body.itemid-2548 .tt-affiliate-hero-actions {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 16px;
  }

  body.itemid-2548 .tt-affiliate-primary-button {
    width: 100%;
    max-width: 260px;
    min-height: 48px;
  }

  body.itemid-2548 .tt-affiliate-login-link {
    font-size: 14px;
  }

  body.itemid-2548 .tt-affiliate-stats-card {
    max-width: 360px;
    padding: 22px 20px;
  }
}


/* =========================================================
   Very small phones
   ========================================================= */

@media (max-width: 479.98px) {
  body.itemid-2548 .tt-affiliate-hero {
    padding: 32px 18px 34px;
  }

  body.itemid-2548 .tt-affiliate-hero h1 {
    font-size: 28px;
  }

  body.itemid-2548 .tt-affiliate-hero-points {
    flex-direction: column;
    align-items: center;
  }

  body.itemid-2548 .tt-affiliate-stats-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* =========================================================
   Affiliate Program page - See How Easy It Is section
   Scoped to article itemid-2548
   ========================================================= */

/* Reduce space below hero before this section */
body.itemid-2548 .tt-affiliate-hero {
  margin-bottom: 32px;
}

/* Section wrapper */
body.itemid-2548 .tt-affiliate-easy-section {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 54px;
  padding: 0 28px;
  box-sizing: border-box;
  text-align: center;
}

/* Section heading */
body.itemid-2548 .tt-affiliate-easy-section h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #374151;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
}

body.itemid-2548 .tt-affiliate-easy-section h2 span {
  display: inline;
  color: transparent;
  background: linear-gradient(90deg, #0071bb, #65b45c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =========================================================
   Easy cards grid
   ========================================================= */

body.itemid-2548 .tt-affiliate-easy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 34px;
}

/* Cards */
body.itemid-2548 .tt-affiliate-easy-card {
  min-height: 230px;
  padding: 30px 26px 26px;
  background: #ffffff;
  border: 1px solid rgba(95, 102, 112, 0.08);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(38, 50, 56, 0.08);
  box-sizing: border-box;
  text-align: center;
}

/* Number icons */
body.itemid-2548 .tt-affiliate-easy-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 22px;
  border-radius: 999px;
}

body.itemid-2548 .tt-affiliate-easy-icon::before {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}

body.itemid-2548 .tt-affiliate-easy-icon-signup {
  background: #eaf6ff;
}

body.itemid-2548 .tt-affiliate-easy-icon-signup::before {
  content: "1";
  color: #087aa5;
}

body.itemid-2548 .tt-affiliate-easy-icon-share {
  background: #fff0fb;
}

body.itemid-2548 .tt-affiliate-easy-icon-share::before {
  content: "2";
  color: #a23ac8;
}

body.itemid-2548 .tt-affiliate-easy-icon-earn {
  background: #fff6e6;
}

body.itemid-2548 .tt-affiliate-easy-icon-earn::before {
  content: "3";
  color: #f2a21e;
}

/* Card text */
body.itemid-2548 .tt-affiliate-easy-card h3 {
  margin: 0 0 12px;
  padding: 0;
  color: #374151;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

body.itemid-2548 .tt-affiliate-easy-card p {
  max-width: 210px;
  margin: 0 auto;
  padding: 0;
  color: #5f6670;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

/* =========================================================
   Arrows between cards
   ========================================================= */

body.itemid-2548 .tt-affiliate-easy-arrow {
  position: relative;
  z-index: 2;
  align-self: center;
  width: 34px;
  height: 34px;
  margin: 0 -8px;
  background: #ffffff;
  border: 2px solid #65b45c;
  border-radius: 999px;
  box-shadow: 0 5px 13px rgba(38, 50, 56, 0.12);
  box-sizing: border-box;
}

/* Simple blue chevron */
body.itemid-2548 .tt-affiliate-easy-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #2f78bd;
  border-right: 2px solid #2f78bd;
  transform: translate(-60%, -50%) rotate(45deg);
}

/* No connector line */
body.itemid-2548 .tt-affiliate-easy-arrow::after {
  display: none;
}

/* =========================================================
   Dashboard note
   ========================================================= */

body.itemid-2548 .tt-affiliate-dashboard-note {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

body.itemid-2548 .tt-affiliate-dashboard-note p {
  margin: 0 auto 26px;
  padding: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.68;
  font-weight: 400;
}

/* Sign up button */
body.itemid-2548 .tt-affiliate-secondary-button,
body.itemid-2548 .tt-affiliate-secondary-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 50px;
  padding: 0 28px;
  background: #2f78bd;
  border: 0;
  border-radius: 6px;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 5px 14px rgba(47, 120, 189, 0.28);
  box-sizing: border-box;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.itemid-2548 .tt-affiliate-secondary-button:hover,
body.itemid-2548 .tt-affiliate-secondary-button:focus {
  background: #2469aa;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(47, 120, 189, 0.34);
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767.98px) {
  body.itemid-2548 .tt-affiliate-hero {
    margin-bottom: 34px;
  }

  body.itemid-2548 .tt-affiliate-easy-section {
    margin-bottom: 44px;
    padding: 0 14px;
  }

  body.itemid-2548 .tt-affiliate-easy-section h2 {
    margin-bottom: 24px;
    font-size: 27px;
    line-height: 1.25;
  }

  body.itemid-2548 .tt-affiliate-easy-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 420px;
    margin-bottom: 28px;
  }

  body.itemid-2548 .tt-affiliate-easy-card {
    min-height: 0;
    padding: 28px 22px 26px;
  }

  body.itemid-2548 .tt-affiliate-easy-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 18px;
  }

  body.itemid-2548 .tt-affiliate-easy-icon::before {
    font-size: 28px;
  }

  body.itemid-2548 .tt-affiliate-easy-card h3 {
    font-size: 21px;
  }

  body.itemid-2548 .tt-affiliate-easy-card p {
    font-size: 15px;
  }

  body.itemid-2548 .tt-affiliate-easy-arrow {
    display: none;
  }

  body.itemid-2548 .tt-affiliate-dashboard-note p {
    font-size: 15px;
    line-height: 1.6;
  }

  body.itemid-2548 .tt-affiliate-secondary-button {
    min-height: 48px;
    font-size: 15px;
  }
}

/* =========================================================
   Affiliate Program page - How the Affiliate Program Works
   Scoped to article itemid-2548
   ========================================================= */

body.itemid-2548 .tt-affiliate-work-section {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 58px;
  padding: 34px 42px 40px;
  background: #eaf6ff;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(38, 50, 56, 0.08);
  box-sizing: border-box;
  text-align: center;
}

/* Section heading */
body.itemid-2548 .tt-affiliate-work-section h2 {
  margin: 0 0 16px;
  padding: 0;
  color: #374151;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
}

body.itemid-2548 .tt-affiliate-work-section h2 span {
  display: inline;
  color: transparent;
  background: linear-gradient(90deg, #0071bb, #65b45c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Intro copy */

body.itemid-2548 .tt-affiliate-work-intro {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 30px;
}

body.itemid-2548 .tt-affiliate-work-intro p {
  margin: 0;
  padding: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 400;
}

/* =========================================================
   Work cards grid
   Desktop layout: 3 cards top row, 2 cards centered below
   ========================================================= */

body.itemid-2548 .tt-affiliate-work-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 16px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

/* Cards */
body.itemid-2548 .tt-affiliate-work-card {
  position: relative;
  grid-column: span 2;
  min-height: 205px;
  padding: 26px 24px 22px;
  background: #ffffff;
  border: 1px solid rgba(95, 102, 112, 0.08);
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(38, 50, 56, 0.07);
  box-sizing: border-box;
  text-align: center;
}

/* Center cards 4 and 5 on second row */
body.itemid-2548 .tt-affiliate-work-card:nth-child(4) {
  grid-column: 2 / span 2;
}

body.itemid-2548 .tt-affiliate-work-card:nth-child(5) {
  grid-column: 4 / span 2;
}

/* Highlight final card */
body.itemid-2548 .tt-affiliate-work-card-highlight {
  background: #e6fbf5;
  border-color: rgba(101, 180, 92, 0.22);
}

/* Number circles */
body.itemid-2548 .tt-affiliate-work-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  background: #ffffff;
  border: 3px solid #2f78bd;
  border-radius: 999px;
  color: #2f78bd;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 5px 13px rgba(38, 50, 56, 0.1);
}

body.itemid-2548 .tt-affiliate-work-card:nth-child(2) .tt-affiliate-work-number {
  border-color: #65b45c;
  color: #65b45c;
}

body.itemid-2548 .tt-affiliate-work-card:nth-child(3) .tt-affiliate-work-number {
  border-color: #a23ac8;
  color: #a23ac8;
}

body.itemid-2548 .tt-affiliate-work-card:nth-child(4) .tt-affiliate-work-number {
  border-color: #f2a21e;
  color: #f2a21e;
}

body.itemid-2548 .tt-affiliate-work-card:nth-child(5) .tt-affiliate-work-number {
  border-color: #16856f;
  color: #16856f;
}

/* Card text */
body.itemid-2548 .tt-affiliate-work-card h3 {
  margin: 0 0 12px;
  padding: 0;
  color: #374151;
  font-size: 17px;
  line-height: 1.28;
  font-weight: 700;
}

body.itemid-2548 .tt-affiliate-work-card p {
  max-width: 250px;
  margin: 0 auto;
  padding: 0;
  color: #5f6670;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 400;
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991.98px) {
  body.itemid-2548 .tt-affiliate-work-section {
    padding: 32px 28px 36px;
  }

  body.itemid-2548 .tt-affiliate-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    gap: 18px;
  }

  body.itemid-2548 .tt-affiliate-work-card,
  body.itemid-2548 .tt-affiliate-work-card:nth-child(4),
  body.itemid-2548 .tt-affiliate-work-card:nth-child(5) {
    grid-column: auto;
  }

  body.itemid-2548 .tt-affiliate-work-card {
    min-height: 210px;
    padding: 26px 22px 24px;
  }

  body.itemid-2548 .tt-affiliate-work-card-highlight {
    grid-column: 1 / -1;
    max-width: 360px;
    margin: 0 auto;
  }
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767.98px) {
  body.itemid-2548 .tt-affiliate-work-section {
    margin-bottom: 46px;
    padding: 28px 18px 32px;
  }

  body.itemid-2548 .tt-affiliate-work-section h2 {
    margin-bottom: 14px;
    font-size: 27px;
    line-height: 1.25;
  }

  body.itemid-2548 .tt-affiliate-work-intro {
    margin-bottom: 24px;
  }

  body.itemid-2548 .tt-affiliate-work-intro p {
    font-size: 15px;
    line-height: 1.6;
  }

  body.itemid-2548 .tt-affiliate-work-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 16px;
  }

  body.itemid-2548 .tt-affiliate-work-card,
  body.itemid-2548 .tt-affiliate-work-card:nth-child(4),
  body.itemid-2548 .tt-affiliate-work-card:nth-child(5),
  body.itemid-2548 .tt-affiliate-work-card-highlight {
    grid-column: auto;
    max-width: none;
  }

  body.itemid-2548 .tt-affiliate-work-card {
    min-height: 0;
    padding: 26px 22px 24px;
  }

  body.itemid-2548 .tt-affiliate-work-number {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    font-size: 21px;
  }

  body.itemid-2548 .tt-affiliate-work-card h3 {
    font-size: 18px;
  }

  body.itemid-2548 .tt-affiliate-work-card p {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* =========================================================
   Affiliate Program page - Affiliate Terms and Conditions
   Scoped to article itemid-2548
   ========================================================= */

body.itemid-2548 .tt-affiliate-terms-section {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 58px;
  padding: 34px 42px 40px;
  background: #fffaf0;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(38, 50, 56, 0.08);
  box-sizing: border-box;
}

body.itemid-2548 .tt-affiliate-terms-content {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

/* Heading */
body.itemid-2548 .tt-affiliate-terms-section h2 {
  margin: 0 0 22px;
  padding: 0;
  color: #374151;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
}

body.itemid-2548 .tt-affiliate-terms-section h2 span {
  display: inline;
  color: transparent;
  background: linear-gradient(90deg, #0071bb, #65b45c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subheadings */
body.itemid-2548 .tt-affiliate-terms-section h3 {
  margin: 28px 0 12px;
  padding: 0;
  color: #374151;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}

/* Paragraphs */
body.itemid-2548 .tt-affiliate-terms-section p {
  margin: 0 0 16px;
  padding: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

/* Highlight stats */
body.itemid-2548 .tt-affiliate-terms-highlight {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 28px auto 30px;
}

body.itemid-2548 .tt-affiliate-terms-highlight-item {
  padding: 22px 18px 20px;
  background: #ffffff;
  border: 1px solid rgba(95, 102, 112, 0.08);
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(38, 50, 56, 0.07);
  box-sizing: border-box;
  text-align: center;
}

body.itemid-2548 .tt-affiliate-terms-highlight-item strong {
  display: block;
  margin: 0 0 8px;
  color: #087aa5;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

body.itemid-2548 .tt-affiliate-terms-highlight-item:nth-child(2) strong {
  color: #65b45c;
}

body.itemid-2548 .tt-affiliate-terms-highlight-item:nth-child(3) strong {
  color: #f2a21e;
}

body.itemid-2548 .tt-affiliate-terms-highlight-item span {
  display: block;
  color: #5f6670;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

/* Terms list */
body.itemid-2548 .tt-affiliate-terms-section ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

body.itemid-2548 .tt-affiliate-terms-section li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 30px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 400;
}

body.itemid-2548 .tt-affiliate-terms-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  background: #65b45c;
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px #ffffff;
}

/* Bottom action */
body.itemid-2548 .tt-affiliate-terms-action {
  margin: 28px 0 0;
  text-align: center;
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767.98px) {
  body.itemid-2548 .tt-affiliate-terms-section {
    margin-bottom: 46px;
    padding: 28px 18px 32px;
  }

  body.itemid-2548 .tt-affiliate-terms-section h2 {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 1.25;
  }

  body.itemid-2548 .tt-affiliate-terms-section h3 {
    margin-top: 24px;
    font-size: 20px;
  }

  body.itemid-2548 .tt-affiliate-terms-section p {
    font-size: 15px;
    line-height: 1.6;
  }

  body.itemid-2548 .tt-affiliate-terms-highlight {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 420px;
    margin: 24px auto 28px;
  }

  body.itemid-2548 .tt-affiliate-terms-highlight-item {
    padding: 20px 18px;

  }

  body.itemid-2548 .tt-affiliate-terms-highlight-item strong {
    font-size: 28px;
  }

  body.itemid-2548 .tt-affiliate-terms-highlight-item span {
    font-size: 14px;
  }

  body.itemid-2548 .tt-affiliate-terms-section li {
    font-size: 15px;
    line-height: 1.58;
  }
}