/**
 *
 * CAUTION: This file is auto-generated trough backend and will be overwritten - do not modify this file
 *
 */

/*** CUSTOM STYLES ***/
.section-public .highlight-box {
  padding: 0.8em;
  border-radius: var(--box-border-radius);
  border: 3px solid var(--color-primary);
  color: #000;
}
.section-public .highlight-box strong {
  display: block;
}
.banner-other-site {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 1.5rem;
  border-radius: 1rem;
  font-size: 0.9rem;
  background-color: #EDFF01;
  color: #000000;
}
.banner-other-site .banner-logo {
  max-width: 80px;
  margin: 1.5rem 2rem;
}
.banner-other-site .btn {
  margin-top: 0.8rem;
  background-color: #393939;
  color: #ffffff;
  padding: 0.3rem 1rem;
}
.banner-other-site .btn:hover,
.banner-other-site .btn:active,
.banner-other-site .btn:focus {
  color: #ffffff;
  background-color: #535353;
}
.banner-other-site .banner-logo {
  width: 70px;
  margin: 0 1rem 0 0;
}
