.author-box-post .container,
.author-header-box .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  width: 100%;
}
.author-box-post .container::before, .author-box-post .container::after,
.author-header-box .container::before,
.author-header-box .container::after {
  content: none;
}
.author-box-post .author-avatar,
.author-header-box .author-avatar {
  flex-shrink: 0;
}
.author-box-post .author-avatar-img,
.author-header-box .author-avatar-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.author-box-post .author-avatar-placeholder,
.author-header-box .author-avatar-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  color: #666;
  font-size: 12px;
}
.author-box-post .author-info,
.author-header-box .author-info {
  flex: 1;
}
.author-box-post .author-name,
.author-header-box .author-name {
  font-style: italic;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.02em;
  margin: 0 0 17px;
}
.author-box-post .author-name, .author-box-post .author-name a,
.author-header-box .author-name,
.author-header-box .author-name a {
  color: #131E37;
}
.author-box-post .author-name a:hover,
.author-header-box .author-name a:hover {
  opacity: 0.75;
}
.author-box-post .author-bio,
.author-header-box .author-bio {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #131E37;
  margin-bottom: 25px;
}
.author-box-post .author-bio p,
.author-header-box .author-bio p {
  margin-bottom: 16px;
}
.author-box-post .author-bio p:last-child,
.author-header-box .author-bio p:last-child {
  margin-bottom: 0;
}

.author-box-post {
  margin-top: 50px;
}
.author-box-post .container {
  gap: 22px;
  background-color: #F7FAFD;
  border-radius: 20px;
  padding: 40px 30px;
}

.author-social {
  display: flex;
  gap: 10px;
}
.author-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 7px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}
.author-social.author-social--page {
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
}
.author-social.author-social--widget a {
  width: 50px;
  height: 50px;
}

.author-header-box {
  margin-bottom: 40px;
}
.author-header-box .container {
  gap: 32px;
  padding: 0;
}
.author-header-box .author-header-box-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 30px;
  gap: 22px;
  background-color: #F7FAFD;
  border-radius: 20px;
}
.author-header-box .author-bio {
  margin: 0;
}
.author-header-box .author-social a {
  width: 62px;
  height: 62px;
}

.social-media-section {
  background: #F7FAFD;
  border-radius: 20px;
  padding: 17px 32px 32px;
}

.social-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 104%;
  text-transform: uppercase;
  color: #284251;
}

.social-icon {
  font-size: 16px;
}

.social-facebook {
  background: #1877F2;
  box-shadow: 0 5px 0 #0C58BB;
}
.social-facebook:hover {
  box-shadow: 0 0 0 #0C58BB;
  transform: translateY(5px);
}

.social-instagram {
  background-image: url(../images/inst-gradient-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 5px 0 #BB1236;
}
.social-instagram:hover {
  box-shadow: 0 0 0 #BB1236;
  transform: translateY(5px);
}

.social-youtube {
  background: #FF0032;
  box-shadow: 0 5px 0 #970202;
}
.social-youtube:hover {
  box-shadow: 0 0 0 #970202;
  transform: translateY(5px);
}

.author-social-widget {
  background: #F7FAFD;
  border-radius: 20px;
  padding: 17px 32px 32px;
  border: none;
}
.author-social-widget .author-widget-info {
  text-align: center;
  margin-bottom: 20px;
}
.author-social-widget .author-avatar {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.author-social-widget .author-avatar-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.author-social-widget .author-name {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 12px;
}
.author-social-widget .author-name, .author-social-widget .author-name a {
  color: #131E37;
}
.author-social-widget .author-bio-short {
  font-size: 14px;
  line-height: 18px;
  color: #131E37;
  margin-bottom: 15px;
}
.author-social-widget .social-media-section {
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.author-social-widget .social-header {
  margin-bottom: 17px;
}

@media screen and (max-width: 959px) {
  .author-header-box .container {
    flex-direction: column;
    gap: 12px;
  }
  .author-header-box .author-header-box-left {
    width: 100%;
  }
  .author-header-box .social-header,
  .author-header-box .author-social.author-social--page {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .author-header-box .author-header-box-left,
  .author-header-box .container,
  .author-box-post .author-header-box-left,
  .author-box-post .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .author-header-box .author-name,
  .author-box-post .author-name {
    text-align: center;
  }
  .author-header-box .author-bio,
  .author-box-post .author-bio {
    font-size: 17px;
  }
  .author-header-box .author-header-box-left,
  .author-header-box .container,
  .author-box-post .author-header-box-left,
  .author-box-post .container {
    align-items: center;
    border-radius: 8px;
  }
  .author-header-box .author-social,
  .author-box-post .author-social {
    justify-content: center;
  }
  .author-header-box .author-social a,
  .author-box-post .author-social a {
    width: 62px;
    height: 62px;
  }
  .author-box-post .container {
    padding: 24px;
  }
  .author-social-widget {
    padding: 20px;
  }
  .author-social-widget .author-social a {
    width: 45px;
    height: 45px;
  }
}
body.author #content .blog-tooltips {
  display: none !important;
}

/*# sourceMappingURL=author-box.css.map */
