/*
Theme Name: ballbie
Theme URI: https://ballbie.com
Description: Child Theme dla Astry
Author: Ballbie Team
Author URI: https://ballbie.com
Template: astra
Version: 1.0.0
*/

.notification-bar {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.notification-bar a {
    color: #ffcc00;
    text-decoration: underline;
}

.notification-bar a:hover {
    text-decoration: none;
}

.close-notification {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}


