.article-recommendations-title{
  text-align: center;
  line-height: 36px;
  padding-bottom: 32px;
  border: unset;
  margin: 0;
}
.article-recommendations-title h4 {
  color: #333;
  text-transform: none;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}
.article-breadcrumb {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  float: left;
}
.article-breadcrumb a {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.article a {
  text-decoration: none;
}
.article-breadcrumb span {
  margin: 0 8px;
  color: #9f9f9f;
}
h1.article-title {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

#article-body h2 {
  margin: 48px 0 24px 0;
  color: #2c7500;
  font-size: 28px;
  line-height: 140%;
}
ul {
  font-size: 17px;
}
#article-body ul {
  margin: 0 0 24px 0;
}
#article-body ul li {
  color: #333 !important;
  font-size: 16px;
  line-height: 180%;
}

#article-navigation {
  background-color: #f7f8f7;
  border-radius: 8px;
  padding: 12px;
  margin: 32px 0;
}
#article-navigation ul{
    padding-left: 27px;
    margin: 10px 0px;
}
#article-navigation a{
	text-decoration: none;
	color: #1565c0;
}

.article-image-wrapper{
	margin: 0;
  	padding: 0;
  	margin-top: 32px;
  	margin-bottom: 32px;
}
.article-image-wrapper .article-image {
  max-width: 100% !important;
  border-radius: 8px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.table-of-content-close{
    display: inline-block;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
}
.anchor-icon{
    margin-right: 8px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
}
.dropdown-icon{
    margin-left: auto;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
    transition: transform 0.3s ease;
}
.dropdown-icon.rotated {
    transform: rotate(180deg);
}
.article p {
  font-size: 17px;
  color: #000;
  line-height: 1.71;
}
#article-body p {
  color: #333 !important;
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 24px 0;
}
#article-body h3 {
  color: #333 !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 32px;
  margin-bottom: 16px;
}
#article-body ul {
  margin: 0 0 24px 0;
  font-size: 17px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 9999px;
  overflow: hidden;
  margin-right: 10px;
}

.iherb-icon {
  width: 67%;
  object-fit: contain;
}
.article-author a {
  margin-right: 16px;
}
.article-author{
	margin: 0;
	padding: 0;
	display: -webkit-inline-flex;
	display: -moz-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.author-header{
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.article-author-description{
	font-size: 15px;
}
.article-author-name-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Related products styles */
.article-rel-prod {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-radius: 5px;
  box-sizing: border-box;
}
.article-rel-image {
  flex: 0 0 80px;
  text-align: center;
  margin-right: 15px;
}
.article-rel-image img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  border-radius: 3px;
}
.article-rel-left {
  flex: 1;
  text-align: left;
  padding: 0 10px;
}
.article-rel-name {
  margin-bottom: 8px;
}
.article-rel-name a {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  text-decoration: none;
  line-height: 1.3;
}
.article-rel-name a:hover {
  color: #3498db;
}
.article-rel-sku {
  font-size: 13px;
  color: #7f8c8d;
  margin-bottom: 5px;
}
.article-rel-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  height: 20px;
}
.article-rel-cart {
  flex: 0 0 100px;
  text-align: center;
}
.article-rel-cart .button {
  padding: 8px 16px;
  transition: background-color 0.3s;
}
.article-reference{
  font-size: 12px;
  word-break: break-all;
}
.price {
  font-size: 24px;
  margin-right: 0px;
  font-weight: 700;
  padding-right: 4px;
}
.currency {
    font-size: 15px;
}
