header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px #ddd;
  -moz-box-shadow: 0 0 13px #ddd;
  -o-box-shadow: 0 0 13px #ddd;
  -ms-box-shadow: 0 0 13px #ddd;
  box-shadow: 0 0 13px #ddd;
}

header::after {
  background: none;
}

.logo a {
  color: #000;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.logo p {
  margin: 0;
}

.logo span {
  color: #BF2A32;
}

.opentelemetry-note {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn.btn-light.opentelemetry-button {
  text-transform: none;
}

a.btn.btn-light.opentelemetry-button {
  margin-bottom: 0;
  color: #fff;
  background: #e2940f;
  border: 1px solid #e2940f;
}

a.btn.btn-light.opentelemetry-button:hover {
  color: #fff;
  background: #e2940f;
}

.mobile-opentelemetry {
  display: none;
  margin-bottom: 1rem;
  margin-left: -10px;
  margin-right: -10px;
}

.mobile-opentelemetry .opentelemetry-button {
  width: 100%;
}

@media (max-width: 768px) {
  header.header-opentelemetry {
    display: none;
  }

  .mobile-opentelemetry {
    display: block;
  }

  article {
    margin-top: 0;
  }
}
