.announcement-banner {
  background-color: #ffc008; /* Jira-like neutral background */
  border-bottom: 1px solid #dfe1e6;
  color: #172b4d; /* Atlassian text color */
  font-size: 14px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial, sans-serif;
}

.announcement-text {
  flex: 1;
}

.announcement-close {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #6b778c;
}

.announcement-close:hover {
  color: #172b4d;
}