.brbmd-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111111;
  background: #fff;
  width: 100%;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.brbmd-cta-mobile {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  padding: 8px 14px;
}
