:root{
    --size: 8px;
    --thickness: 3px;
    --color: #6d6d6d;
    --active-color:#657ced;
}

.single-peptide #themesflat-content {
    background-color: hsl(0, 0%, 98.04%);
}
.peptide-single h3 {
    margin-block-start: 0 !important;
    margin-block-end: 10px !important;
    font-size: 16px;
    font-weight: 500;
}
.peptide-single p{
    color: var(--text);
    max-width: 1008px;
    width: 100%;
    margin: 0px auto;
}
.letter-spacing-01{
	letter-spacing: .1em;
}
.gs-mt-1 {
    margin-top: calc(1rem * calc(1 - 0));
}
.gs-mb-05 {
	margin-bottom: calc(1rem * calc(0.5 - 0)) !important;
}
.gs-mb-1 {
	margin-bottom: calc(1rem * calc(1 - 0)) !important;
}
.gs-mt-2 {
    margin-top: calc(1rem * calc(2 - 0));
}
.gs-mb-2{
	margin-bottom: calc(1rem * calc(2 - 0)) !important;
}
.gs-mt-4 {
    margin-top: calc(1rem * calc(4 - 0));
}
.gs-mb-4{
	margin-bottom: calc(1rem * calc(4 - 0)) !important;
}
.text-xl {
    line-height: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 1.25rem !important;
}
.p-6 {
    padding: 1.5rem;
}
.p-125 {
    padding: 1.25rem;
}
.gsrounded-xl {
    border-radius: .75rem;
}
.gsborder-1 {
    border-color: rgb(229 229 229/1);
	border-width: 1px;
	border-style: solid;
}
.gsgrid {
    display: grid;
}
.gsgap-4 {
    gap: 1rem;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.font-medium {
    font-weight: 500;
}

.dot{
   width: .375rem;
   height: .375rem;
   border-radius: 10px;
}
.blue-bg{
    background-color: rgb(59 130 246/1);
}

.s-blog-single.peptide-single {
    padding-top: 50px;
}

.codenit-steps-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.codenit-steps-list li {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #e5e7eb;
}

.codenit-steps-list li:last-child {
    border-bottom: 0;
}

.codenit-steps-list .step-number {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #dbeafe;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.codenit-steps-list .step-content {
    color: #374151;
    flex: 1;
}

.codenit-icon {
    width: var(--size);
    height: var(--size);
    border: none;
    background: transparent;
    position: absolute;
    right: 20px;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
}
.codenit-icon:before, .codenit-icon:after{
    content: '';
    width: var(--thickness);
    height: var(--size);
    background:  #657ced;
    display: block;
    border-radius: 10px;
    position: absolute;
    top:0;
    transform-origin: center;
    transition: all 0.5s ease;
}
.codenit-icon:before { 
    transform: translateY(-50%) rotate(125deg);
    left: 0px;
}
.codenit-icon:after {
    transform: translateY(-50%) rotate(-125deg);
    right: 0.1px;
}
.codenit-accordion-active .codenit-icon::before{
    transform: translateY(-50%) rotate(50deg);
}
.codenit-accordion-active .codenit-icon::after{
    transform: translateY(-50%) rotate(-50deg);
}

.codenit-accordion-wrap {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 18px;
    overflow: hidden;
    padding: 0;
}

.codenit-accordion-item {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.codenit-accordion-item:last-child {
    border-bottom: 0;
}

.codenit-accordion-header {
    padding: 17px 3px 17px 20px;
    display: grid;
    grid-template-columns: 14px 1fr auto 24px;
    align-items: center;
    gap: 15px;
    position: relative; 
}

.codenit-accordion-header::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #9ca3af;
}

.monitor_combination .codenit-accordion-header::before {
    background: rgba(99, 102, 241, 1);
}
.compatible .codenit-accordion-header::before {
    background: rgba(59, 130, 246, 1);
}
.requires_timing .codenit-accordion-header::before {
    background: rgba(235, 180, 8, 1);
}
.avoid_combination .codenit-accordion-header::before {
    background: rgba(238, 68, 68, 1);
}
.use_caution .codenit-accordion-header::before {
    background: rgba(249, 115, 22, 1);
}
.unknown .codenit-accordion-header::before {
    background: rgba(160, 160, 170, 1);
}

.most_effective .codenit-accordion-header::before{
    background: rgba(35, 198, 95, 1);
}
.effective .codenit-accordion-header::before{
    background: rgba(59, 130, 246, 1);
}
.moderate .codenit-accordion-header::before{
    background: rgba(160, 160, 170, 1);
}

.codenit-accordion-title {
    color: #1f2328;
}

.gs-badge {
    border-width: 1px;
    border-style: solid;
    background: #fafafa;
    border-radius: 999px;
    padding: 2px 6px;
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 2;
}

.monitor_combination .gs-badge {
    color: rgba(66, 55, 201, 1);
    border-color: rgba(199, 210, 254, 1);
    background: rgba(238, 242, 255, 1) !important;
}
.compatible .gs-badge {
    color: rgba(29, 78, 215, 1);
    border-color: rgba(190, 218, 254, 1);
    background: rgba(238, 246, 255, 1) !important;
}
.requires_timing .gs-badge {
    color: rgba(161, 98, 7, 1);
    border-color: rgba(254, 240, 138, 1);
    background: rgba(254, 252, 232, 1) !important;
}
.avoid_combination .gs-badge {
    color: rgba(185, 28, 28, 1);
    border-color: rgba(254, 202, 202, 1);
    background: rgba(254, 242, 242, 1) !important;
}
.use_caution .gs-badge {
    color: rgba(194, 65, 12, 1);
    border-color: rgba(254, 215, 170, 1);
    background: rgba(255, 247, 237, 1) !important;
}
.unknown .gs-badge {
    border-color: #e9e9e9;
}

.gs-badge-most_effective,
.gs-badge-most\ _effective {
    color: #55b96d;
    border-color: #9be5ad;
    background: #f3fff6;
}

.gs-badge-effective {
    color: #5f87ff;
    border-color: #9fc0ff;
    background: #f5f8ff;
}

.gs-badge-moderate {
    color: #9ca3af;
    border-color: #d7dce5;
    background: #fafafa;
}

.codenit-accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 25px;
    color: #696969;
    transition:
        max-height 0.35s ease,
        opacity 0.25s ease,
        padding 0.35s ease;
}

