body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #111827;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

h1,
.h1 {
  font-size: 2.5rem;
}
@media (max-width: 782px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
}
@media (max-width: 782px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h6,
.h6 {
  font-size: 0.875rem;
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #111827;
}

.inline-link, .wp-block-columns.title-text-columns .wp-block-column .learn-more-link {
  display: inline-block;
  color: #2563eb;
  font-weight: 600;
}
.inline-link:hover, .wp-block-columns.title-text-columns .wp-block-column .learn-more-link:hover {
  color: #111827;
}

.text-tiny {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.5rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-gray {
  color: #6b7280;
}

.mb-4 {
  margin-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn, body.page-template-default .entry-content .wp-block-button .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1.6;
  transition: background-color 0.2s;
}
.btn.small, body.page-template-default .entry-content .wp-block-button .small.wp-block-button__link {
  padding: 0.375rem 0.75rem;
}
.btn i, body.page-template-default .entry-content .wp-block-button .wp-block-button__link i {
  margin-right: 10px;
}

.btn-primary, body.page-template-default .entry-content .wp-block-button .wp-block-button__link {
  background-color: #2563eb;
  color: white;
}
.btn-primary:hover, body.page-template-default .entry-content .wp-block-button .wp-block-button__link:hover, .btn-primary:focus, body.page-template-default .entry-content .wp-block-button .wp-block-button__link:focus {
  background-color: rgb(18.5714285714, 76.1428571429, 202.4285714286);
  color: white;
}

.btn-secondary, body.page-template-default .entry-content .wp-block-button.secondary .wp-block-button__link {
  background-color: #4b5563;
  color: white;
}
.btn-secondary:hover, body.page-template-default .entry-content .wp-block-button.secondary .wp-block-button__link:hover, .btn-secondary:focus, body.page-template-default .entry-content .wp-block-button.secondary .wp-block-button__link:focus {
  background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
  color: white;
}

.btn-outline, body.page-template-default .entry-content .wp-block-button.outline .wp-block-button__link {
  background-color: #fff;
  color: #2563eb;
  border: 2px solid #2563eb;
}
.btn-outline:hover, body.page-template-default .entry-content .wp-block-button.outline .wp-block-button__link:hover, .btn-outline:focus, body.page-template-default .entry-content .wp-block-button.outline .wp-block-button__link:focus {
  border: 2px solid #2563eb;
  background-color: #d8e5ff;
  color: #2563eb;
}

i.bi::before {
  line-height: inherit;
}

body.ast-separate-container,
body.ast-plain-container {
  background-color: #f9fafb;
}

.site-content .ast-container {
  display: block;
}

.ast-article-single img {
  box-shadow: none;
}

p {
  margin-bottom: 1rem;
}

table {
  margin: 0;
}

button {
  box-shadow: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.main-header-menu .sub-menu {
  width: max-content;
  padding-block: 10px;
}
.main-header-menu .sub-menu .menu-link {
  padding: 5px 20px;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #111827;
  cursor: pointer;
  height: auto;
}
.select-wrapper select:focus {
  outline: none;
  border-color: #2563eb;
}
.select-wrapper select:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4b5563;
}

input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  background: transparent;
  cursor: pointer;
  margin: 0;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #e5e7eb;
}
input[type=range]::-moz-range-track {
  height: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #e5e7eb;
}
input[type=range]::-ms-track {
  height: 10px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -5px;
  height: 20px;
  width: 20px;
  background: #2563eb;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}
input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: #2563eb;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}
input[type=range]::-ms-thumb {
  height: 20px;
  width: 20px;
  background: #2563eb;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
input[type=range]:focus {
  outline: none;
  border: none;
}
input[type=range]:focus::-webkit-slider-thumb {
  background: rgb(18.5714285714, 76.1428571429, 202.4285714286);
}
input[type=range]:focus::-moz-range-thumb {
  background: rgb(18.5714285714, 76.1428571429, 202.4285714286);
}
input[type=range]:focus::-ms-thumb {
  background: rgb(18.5714285714, 76.1428571429, 202.4285714286);
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #d8e5ff;
}
input[type=range]:focus::-moz-range-track {
  background: #d8e5ff;
}

.supplement-search-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.supplement-search-wrapper #supplement-search {
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  color: #111827;
  font-size: 1.125rem;
  height: unset;
}
.supplement-search-wrapper #supplement-search:focus {
  border: 2px solid #2563eb;
}
.supplement-search-wrapper #supplement-search-clear {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}
.supplement-search-wrapper #supplement-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #2563eb;
  border-radius: 0.5rem;
  display: none;
  z-index: 99;
  overflow: hidden;
}
.supplement-search-wrapper #supplement-search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.supplement-search-wrapper #supplement-search-results p {
  padding: 10px;
  margin-bottom: 0;
  font-weight: bold;
}
.supplement-search-wrapper #supplement-search-results li {
  padding: 10px;
  border-bottom: 1px solid #e5e7eb;
}
.supplement-search-wrapper #supplement-search-results li a {
  text-decoration: none;
  color: #2563eb;
}
.supplement-search-wrapper #supplement-search-results li:hover {
  background-color: #d8e5ff;
}

