/* 
--blue: #3078FE;
--light-blue: #F7F8FF;
--dark-blue: #F7F8FF;
--main-dark: #101828;
--gray: #475467;
--white: #FFFFFF;
--light-gray: #EAECF0; */

@font-face {
  font-family: "Figtree";
  src: url("./Figtree-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree-ExtraBold";
  src: url("./Figtree-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-family: "Figtree-ExtraBold", sans-serif;
  font-weight: 800;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Figtree", sans-serif;
  font-weight: bold;
}
b,
strong {
  font-weight: 600;
}

h1 {
  font-size: 56px;
  line-height: 1.3;
}
@media (max-width: 1550px) {
  h1 {
    font-size: 48px;
    line-height: 1.25;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 34px;
    line-height: 1.1;
  }
}
h2 {
  font-size: clamp(1.5rem, 2.2rem, 2.75rem);
}
h3 {
  font-size: clamp(1.2rem, 1.6rem, 2.25rem);
}
h4 {
  font-size: clamp(1.1rem, 1.31rem, 1.5rem);
  margin: 0px 0px 10px 0px;
}
h5 {
  font-size: clamp(1rem, 1.3rem, 1.25rem);
}
h6 {
  font-size: clamp(0.9rem, 1.1rem, 1.1rem);
}

.inside-header {
  padding: 15px 40px;
}

.inside-header {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .inside-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1600px) {
  .inside-header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.site-header .header-image {
  width: 70px;
  height: 35px;
}
.blog .site-header,
.archive .site-header {
  background-color: var(--blue);
}

/* single page from top to bottom */
.post-header .cats {
  font-size: 14px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  /* margin-bottom: 12px; */
  width: 100%;
  grid-column: 1 / 3;
}
.post-header .cats a {
  color: var(--gray);
  text-decoration: none;
}
.post-header .cats span:last-child a {
  color: var(--blue);
  font-weight: 500;
}

h1 {
  margin-bottom: 50px;
  letter-spacing: 0.5px;
}

.astra-container {
  max-width: 1240px;
  padding: 0px 25px;
  margin-left: auto;
  margin-right: auto;
}
.astra-container-wide {
  max-width: 1400px;
}

.postImage img {
  width: 100%;
}

.post-header-wrapper {
  background-color: var(--light-blue);
  padding: 15px;
  max-height: 580px;
}
.post-header {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .post-header-wrapper {
    max-height: 100% !important;
  }
}
@media (min-width: 768px) {
  .post-header-wrapper {
    padding: 0;
  }
  .post-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.post-header .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
}
.post-header .col:last-child {
  margin-bottom: 0;
}
.post-header .col:last-child img {
  border-radius: 17px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1025px) {
  .post-header .col {
    margin-bottom: 0;
  }
}

.wp-block-embed {
  max-width: 100%;
  overflow: hidden;
}

.the-metas-wrapper {
  align-self: flex-end;
}

.the-metas {
  display: flex;
  gap: 24px;
  color: var(--gray);
  align-items: center;
  font-size: 16px;
}

@media (max-width: 576px) {
  .the-metas {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

.author-info {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}

.the-metas .sep-line {
  background-color: #dde5ef;
  height: 40px;
  width: 1px;
}

.the-metas .sep-circle {
  background-color: #dde5ef;
  height: 4px;
  width: 4px;
  border-radius: 100%;
}

.the-authors {
  margin-bottom: 25px;
}
.the-authors .name a {
  color: var(--main-dark);
  text-decoration: none;
}

.the-authors .author-avatar {
  width: 56px;
  min-width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}

.the-authors .title a {
  font-weight: 600;
  font-size: 18px;
  color: var(--main-dark);
  text-decoration: none;
}

.the-authors .author-avatar img {
  object-fit: cover;
}

.the-times {
  gap: 4px;
}

.the-times .date {
  background: url("https://cdn-blog.getastra.com/2024/08/ada718cf-icon-sm-calendar.svg")
    no-repeat left 0 top 50%;
  padding-left: 28px;
}

.the-times .time {
  background: url("https://cdn-blog.getastra.com/2024/08/cc94d214-icon-sm-clock.svg")
    no-repeat left 0 top 50%;
  padding-left: 28px;
}

/* related */
.posts-related {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 600px) {
  .posts-related {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .posts-related {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.posts-related h3 {
  grid-column: 1 / -1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.posts-related .item {
  padding: 16px;
  border: 1px solid #e8e8ea;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  color: var(--gray);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.posts-related .item .image {
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  background: var(--light-blue);
  margin-bottom: 20px;
}

.posts-related .item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.posts-related .item .cats {
  margin-bottom: 16px;
}

.posts-related .item .cat {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: var(--blue);
  background-color: #4b6bfb0d;
  padding: 4px 10px;
  margin-right: 6px;
  border-radius: 6px;
  text-decoration: none;
}

.posts-related .item p.title {
  font-weight: bold;
  color: var(--main-dark);
  margin-bottom: 20px;
}

.posts-related .item .wrap {
  padding: 0 8px;
  margin-bottom: 30px;
}

.posts-related .item .author-avatar {
  border-radius: 100%;
  width: 36px;
  margin: 0;
  overflow: hidden;
  height: 36px;
}

.posts-related .item .author-name {
  color: var(--gray);
}

@media (min-width: 1024px) {
  .astra-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .post-header {
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  /* .post-header .col:last-child{
      display: flex;
   } */
  /* .post-header .col:last-child img{
      object-fit: contain;
      object-position: center left;
   } */

  /* .inside-header {
      padding-left: 80px;
      padding-right: 80px;
   } */
}

@media (min-width: 1600px) {
  .post-header {
    grid-template-columns: 1fr 604px;
  }
}
@media (min-width: 1600px) {
  .post-header {
    padding: 80px;
    gap: 50px;
    row-gap: 0px;
  }

  .astra-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

/* blog for fixed TOC - never used */
/* .is-left-sidebar{
   position: fixed;
   background: azure;
   border: 1px solid var(--gray);
   bottom: 20px;
   left: 20px;
   top: auto;
} */

.site-content {
  padding: 0 15px;
  flex-wrap: wrap;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1550px) {
  .site-content {
    max-width: 1300px !important;
  }
  .astra-container-wide {
    max-width: 1300px;
  }
  /* .bottom-widgets .wrap {
    max-width: 1220px !important;
  } */
  .post-header {
    max-width: 1300px;
  }
  .astra-container {
    max-width: 1300px;
  }
  .inside-header {
    max-width: 1300px;
  }
}
@media (min-width: 768px) {
  .site-content {
    padding: 0 40px;
  }
}
@media (min-width: 1600px) {
  .site-content {
    padding: 0 80px;
  }
}

.site-content .content-area,
.is-left-sidebar,
.is-right-sidebar,
.archive .content-area {
  width: 100%;
}

/* mobile specific - override generatepress */
@media (max-width: 1024px) {
  .blog.site-header,
  .archive.site-header {
    background-color: var(--blue);
  }
  .blog.is-logo-image,
  .archive.site-header {
    filter: brightness(100);
  }
  .main-navigation .main-nav ul li a,
  .main-navigation .menu-toggle,
  .main-navigation .menu-bar-items {
    color: #fff;
  }
  /* toc color */
  .lwptoc_toggle_label {
    color: var(--blue);
  }
  .lwptoc_i {
    background: #fafafa;
    border: 1px solid var(--light-gray);
  }
}
.mega-button.mega-menu-item {
  margin-left: 16px !important;
}

@media (min-width: 1025px) {
  .site-content {
    flex-wrap: nowrap;
  }

  .site-content .content-area {
    width: calc(100% - 240px - 227px);
  }

  .archive .content-area {
    width: 100%;
  }

  .inside-left-sidebar {
    border-right: 1px solid #e7e7e7;
  }

  .is-left-sidebar {
    width: 240px;
    margin-bottom: 700px;
  }
  .is-right-sidebar {
    width: 227px;
  }
}

/* let's kill all spacings by default */
.separate-containers .site-main,
.separate-containers .inside-article,
.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar,
.widget-area .widget {
  padding: 0;
}
.separate-containers .inside-article {
  color: #232324 !important;
  font-size: 17.5px;
}
.separate-containers .site-main {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1025px) {
  .separate-containers .site-main {
    padding: 28px;
    margin: 20px;
  }
  .separate-containers.no-sidebar .site-main {
    padding: 0;
  }
  .separate-containers .inside-right-sidebar,
  .separate-containers .inside-left-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    margin-top: 10px;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 0;
    visibility: hidden;
  }
  .separate-containers .inside-right-sidebar.show,
  .separate-containers .inside-left-sidebar.show {
    opacity: 1;
    visibility: visible;
  }
  .inside-right-sidebar .widget {
    padding: 30px 0;
  }
  /* .widget-area .widget {
      padding: 24px;
   } */
}
/* hide right sidebar below 1024 */
@media (max-width: 1024px) {
  .is-right-sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .is-left-sidebar.sidebar,
  .is-right-sidebar.sidebar {
    order: -10;
  }
}

/* toc table of contents */
#lpwtoc_widget-2 .lwptoc:first-child {
  margin-top: 50px;
}

.lwptoc_items .lwptoc_i {
  background-color: transparent !important;
}
.lwptoc-autoWidth .lwptoc_i {
  padding: 0;
}

.lwptoc_items .lwptoc_item {
  margin-bottom: 4px;
  margin-top: 0;
  font-size: 14.5px;
}

@media (min-width: 1920px) {
  .lwptoc_items .lwptoc_item {
    font-size: 16px;
  }
}

.lwptoc_items .lwptoc_item a,
.lwptoc_header {
  width: 100%;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
}

/* .lwptoc_items .lwptoc_item a:hover, */
.lwptoc_items .lwptoc_item a.active-link {
  border-bottom: none !important;
  background-color: var(--light-blue);
}
.lwptoc_items .lwptoc_item a:not(.active-link):hover {
  color: var(--blue);
}

.lwptoc_header {
  margin-bottom: 16px;
  margin-top: 10px;
  font-size: 16px;
}

/* single author */
.author-full {
  border-radius: 20px;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #e7e7e7;
  font-size: 16px;
}
.author-full .avatar img {
  min-width: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.author-full .row {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .author-full .row {
    flex-direction: row;
  }
}
.author-full .name {
  font-size: 24px;
  margin-bottom: 25px;
}
.author-full .desc {
  line-height: 1.5;
}
.social {
  display: flex;
  gap: 8px;
}
.social a {
  border: 1px solid #d0d5dd;
  padding: 10px;
  border-radius: 8px;
  font-size: 20px;
  color: #98a2b3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.author-link {
  margin-bottom: 25px;
}
.author-link a {
  text-decoration: none;
  font-weight: bold;
  color: #232324 !important;
}

/* moving about astra */
.bottom-widgets {
  display: flex;
  justify-content: center;
}

.bottom-widgets .textwidget {
  position: relative;
}
.bottom-widgets .textwidget p:last-child {
  margin-bottom: 0;
}

.bottom-widgets img {
  position: absolute;
  top: -65px;
}

@media (max-width: 440px) {
  .bottom-widgets img {
    top: -25px;
  }
  .bottom-widgets .widget-about {
    padding: 24px;
  }
  .bottom-widgets .wrap {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .footer-widgets .footer-widgets-container {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

.reveal {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* .bottom-widgets img:nth-child(1) {
  -webkit-animation: upndown-1 1s infinite alternate;
  animation: upndown-1 1s infinite alternate;
}

.bottom-widgets img:nth-child(2) {
  -webkit-animation: upndown-2 1s infinite alternate;
  animation: upndown-2 1s infinite alternate;
}

.bottom-widgets img:nth-child(3) {
  -webkit-animation: upndown-3 1s infinite alternate;
  animation: upndown-3 1s infinite alternate;
}

.bottom-widgets img:nth-child(4) {
  -webkit-animation: upndown-4 1s infinite alternate;
  animation: upndown-4 1s infinite alternate;
}

.bottom-widgets img:nth-child(5) {
  -webkit-animation: upndown-5 1s infinite alternate;
  animation: upndown-5 1s infinite alternate;
  top: 0;
  right: 0;
  left: auto;
} */

@-webkit-keyframes upndown-1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes upndown-1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes upndown-2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes upndown-2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes upndown-3 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes upndown-3 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@-webkit-keyframes upndown-4 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-25px);
  }
}

@keyframes upndown-4 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-25px);
  }
}

@-webkit-keyframes upndown-5 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

@keyframes upndown-5 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

.bottom-widgets .wrap {
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin: 50px 0px;
  max-width: 1260px;
  margin-left: 40px;
  background: #0c5ffa;
  margin-right: 40px;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .bottom-widgets .wrap {
    height: 800px;
  }

  .bottom-widgets img {
    /* top: -140px; */
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
  }
}

@media (max-width: 768px) {
  .bottom-widgets img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .bottom-widgets .wrap {
    height: 1000px;
  }
}

.bottom-widgets .widget-about {
  padding: 42px;
  color: #fff;
}
@media (min-width: 1025px) {
  .bottom-widgets .wrap {
    display: grid;
    grid-template-columns: 55% 45%;
  }
  .bottom-widgets.astra-container {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .bottom-widgets .widget-about {
    font-size: 20px;
  }
}

.bottom-widgets h2,
.bottom-widgets .h2 {
  font-size: 49px;
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 50px;
  color: #fff;
  letter-spacing: -0.2px;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transform: translateY(50px);
}

.bottom-widgets a,
.bottom-widgets a:hover {
  padding: 24px 30px;
  border-radius: 10px;
  color: #3076f8;
  letter-spacing: 0.2px;
  font-size: 18px !important;
  background-color: #fff;
  margin-right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  opacity: 1;
  margin: 24px 10px 0px 0px;
  font-weight: bold;
}

.bottom-widgets a:hover {
  opacity: 0.9;
}

.bottom-widgets a::after {
  content: "";
  width: 12px;
  height: 20px;
  background: url(../img/chevron-blue.svg) no-repeat 50%;
}

.bottom-widgets a + a,
.bottom-widgets a + a:hover {
  background-color: #295ab4;
  color: #fff;
}

.bottom-widgets a + a:after {
  background: url(../img/chevron-white.svg) no-repeat 50%;
}

/* footer */
.footer-widgets {
  background-color: transparent;
  font-size: 18px;
  margin: 0px 40px;
}

.footer-widgets img {
  width: 100px;
}

.footer-widgets .footer-widgets-container {
  /* background-color: #00308c; */
  background-color: #041436;
  /* max-width: 1460px; */
  background-image: url(https://cdn-blog.getastra.com/2025/06/623424d9-footerbg.svg);
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
.inside-footer-widgets .menu {
  flex-direction: column;
  font-size: 80%;
}

@media (min-width: 1024px) {
  .footer-widgets .footer-widgets-container {
    padding: 90px 80px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1800px) {
  .footer-widgets .footer-widgets-container {
    border-radius: 20px;
  }
}

#wpdcom .wpd-comment .wpd-avatar img,
#wpdcom .wpd-comment .wpd-avatar img.avatar {
  height: 40px;
  width: 40px;
}

#wpdcom .wpd-comment.wpd-reply .wpd-avatar img,
#wpdcom .wpd-comment.wpd-reply .wpd-avatar img.avatar {
  height: 40px;
  width: 40px;
}

.footer-widgets .widget ul li {
  margin-bottom: 25px !important;
  font-size: 16px;
  font-weight: 700;
}

.footer-widgets .widget {
  margin-bottom: 25px;
}

.scicons {
  height: 28px !important;
  width: 28px !important;
}

.footer-widgets #text-10 {
  width: 360px;
  max-width: 100%;
}

.footer-widgets .widget_ssba_widget {
  margin-bottom: 120px;
}

.footer-widgets .menu a {
  font-weight: 600;
  text-decoration: none;
}

.footer-widgets #menu-reviews-footer {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
}

.footer-widgets .trustpilot a,
.footer-widgets .capterra a {
  padding-left: 28px;
  background: url(../img/icon-reviews-1.svg) no-repeat 0 50%;
}

.footer-widgets .capterra a {
  background: url(../img/icon-reviews-2.svg) no-repeat 0 50%;
}

.inside-footer-widgets > div:first-child {
  min-width: 30%;
  display: flex;
  flex-direction: column;
}

.site-info {
  display: none;
}

/* archives */

.archive-header {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.nav-float-right .header-widget {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .archive-header {
    flex-direction: row;
  }
  .nav-float-right .header-widget {
    margin-left: 20px;
  }
}
.archive-header h1 {
  color: #fff;
  margin-bottom: 0;
}
.archive-header h1 strong,
.archive-header h1 b {
  color: #ffcc60;
}
.home .site-header .header-image,
.archive .site-header .header-image {
  filter: brightness(100);
}
.blog .site.grid-container,
.archive .site.grid-container {
  background-color: #f0f8ff;
}
.blog-row {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 30px;
}
@media (min-width: 430px) {
  .blog-row {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .blog-row {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
.blog-row .post a,
.pagination a {
  text-decoration: none;
}

.pagination {
  margin-top: 50px;
}
.menu-categories-header-container ul {
  margin: 0;
  padding-bottom: 20px;
}
.header-right-widget {
  min-width: 400px;
}

@media (max-width: 576px) {
  .lwptoc_i {
    display: none !important;
  }

  .header-right-widget {
    min-width: 100%;
    padding-top: 40px;
  }
}

/* faq */
#FAQs {
  /* min-height: 150px; */
  display: flex;
  align-items: center;
  /* padding-left: 120px; */
  position: relative;
}
/* #FAQs::before {
  position: absolute;
  height: 150px;
  width: 100px;
  background: url(../img/faq.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  left: 0;
} */
#FAQs span {
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 5px;
}

#rank-math-faq {
  font-size: 16px;
  /* line-height: 1.5; */
}
#rank-math-faq,
#rank-math-faq h3 {
  color: #2d2e2e;
}
#rank-math-faq h3 {
  font-size: clamp(1.2rem, 1.6rem, 2.25rem);
}
#rank-math-faq h3,
#rank-math-faq h2 {
  font-size: clamp(1.2rem, 1.6rem, 2.25rem);
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 0;
}

.rank-math-list-item:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #EAECF0; */
}
.rank-math-answer p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* comments */
#wpdcom {
  max-width: 100%;
  padding: 16px;
}

#comments {
  max-width: 1300px;
  margin: 50px auto;
  color: #333;
  font-style: normal;
}

@media (min-width: 1600px) {
  #comments {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* GP override for post content blocks */
.wp-block-button__link.has-background {
  color: #fff;
}
.site-main .wp-block-group__inner-container {
  padding: 0;
}
.wp-block-media-text {
  margin-bottom: 50px;
}

/* author archive */
.user-row {
  display: flex;
  flex-direction: column-reverse;
  color: var(--gray);
  gap: 16px;
}
.user-right {
  background-color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  gap: 16px;
}
.user-right img {
  width: 100%;
  /* border-radius: 8px; */
}
.user-right .social {
  margin: 0;
  /* justify-content: space-between; */
  gap: 8px;
}
.user-right .social a {
  width: 35%;
}

.user-row .title {
  border: 1px solid #3078fe80;
  background: #eef4ff;
  padding: 4px 12px;
  color: var(--blue);
  border-radius: 16px;
}
.user-row h1 {
  font-size: 56px;
  color: var(--main-dark);
  margin: 20px 0 24px;
}
.user-block {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.user-block.user-related {
  height: 380px;
}

.author-overlay-div {
  padding: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 1) 100%
  );
}

.user-row h3 {
  margin: 16px 0;
}
.user-related li {
  font-size: 18px;
  color: var(--dark-blue);
  font-weight: 500;
}

@media (min-width: 768px) {
  .user-row {
    flex-direction: row;
    align-items: flex-start;
  }
  .user-right {
    min-width: 28%;
    max-width: 410px;
  }
}

.entry-content .wp-block-image {
  margin-bottom: 30px;
  border-radius: 7px;
  overflow: hidden;
}

.entry-content .wp-block-image img {
  border-radius: 7px;
}

.entry-content h2.wp-block-heading {
  margin-top: 40px;
  margin-bottom: 20px; /* 40px according to figma  */
}
.entry-content h3.wp-block-heading {
  margin-top: 40px;
  margin-bottom: 16px;
}

.wp-block-heading + .wp-block-heading {
  margin-top: 0 !important;
}
/* .wp-block-heading + ul,
.wp-block-heading + ol{
   margin-top: -20px;
} */

/* has spacing according to figma  */

/* .entry-content ul li:not(:last-child),
.entry-content ol li:not(:last-child){
   margin-bottom: 10px;
} */

/* comments! */
.comments-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
#wpdcom {
  padding-top: 0;
}
#wpdcom .wpd-comment-wrap {
  position: relative;
}
#wpdcom .wpd-blog-post_author .wpd-avatar img,
#wpdcom .wpd-form .wpd-avatar img,
#wpdcom .wpd-form .wpd-avatar img.avatar {
  border: none !important;
  width: 30px !important;
  height: auto !important;
  padding: 0;
}
#wpdcom .wpd-form .wpd-avatar {
  margin-right: 15px !important;
}
#wpdcom .wpd-comment .wpd-comment-left {
  width: 30px !important;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