.codenit-accordion-active .codenit-accordion-content {
    opacity: 1;
    padding-block: 0 25px;
    border-top: 0;
}

.codenit-accordion-item.codenit-accordion-active {
    background: #fff;
    border-color: #eeeeee;
}

.codenit-accordion-item.codenit-accordion-active .codenit-accordion-content {
    opacity: 1;
    padding: 0 25px 25px;
}

/*Table*/
.codenit-protocols-table {
    width: 100%;
    overflow: hidden;
}

.codenit-protocols-table th,
.codenit-protocols-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
}

.codenit-protocols-table th {
    font-weight: 500;
    color: #111;
    background: #fff;
}

.codenit-protocols-table td {
    color: #555762;
}

.codenit-protocols-table td:first-child {
    color: #111;
}

.codenit-protocols-table tr:last-child td {
    border-bottom: 0;
}

.codenit-table-responsive {
    overflow-x: auto;
}

.uppercase {
    text-transform: uppercase;
}
.font-13px {
    font-size: 13px !important;
    line-height: 1.5em;
}
.font-14px {
    font-size: 14px !important;
    line-height: 1.5em;
}
.font-15px {
    font-size: 15px !important;
    line-height: 1.5em;
}
.font-16px {
    font-size: 16px !important;
    line-height: 1.5em;
}
.font-300 {
    font-weight: 300;
}
.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}


/*Tabs*/
.gs-tabs-box {
	overflow: hidden;
}

.gs-tabs-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	border-bottom: 1px solid #e6e6e6;
}

.gs-tab-btn {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px 15px;
	border: 0;
	background: transparent;
	color: #555761;
	cursor: pointer;
}

.gs-tab-btn span {
    width: 20px;
    height: 20px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f1f1f3;
    color: #555761;
    font-size: 12px;
}

.gs-tab-btn.active {
	color: #e87500;
}

.gs-tab-btn.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #f59a00;
}

.gs-tab-content {
	display: none;
	padding: 30px 30px 36px;
}

.gs-tab-content.active {
	display: block;
}

.gs-tab-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gs-tab-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 24px;
	color: #555761;
}

.gs-tab-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #f59a00;
}

.gs-tab-list li:last-child {
	margin-bottom: 0;
}

/*Chart.js*/
.pk-card {
  background: #fff;
  border: 1px solid rgb(229 229 229/1);
  border-radius: 22px;
  padding: 34px 32px 24px;
}

.pk-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  gap: 20px;
}