.supplement-card {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.supplement-card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.supplement-card .card-link {
  text-decoration: none;
}
.supplement-card:hover .supplement-thumbnail {
  transform: scale(1.05);
}
.supplement-card .card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.supplement-card .image-wrapper {
  aspect-ratio: 1;
  background: white;
  padding: 1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supplement-card .supplement-thumbnail {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.2s;
}
.supplement-card .card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1rem;
}
.supplement-card .card-content p {
  margin-bottom: 0;
}
.supplement-card .content-header {
  display: flex;
  gap: 10px;
  color: #111827;
}
.supplement-card .content-header .title-col {
  flex-grow: 1;
}
.supplement-card .content-header .title-col .brand {
  color: #2563eb;
}
.supplement-card .content-header .title-col .supplement-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.supplement-card .content-header .price-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.supplement-card .content-header .price-col .price {
  margin-bottom: 0;
}
.supplement-card .content-header .price-col .price-per-serving,
.supplement-card .content-header .price-col .servings {
  font-weight: 700;
}
.supplement-card .supplement-highlight {
  font-size: 0.875rem;
  align-self: flex-start;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #111827;
  padding: 0 8px;
  border-radius: 0.5rem;
}
.supplement-card .supplement-highlight i {
  color: #2563eb;
  margin-right: 5px;
}
.supplement-card .supplement-highlight strong {
  font-size: 1rem;
}
.supplement-card .ingredients-list {
  font-size: 0.875rem;
}
.supplement-card .badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 9999px;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  background: #eaeaea;
  color: #4b5563;
}
.supplement-card .badge i {
  margin-right: 4px;
}
.supplement-card .badge.certification-badge {
  background: #d1fae5;
}
.supplement-card .badge.supplement-category-badge {
  background: #d8e5ff;
}
.supplement-card .rating-bar {
  margin-top: auto;
}
.supplement-card .card-footer {
  padding: 1rem;
  display: flex;
  align-items: center;
}
.supplement-card .card-footer .btn {
  flex-grow: 1;
}

.rating-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.rating-bar .bar-label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  font-size: 0.875rem;
  font-weight: 600;
}
.rating-bar .bar-wrapper {
  position: relative;
  flex-grow: 1;
}
.rating-bar .bar-bg {
  position: relative;
  width: 100%;
  height: 16px;
  background-color: #eaeaea;
  border-radius: 8px;
  overflow: hidden;
}
.rating-bar .bar-bg .bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #a7f3d0, #34d399, #10b981, #059669, #047857);
  border-radius: 8px 0 0 8px;
  transition: width 0.6s ease;
}
.rating-bar .bar-bg .bar-ticks {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  width: 100%;
  padding-top: 6px;
}
.rating-bar .bar-bg .bar-ticks .segment {
  position: relative;
  display: flex;
  justify-content: center;
  width: 14.2857%;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
}
.rating-bar .bar-bg .bar-ticks .segment::after {
  content: "";
  position: absolute;
  top: -22px;
  right: 0;
  height: 22px;
  width: 2px;
  background: #ffffff;
}
.rating-bar .bar-bg .bar-ticks .segment::before {
  content: attr(data-label);
  position: absolute;
  top: 4px;
  right: 0;
  transform: translateX(50%);
}
.rating-bar .bar-bg .bar-ticks .segment.last {
  width: 42.8571%;
}
.rating-bar .bar-bg .bar-ticks .segment.last::after {
  display: none;
}

.supplements-filter-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.supplements-filter-form .filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.supplements-filter-form .filter-label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4b5563;
}
.supplements-filter-form .filter-range {
  width: 100%;
}
.supplements-filter-form .filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.supplements-filter-form .reset-link {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4b5563;
}
.supplements-filter-form .reset-link:hover {
  color: #2563eb;
}

.tag {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}
.tooltip-wrapper .tooltip-text {
  visibility: hidden;
  opacity: 0;
  background-color: #111827;
  color: #fff;
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  white-space: normal;
  word-break: break-word;
  min-width: 300px;
  max-width: 500px;
  position: absolute;
  bottom: 125%;
  left: 0;
  z-index: 10;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.tooltip-wrapper .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #111827 transparent transparent transparent;
}
.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.compare-checkbox-wrapper {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 10px;
  right: 10px;
  transition: background 0.2s ease;
}
.compare-checkbox-wrapper:hover {
  background-color: #d8e5ff;
}
.compare-checkbox-wrapper label {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.compare-checkbox-wrapper label input {
  width: 1rem;
  height: 1rem;
}

.compare-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d8e5ff;
  border-top: 1px solid #e5e7eb;
  padding: 1rem;
  z-index: 1000;
  text-align: center;
  transition: all 0.3s ease;
}
.compare-bar .compare-message {
  margin: 0 0 1rem;
  font-weight: bold;
}
.compare-bar .compare-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.compare-bar .compare-list-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.compare-bar .compare-list-wrapper.open {
  max-height: 300px;
}
.compare-bar .compare-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.compare-bar .compare-list li {
  border-radius: 5px;
  position: relative;
}
.compare-bar .compare-list li button {
  background: none;
  padding: 0.5rem;
  border: none;
  color: #ef4444;
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.5rem;
}

