.redbricks-banner {
  background-color: #000;
  padding: 1rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redbricks-banner__close {
  position: absolute;
  right: 1rem;
  top: 18px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.redbricks-banner__content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.redbricks-banner__logo {
  width: 120px;
  height: 24px;
}

.redbricks-banner__text {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.redbricks-banner__text strong {
  color: #fff !important;
}

.redbricks-banner__link {
  background-color: #DA4127;
  border-radius: 3px;
  padding: 3px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  color: #fff !important;
  font-size: 12px;
  font-weight: 500;
}

.redbricks-banner__link:hover {
  color: #fff !important;
  text-decoration: none;
}

.brand-custom-tooltip-link {
  margin: 0 12px;
}

.header-pro-link__badge {
  background-color: #DA4127;
}

@media (max-width: 992px) {
  .redbricks-banner__close {
    position: static;
  }
}

@media (max-width: 768px) {
  .redbricks-banner {
    display: none !important;
  }
}
