<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.g-submenu {
  display: none; }

[data-media-source="mobile"] .lpc-col-4-sm {
  padding: 0 5px !important; }

.wrp_btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
  .wrp_btn {
    flex-direction: column; } }

.btn_comment {
  margin-left: 15px; }
  @media (max-width: 480px) {
  .btn_comment {
    margin-top: 15px;
    margin-left: 0; } }
  .btn_comment a {
    display: inline-flex;
    cursor: pointer;
    vertical-align: top;
    padding-top: 15px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
    background-color: #fff;
    color: #fff;
    position: relative;
    text-decoration-line: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 250px;
    box-shadow: none;
    background-image: linear-gradient(rgba(149, 183, 242, 1) 8%, rgba(110, 28, 147, 1) 100%);
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-size: auto;
    background-attachment: scroll; }
    .btn_comment a:hover {
      background-color: rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 15px 8px rgba(255, 255, 255, 1);
      background-image: none; }
</pre></body></html>