#qtools-alert-bar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffe600;
    color: #000;
    padding: 0.75em 1em;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.qtools-alert-link {
    margin-left: 1em;
    text-decoration: underline;
    color: inherit;
    font-weight: bold;
}

.qtools-alert-dismiss {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: inherit;
}
