/* Dosage Charts page – live GY/zY parity */

body.page-template-template-dosage-chart,
body.page-template-templatestemplate-dosage-chart-php,
body:has(.dch-page) {
  background: #f3faff;
}
body:has(.dch-page) .navbar-pc {
  background: #f3faff !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.dch-page {
  margin-top: 0;
  padding-top: 0;
  background: #f3faff;
}
.dch-page .dch-hero {
  background: #f3faff !important;
  margin: 0 !important;
  padding-top: 3rem !important;
  padding-bottom: 1.5rem !important;
  overflow: hidden;
  display: flow-root;
}
.dch-page .dch-lower {
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  width: 100%;
}

.main-doseChart-Section {
  background: #daf0ff;
  padding: 14px 25px;
  border-radius: 6px;
}
.main-doseChart-Section-2 {
  background: #e5e5e6d9;
  padding: 14px 25px;
  border-radius: 6px;
}
.main-doseChart-Section,
.main-doseChart-Section-2 {
  padding: 14px 10px !important;
}

.main-text-5 {
  color: #1a3f60;
  font-size: 23px;
  line-height: 29.3px;
  font-weight: 500;
  font-family: var(--secondary-font);
  margin: 0;
}

.Dosage-chart-btn {
  background: #fff;
  box-shadow: 0 1px 3px #0000001a, 0 5px 5px #00000017, 0 11px 7px #0000000d, 0 20px 8px #00000005, 0 32px 9px #0000;
  padding: 13px 14.5px;
  border: none;
  border-radius: 6px;
  font-family: var(--base-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 20.83px;
  color: #1a3f60;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.Dosage-chart-btn:hover {
  filter: brightness(0.98);
}

.dosage-ddown-icon {
  width: 11.5px;
  height: 6.5px;
  transition: transform .3s ease;
  vertical-align: middle;
}
.dosage-ddown-icon.rotate-icon,
.rotate-icon {
  transform: rotate(180deg);
  transition: transform .3s ease;
}

.peptide-dosage-table {
  width: 100%;
  border-radius: 10px;
  padding: 20px 0 0;
}
.peptide-dosage-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.peptide-dosage-table th {
  background-color: #28689a;
  color: #fff;
  font-weight: 400;
  padding: 12px;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #B4D7E8;
  font-family: var(--secondary-font);
  font-size: 18px;
  line-height: 21px;
  width: 33.33%;
}
.peptide-dosage-table th:first-child {
  border-top-left-radius: 10px;
}
.peptide-dosage-table th:last-child {
  border-top-right-radius: 10px;
}
.peptide-dosage-table td {
  color: #1f2f50;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  padding-top: 10px;
  padding-bottom: 14px;
  width: 33.33%;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
}

@media (max-width: 768px) {
  .main-text-5 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .Dosage-chart-btn {
    font-size: 12px !important;
  }
  .peptide-dosage-table th,
  .peptide-dosage-table td {
    font-size: 14px !important;
    padding: 8px 4px;
  }
}
