/* Copy-site-only adjustments that must survive upstream CSS synchronizations. */

.p-front-mv-sp-block01__title,
.p-front-mv-sp-block01__area {
  /*
   * Render the shadow from the composited text element, not per glyph.
   * A zero offset spreads the shadow evenly above, below, left, and right.
   */
  text-shadow: none;
  -webkit-filter:
    drop-shadow(0 0 2px rgba(0, 0, 0, 0.95))
    drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
  filter:
    drop-shadow(0 0 2px rgba(0, 0, 0, 0.95))
    drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
}
