/* Mobile spacing refinements for EMRY */

@media (max-width: 719px) {
  .templates-section.ideas-section {
    padding-bottom: 0;
  }

  .templates-section .idea-scene {
    height: clamp(440px, 112vw, 470px);
    min-height: 440px;
  }

  .features-section {
    padding-top: 18px;
  }
}

@media (max-width: 380px) {
  .templates-section .idea-scene {
    height: 440px;
    min-height: 440px;
  }
}
