#agecinema-status {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 999999;
    display: none;
}

#agecinema-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #222;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 999999;
    width: 300px;
    display: none;
}

#agecinema-popup header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#agecinema-popup header span {
    cursor: pointer;
    font-size: 20px;
}

#agecinema-mini {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: #222;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    z-index: 999999;
    display: none;
    cursor: pointer;
}
