/*
Theme Name: Zeus2Q STW
Theme URI: https://www.systemtechnologyworks.com/
Author: System Technology Works
Author URI: https://www.systemtechnologyworks.com/
Description: WordPress theme for Zeus2Q by System Technology Works. Edit logo, menus, prices, and key copy in Appearance > Customize.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zeus2q-stw
Tags: custom-logo, custom-menu, one-column

Main layout styles are loaded from site.css via functions.php.
*/

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

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

.entry-content p {
  margin: 0 0 0.75rem;
  color: var(--muted, #b7b0a4);
  max-width: 40rem;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.custom-logo-link {
  display: flex;
  align-items: center;
}
