/* ===== Merriweather Font ===== */
@font-face {
  font-family: 'Merriweather';
  src: url('2025/font/Merriweather/Merriweather-Regular.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('2025/font/Merriweather/Merriweather-Bold.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('2025/font/Merriweather/Merriweather-Italic.woff2') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('2025/font/Merriweather/Merriweather-BoldItalic.woff2') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
._font-merri {
  font-family: Merriweather, Helvetica, sans-serif;
}
.font-merri-regular {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-merri-bold {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-merri-italic {
  font-family: Merriweather, Helvetica, sans-serif;
  font-style: italic;
}
.font-merri-boldItalic {
  font-family: Merriweather, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
}
/* ===== Roboto Condensed Font ===== */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('2025/font/robotocondensed/Roboto-Condensed_Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('2025/font/robotocondensed/Roboto-Condensed-Bold.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('2025/font/robotocondensed/Roboto-Condensed_Light.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
._font-roboto-condensed {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
}
.font-roboto-condensed-regular {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-roboto-condensed-bold {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-roboto-condensed-light {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
/* import font definitions */
.bootbox,
#notifications-bar #wrapper {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 1.2;
  width: 640px;
}
.bootbox button.bootbox-close-button.close,
#notifications-bar #wrapper button.bootbox-close-button.close {
  display: none;
}
.bootbox .modal-footer,
#notifications-bar #wrapper .modal-footer,
.bootbox .container,
#notifications-bar #wrapper .container {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.bootbox .modal-footer .btn,
#notifications-bar #wrapper .modal-footer .btn,
.bootbox .container .btn,
#notifications-bar #wrapper .container .btn {
  height: 30px;
  border: 1px solid #4a6f79;
  padding: 0 5px;
  color: #4a6f79;
  background: white;
  margin: 0 5px;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
  box-sizing: content-box;
  display: inline-block;
  line-height: 30px;
  min-width: 45px;
}
.bootbox .modal-footer .btn.btn-primary,
#notifications-bar #wrapper .modal-footer .btn.btn-primary,
.bootbox .container .btn.btn-primary,
#notifications-bar #wrapper .container .btn.btn-primary {
  color: white;
  background: #4a6f79;
}
.modal-backdrop,
#notifications-bar {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
/* colors */
html .skip-link {
  opacity: 0;
  position: absolute;
}
html .asw-container .asw-menu-btn {
  background: #4a6f79 !important;
  outline-color: #4a6f79 !important;
}
html .asw-container .asw-menu-header {
  background-color: #4a6f79 !important;
}
html body [data-url] {
  cursor: pointer;
}
html body .menuBO {
  display: flex;
  text-align: left;
  color: white;
  flex-direction: row;
  padding: 24px 0;
  gap: 10px;
  border-top: 1px solid white;
}
html body .menuBO .nav-menu-block.menu-block {
  flex: 1;
}
html body .menuBO .title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 200;
  font-size: 12px;
}
html body .menuBO .content {
  padding-inline: 0;
}
html body .menuBO .content ul li a {
  color: white;
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
}
html .articleGroup article {
  cursor: pointer;
}
html h3 .editBO {
  top: 50%;
  transform: translateY(-50%);
  color: #4a6f79 !important;
}
html .editBO {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  background: white;
  padding: 5px;
  border: 1px solid #4a6f79;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4a6f79;
}
html .editBO:hover {
  border: 1px solid white;
  background: #4a6f79;
  color: white;
}
html .notAvailable {
  font-size: 30px;
  text-align: center;
  color: #4a6f79;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
html .redirectBack {
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
  color: #4a6f79;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
html .alert-dismissable {
  margin-top: 5px;
  font-size: 10px;
}
html .alert-dismissable button {
  display: none;
}
html.subMenuOpen {
  overflow: hidden;
}
html.subMenuOpen body .body-content .closeNav {
  display: block;
}
html body .closeNav {
  display: none;
  background: url(../img/2025/close.svg) no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  right: 20px;
  top: 20px;
  position: absolute;
}
body {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 1024px;
}
body a {
  color: #4a6f79;
}
body .socialLinks {
  position: relative;
  width: min-content;
}
body .socialLinks ul {
  list-style-type: none;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 7.5px;
  padding-inline-start: 0;
}
body .socialLinks ul li a .fb {
  background-image: url(../img/2025/SocialNetworks-01_lBlue.svg);
}
body .socialLinks ul li a .insta {
  background-image: url(../img/2025/SocialNetworks-02_lBlue.svg);
}
body .socialLinks ul li a .youtube {
  background-image: url(../img/2025/SocialNetworks-03_lBlue.svg);
}
body .socialLinks ul li a .fb,
body .socialLinks ul li a .insta,
body .socialLinks ul li a .youtube {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
body #topNavbar {
  background: #d6f6ff;
  width: 100%;
  height: 108px;
}
body #topNavbar .innerContainer .wrapper {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  position: relative;
}
body #topNavbar .innerContainer .wrapper .logoWrapper {
  flex: 0;
  padding-block: 10.5px;
}
body #topNavbar .innerContainer .wrapper .logoWrapper a {
  display: block;
  width: 312px;
}
body #topNavbar .innerContainer .wrapper .logoWrapper a img {
  width: 100%;
}
body #topNavbar .innerContainer .socialLinks {
  position: absolute;
  right: 0px;
  width: min-content;
  top: 24px;
}
body #topNavbar .innerContainer .socialLinks ul {
  list-style-type: none;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 7.5px;
  padding-inline-start: 0;
}
body #topNavbar .innerContainer .socialLinks ul li a .fb {
  background-image: url(../img/2025/SocialNetworks-01.svg);
}
body #topNavbar .innerContainer .socialLinks ul li a .insta {
  background-image: url(../img/2025/SocialNetworks-02.svg);
}
body #topNavbar .innerContainer .socialLinks ul li a .youtube {
  background-image: url(../img/2025/SocialNetworks-03.svg);
}
body #topNavbar .innerContainer .socialLinks ul li a .fb,
body #topNavbar .innerContainer .socialLinks ul li a .insta,
body #topNavbar .innerContainer .socialLinks ul li a .youtube {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
body #topNavbar .quoteBox {
  font-family: Merriweather, Helvetica, sans-serif;
  font-style: italic;
  font-size: 14px;
  text-align: center;
}
body #topNavbar .quoteBox a {
  border: none;
  text-decoration: none;
  color: #4a6f79;
}
body #topNavbar .quoteBox a .authorA {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
body .blueSeparator {
  background: #d6f6ff;
  height: 12px;
}
body .innerContainer {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}
body .innerContainer .content {
  padding-inline: 58.5px;
}
body .arrow.aligned {
  margin-right: 8px;
}
body .arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d6f6ff;
  border-top: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
