.pg-header .commercial {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--app-white);
  color: var(--app-blue-darker);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.pg-header .commercial .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(var(--app-warn-rgb), 0.8);
}
.pg-header .commercial .comm-elem--img {
  height: auto;
  max-width: 100%;
  height: 30px;
  min-width: 30px;
}
.pg-header .commercial .comm-elem--link {
  padding-left: 15px;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
}
.pg-header .commercial .comm-elem--link:hover {
  text-decoration: underline;
}
.pg-header .commercial .comm-elem--overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.pg-header .commercial .comm-elem.btn-offer {
  margin-left: 15px;
  border: 1px solid var(--app-darker);
  background-color: var(--app-white);
  text-transform: uppercase;
  white-space: nowrap;
}
.pg-header + .header-spacer.compensate-commercial {
  height: 50px;
}

/* 
  ? motivation

  index.css for some reason has been imported into features.html
  as well, so it's not safe to use index.scss anymore

  as a result new styles should be put in this file (index-2.scss)
  whereas index.scss may stay (untouched) for legacy reasons

*/

/*# sourceMappingURL=index-v2.css.map */
