/* ============================
   FEEDBACK TAB (Independent)
============================ */

#mcp-feedback-tab {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 62px;
    width: 48px;
    height: 48px;
    background: #0073aa;
    color: #ffffff;
    border: none;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

#mcp-feedback-tab i {
    font-size: 18px;
}

/* Mobile */
@media (max-width: 767px) {

    #mcp-feedback-tab {
        width: 40px;
        height: 40px;
        top: auto;
        right: 10px;
        bottom: 58px;
    }

}
