<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#modal_content {
  width: 350px;
}

.modal__inner {
  position: relative;
}

@media print, screen and (max-width: 767px) {
  #modal_content {
    width: 85%;
  }
}
#modal_close {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
}

@media print, screen and (max-width: 767px) {
  .care_heading {
    font-size: 1.7rem;
  }
}
code {
  white-space: pre;
  margin: 0;
}

pre {
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}
</pre></body></html>