.hnp-notification {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    transition: all 0.3s ease;
}

.hnp-position-top {
    top: 0;
}

.hnp-position-bottom {
    bottom: 0;
}

.hnp-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hnp-link {
    text-decoration: none;
    font-weight: bold;
}

.hnp-close {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 22px;
    margin-left: 10px;
    line-height: 1;
}
