.navbar_component .logo-embed {
  width: 200px;
  max-width: 100%;
  height: 45px;
}

.navbar_component img.avalanche-logo--header {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer_avalanche-logo-wrapper img.avalanche-logo--footer {
  display: block;
  width: 28rem;
  max-width: 100%;
  height: auto;
  top: 0;
  object-fit: contain;
}

@media (max-width: 767px) {
  .navbar_component .logo-embed {
    width: 168px;
  }

  .footer_avalanche-logo-wrapper img.avalanche-logo--footer {
    width: 15rem;
  }
}

.avalanche-service-note {
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #dcd8bc;
  border-radius: 0.625rem;
  background: #faf8e8;
  color: #1a1a1a;
  font: inherit;
}

.avalanche-service-note p {
  margin: 0.5rem 0 0;
  line-height: 1.5;
}

form[data-avalanche-unavailable] :disabled {
  cursor: not-allowed;
  opacity: 0.55;
}