#author {
  padding: 80px 0;
}
@media (max-width: 768px) {
  #author {
    padding: 0;
  }
}
#author .page-skeleton {
  right: 135px;
}
@media screen and (max-width: 768px) {
  #author .page-skeleton {
    right: 0;
  }
}
#author .page-skeleton .skeleton-top {
  width: 100%;
  gap: 4px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #author .page-skeleton .skeleton-top {
    padding: 0 20px;
  }
}
#author .page-skeleton .skeleton-top .breadcrumb-skeleton,
#author .page-skeleton .skeleton-top .author-skeleton,
#author .page-skeleton .skeleton-top .divider-skeleton,
#author .page-skeleton .skeleton-top .author-box-skeleton,
#author .page-skeleton .skeleton-top .heading-skeleton {
  --cds-skeleton-width: 100%;
  --cds-skeleton-height: 40px;
  margin-bottom: 20px;
}
#author .page-skeleton .skeleton-top .breadcrumb-skeleton:first-child,
#author .page-skeleton .skeleton-top .author-skeleton:first-child,
#author .page-skeleton .skeleton-top .divider-skeleton:first-child,
#author .page-skeleton .skeleton-top .author-box-skeleton:first-child,
#author .page-skeleton .skeleton-top .heading-skeleton:first-child {
  --cds-skeleton-width: 108px;
  --cds-skeleton-height: 40px;
  margin-bottom: 36px;
}
#author .page-skeleton .skeleton-top .breadcrumb-skeleton:nth-child(2),
#author .page-skeleton .skeleton-top .author-skeleton:nth-child(2),
#author .page-skeleton .skeleton-top .divider-skeleton:nth-child(2),
#author .page-skeleton .skeleton-top .author-box-skeleton:nth-child(2),
#author .page-skeleton .skeleton-top .heading-skeleton:nth-child(2) {
  --cds-skeleton-width: 160px;
  --cds-skeleton-height: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #author .page-skeleton .skeleton-top .breadcrumb-skeleton:nth-child(2),
  #author .page-skeleton .skeleton-top .author-skeleton:nth-child(2),
  #author .page-skeleton .skeleton-top .divider-skeleton:nth-child(2),
  #author .page-skeleton .skeleton-top .author-box-skeleton:nth-child(2),
  #author .page-skeleton .skeleton-top .heading-skeleton:nth-child(2) {
    max-width: 728px;
    --cds-skeleton-width: 100%;
  }
}
#author .page-skeleton .skeleton-top .breadcrumb-skeleton:nth-child(3),
#author .page-skeleton .skeleton-top .author-skeleton:nth-child(3),
#author .page-skeleton .skeleton-top .divider-skeleton:nth-child(3),
#author .page-skeleton .skeleton-top .author-box-skeleton:nth-child(3),
#author .page-skeleton .skeleton-top .heading-skeleton:nth-child(3) {
  --cds-skeleton-width: 100%;
  --cds-skeleton-height: 1px;
  margin-bottom: 24px;
}
#author .page-skeleton .skeleton-top .breadcrumb-skeleton:nth-child(4),
#author .page-skeleton .skeleton-top .author-skeleton:nth-child(4),
#author .page-skeleton .skeleton-top .divider-skeleton:nth-child(4),
#author .page-skeleton .skeleton-top .author-box-skeleton:nth-child(4),
#author .page-skeleton .skeleton-top .heading-skeleton:nth-child(4) {
  --cds-skeleton-width: 100%;
  --cds-skeleton-height: 140px;
  margin-bottom: 24px;
}
#author .page-skeleton .skeleton-top .breadcrumb-skeleton:last-child,
#author .page-skeleton .skeleton-top .author-skeleton:last-child,
#author .page-skeleton .skeleton-top .divider-skeleton:last-child,
#author .page-skeleton .skeleton-top .author-box-skeleton:last-child,
#author .page-skeleton .skeleton-top .heading-skeleton:last-child {
  --cds-skeleton-width: 100%;
  --cds-skeleton-height: 1px;
}
#author .page-skeleton .skeleton-content,
#author .page-skeleton .skeleton-posts {
  width: 100%;
  gap: 4px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #author .page-skeleton .skeleton-content,
  #author .page-skeleton .skeleton-posts {
    padding: 0 20px;
  }
}
#author .page-skeleton .skeleton-content .author-skeleton,
#author .page-skeleton .skeleton-posts .author-skeleton {
  --cds-skeleton-width: 160px;
  --cds-skeleton-height: 40px;
  margin-bottom: 36px;
}
#author .page-skeleton .skeleton-content .content-skeleton,
#author .page-skeleton .skeleton-posts .content-skeleton {
  --cds-skeleton-width: 100%;
  --cds-skeleton-height: 292px;
  margin-bottom: 40px;
}
#author .page-skeleton .skeleton-content .divider-skeleton,
#author .page-skeleton .skeleton-posts .divider-skeleton {
  --cds-skeleton-width: 100%;
  --cds-skeleton-height: 1px;
  margin-bottom: 24px;
}
#author .page-skeleton .skeleton-content .articles-skeleton,
#author .page-skeleton .skeleton-posts .articles-skeleton {
  margin: 0 auto;
  --cds-skeleton-width: 140px;
  --cds-skeleton-height: 40px;
  margin-bottom: 24px;
}
#author .page-skeleton .skeleton-content .post-container-skeleton,
#author .page-skeleton .skeleton-posts .post-container-skeleton {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  #author .page-skeleton .skeleton-content .post-container-skeleton,
  #author .page-skeleton .skeleton-posts .post-container-skeleton {
    grid-template-columns: repeat(1, 1fr);
  }
}
#author .page-skeleton .skeleton-content .post-container-skeleton .post-skeleton,
#author .page-skeleton .skeleton-posts .post-container-skeleton .post-skeleton {
  place-self: end;
  --cds-skeleton-width: 294px;
  --cds-skeleton-height: 380px;
}
@media screen and (max-width: 768px) {
  #author .page-skeleton .skeleton-content .post-container-skeleton .post-skeleton,
  #author .page-skeleton .skeleton-posts .post-container-skeleton .post-skeleton {
    --cds-skeleton-width: 334px;
    --cds-skeleton-height: 376px;
  }
}
@media screen and (max-width: 576px) {
  #author .page-skeleton .skeleton-content .post-container-skeleton .post-skeleton,
  #author .page-skeleton .skeleton-posts .post-container-skeleton .post-skeleton {
    --cds-skeleton-width: 336px;
    --cds-skeleton-height: 343px;
    place-self: center;
  }
}
#author .page-skeleton .skeleton-content .post-container-skeleton .post-skeleton:nth-child(2), #author .page-skeleton .skeleton-content .post-container-skeleton .post-skeleton:nth-child(4),
#author .page-skeleton .skeleton-posts .post-container-skeleton .post-skeleton:nth-child(2),
#author .page-skeleton .skeleton-posts .post-container-skeleton .post-skeleton:nth-child(4) {
  place-self: start;
}
@media screen and (max-width: 576px) {
  #author .page-skeleton .skeleton-content .post-container-skeleton .post-skeleton:nth-child(2), #author .page-skeleton .skeleton-content .post-container-skeleton .post-skeleton:nth-child(4),
  #author .page-skeleton .skeleton-posts .post-container-skeleton .post-skeleton:nth-child(2),
  #author .page-skeleton .skeleton-posts .post-container-skeleton .post-skeleton:nth-child(4) {
    place-self: center;
  }
}
#author .page-skeleton .pagination-skeleton {
  --cds-skeleton-width: 370px;
  --cds-skeleton-height: 40px;
  margin-top: 40px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  #author .page-skeleton .pagination-skeleton {
    --cds-skeleton-width: 280px;
  }
}
#author h1 {
  font-weight: 700;
  line-height: 36px;
  margin-top: 40px;
  font-size: 32px;
}
@media (max-width: 768px) {
  #author h1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  #author h1 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
  }
}
#author .avatar-containter {
  display: flex;
  width: fit-content !important;
  justify-content: center;
  margin-right: 12px;
}
#author .author-details {
  gap: 12px;
}
@media (max-width: 576px) {
  #author .author-details {
    gap: 0px;
  }
}
#author .container-author {
  margin: 0 auto;
  margin-right: 270px;
}
@media (max-width: 768px) {
  #author .container-author {
    margin-right: 0;
    padding: 0 20px;
  }
}
#author .card-deck {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  #author .card-deck {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
    max-width: 768px;
  }
}
@media (max-width: 576px) {
  #author .card-deck {
    grid-template-columns: repeat(1, 1fr);
    max-width: 336px;
  }
}
#author .container {
  padding: 0 !important;
  width: 100%;
  max-width: 768px;
  --cds-icon-color: var(--cds-icon-author-color) !important;
  --md-icon-size: 18px;
}
@media (max-width: 768px) {
  #author .container {
    max-width: 728px;
  }
}
@media (max-width: 576px) {
  #author .container {
    max-width: 336px;
  }
}
#author .author-page {
  color: var(--cds-title-color);
}
@media (max-width: 768px) {
  #author .author-page {
    max-width: 728px;
  }
}
@media (max-width: 576px) {
  #author .author-page {
    max-width: 336px;
  }
}
@media (max-width: 576px) {
  #author .author-info {
    margin-bottom: 8px;
  }
}
#author .author-header {
  height: 80px;
  margin: 80px auto 20px auto;
}
@media (max-width: 768px) {
  #author .author-header {
    max-width: 728px;
  }
}
@media (max-width: 576px) {
  #author .author-header {
    max-width: 336px;
    margin: 40px auto 40px auto;
    height: 72px;
  }
}
#author .author-avatar {
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  height: 140px;
  width: 140px;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  #author .author-avatar {
    height: 72px;
    width: 72px;
    margin-bottom: 0;
  }
}
#author .author-socials {
  --cds-social-circles-network-width: 32px;
  --cds-social-circles-network-height: 32px;
  gap: 10px;
}
#author .author-name {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: var(--cds-title-color);
}
@media (max-width: 768px) {
  #author .author-name {
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  #author .author-name {
    font-size: 20px;
    line-height: 24px;
  }
}
#author .author-bio {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  color: var(--cds-title-color);
  font-weight: 500;
}
@media (max-width: 576px) {
  #author .author-bio {
    font-size: 20px;
    line-height: 24px;
  }
}
#author .author-about {
  text-align: left;
  margin-bottom: 0px !important;
}
#author .author-about,
#author .author-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 768px;
  color: var(--cds-description-color);
}
@media (max-width: 768px) {
  #author .author-about,
  #author .author-description {
    max-width: 728px !important;
  }
}
@media (max-width: 576px) {
  #author .author-about,
  #author .author-description {
    max-width: 336px !important;
  }
}
#author .author-description p {
  margin-bottom: 0px !important;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
