.release-head .news-release-title {
  font-size: 28px;
  color: var(--color-button-standalone-brand);
  text-align: center;
  margin-bottom: 4px;
}
.release-head .news-release-version-date {
  font-size: 18px;
  color: var(--color-text-strong);
  text-align: center;
  margin-top: 0;
  margin-bottom: 3px;
}
.release-section .platform-icons {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.release-section .platform-icons .icon {
  height: 40px;
  width: 40px;
}
.release-section .platform-icons .icon.web {
  background: url(/images/common/novinky_www.svg?v=SzPyeai_QZxT0R4-AxzyPmi2na4) no-repeat center center;
}
.release-section .platform-icons .icon.ios {
  background: url(/images/common/novinky_iOS.svg?v=xGLELQQbNl0fUOVtqXpW83GAgb4) no-repeat center center;
}
.release-section .platform-icons .icon.android {
  background: url(/images/common/novinky_android.svg?v=NrmYiIamrYY0Ia-kQw-BEtvrPto) no-repeat center center;
}
.release-section .platform-icons .icon.huawei {
  background: url(/images/common/novinky_huawei.svg?v=7j2OIusLTzxMPMMl1GMsH1xSBzU) no-repeat center center;
}
.release-section .platform-title {
  font-size: 18px;
  color: var(--color-button-standalone-brand);
  text-align: center;
}

