/* Turkish March score-section layout, isolated to the three Spanish work pages. */
body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section {
  display: block !important;
  color: #1b252d;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-section-head {
  max-width: 850px;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-eyebrow {
  margin: 0 0 14px;
  color: #5b4932;
  font-family: var(--mpd-font-sans) !important;
  font-size: 12px !important;
  font-weight: 750;
  line-height: 1.5;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-section-head h2 {
  max-width: none;
  margin: 0 0 20px;
  color: #3a3a3a;
  font-family: var(--mpd-font-serif) !important;
  font-size: clamp(32px,3.2vw,64px) !important;
  font-weight: 500;
  line-height: 1.08;
  text-wrap: balance;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-section-head > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #62676a;
  font-family: var(--mpd-font-sans) !important;
  font-size: 16px !important;
  line-height: 1.7;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(300px,.75fr);
  align-items: center;
  gap: clamp(44px,7vw,88px);
  margin-top: 48px;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__sheet {
  margin: 0;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__sheet > button {
  position: relative;
  display: block;
  width: 100%;
  padding: clamp(16px,3vw,28px);
  appearance: none;
  border: 1px solid #cfd6d2;
  border-radius: 18px;
  background: linear-gradient(145deg,#e8eceb,#dfe4e1);
  box-shadow: 0 26px 50px -34px rgb(27 37 45 / 67%);
  cursor: zoom-in;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__sheet img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d8d8d4;
  background: #fff;
  box-shadow: 0 10px 22px -18px rgb(27 37 45 / 50%);
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__sheet button > span {
  position: absolute;
  right: 38px;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #c8ccc7;
  border-radius: 999px;
  background: #fff;
  color: #1b252d;
  font-family: var(--mpd-font-sans) !important;
  font-size: 12px !important;
  font-weight: 750;
  line-height: 1.2;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__features ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d8d5cf;
  list-style: none;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__features li {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  gap: 3px 13px;
  padding: 18px 0;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__features li + li {
  border-top: 1px solid #d8d5cf;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-feature-icon {
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  color: #a87a35;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-feature-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__features strong {
  color: #1b252d;
  font-family: var(--mpd-font-sans) !important;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.25;
}

body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__features small {
  color: #62676a;
  font-family: var(--mpd-font-sans) !important;
  font-size: 16px !important;
  line-height: 1.5;
}

@media (max-width:920px) {
  body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__grid {
    grid-template-columns: 1fr;
  }

  body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section :is(.mpd-master-score__sheet,.mpd-master-score__features) {
    width: 100%;
    max-width: 680px;
  }
}

@media (max-width:767px) {
  body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-section-head h2 {
    margin-bottom: 12px;
    font-size: 31.2px !important;
    line-height: 1.08;
  }

  body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-section-head > p:last-child {
    font-size: 16px !important;
    line-height: 1.6;
  }

  body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__grid {
    gap: 26px;
    margin-top: 26px;
  }

  body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__sheet > button {
    padding: 10px;
    border-radius: 14px;
  }

  body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__sheet button > span {
    right: 18px;
    bottom: 18px;
    min-height: 40px;
    padding: 8px 12px;
    font-size: 11.5px !important;
  }

  body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__features li {
    grid-template-columns: 26px minmax(0,1fr);
    gap: 3px 10px;
    padding: 14px 0;
  }

  body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__features strong {
    font-size: 18.5px !important;
  }

  body.mpd-sm-pilot.mpd-sm-family-classical .mpd-shared-score-section .mpd-master-score__features small {
    font-size: 12.5px !important;
    line-height: 1.45;
  }
}
