@media (min-width: 992px) {
  main .container {
    max-width: 1224px;
  }
}
main .gap-20 {
  gap: 20px !important;
}

.sec1 {
  padding: 48px 0 32px;
  background: url("https://www.passfab.com/images/article/author/sec-1-bg.webp") no-repeat top/100% 100%;
}
.sec1 .content {
  border-radius: 24px;
  background: #fff;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0392156863);
}
.sec1 .intro {
  border-bottom: 1px solid rgba(141, 150, 164, 0.2);
}
.sec1 .intro .avatar {
  border-radius: 50%;
}
.sec1 .intro .title {
  font-size: 28px;
}
.sec1 .intro .text-fst {
  font-size: 16px;
}
.sec1 .intro .links .link {
  color: #2d65ff;
}
.sec1 .bkgd {
  gap: 16px;
}
.sec1 .bkgd .item {
  flex: 1;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: rgba(45, 101, 255, 0.0509803922);
}
.sec1 .bkgd .item .title {
  font-size: 20px;
}
.sec1 .bkgd .item .text-fst {
  font-size: 16px;
}
.sec1 .bkgd .item .list-areas {
  padding-left: 28px;
}
.sec1 .bkgd .item .list-areas li {
  position: relative;
}
.sec1 .bkgd .item .list-areas li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -28px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMzMyNiA0TDUuOTk5OTkgMTEuMzMyOEwyLjY2Njk5IDcuOTk5NzEiIHN0cm9rZT0iIzFEQ0Y0RiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/cover;
}
.sec1 .bkgd .item .list-areas li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .sec1 {
    padding: 64px 0;
  }
  .sec1 .content {
    border: 1px solid rgba(141, 150, 164, 0.3019607843);
  }
  .sec1 .intro .title {
    font-size: 36px;
  }
  .sec1 .intro .text-fst {
    font-size: 18px;
  }
  .sec1 .bkgd {
    gap: 32px;
  }
  .sec1 .bkgd .item {
    padding: 32px 40px;
  }
}
@media (min-width: 1600px) {
  .sec1 {
    padding: 100px 0 64px;
  }
}

.sec2 {
  padding: 0 0 48px;
}
.sec2 .title {
  font-size: 24px;
}
.sec2 .cell {
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(141, 150, 164, 0.3019607843);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0392156863);
}
.sec2 .cell .date,
.sec2 .cell p {
  font-size: 14px;
  font-weight: 500;
}
.sec2 .cell .title {
  font-size: 18px;
}
.sec2 .cell .art-link {
  color: #1dcf4f;
}
.sec2 .cell .art-link::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: auto;
  aspect-ratio: 1;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS4yNSAxMC41TDguNzUgN0w1LjI1IDMuNSIgc3Ryb2tlPSIjMURDRjRGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==") no-repeat center/contain;
  margin: 0 4px;
  flex-shrink: 0;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.sec2 .cell .art-link:hover::after {
  transform: translateX(3px);
}
.sec2 .page-number {
  gap: 20px;
  padding-left: 0;
  list-style: none;
}
.sec2 .page-number li {
  font-size: 14px;
  border-radius: 42px;
}
.sec2 .page-number li.prev span, .sec2 .page-number li.next span {
  width: fit-content;
  padding: 6px 20px;
  border: 1px solid #081a2d;
  border-radius: 42px;
}
.sec2 .page-number li.prev span:hover, .sec2 .page-number li.next span:hover {
  color: #1dcf4f;
  border: 1px solid #1dcf4f;
}
.sec2 .page-number li.active {
  color: #fff;
  background: #1dcf4f;
}
.sec2 .page-number li:hover {
  cursor: pointer;
}
.sec2 .page-number li:hover:not(.active) {
  color: #1dcf4f;
}
.sec2 .page-number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  line-height: 1.3;
  font-weight: 500;
}
@media (min-width: 992px) {
  .sec2 {
    padding: 0 0 64px;
  }
  .sec2 .title {
    font-size: 32px;
  }
  .sec2 .cell {
    padding: 32px;
  }
  .sec2 .cell .date,
  .sec2 .cell p {
    font-size: 16px;
  }
  .sec2 .cell .title {
    font-size: 20px;
  }
  .sec2 .page-number {
    gap: 14px;
  }
  .sec2 .page-number li {
    font-size: 20px;
  }
  .sec2 .page-number li.prev span, .sec2 .page-number li.next span {
    padding: 7px 22px;
    border-radius: 64px;
  }
  .sec2 .page-number span {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1600px) {
  .sec2 {
    padding: 0 0 100px;
  }
}

.author-card {
  color: #081a2d;
}
.author-card .avatar {
  border-radius: 300px;
}
.author-card .intro {
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(141, 150, 164, 0.3019607843);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.0392156863);
}
.author-card a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.author-card .text-fst {
  color: #081a2d;
}
.author-card .text-sec {
  color: #616c7d;
}
.author-card .title {
  font-size: 28px;
  font-weight: 700;
}
.author-card .media {
  font-size: 16px;
}

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