

/* Start:/local/templates/g3/components/openregion/static/presscenter-info-page/style.css?1709728333362*/
.presscenter-info-page {
  padding-bottom: var(--grid-gap);
}

.presscenter-info-page__buttons {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  justify-content: flex-end;
  margin: 20px 0;
}

@media screen and (max-width: 735px) {
  .presscenter-info-page__buttons {
    grid-template-columns: 1fr;
  }
}

/* End */
/* /local/templates/g3/components/openregion/static/presscenter-info-page/style.css?1709728333362 */
