/* 样式定义：cookie 通知框 */
#kirinpos-cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    z-index: 99999;
}

#kirinpos-cookie-notice button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

#kirinpos-cookie-notice button:hover {
    background-color: #45a049;
}
