.g-page-article__image {
  margin-right: 40px;
}
.localtabs > ul > li .localtabs__title > a > span {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' width='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 .5C4.31.5.5 4.31.5 9c0 4.69 3.81 8.5 8.5 8.5 4.69 0 8.5-3.81 8.5-8.5C17.5 4.31 13.69.5 9 .5zm0 1c4.15 0 7.5 3.35 7.5 7.5s-3.35 7.5-7.5 7.5S1.5 13.15 1.5 9 4.85 1.5 9 1.5z' solid-color='%23000000' fill='%23d6d6d6'/%3E%3Cpath d='M11.117 7.646L8.7 10.053 6.355 7.707l-.708.707L8.7 11.467l3.122-3.113-.705-.708z' solid-color='%23000000' fill='%23484848'/%3E%3C/svg%3E") 50% 50% no-repeat, white;
  border-radius: 50%;
}
body .g-button {
  cursor: pointer;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  color: #fff;
  text-decoration-line: none;
  margin-top: 40px;
  line-height: 1.1em;
  display: inline-flex;
  flex-shrink: 1;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  text-align: center;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  border-radius: 20px;
  background: #5895F7;
  font-size: 18px;
  font-weight: 400;
}
body .g-button:hover {
  background: #5895F7;
}
body .g-comment__date {
  display: none;
}
