/*
Theme Name: Georgia Economic Data Dashboard
Theme URI: https://example.com/
Author: Dashboard Team
Description: Interactive Georgian and English economic data dashboard.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: georgia-economic-dashboard
*/

html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.economic-dashboard-frame {
  display: block;
  width: 100%;
  height: 100vh;
  border: 0;
  background: #f8fafc;
}

body.admin-bar .economic-dashboard-frame {
  height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .economic-dashboard-frame {
    height: calc(100vh - 46px);
  }
}
