/* v212: desktop-only visual corrections for the Why WMF section. */
@media (min-width: 992px) {
  /* Keep the standard eyebrow underline and remove the duplicate separate rule. */
  #why-wmf.wmf-v211-desktop .why-accent {
    display: none !important;
  }

  #why-wmf.wmf-v211-desktop .why-eyebrow::after {
    content: "" !important;
    display: block !important;
    width: 72px !important;
    height: 2px !important;
    margin: 13px 0 24px !important;
    background: #d4a078 !important;
  }

  /* Anchor the supplied square image to its top edge and crop only excess dark space below. */
  #why-wmf.wmf-v211-desktop .why-hero-media {
    isolation: isolate !important;
    background: #202020 !important;
  }

  #why-wmf.wmf-v211-desktop .why-hero-media::after {
    display: none !important;
  }

  #why-wmf.wmf-v211-desktop .why-hero-media img {
    object-position: center top !important;
    transform: scale(1.14) !important;
    transform-origin: center top !important;
  }

  /* Six equal plaques: all icons, headings and copy start at the same vertical position. */
  #why-wmf.wmf-v211-desktop .why-benefits-panel {
    padding: 24px !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefits-panel .why-panel-title {
    margin-bottom: 16px !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-grid {
    grid-auto-rows: minmax(104px, 1fr) !important;
    align-items: stretch !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-card {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-height: 104px !important;
    height: 100% !important;
    padding: 15px 16px !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-copy {
    align-self: flex-start !important;
    align-content: start !important;
    justify-content: start !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    gap: 13px !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-copy > div {
    align-self: start !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #why-wmf.wmf-v211-desktop .why-line-icon {
    align-self: start !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-copy h3 {
    margin: 0 0 5px !important;
    padding: 0 !important;
    line-height: 1.2 !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-copy p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.34 !important;
  }

  #why-wmf.wmf-v211-desktop .why-actions {
    margin-top: 14px !important;
  }
}

@media (min-width: 992px) and (max-width: 1180px) {
  #why-wmf.wmf-v211-desktop .why-hero-media img {
    transform: scale(1.18) !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-card {
    min-height: 108px !important;
    padding: 14px !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefit-copy p {
    font-size: 13px !important;
  }
}