#wpdcom .wpd-comment .wpd-comment-header {
  top: 4px;
  left: 50px;
  padding: 0 !important;
  position: absolute;
}
#wpdcom .wpd-comment .wpd-comment-right {
  width: 100%;
  padding-top: 50px;
}

#wpdcom .wpd-blog-post_author .wpd-comment-author a,
#wpdcom .wpd-comment-author a {
  font-size: 12.74px;
  letter-spacing: 0;
  font-weight: normal;
  color: var(--main-dark);
}
#wpdcom .wpd-comment-text {
  font-size: 14px;
  line-height: 1.6;
}

#wpdcom .wpd-comment-header .wpd-comment-link {
  padding-top: 0;
}
#wpdcom .wpd-comment-footer .wpd-vote,
#wpdcom .wpd-form-head,
#wpdcom .wpd-comment-label {
  display: none !important;
}

#wpdcom .ql-container,
#wpdcom .ql-toolbar {
  border: 2px solid #eaecf0 !important;
}
#wpdcom .ql-container {
  border-radius: 9px 9px 0 0;
}
#wpdcom .ql-toolbar {
  background: #f7f8ff;
  border-top: 0 !important;
  border-radius: 0 0 9px 9px;
}
#wpdcom .ql-toolbar .ql-fill {
  fill: #475467;
}
#wpdcom .ql-toolbar .ql-stroke {
  stroke: #475467;
}
#wpdcom .ql-toolbar button.ql-spoiler,
#wpdcom .ql-toolbar button.ql-sourcecode {
  color: #475467;
}
#wpdcom .wpd-thread-head > div:not(.wpd-thread-info) {
  display: none !important;
}
#wpdcom .wpd-thread-head {
  border-bottom: 1px solid #eaecf0;
}
#wpdcom .wpd-thread-head .wpd-thread-info {
  border-bottom: none;
  color: var(--blue);
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}

