.announcement-bar {
    background-color: #ffa500;
    color: #000;
    text-align: center;
    padding: 10px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.announcement-bar a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
    display: inline-block;
}

.announcement-bar a:hover {
    text-decoration: underline;
}

/* Adjust main content to account for fixed announcement bar */
body {
    padding-top: 40px;
}