.iea-author-box {
  margin-top: 40px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;  
}

.likes ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.likes h4 {
  margin-bottom: 0;
}

.iea-author-box-image img {
  width: 300px;
  max-width: 300px;
}

#disclaimer-row::after {
  content: none;
}
#disclaimer-row {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-start;
  gap: 8px;
  flex-basis: 100%;
}


.iea-credentials {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.iea-credentials span.label {
  font-weight: bold;
}

.posted-by a {
  margin-left: 4px;
}

.posted-by img {
	vertical-align: middle;
	border-radius: 100px;
	display: inline-block;
}

.posted-on {
  align-self: center;
  margin-left: 8px;
}

.iea-author-bio {
  clear: left;
}

#vitals {
  margin: 0;
  list-style-type: none;
}
#vitals li {
  margin-bottom: 6px;
}
#vitals span {
  font-weight: bold;
}
#contributor-row {
  display: flex;
  gap: 8px;
  row-gap: 0;
}
.contributor-row > ::after {
  margin-left: 0rem;
  margin-right: .5rem;
  content: "";
  display: inline-block;
  background-color: currentColor;
  height: .25rem;
  width: .25rem;
  opacity: .8;
  border-radius: 9999px;
  vertical-align: .1875em;
}
.inside-article .entry-meta, .post-title .entry-meta {
  display: flex;
  flex-wrap: wrap; // make sure it wraps
}
.entry-meta > ::after {
  margin-left: 0rem;
}

.contributor-row .last::after {
  background-color: transparent;
}

.entry-meta .button::after {
  content: unset;
}

#contributor-author-posts h2 {
  margin: 2rem 0;
}

#contributor-author-posts article {
  padding: 1rem;
  background-color: #fff;
  overflow: auto;
  margin: 2rem 0;
  box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.05);
  border-radius: .25rem;
}

#author-social-icons {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
#author-social-icons a {
  text-decoration: none;
  margin-left: 1rem;
}

/**
 * Tabs
 */
.topher-tabs {
  display: flex;
  flex-wrap: wrap; // make sure it wraps
}
.topher-tabs label {
  order: 1; // Put the labels first
  display: block;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #90CAF9;
  font-weight: bold;
  transition: background ease 0.2s;
  z-index: 2;
  position: relative;
  border: 1px solid #90CAF9;
  border-bottom: 1px solid #fff;
  border-radius: 6px 6px 0 0;
  padding: .5rem 2rem;
  margin-bottom: -1px;
}
.topher-tabs .tab {
  order: 99; // Put the topher-tabs last
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  border: 1px solid #90CAF9;
  position: relative;
  z-index: 1;
}
.topher-tabs input[type="radio"] {
  display: none;
}
.topher-tabs input[type="radio"]:checked + label {
  background: #fff;
}
.topher-tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

/* check mark
#factcheckedby {
  border: 2px solid #00af52;
  border-radius: 6px;
  padding: 0px 6px 3px;
}
#factcheckedby .label::before {
  content: "\2713 ";
  color: #00af52;
  font-size: 24px;
}
 */
@media (max-width: 45em) {
  .topher-tabs .tab,
  .topher-tabs label {
    order: initial;
  }
  .topher-tabs label {
  width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 640px) {
  .iea-author-box {
    flex-direction: column;
    row-gap: 20px;
  }
  .iea-author-box img {
      width: 100%;
      max-width: 100%;
  }
}
