
/* NUCLEAR OVERRIDE: Forces the fixed container to the left regardless of JS */
div[id*="fixedbox"], 
.dg-floating-button, 
.fixed-contact-wrapper {
    left: 20px !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
}

/* Specific fix for the anchor tag inside */
div[id*="fixedbox"] a {
    left: 0 !important;
    right: auto !important;
}
