.bbannouncement-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 40px 10px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.bbannouncement-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  opacity: .8;
  padding: 0 4px;
}
.bbannouncement-close:hover { opacity: 1; }
@media (max-width: 600px) {
  .bbannouncement-bar { font-size: 0.78rem; padding: 8px 34px 8px 10px; }
}
