.okupas-notification {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1000;
    max-width: 300px;
    background: #1e1e1e;
    border-left: 4px solid #e53935;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    padding: 12px 16px;
    z-index: 9999;
}

.okupas-notification .okupas-content {
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.okupas-notification .okupas-content:hover .okupas-message {
    color: #66bb6a;
}

.okupas-notification .okupas-message {
    margin: 0;
    padding-right: 18px;
    font-size: 0.9rem;
    line-height: 1.4;
    text-transform: none;
    font-weight: 100;
    transition: color 0.3s ease;
}

.okupas-notification .okupas-close {
    position: absolute;
    top: 3px;
    right: 8px;
    background: none;
    border: none;
    color: #e53935;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease;
}

.okupas-notification .okupas-close:hover {
    color: #ffffff;
}

.okupas-notification.hidden {
    display: none;
}