div.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list {
  padding: 0px !important;
}
.ez-toc-widget-sticky-container ul li a {
  text-decoration: none;
  padding: 8px 12px;
  font-size: 14.5px;
  color: #475467;
}

ul.ez-toc-widget-sticky-list li.active {
  border-radius: 4px;
  background-color: #f7f8ff !important;
  font-weight: 400 !important;
  color: #3078fe !important;
}

.ez-toc-widget-sticky-container li.active > a {
  font-weight: 400 !important;
  color: #3078fe !important;
}

.ez-toc-widget-sticky-container li > a:hover {
  color: #3078fe;
}

.widget-title {
  font-size: 18px !important;
  margin-bottom: 10px !important;
  padding: 10px 0px 10px 10px;
  font-weight: 700;
  color: #000;
}

.inside-left-sidebar {
  position: relative;
  margin-top: 40px !important;
}

.ez-toc-widget-sticky {
  position: sticky !important;
  /* border-right: 1px solid #e7e7e7; */
}

@media (max-width: 768px) {
  .inside-left-sidebar {
    display: none;
  }
}

.comment-author b {
  color: #00b38f;
  font-size: 15px;
}

.comment-meta {
  font-size: 12px;
  color: #777;
  display: flex;
  grid-gap: 0.5rem;
  align-items: center;
}

