/* =========================================================
   MOBILE - INFORMATION WIDGETS
   ========================================================= */

@media (max-width: 768px) {

    #information-widgets {
        display: block !important;
        width: 100% !important;
        margin: 1rem 0 !important;
        padding-bottom: 1rem !important;
    }

    #widgets-wrap {
        display: grid !important;
        grid-template-columns: 50% 50% !important;
        grid-auto-flow: row !important;
        width: 100% !important;
        gap: 0 !important;
        justify-content: initial !important;
        align-items: start !important;
    }

    #widgets-wrap > .widget-container {
        display: flex !important;
        width: calc(100% - 0.7rem) !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: none !important;
        flex-basis: auto !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;

        margin: 0.35rem !important;
        padding: 0.75rem 0.5rem !important;

        box-sizing: border-box !important;

        align-items: center !important;
        justify-content: center !important;

        border: 1px solid rgba(128, 128, 128, 0.35) !important;
        border-radius: 12px !important;
    }

    #widgets-wrap > .widget-container > div {
        width: auto !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: center !important;
    }

    #widgets-wrap .information-widget-resource {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #widgets-wrap .information-widget-resource + div {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
    }

    #widgets-wrap > .widget-container > div:last-child {
        font-weight: 700 !important;
    }
}
