<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: px) {
  {% if module.settings.stack_txt_max_width %}
  .module-- .img-txt__col--txt {
    max-width: px;
  }
  {% endif %}
  {% if module.settings.stack_img_max_width %}
  .module-- .img-txt__col--img {
    max-width: px;
  }
  {% endif %}
}</pre></body></html>