.comment-content {
  font-size: 15px;
  color: #777;
  padding: 15px 0px !important;
  border: none !important;
  margin: 0px;
}

.children {
  margin-left: 40px;
}

.children .comment-author b {
  font-size: 13px;
  color: #00b38f;
}

.children .comment-content {
  font-size: 13px;
  color: #777;
}

.comment-count {
  color: var(--blue);
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 5px;
}

.comment-author {
  display: flex;
  align-items: center;
  margin: 0px;
}

.comment-box {
  margin: 20px 0px;
}

.reply a {
  font-size: 15px;
  text-decoration: none;
}

.comment-reply-title {
  display: none;
}

.comment-form {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin-bottom: 15px;
}

.comment-form-comment {
  width: 100%;
}

.form-wrapper-comments {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  grid-gap: 2rem;
}

.form-fields-wrapper {
  flex: 1;
}

/* Styling for text input fields */
.input-field {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  width: 100% !important;
  border-radius: 5px;
  font-size: 14px;
}

/* Styling for textarea */
.comment-textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

/* Submit button styling */
.submit-container {
  flex: 1;
}

.submit-button {
  background-color: #0c5ffb;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

/* sticky nav on selected blogs for vapt*/

.vapt-nav-container {
  background-color: #dbe7fd;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.vapt-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1280px;
  padding: 15px;
  margin: auto;
}

.vapt-nav-link {
  font-size: 14px;
  padding: 0.5rem 0.8rem;
  font-weight: 500;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}

.vapt-nav-active {
  background-color: #154db2;
  color: #fff;
  border-radius: 16px;
}

.vapt-nav-active:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .vapt-nav-inner {
    display: none;
  }
}

.summarize-button-wrap {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-top: 16px;
}

.summarize-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0ea47f;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.summarize-button:hover {
  background-color: #0c8f6b;
  color: #fff;
}

.perplexity {
  background-color: #000;
}

.perplexity:hover {
  background-color: #222;
}
