#inrcc-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0073e6;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

#inrcc-popup {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    padding: 15px;
    z-index: 10000;
}

#inrcc-popup h3 {
    margin-top: 0;
    font-size: 16px;
}

#inrcc-popup input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}