#author .articles-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: var(--cds-title-color);
  margin: 20px 0px;
}
@media (max-width: 576px) {
  #author .articles-link {
    font-size: 20px;
    line-height: 24px;
  }
}
#author .divider {
  max-width: 768px;
  background: var(--cds-divider-color);
  height: 1px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  #author .divider {
    max-width: 728px;
  }
}
@media (max-width: 576px) {
  #author .divider {
    max-width: 336px;
  }
}
@media (width <= 768px) {
  #author {
    margin-top: 60px;
  }
}
@media (width <= 576px) {
  #author {
    margin-top: 40px;
  }
}
#author .divider-author {
  margin-bottom: 40px;
}
#author .pagination-container {
  margin: 40px auto;
}
@media (768px <= width) {
  #author .pagination-container {
    margin: 40px auto 70px;
  }
}
@media (992px <= width) {
  #author .pagination-container {
    margin: 40px auto 0px auto;
  }
  #author .pagination-container #ds-pagination .pagination a {
    height: 40px;
    width: 40px;
  }
}
#author .breadcrumbs {
  max-width: 768px;
}
#author .breadcrumbs .breadcrumbs-container {
  position: relative;
  right: 4px;
}
@media (max-width: 768px) {
  #author .breadcrumbs {
    max-width: 728px;
  }
}
@media (max-width: 576px) {
  #author .breadcrumbs {
    max-width: 336px;
  }
}
#author .return-color {
  color: var(--cds-back-button-color);
  margin-bottom: 24px;
  position: relative;
  right: 8px;
}