/* Dashboard 2.0: map-first proportions approved from the visual mockup. */
    @media (min-width: 951px) {
      #dashboardPage .cc-main-grid {
        align-items: start !important;
      }

      #dashboardPage .cc-map-panel {
        height: 610px !important;
      }

      #dashboardPage .cc-map-shell {
        height: 534px !important;
      }

      #dashboardPage .cc-action-panel {
        height: 430px !important;
        align-self: start !important;
      }

      #dashboardPage .cc-action-list {
        gap: 10px !important;
      }

      #dashboardPage .cc-action-row {
        min-height: 62px !important;
        padding: 9px 11px !important;
      }

      #dashboardPage .cc-bottom-grid {
        align-items: start !important;
      }

      #dashboardPage .cc-team-panel {
        height: 322px !important;
      }

      #dashboardPage .cc-team-grid {
        height: 260px !important;
        max-height: 260px !important;
      }

      #dashboardPage .cc-activity-panel {
        height: 430px !important;
      }

      #dashboardPage .cc-activity-list {
        height: 368px !important;
        max-height: 368px !important;
      }
    }

    @media (min-width: 951px) and (max-height: 900px) {
      #dashboardPage .cc-map-panel { height: 560px !important; }
      #dashboardPage .cc-map-shell { height: 484px !important; }
      #dashboardPage .cc-activity-panel { height: 390px !important; }
      #dashboardPage .cc-activity-list { height: 328px !important; max-height: 328px !important; }
    }
