﻿/* A shared desktop stage prevents source image proportions changing section height. */
@media (min-width: 769px) {
  .crystal-spotlight,
  .category-standard-spotlight,
  .unified-device-catalog .product-spotlight {
    height: 920px;
    min-height: 0;
    grid-template-rows: minmax(0, 1fr);
  }
  .crystal-spotlight .spotlight-image,
  .category-standard-spotlight .feature-image,
  .unified-device-catalog .product-spotlight .spotlight-image {
    height: 100%;
    min-height: 0;
    min-width: 0;
  }

  .unified-device-catalog .product-spotlight .spotlight-copy > p:not(.eyebrow),
  .category-standard-spotlight .feature-copy > p:not(.eyebrow) {
    max-width: none;
    white-space: nowrap;
  }

  .unified-device-catalog .product-spotlight .spotlight-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .unified-device-catalog .ipad-keyboard-spotlight .spotlight-copy > p:not(.eyebrow) {
    font-size: 13px;
  }

  .unified-device-catalog .computer-spotlight .spotlight-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .functional-accessories-page .category-standard-spotlight .feature-copy > p:not(.eyebrow) {
    max-width: none;
    font-size: 16px;
  }
}

/* The functional feature uses a product image as its visual label, so the English eyebrow is intentionally omitted. */
.category-standard-spotlight .feature-copy > .eyebrow { display: none; }
