/*
Theme Name: GLP-1 Meal Plan To Go Safe
Theme URI: https://glp1mealplantogo.com
Author: GLP-1 Meal Plan To Go
Description: Safe custom WordPress theme for GLP-1 Meal Plan To Go. No custom rewrite rules and no bundled REST endpoint.
Version: 0.4.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: glp1-meal-plan-to-go-safe
*/

body {
  margin: 0;
  background: #fbfcf7;
  color: #111812;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.glp1-site-header,
.glp1-site-footer {
  background: #ffffff;
  border-bottom: 1px solid #d7eadf;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.glp1-site-footer {
  border-top: 1px solid #d7eadf;
  border-bottom: 0;
}

.glp1-site-header__inner,
.glp1-site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1520px, calc(100% - 36px));
  margin: 0 auto;
  padding: 12px 0;
}

.glp1-site-brand,
.glp1-footer-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #063d1f;
  font-weight: 900;
  text-decoration: none;
}

.glp1-site-logo {
  display: block;
  width: min(360px, 44vw);
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.glp1-footer-logo {
  display: block;
  width: min(280px, 54vw);
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.glp1-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}

.glp1-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-radius: 999px;
  color: #063d1f;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  padding: 8px 12px;
}

.glp1-menu a:hover,
.glp1-menu a:focus-visible {
  background: #eff8f1;
  outline: 0;
}

.glp1-footer-copy {
  max-width: 680px;
  text-align: right;
}

.glp1-footer-copy p {
  margin: 0;
  color: #4d5f53;
  font-size: 14px;
  line-height: 1.45;
}

.glp1-footer-copy p:first-child {
  color: #063d1f;
  font-weight: 900;
}

@media (max-width: 780px) {
  .glp1-site-header__inner,
  .glp1-site-footer__inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .glp1-site-logo {
    width: min(320px, 86vw);
    max-height: 58px;
  }

  .glp1-menu {
    justify-content: center;
  }

  .glp1-footer-copy {
    text-align: center;
  }
}
