/*
Theme Name: U-Team Blue Expanded Stack Runtime Settings & Logo Fix
Theme URI: https://u-team.online
Author: U-Team / OpenAI
Description: U-Team theme with expanded stack, portfolio order, editable images and fixed SEO plan card readability.
Version: 2.5.4
Text Domain: u-team-blue-expanded-stack-runtime-settings
Requires at least: 6.0
Requires PHP: 7.4
*/

html,
body {
  margin: 0;
  min-height: 100%;
  background: #0C0C0C;
}

#root {
  min-height: 100vh;
  background: #0C0C0C;
}

body.admin-bar header.fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.fixed {
    top: 46px;
  }
}