.pagination {
  margin-top: 1.5rem;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.pagination .page-numbers {
  font-size: 1rem;
  border: 1px solid #e5e7eb;
  padding: 4px 15px;
  background: white;
  border-radius: 0.5rem;
  cursor: pointer;
}
.pagination .page-numbers:hover {
  background-color: #d8e5ff;
}
.pagination .page-numbers.current {
  background-color: #4b5563;
  color: white;
  cursor: default;
}

.site-footer {
  background-color: #111827;
  color: #fff;
  padding: 2rem 0;
  font-size: 0.875rem;
}
.site-footer .footer-inner {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.site-footer .footer-logo {
  flex-basis: 20%;
}
.site-footer .footer-logo a {
  display: inline-block;
}
.site-footer .footer-logo a img {
  max-height: 60px;
  width: auto;
}
.site-footer .footer-logo a .site-name {
  font-weight: bold;
  font-size: 1.2rem;
}
.site-footer .footer-tagline {
  flex-basis: calc(80% - 2rem);
}
.site-footer .footer-tagline p {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.site-footer .footer-nav {
  flex-basis: 20%;
}
.site-footer .footer-nav .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav .footer-menu li {
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav .footer-menu li a {
  display: block;
  padding: 6px 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .footer-nav .footer-menu li a:hover {
  color: #759cf0;
}
.site-footer .footer-nav .footer-menu > li > a {
  font-weight: bold;
}
.site-footer .footer-nav .footer-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding-left: 1rem;
}
.site-footer .footer-nav .footer-menu .sub-menu li a {
  padding: 2px 0;
}
.site-footer .disclaimer {
  flex-basis: calc(80% - 2rem);
}
.site-footer .disclaimer h6 {
  color: #eee;
}
.site-footer .disclaimer p {
  color: #eee;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}
.site-footer .footer-copy {
  flex-basis: 100%;
  text-align: center;
  margin-top: 1rem;
  color: #eee;
}
@media (max-width: 782px) {
  .site-footer .footer-logo,
  .site-footer .footer-tagline,
  .site-footer .footer-nav,
  .site-footer .disclaimer {
    flex-basis: 100%;
  }
}

.top-supplements-shortcode .supplement-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.top-supplements-shortcode .supplement-grid article.top-supplement-card {
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.top-supplements-shortcode .supplement-grid .supplement-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 782px) {
  .top-supplements-shortcode .supplement-grid .supplement-header {
    flex-direction: row;
    justify-content: space-between;
  }
}
.top-supplements-shortcode .supplement-grid .supplement-thumbnail {
  flex-basis: 40%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 782px) {
  .top-supplements-shortcode .supplement-grid .supplement-thumbnail {
    max-width: 400px;
  }
}
.top-supplements-shortcode .supplement-grid .supplement-thumbnail .thumbnail-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.top-supplements-shortcode .supplement-grid .supplement-meta {
  flex-basis: 50%;
  flex-grow: 1;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .brand {
  color: #2563eb;
  margin-bottom: 0.5rem;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .supplement-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  margin-top: 0;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .rating-bar {
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .rating-bar .bar-label {
  font-size: 1rem;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .rating-bar .bar-wrapper {
  max-width: 300px;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .price-section,
.top-supplements-shortcode .supplement-grid .supplement-meta .protein-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .price-section > div,
.top-supplements-shortcode .supplement-grid .supplement-meta .protein-section > div {
  flex-basis: 200px;
  flex-grow: 1;
  padding: 0.5rem 1rem;
  background-color: #eaeaea;
  border-radius: 0.5rem;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .price-section .price-label,
.top-supplements-shortcode .supplement-grid .supplement-meta .protein-section .price-label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .price-section .price-amount,
.top-supplements-shortcode .supplement-grid .supplement-meta .protein-section .price-amount {
  margin-bottom: 0;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .price-section .amount,
.top-supplements-shortcode .supplement-grid .supplement-meta .protein-section .amount {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  font-size: 1.5rem;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .quick-facts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .quick-facts > p {
  margin-bottom: 0;
  font-size: 1rem;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .badges .badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 9999px;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  background: #eaeaea;
  color: #4b5563;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .badges .badge i {
  margin-right: 4px;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .badges .badge.certification-badge {
  background: #d1fae5;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .links-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.top-supplements-shortcode .supplement-grid .supplement-meta .links-wrapper a {
  flex-basis: calc(50% - 0.5rem);
}
@media (max-width: 782px) {
  .top-supplements-shortcode .supplement-grid .supplement-meta .links-wrapper a {
    flex-basis: 100%;
  }
}

.ranking-badge {
  position: absolute;
  top: -25px;
  left: -15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.25em 0.75em;
  display: inline-block;
  background-color: #4b5563;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ranking-badge::after {
  position: absolute;
  content: "";
  display: block;
  left: -15px;
  bottom: -10px;
  border-color: transparent black transparent transparent;
  border-style: solid;
  border-width: 0 15px 10px;
}

.compare-shotrcode-container {
  margin: 1rem auto;
}
.compare-shotrcode-container .header-grid {
  display: grid;
  grid-template-columns: repeat(var(--num-products, 3), 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.compare-shotrcode-container .header-grid .supplement-header {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}
.compare-shotrcode-container .header-grid .supplement-header .slot {
  padding: 1rem;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.compare-shotrcode-container .header-grid .supplement-header .slot img {
  height: 200px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
  box-shadow: none;
}
.compare-shotrcode-container .header-grid .supplement-header .slot .title-wrapper .brand {
  color: #2563eb;
  font-weight: bold;
  margin-bottom: 5px;
}
.compare-shotrcode-container .header-grid .supplement-header .slot .title-wrapper .title {
  font-size: 1.2rem;
  margin-top: 0;
}
.compare-shotrcode-container .header-grid .supplement-header .slot .buy-btn {
  margin-top: auto;
}
.compare-shotrcode-container .tables-wrapper .section {
  margin-bottom: 3rem;
}
.compare-shotrcode-container .tables-wrapper .section .section-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #2563eb;
  margin-bottom: 1rem;
}
.compare-shotrcode-container .tables-wrapper .section .section-header .section-title {
  color: #2563eb;
  margin: 0;
  padding: 0;
  border: none;
}
.compare-shotrcode-container .tables-wrapper .section .section-header .normalize-btn.active {
  background-color: #2563eb;
  color: white;
}
.compare-shotrcode-container .tables-wrapper .section > h3 {
  color: #2563eb;
  padding-bottom: 10px;
  border-bottom: 3px solid #2563eb;
}
.compare-shotrcode-container .tables-wrapper .section .row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.compare-shotrcode-container .tables-wrapper .section .row .row-title {
  font-weight: bold;
  color: #4b5563;
}
.compare-shotrcode-container .tables-wrapper .section .row .row-title a {
  text-decoration: none;
  color: #4b5563;
}
.compare-shotrcode-container .tables-wrapper .section .row .row-title a:hover {
  color: #2563eb;
  text-decoration: underline;
}
.compare-shotrcode-container .tables-wrapper .section .row .grid {
  display: grid;
  grid-template-columns: repeat(var(--num-products, 3), 1fr);
  gap: 1rem;
  padding: 10px 0;
}
.compare-shotrcode-container .tables-wrapper .section .row .column {
  padding: 0 1rem;
}
.compare-shotrcode-container .tables-wrapper .section .row .text-green-600 {
  color: #10b981;
}

@media (max-width: 700px) {
  .compare-shotrcode-container .header-grid {
    gap: 5px;
  }
  .compare-shotrcode-container .header-grid .supplement-header .slot {
    padding: 15px;
  }
  .compare-shotrcode-container .tables-wrapper .section .row .grid {
    gap: 0.5rem;
  }
}
@media (max-width: 500px) {
  .compare-shotrcode-container .header-grid {
    gap: 1px;
  }
  .compare-shotrcode-container .header-grid .supplement-header .slot {
    padding: 10px;
  }
  .compare-shotrcode-container .header-grid .supplement-header .slot .title-wrapper .brand {
    font-size: 14px;
  }
  .compare-shotrcode-container .header-grid .supplement-header .slot .title-wrapper .title {
    font-size: 1rem;
  }
  .compare-shotrcode-container .header-grid .supplement-header .slot .buy-btn {
    font-size: 14px;
    line-height: 1.3;
  }
  .compare-shotrcode-container .header-grid .supplement-header .slot .buy-btn i {
    display: none;
  }
  .compare-shotrcode-container .tables-wrapper .section .section-header {
    justify-content: center;
  }
  .compare-shotrcode-container .tables-wrapper .section .section-title {
    text-align: center;
  }
  .compare-shotrcode-container .tables-wrapper .section .row .grid {
    gap: 0;
  }
  .compare-shotrcode-container .tables-wrapper .section .row .column {
    padding: 10px;
    font-size: 16px;
  }
}
.similar-supplements-shortcode {
  margin: 2rem 0;
}
.similar-supplements-shortcode .similar-supplements-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.similar-supplements-shortcode .similar-supplement-item {
  position: relative;
}
.similar-supplements-shortcode .similarity-score {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2563eb;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.similar-supplements-shortcode .supplement-card {
  height: 100%;
}
.similar-supplements-shortcode .supplement-card .card-link {
  text-decoration: none;
}

ul.ranking-list.wp-block-list {
  list-style: none;
  padding-left: 0;
}
ul.ranking-list.wp-block-list li {
  position: relative;
  padding-left: 45px; /* Adjust based on icon size */
}
ul.ranking-list.wp-block-list li a {
  text-decoration: none;
}
ul.ranking-list.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em; /* Adjust vertically to align with text */
  width: 30px; /* Match your SVG's dimensions */
  height: 30px;
  background-image: url("../src/images/icons/top-icon-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-block-columns.image-text-col {
  gap: 80px;
  align-items: center !important;
}
.wp-block-columns.image-text-col + .wp-block-columns.image-text-col {
  margin-top: 5rem;
}
@media (max-width: 782px) {
  .wp-block-columns.image-text-col {
    gap: 2rem;
  }
  .wp-block-columns.image-text-col + .wp-block-columns.image-text-col {
    margin-top: 3rem;
  }
  .wp-block-columns.image-text-col.img-left .wp-block-column:first-child {
    order: 2;
  }
}
.wp-block-columns.image-text-col figure.wp-block-image img {
  border-radius: 0.5rem;
}

.wp-block-columns.card-columns {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.wp-block-columns.card-columns .wp-block-column {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  overflow: hidden;
}
.wp-block-columns.card-columns .wp-block-column .card-content {
  padding: 1rem;
}

.wp-block-columns.icon-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.wp-block-columns.icon-cards .wp-block-column {
  background-color: white;
  padding: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
}
.wp-block-columns.icon-cards .wp-block-column .icon img {
  height: 80px;
  width: auto;
}
.wp-block-columns.icon-cards .wp-block-column h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #4b5563;
}
.wp-block-columns.icon-cards .wp-block-column p {
  margin-top: 0;
  font-size: 1rem;
}

.wp-block-columns.title-text-columns {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.wp-block-columns.title-text-columns .wp-block-column {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s;
}
.wp-block-columns.title-text-columns .wp-block-column .title,
.wp-block-columns.title-text-columns .wp-block-column .content,
.wp-block-columns.title-text-columns .wp-block-column .learn-more-link {
  margin: 0;
}
.wp-block-columns.title-text-columns .wp-block-column .title {
  font-size: 1.5rem;
}
.wp-block-columns.title-text-columns .wp-block-column .content,
.wp-block-columns.title-text-columns .wp-block-column .learn-more-link {
  font-size: 1rem;
}
.wp-block-columns.title-text-columns .wp-block-column .learn-more-link {
  margin-top: auto;
}
.wp-block-columns.title-text-columns .wp-block-column a {
  text-decoration: none;
}
.wp-block-columns.title-text-columns .wp-block-column a:first-of-type::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.wp-block-columns.title-text-columns .wp-block-column:has(a):hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.image-links-group > .wp-block-columns {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.image-links-group > .wp-block-columns .wp-block-column {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.image-links-group > .wp-block-columns .wp-block-column h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #111827;
  color: white;
  padding: 5px 10px;
  border-radius: 0.5rem;
  pointer-events: none;
}
.image-links-group > .wp-block-columns .wp-block-column img {
  transition: all 0.2s ease;
}
.image-links-group > .wp-block-columns .wp-block-column a:hover img {
  scale: 1.05;
}

.boxed-text-image.wp-block-group {
  padding: 0;
}
.boxed-text-image.wp-block-group .wp-block-columns {
  border-radius: 1rem;
}
.boxed-text-image.wp-block-group .wp-block-columns .content-col.wp-block-column {
  padding: 2rem;
  flex-grow: 1;
}
.boxed-text-image.wp-block-group .wp-block-columns .image-col.wp-block-column {
  flex-basis: 300px;
  align-self: flex-end;
}
.boxed-text-image.wp-block-group .wp-block-columns .image-col.wp-block-column img {
  position: relative;
  right: -20px;
  bottom: -20px;
  filter: drop-shadow(5px 5px 10px #999);
}
.boxed-text-image.wp-block-group .wp-block-columns .image-col.wp-block-column img:is(.flush img) {
  right: 0;
  bottom: 0;
}
@media (max-width: 782px) {
  .boxed-text-image.wp-block-group .wp-block-columns .image-col.wp-block-column {
    display: none;
  }
}

#main .wp-block-stackable-accordion {
  margin-bottom: 0;
}
#main .wp-block-stackable-accordion:last-of-type {
  margin-bottom: 1.5rem;
}
#main .wp-block-stackable-accordion .stk-column-wrapper {
  margin: 10px 0;
}
#main .wp-block-stackable-accordion .stk-block-accordion__heading > .stk-column-wrapper {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}
#main .wp-block-stackable-accordion .stk-block-accordion__content > .stk-container {
  padding-block: 10px;
}
#main .wp-block-stackable-accordion .stk--inner-svg path {
  fill: #2563eb;
}

body.page-template-default .entry-content:has(.wp-block-cover.alignfull) {
  padding-top: 0;
}
@media (max-width: 1440px) and (min-width: 921px) {
  body.page-template-default .entry-content > .wp-block-cover.alignfull .wp-block-cover__inner-container {
    padding-inline: 30px;
  }
}
body.page-template-default .entry-content > .wp-block-group {
  margin-block: 3rem;
}
@media (max-width: 1440px) and (min-width: 921px) {
  body.page-template-default .entry-content > .wp-block-group.alignfull > * {
    padding-inline: 30px;
  }
}
body.page-template-default .entry-content > .wp-block-group.alignfull.has-background {
  margin-block: 0;
  padding-block: 4rem;
}
body.page-template-default .entry-content > .wp-block-group.alignfull.has-background > div:last-child {
  margin-bottom: 0;
}
body.page-template-default .entry-content .wp-block-columns {
  padding: 0;
}
body.page-template-default .entry-content p,
body.page-template-default .entry-content li {
  font-size: 1.25rem;
}
body.page-template-default .entry-content > h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
body.page-template-default .entry-content ul.wp-block-list > li {
  margin-bottom: 0.5rem;
}

.supplements-layout {
  display: flex;
  gap: 2rem;
}
.supplements-layout .filters-sidebar {
  width: 280px;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .supplements-layout .filters-sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    transform: translateY(-110%);
    transition: transform 0.3s ease;
    z-index: 999999;
    overflow-y: auto;
    padding: 1rem;
  }
  .supplements-layout .filters-sidebar.open {
    transform: translateY(0);
  }
}
.supplements-layout .mobile-filter-close {
  display: none;
}
@media (max-width: 768px) {
  .supplements-layout .mobile-filter-close {
    display: block;
    width: 100%;
    background: none;
    border: none;
    font-size: 1rem;
    padding: 1rem;
    text-align: right;
    color: #4b5563;
    cursor: pointer;
    box-shadow: none;
    margin-bottom: 1rem;
  }
}
.supplements-layout .supplements-content {
  flex: 1;
}

.mobile-filter-toggle {
  display: none;
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .mobile-filter-toggle {
    display: flex;
  }
}

.supplements-main {
  padding: 3rem 0;
}

.supplements-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.supplements-header .archive-title {
  font-size: 2.25rem;
  font-weight: bold;
}
.supplements-header .archive-subtitle {
  color: #4b5563;
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

.supplement-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.pagination {
  text-align: center;
  margin-top: 3rem;
}

.no-results {
  text-align: center;
  color: #6b7280;
}

body.single-supplement .single-supplement-container {
  background-color: #fff;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
}
body.single-supplement .back-link {
  margin-bottom: 2rem;
}
body.single-supplement .supplement-article {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
body.single-supplement .supplement-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 782px) {
  body.single-supplement .supplement-header {
    flex-direction: row;
    justify-content: space-between;
  }
}
body.single-supplement .supplement-header .supplement-thumbnail {
  flex-basis: 40%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 782px) {
  body.single-supplement .supplement-header .supplement-thumbnail {
    max-width: 400px;
  }
}
body.single-supplement .supplement-header .supplement-thumbnail .thumbnail-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
body.single-supplement .supplement-header .supplement-meta {
  flex-basis: 50%;
  flex-grow: 1;
}
body.single-supplement .supplement-header .supplement-meta .brand {
  color: #2563eb;
}
body.single-supplement .supplement-header .supplement-meta .supplement-title {
  margin-bottom: 1rem;
}
body.single-supplement .supplement-header .supplement-meta .rating-bar {
  justify-content: flex-start;
  margin-bottom: 2rem;
}
body.single-supplement .supplement-header .supplement-meta .rating-bar .bar-label {
  font-size: 1rem;
}
body.single-supplement .supplement-header .supplement-meta .rating-bar .bar-wrapper {
  max-width: 300px;
}
body.single-supplement .supplement-header .supplement-meta .price-section,
body.single-supplement .supplement-header .supplement-meta .protein-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
body.single-supplement .supplement-header .supplement-meta .price-section > div,
body.single-supplement .supplement-header .supplement-meta .protein-section > div {
  flex-basis: 200px;
  flex-grow: 1;
  padding: 1rem;
  background-color: #eaeaea;
  border-radius: 0.5rem;
}
body.single-supplement .supplement-header .supplement-meta .price-section .price-label,
body.single-supplement .supplement-header .supplement-meta .protein-section .price-label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
body.single-supplement .supplement-header .supplement-meta .price-section .price-amount,
body.single-supplement .supplement-header .supplement-meta .protein-section .price-amount {
  margin-bottom: 0;
}
body.single-supplement .supplement-header .supplement-meta .price-section .amount,
body.single-supplement .supplement-header .supplement-meta .protein-section .amount {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  font-size: 1.5rem;
}
body.single-supplement .supplement-header .supplement-meta .quick-facts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
body.single-supplement .supplement-header .supplement-meta .quick-facts > p {
  margin-bottom: 0;
}
body.single-supplement .supplement-header .supplement-meta .badges .badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 9999px;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  background: #eaeaea;
  color: #4b5563;
}
body.single-supplement .supplement-header .supplement-meta .badges .badge i {
  margin-right: 4px;
}
body.single-supplement .supplement-header .supplement-meta .badges .badge.certification-badge {
  background: #d1fae5;
}
body.single-supplement .supplement-header .supplement-meta .affiliate-wrapper {
  margin-top: 1rem;
}
body.single-supplement .supplement-content :is(p, li) {
  font-size: 1.125rem;
  line-height: 1.75;
}
body.single-supplement .supplement-content li {
  margin-bottom: 0.5rem;
}
body.single-supplement .ingredient-breakdown .ingredient-title {
  margin-bottom: 1rem;
}
body.single-supplement .ingredient-breakdown .ingredient-table {
  width: 100%;
  border-collapse: collapse;
}
body.single-supplement .ingredient-breakdown .ingredient-table th {
  text-align: left;
  background-color: #eaeaea;
  padding: 0.75rem 0.5rem;
}
body.single-supplement .ingredient-breakdown .ingredient-table td {
  padding: 0.5rem;
  border-top: 1px solid #e5e7eb;
}
body.single-supplement .ingredient-breakdown .ingredient-table .text-muted {
  color: #9ca3af;
  font-style: italic;
}
body.single-supplement .external-reviews {
  margin-block: 2rem;
}
body.single-supplement .external-reviews h2 {
  margin-bottom: 1rem;
}
body.single-supplement .external-reviews .reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
body.single-supplement .external-reviews .review-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  background: #f9fafb;
}
body.single-supplement .external-reviews .review-card p {
  color: #4b5563;
}

body.single-ingredient h1 {
  margin-bottom: 2rem;
}
body.single-ingredient .single-ingredient-container {
  background-color: #fff;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
}
body.single-ingredient .ingredient-content > p, body.single-ingredient .ingredient-content > ul li {
  font-size: 1.2rem;
}
body.single-ingredient section.top-supplements .section-title {
  margin-block: 2rem;
}
body.single-ingredient section.top-supplements .supplement-list {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
body.single-ingredient section.top-supplements .supplement-card {
  flex-basis: 300px;
  flex-grow: 1;
}

body.page-template-compare-page-template #compare-bar {
  bottom: -100%;
}
body.page-template-compare-page-template .compare {
  padding-block: 2rem;
}
body.page-template-compare-page-template .compare__no-items {
  text-align: center;
  padding: 4rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  font-size: 2rem;
}
@media (max-width: 782px) {
  body.page-template-compare-page-template .compare__no-items {
    font-size: 1.75rem;
  }
}
body.page-template-compare-page-template .compare__title {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
body.page-template-compare-page-template .compare__table-wrapper {
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #fff;
}
body.page-template-compare-page-template .compare__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
body.page-template-compare-page-template .compare__table th, body.page-template-compare-page-template .compare__table td {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  vertical-align: middle;
}
body.page-template-compare-page-template .compare__attribute-header, body.page-template-compare-page-template .compare__attribute {
  text-align: left;
  background-color: #f9fafb;
  font-weight: 600;
  white-space: nowrap;
  position: sticky;
  left: 0;
  z-index: 1;
}
body.page-template-compare-page-template .compare__ingredient-heading-row {
  background-color: #f9fafb;
  font-weight: 600;
}
body.page-template-compare-page-template .compare__ingredient-heading-row td {
  padding-block: 0.75rem;
}
body.page-template-compare-page-template .compare .sticky-left {
  position: sticky;
  left: 0;
  background-color: #f9fafb;
}
body.page-template-compare-page-template .compare__ingredient-heading-spacer {
  background-color: #f9fafb;
}
body.page-template-compare-page-template .compare__product-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
body.page-template-compare-page-template .compare__product-link {
  font-size: 1.125rem;
  text-align: left;
}
body.page-template-compare-page-template .compare__remove-btn {
  font-size: 0.75rem;
  background: none;
  cursor: pointer;
}
body.page-template-compare-page-template .compare__remove-btn:hover {
  color: #ef4444;
  text-decoration: underline;
}
body.page-template-compare-page-template .compare__product-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  padding: 4px;
}
body.page-template-compare-page-template .compare__image-placeholder {
  width: 100px;
  height: 100px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  font-size: 0.75rem;
}
body.page-template-compare-page-template .compare__ingredient-row td {
  padding-block: 0.25rem;
}
body.page-template-compare-page-template .compare__highlight {
  background: #eaf3ea;
  color: #0c865e;
  font-weight: bold;
}
body.page-template-compare-page-template .compare__buy-btn {
  max-width: 250px;
  margin: auto;
}
body.page-template-compare-page-template .compare .rating-bar {
  justify-content: flex-start;
}
body.page-template-compare-page-template .compare .rating-bar .bar-wrapper {
  max-width: 180px;
}

body.page-template-new-compare-page #compare-bar {
  bottom: -100%;
}
body.page-template-new-compare-page .search-wrapper .search-field-wrapper {
  position: relative;
}
body.page-template-new-compare-page .search-wrapper .search-field-wrapper .search-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  font-size: 1.2rem;
  color: #6b7280;
  cursor: pointer;
}
body.page-template-new-compare-page .search-wrapper .search-field-wrapper .search-icon:hover {
  color: #2563eb;
}
body.page-template-new-compare-page .search-wrapper .search-field-wrapper .search-icon:disabled {
  color: #e5e7eb;
  cursor: not-allowed;
}
body.page-template-new-compare-page .search-wrapper .search-field-wrapper .search-icon:disabled:hover {
  color: #e5e7eb;
}
body.page-template-new-compare-page .search-wrapper input.search-field {
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  color: #111827;
  font-size: 1.125rem;
  height: unset;
  padding-right: 3rem;
}
body.page-template-new-compare-page .search-wrapper input.search-field:focus {
  border: 2px solid #2563eb;
}
body.page-template-new-compare-page .search-wrapper input.search-field:disabled {
  background-color: #eaeaea;
  cursor: not-allowed;
}
body.page-template-new-compare-page .search-wrapper .search-message {
  margin-top: 0.5rem;
  color: #6b7280;
  font-size: 0.9rem;
}
body.page-template-new-compare-page .search-wrapper ul#search-results {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  margin: 0;
  list-style: none;
}
body.page-template-new-compare-page .search-wrapper ul#search-results li.search-result {
  border-bottom: 1px solid #e5e7eb;
}
body.page-template-new-compare-page .search-wrapper ul#search-results li.search-result:hover {
  background-color: #d8e5ff;
}
body.page-template-new-compare-page .search-wrapper ul#search-results li.search-result button {
  background: none;
  gap: 1rem;
}
body.page-template-new-compare-page .search-wrapper ul#search-results li.search-result button img {
  height: 50px;
  width: 50px;
}
body.page-template-new-compare-page .search-wrapper ul#search-results li.search-result button .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body.page-template-new-compare-page .search-wrapper ul#search-results li.search-result button .brand {
  font-size: 16px;
  color: #2563eb;
}
body.page-template-new-compare-page .header-grid .supplement-header {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}
body.page-template-new-compare-page .header-grid .supplement-header .slot {
  padding: 1rem;
  height: 100%;
}
body.page-template-new-compare-page .header-grid .supplement-header .slot.full {
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.page-template-new-compare-page .header-grid .supplement-header .slot.full .remove-btn {
  background: none;
  font-size: 16px;
}
body.page-template-new-compare-page .header-grid .supplement-header .slot.full .remove-btn:hover {
  color: #ef4444;
  text-decoration: underline;
}
body.page-template-new-compare-page .header-grid .supplement-header .slot.full img {
  aspect-ratio: 1;
  width: 200px;
}
body.page-template-new-compare-page .header-grid .supplement-header .slot.full .title-wrapper .brand {
  color: #2563eb;
  font-weight: bold;
  margin-bottom: 5px;
}
body.page-template-new-compare-page .header-grid .supplement-header .slot.full .title-wrapper .title {
  font-size: 1.2rem;
}
body.page-template-new-compare-page .header-grid .supplement-header .slot.full .buy-btn {
  margin-top: auto;
}
body.page-template-new-compare-page .tables-wrapper .section {
  margin-bottom: 3rem;
}
body.page-template-new-compare-page .tables-wrapper .section .section-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #2563eb;
  margin-bottom: 1rem;
}
body.page-template-new-compare-page .tables-wrapper .section .section-header .section-title {
  color: #2563eb;
  margin: 0;
  padding: 0;
  border: none;
}
body.page-template-new-compare-page .tables-wrapper .section .section-header .normalize-btn.active {
  background-color: #2563eb;
  color: white;
}
body.page-template-new-compare-page .tables-wrapper .section > h3 {
  color: #2563eb;
  padding-bottom: 10px;
  border-bottom: 3px solid #2563eb;
}
body.page-template-new-compare-page .tables-wrapper .section .row {
  border-bottom: 1px solid #ccc;
}
body.page-template-new-compare-page .tables-wrapper .section .row .row-title {
  padding-top: 10px;
  font-weight: bold;
  color: #4b5563;
}
body.page-template-new-compare-page .tables-wrapper .section .row .column {
  padding: 10px 1rem;
}
body.page-template-new-compare-page .page-content ol > li {
  margin-bottom: 1rem;
}
@media (max-width: 700px) {
  body.page-template-new-compare-page .ast-container {
    padding-inline: 10px;
  }
  body.page-template-new-compare-page .header-grid {
    gap: 5px;
  }
  body.page-template-new-compare-page .header-grid .supplement-header .slot {
    padding: 15px;
  }
}
@media (max-width: 500px) {
  body.page-template-new-compare-page .header-grid {
    gap: 1px;
  }
  body.page-template-new-compare-page .header-grid .supplement-header .slot {
    padding: 10px;
  }
  body.page-template-new-compare-page .header-grid .supplement-header .slot.full .remove-btn {
    padding: 8px;
    font-size: 14px;
  }
  body.page-template-new-compare-page .header-grid .supplement-header .slot.full .title-wrapper .brand {
    font-size: 14px;
  }
  body.page-template-new-compare-page .header-grid .supplement-header .slot.full .title-wrapper .title {
    font-size: 1rem;
  }
  body.page-template-new-compare-page .header-grid .supplement-header .slot.full .buy-btn {
    font-size: 14px;
    line-height: 1.3;
  }
  body.page-template-new-compare-page .header-grid .supplement-header .slot.full .buy-btn i {
    display: none;
  }
  body.page-template-new-compare-page .tables-wrapper .section .section-header {
    justify-content: center;
  }
  body.page-template-new-compare-page .tables-wrapper .section .section-title {
    text-align: center;
  }
  body.page-template-new-compare-page .tables-wrapper .section .row .grid.gap-4 {
    gap: 0;
  }
  body.page-template-new-compare-page .tables-wrapper .section .row .column {
    padding: 10px 10px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
