/* FORCE THE METER FORM TO FULL PAGE WIDTH */
.bmr-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
}

/* OVERRIDE ANY THEME CONTENT WIDTH LIMITS */
html body .bmr-wrapper,
html body .bmr-wrapper * {
    max-width: 100% !important;
    width: 100% !important;
    color: #000 !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

/* OVERRIDE PAGE-BUILDER WRAPPERS THAT FORCE NARROW CONTENT */
.entry-content,
.page-content,
.site-content,
.wp-block-group,
.wp-block,
.wp-site-blocks,
.wp-container,
.wp-block-post-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* MAKE THE TABLE FULL WIDTH */
#meterTable {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
}

/* MAKE INPUTS WIDER */
#meterTable input {
    width: 95% !important;
    font-size: 1rem !important;
}

/* PRINT-FRIENDLY OVERRIDES */
@media print {
    body, html {
        margin: 0 !important;
        padding: 0 !important;
    }

    .bmr-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #meterTable {
        width: 100% !important;
        max-width: 100% !important;
    }
}
