/* Ko-fi widget alignment to right */
.floatingchat-container-wrap {
    left: unset !important;
    right: 16px !important;
    background: transparent !important;
    background-color: transparent !important;
}

.floating-chat-kofi-popup-iframe {
    left: unset !important;
    right: 16px !important;
}

/* Remove all black backgrounds */
.floatingchat-container-wrap-mobi,
.floatingchat-container-wrap,
.floatingchat-container-wrap>*,
.fc-container {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}