/*
 * Theme Name:  Levo
 * Theme URI:   https://levothyroxine.com
 * Description: Child theme.
 * Author:      Your Name
 * Template:    generatepress
 * Version:     1.0.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: levo
 */

/* =Site Logo
----------------------------------------------- */

.main-title {
  margin: 0;
}

.main-title a {
  color: #ffffff;
  text-decoration: none;
}

.main-title a:hover {
  color: #ffffff;
  opacity: 0.85;
}

.logo-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.15em;
  margin-right: 0.15em;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.logo-icon {
  display: block;
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
}

.logo-sld {
  font-size: 1em;
}

.logo-tld {
  font-size: 0.55em;
  vertical-align: baseline;
  position: relative;
  bottom: 0em;
}

/* =Medical Disclaimer
----------------------------------------------- */

.medical-disclaimer {
  width: 100%;
  padding: 0.75em 1.5em;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.medical-disclaimer p {
  margin: 0;
  font-size: 0.78em;
  line-height: 1.5;
  opacity: 0.7;
}

/* =Footer Bar Layout
----------------------------------------------- */

/* Single centered row: menu items followed immediately by copyright */
.site-info .inside-site-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* =Footer Navigation Menu
----------------------------------------------- */
.footer-navigation .footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-navigation .footer-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Separator dots between menu items */
.footer-navigation .footer-menu li + li::before {
  content: "·";
  color: currentColor;
  padding: 0 0.5em;
}

.footer-navigation .footer-menu a {
  display: inline-block;
  font-size: 0.85em;
  letter-spacing: 0.03em;
  text-decoration: none;
  opacity: 1 !important;
  transition: none !important;
}

.footer-navigation .footer-menu a:hover,
.footer-navigation .footer-menu a:focus {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =Sticky Sidebar
----------------------------------------------- */

/* The inner sidebar div is what becomes sticky so the outer grid column
   still spans the full page height, allowing the sticky to travel freely. */
.inside-right-sidebar {
  position: sticky;
  top: 20px;
  padding-bottom: 40px;
}

/* =Footer Copyright
----------------------------------------------- */

/* Separator dot between last menu item and copyright, only when menu is present */
.footer-navigation ~ .copyright-bar::before {
  content: "·";
  color: currentColor;
  padding: 0 0.5em;
}

.site-copyright {
  font-size: 0.85em;
  white-space: nowrap;
  opacity: 1;
}
