/* Static proposal action strip. */
.static-brand-header {
  position: relative;
  inset: auto;
  z-index: auto;
  width: 100%;
  min-height: 76px;
  padding: 14px clamp(16px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #17120d;
  color: #fff;
  border-bottom: 1px solid rgba(223,195,154,.28);
  box-shadow: none;
}
.topbar.static-brand-header .small-button {
  display: inline-flex;
  min-height: 46px;
  min-width: 250px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
}
@media (max-width: 700px) {
  .topbar.static-brand-header { display: none; }
}