body .arrow.right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #d6f6ff;
  border-right: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
body i.page-arrow {
  background-color: #4a6f79;
  -webkit-mask-image: url(../img/2025/arrow.svg);
  mask-image: url(../img/2025/arrow.svg);
  display: inline-block;
  width: 10px;
  height: 10px;
  mask-size: 100%;
}
body i.page-arrow.left {
  transform: rotate(180deg);
}
body select {
  outline: none;
}
body .closed {
  display: none !important;
}
body .selectWrapper {
  display: block;
  position: relative;
}
body .selectWrapper .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  border-top: 5px solid black;
  border-left: 5px solid black;
  border-left-color: transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
}
body .selectWrapper .minimalSelect {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 30px;
  font-size: 14px;
  border: 1px solid black;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 4px 8px;
  text-overflow: ellipsis;
  padding-right: 26px;
  z-index: 1;
  position: relative;
}
body footer {
  border-top: 1px solid white;
  background: #4a6f79;
}
body footer .footerContainer {
  display: grid;
  grid-template-columns: repeat(4, 208px);
  gap: 25px;
  padding-bottom: 26px;
}
body footer .footerContainer .footerSection {
  flex: 1;
  min-width: 200px;
  margin-top: 15px;
  color: white;
  font-size: 13px;
}
body footer .footerContainer .footerSection .socialLinks {
  display: none;
}
body footer .footerContainer .footerSection .footerSectionLabel {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #d6f6ff;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}
body footer .footerContainer .footerSection .footerSectionLabel:hover {
  color: white;
}
body footer .footerContainer .footerSection .footerSectionLabel:not(:first-child) {
  margin-top: 15px;
}
body footer .footerContainer .footerSection ul {
  margin-block: 6px 6px;
}
body footer .footerContainer .footerSection ul li a {
  text-decoration: none;
  font-size: 12px;
  color: white;
  line-height: 18px;
  text-transform: uppercase;
}
body footer .footerContainer .footerSection ul li a:hover {
  color: #d6f6ff;
}
body footer .footerContainer .footerSection.about p:first-of-type {
  margin-top: 6px;
  line-height: 18px;
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
body footer .footerContainer .footerSection.about a:last-child {
  font-weight: 400;
  font-style: normal;
  line-height: 17px;
  font-family: Merriweather, Helvetica, sans-serif;
  font-style: italic;
  color: #d6f6ff;
  text-decoration: none;
}
body footer .footerContainer .footerSection.about a:last-child:hover {
  color: white;
}
body footer .footerContainer .footer-icons {
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding-top: 4px;
}
body footer .footerContainer .footer-icons img {
  width: 24px;
  height: 24px;
  display: block;
}
body footer .footerContainer .license {
  width: 83px;
  margin-top: 10px;
}
.bottomFooter .content {
  display: flex;
  padding-block: 19px 25px;
  gap: 21px;
}
.bottomFooter .content #imgIscte {
  width: 151.5px;
  height: 24px;
}
.bottomFooter .content #imgRpEduCropped {
  width: 202px;
  height: 30.5px;
}
.bottomFooter .content #imgDge {
  width: 43px;
  height: 31px;
}
.bottomFooter .content #imgCiberamigos {
  width: 99.5px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 100vw;
  }
  body .main section {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body .main section article.big {
    grid-column: span 2;
  }
  body .main section article.big img {
    max-width: 50%;
    height: auto;
  }
  body footer .footerContainer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  body footer .footerContainer .footerSection {
    min-width: auto;
  }
  body .bottomFooter .innerContainer .content {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body #topNavbar {
    height: auto;
  }
  body #topNavbar .quoteBox {
    font-size: 11px;
    position: relative;
    left: 0;
    padding-bottom: 10px;
  }
  body #topNavbar .innerContainer .socialLinks {
    display: none;
  }
  body #topNavbar .innerContainer .wrapper {
    padding: 0;
    display: flex;
    width: 100%;
    gap: 20px;
  }
  body #topNavbar .innerContainer .wrapper .logoWrapper {
    width: 60%;
  }
  body #topNavbar .innerContainer .wrapper .logoWrapper a {
    width: auto;
  }
  body #topNavbar .innerContainer .wrapper .logoWrapper a img {
    width: auto;
    height: 30px;
  }
  body #searchSection .innerContainer .searchContainer .subTitle {
    text-align: center;
    line-height: 1.2;
  }
  body #searchSection .innerContainer .searchContainer .selectGroup {
    grid-template-columns: repeat(2, 1fr);
  }
  body #searchSection .innerContainer .questionsSection article ul a .nr.views:after {
    display: none;
  }
  body .main section {
    grid-template-columns: 1fr 1fr;
  }
  body .main section article.big {
    grid-column: span 2;
  }
  body .main section article.big img {
    max-width: 50%;
    height: auto;
  }
  body .accordion.list.duvidas .main {
    display: block;
  }
  body .accordion.list.duvidas .main nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #d6f6ff;
  }
  body .accordion.list.duvidas .main nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  body .accordion.list.duvidas .main nav ul li:last-of-type {
    padding-top: 0;
    border-top: none;
  }
  body footer .footerContainer {
    grid-template-columns: 1fr;
    padding-bottom: 10px;
    gap: 0;
  }
  body footer .footerContainer .footerSection {
    min-width: auto;
    margin-top: 10px;
  }
  body footer .footerContainer .footerSection:not(.about) .footerToggle {
    display: none;
  }
  body footer .footerContainer .footerSection:not(.about) .footerSectionLabel:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #d6f6ff;
    border-bottom: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    right: 0;
    top: 5px;
  }
  body footer .footerContainer .footerSection .socialLinks {
    display: block;
  }
  body footer .footerContainer .footerSection .footerSectionLabel {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d6f6ff;
    padding-bottom: 10px;
  }
  body .bottomFooter .innerContainer .content {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  body #searchSection .innerContainer .questionsSection {
    flex-direction: column;
    gap: 12px;
  }
  body #searchSection .innerContainer .questionsSection article {
    width: 100%;
  }
  body #searchSection .innerContainer .questionsSection article a h3 {
    position: relative;
  }
  body #searchSection .innerContainer .questionsSection article a h3:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #d6f6ff;
    border-bottom: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    right: 0;
    top: 5px;
  }
  body #searchSection .innerContainer .questionsSection article ul {
    display: none;
  }
  body .main section {
    grid-template-columns: 1fr;
  }
  body .main section article.big {
    grid-column: auto;
    flex-direction: column;
  }
  body .main section article.big img {
    max-width: 100%;
  }
  body .accordion.articles .innerContainer .content .author-item.standing {
    border-bottom: none;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
  }
  body .accordion.artigos .innerContainer .content .main nav .closeNav,
  body .accordion.atualidades .innerContainer .content .main nav .closeNav,
  body .accordion.articles .innerContainer .content .main nav .closeNav {
    background-image: url(../img/2025/close_dark.svg);
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav {
    order: 2;
    border-top: 1px solid #4a6f79;
    align-items: center;
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav:not(.innerPageNav) {
    display: none;
    position: fixed;
    background: white;
    left: -10px;
    right: -10px;
    height: 100vh;
    text-align: center;
    z-index: 9;
    top: 0;
    padding-top: 0;
    border-top: none;
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav ul.navMenu {
    flex-direction: column;
    width: 100%;
    font-size: 20px;
    justify-content: center;
    height: 100%;
    padding: 60px 0;
    padding-bottom: 140px;
    box-sizing: border-box;
    gap: clamp(10px, 5.33vw, 30px);
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav ul.navMenu .selectWrapper {
    width: 50%;
    display: inline-block;
    margin: 0 auto;
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav ul.navMenu form {
    display: inline-block;
    width: 50%;
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav ul.navMenu form .searchForm {
    margin-top: 0;
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav ul.navMenu form .searchForm [name='termo'] {
    width: 100%;
  }
  body section.accordion.duvidas.list.innerQuestion header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body section.accordion.duvidas .innerContainer .content .main .listContainer h3:first-of-type:after {
    background-image: url(../img/2025/burger-left.svg);
  }
  body section.accordion.duvidas .innerContainer .content .main nav {
    background: #4a6f79;
  }
  body section.accordion .innerContainer {
    height: 100%;
  }
  body section.accordion .innerContainer .content {
    height: 100%;
  }
  body section.accordion .innerContainer .content .main {
    display: flex;
    position: relative;
    flex-direction: column;
  }
  body section.accordion .innerContainer .content .main .articleListHeader {
    position: relative;
    padding-left: 20px;
  }
  body section.accordion .innerContainer .content .main .articleListHeader:after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: 10px;
    background-image: url(../img/2025/burger-left-black.svg);
    background-size: contain;
    cursor: pointer;
  }
  body section.accordion .innerContainer .content .main .listContainer h3:first-child {
    position: relative;
    padding-left: 20px;
  }
  body section.accordion .innerContainer .content .main .listContainer h3:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: 10px;
    background-image: url(../img/2025/burger-left-black.svg);
    background-size: contain;
    cursor: pointer;
  }
  body section.accordion .innerContainer .content header {
    height: calc(100% - 15px);
    padding: 7.5px 0;
  }
  body .innerContainer .content {
    padding: 0 10px;
  }
}
/* Fade-in animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
section .author-list .author-item {
  opacity: 0;
  animation: fadeInUp 0.5s ease forwards;
}
/* Staggered delay for each article */
section .author-list .author-item:nth-of-type(1) {
  animation-delay: 0.2s;
}
section .author-list .author-item:nth-of-type(2) {
  animation-delay: 0.3s;
}
section .author-list .author-item:nth-of-type(3) {
  animation-delay: 0.5s;
}
section .author-list .author-item:nth-of-type(4) {
  animation-delay: 0.6s;
}
section .author-list .author-item:nth-of-type(5) {
  animation-delay: 0.7s;
}
section .author-list .author-item:nth-of-type(6) {
  animation-delay: 0.8s;
}
section .author-list .author-item:nth-of-type(7) {
  animation-delay: 0.9s;
}
section .author-list .author-item {
  animation-delay: 1s;
}
.author-item {
  display: flex;
  padding: 16px 0;
  gap: 12px;
  border-bottom: 1px solid #4a6f79;
  flex-direction: row;
}
.author-item img {
  width: 100%;
}
.author-item .author-name a {
  font-size: 21px;
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4a6f79;
}
.author-item .textCount {
  font-size: 14px;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.author-item .author-bio {
  color: black;
  font-size: 14px;
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
}
.author-item.standing {
  flex-direction: column;
  align-items: center;
}
.author-item.standing .author-name {
  font-size: 18px;
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4a6f79;
}
.author-item.standing .author-info {
  text-align: center;
}
.author-item .img-wrapper {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #d2dbdd;
  flex-direction: row;
  gap: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.author-item .author-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
