#custom-topbar {
  background: #ffcc00;
  color: #000;
  padding: 12px;
  position: relative;
  z-index: 9999;
}
#custom-topbar .custom-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.custom-topbar-content {
  text-align: left;
}
.custom-topbar-title {
  font-weight: bold;
  font-size: 16px;
  display: block;
}
.custom-topbar-description {
  margin: 4px 0 0;
  font-size: 14px;
}
#custom-topbar button {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #custom-topbar {
    font-size: 14px;
    padding: 10px;
  }
  .custom-topbar-description {
    font-size: 13px;
  }
}
