#notification-container {
    position: absolute;
    top: 25px;
    right: 0;
    width: 300px;
    z-index: 9999;
}

.lilifolia-custom-btn {
    background-color: #000;
    color: #fff !important;
    padding: 8px 18px !important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.lilifolia-custom-btn:hover {
    opacity: 0.8;
}

.lilifolia-nav-container-end {
    margin-left: auto;
    margin-bottom: auto;
    margin-top: auto;
}

@media screen and (max-width:768px) {
    #notification-container {
        top: 0;
        width: 100%;
    }
}