/* Author Bio Box Fix */
.entry-author.entry-content-wrap {
  background: #1a1a1a !important;
  color: #ffffff !important;
  padding: 2.5em !important;
  border-radius: 12px !important;
  margin: 2em auto !important;
  border: none !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
}
.entry-author.entry-content-wrap .author-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.entry-author.entry-content-wrap .author-avatar {
  margin: 0 0 1.5em !important;
  width: 100px !important;
  height: 100px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 3px solid #e2b714 !important;
  flex-shrink: 0 !important;
}
.entry-author.entry-content-wrap .author-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}
.entry-author.entry-content-wrap .author-info h5 {
  font-size: 22px !important;
  color: #ffffff !important;
  margin: 0 0 10px !important;
}
.entry-author.entry-content-wrap .author-info h5 a {
  color: #ffffff !important;
}
.entry-author.entry-content-wrap .author-info p {
  color: #cccccc !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}
.entry-author.entry-content-wrap .author-link {
  margin-top: 15px !important;
}
.entry-author.entry-content-wrap .author-link a {
  color: #e2b714 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.entry-author.entry-content-wrap .author-link a:hover {
  color: #f0c929 !important;
}