.pk-stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 15px;
  color: #000;
}

.pk-stats b {
  color: #111;
}

.pk-tabs {
  display: flex;
  background: #f1f1f3;
  padding: 4px;
  border-radius: 999px;
}

.pk-tabs button {
  border: 0;
  background: transparent;
  padding: 4px 10px;
  font-size: 14px;
  color: #4f5260;
  border-radius: 999px;
  cursor: pointer;
}

.pk-tabs button.active {
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.pk-chart-wrap {
  height: 470px;
}

.pk-footer {
  border-top: 1px solid #eee;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #969aa5;
  font-size: 14px;
}

.pk-legend {
  display: flex;
  gap: 28px;
}

.pk-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.pk-dot.green { background: #22c55e; }
.pk-dot.orange { background: #f59e0b; }

.peptide-single .sidebar {
    margin: auto !important;
}
.gs-quick-guide-title {
    margin-bottom: 15px !important;
}
.gs-quick-guide {
	max-width: 100%;
	margin: 0;
}

.gs-quick-guide-card, .gs-peptide-recent-posts {
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
}

.gs-quick-guide-item {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap:5px;
	margin-bottom: 20px;
}

.gs-quick-guide-item:last-child {
	margin-bottom: 0;
}

.gs-quick-guide-icon svg {
    width: 18px;
    height: 18px;
    stroke-width: 1;
}

.gs-quick-guide-content h4 {
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 5px;
}

.gs-quick-guide-content p {
	font-size: 14px;
	line-height: 1.45;
	font-weight: 300;
	margin: 0;
}

.box-shadow-1{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.box-shadow-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: -30%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    transform: translate(-25%, 0%);
}
 
.box-shadow-orange::after{
    background: radial-gradient(
    circle,
    rgba(245,158,11,.20),
    rgba(245,158,11,.05) 50%,
    transparent 70%
    );
}

.box-shadow-blue::after{
    background: radial-gradient(circle, rgba(59,130,246,0.20), rgba(59,130,246,0.05) 50%, transparent 70%);
}

.color-dblue {
    color: #2563eb;
}

.gs-cpt-sidebar .widget {
    margin-bottom: 35px;
}

.gs-peptide_grid-head {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 20px;
}

.gs-peptide_grid-head .gleft a {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: #eaf3ff;
	border: 1px solid #d6e8ff;
	color: #4f83ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.gs-peptide_grid-head .gright a {
	text-decoration: none;
}

.gs-peptide_grid-head .gright span {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: #111827;
	margin-top: 4px;
	max-width: 310px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gs-peptide_grid-head .sub-title {
    font-size: 14px !important;
    font-weight: 300 !important;
}

.codenitive-peptide-products {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.codenitive-peptide-product-item {
	display: flex;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	color: inherit;
}

.codenitive-peptide-product-icon {
	width: 80px;
	height: 80px;
	min-width: 80px;
	border-radius: 14px;
	background: #f7f7f7;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 22px;
}

.codenitive-peptide-product-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.codenitive-peptide-product-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.codenitive-peptide-product-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.codenitive-peptide-product-meta {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.codenitive-peptide-product-price {
	font-size: 15px !important;
	font-weight: 600;
}

.codenitive-peptide-product-rating {
	display: flex;
	align-items: center;
	gap: 6px;
}

.codenitive-stars {
	position: relative;
	display: inline-block;
	color: #d3ced2;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 2px;
}

.codenitive-stars-filled {
	position: absolute;
	top: 0;
	left: 0;
	color: #f7b500;
	overflow: hidden;
	white-space: nowrap;
}

.codenitive-rating-count {
	font-size: 14px;
	color: #666;
}

@media (max-width: 767px) {
	.codenitive-peptide-product-item {
		gap: 18px;
	}

	.codenitive-peptide-product-icon {
		width: 58px;
		height: 58px;
		min-width: 58px;
		font-size: 22px;
	}

	.codenitive-peptide-product-title,
	.codenitive-peptide-product-desc {
		font-size: 14px;
	}
}

@media (max-width: 992px){
    .row.row-reverse-m {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
  .pk-section {
    padding: 20px;
  }

  .pk-title {
    font-size: 30px;
  }

  .pk-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .pk-stats {
    font-size: 14px;
    gap: 16px;
  }

  .pk-chart-wrap {
    height: 360px;
  }

  .pk-footer {
    flex-direction: column;
    gap: 14px;
  }
}