@media (max-width: 767px) {
    .sm-gap24 { gap: 24px; }
    .sm-gap36 { gap: 36px; }
    .sm-gap48 { gap: 48px; }
    .sm-gap60 { gap: 60px; }
    .sm-mt12 { margin-top: 12px; }
    .sm-mt24 { margin-top: 24px; }
    .sm-mt36 { margin-top: 36px; }
    .sm-mt48 { margin-top: 48px; }
    .sm-mt60 { margin-top: 60px; }
    .sm-dg { display: grid; }
    .sm-df { display: flex; }
    .sm-fd-c { flex-direction: column; }
    .sm-fd-r { flex-direction: row; }
    .sm-fd-rr { flex-direction: row-reverse; }
    .sm-dib { display: inline-block; }

    #widgetHeaderLeft, #widgetHeaderRight { 
        vertical-align: top;
        margin-top: 2rem;  
        margin-left: 1rem;
        margin-right: 1rem;
    }

    #forecastWrapper { flex-direction: column; }
    #coconuts-villa { margin:auto; }
}