<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print, screen and (max-width: 767px) {
  .custom_kv .cmd-visual_txtarea {
    height: 0;
  }
  .custom_kv .cmd-visual_txt_cover {
    position: relative;
    bottom: 220px;
  }
}
@media print, screen and (max-width: 500px) {
  .custom_kv h1.title {
    font-size: 3rem !important;
    line-height: 1.15 !important;
    letter-spacing: 0.1em !important;
  }
}
</pre></body></html>