html {
  box-sizing: border-box;
  font-size: 100% !important;
  width: 100%;
}

body {
  font-family: "GT Walsheim Pro", sans-serif;
  padding: 146px 0 0 0;
  margin: 0;
  width: 100%;
}
body.freeze {
  height: 100vh;
  overflow: hidden;
}
body.category {
  padding-top: 96px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.card {
  border-radius: 20px;
  border: 1px solid var(--Neutral-80, #d3d2d9);
  overflow: hidden;
}
.card:hover .img_holder .img {
  transform: scale(1.1);
}
.card .img_holder {
  background-color: #f9f9f9;
  overflow: hidden;
}
.card .img_holder a {
  text-indent: -100000px;
  display: block;
  width: 100%;
  height: 100%;
}
.card .img_holder .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.date {
  font-size: 13px;
  color: #75738b;
  margin-bottom: 16px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #c8c7d0;
  opacity: 0.5;
  z-index: 98;
  display: none;
}
.overlay.show {
  display: block;
}

.cat_pill {
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
}
.cat_pill a {
  font-size: 11px;
  line-height: 20px;
  display: block;
  padding: 0 8px;
}
.cat_pill.default {
  border: 1px solid #a59afc;
  background: rgba(223, 220, 254, 0.5);
}
.cat_pill.default a {
  color: #614efa;
}
.cat_pill.default:hover {
  background-color: #dfdcfe;
}
.cat_pill.default:hover a {
  color: #614efa;
  text-decoration: underline;
}
.cat_pill.ai-meeting-assistant {
  border: 1px solid #a59afc;
  background: rgba(223, 220, 254, 0.5);
}
.cat_pill.ai-meeting-assistant a {
  color: #614efa;
}
.cat_pill.ai-meeting-assistant:hover {
  background-color: #dfdcfe;
}
.cat_pill.ai-meeting-assistant:hover a {
  color: #614efa;
  text-decoration: underline;
}
.cat_pill.noise-cancellation {
  border: 1px solid #ffda71;
  background: rgba(255, 241, 202, 0.5);
}
.cat_pill.noise-cancellation a {
  color: #e59d00;
}
.cat_pill.noise-cancellation:hover {
  background-color: #fff1ca;
}
.cat_pill.noise-cancellation:hover a {
  color: #e59d00;
  text-decoration: underline;
}
.cat_pill.meeting-productivity {
  border: 1px solid #23d6ba;
  background: rgba(234, 253, 250, 0.5);
}
.cat_pill.meeting-productivity a {
  color: #009e7d;
}
.cat_pill.meeting-productivity:hover {
  background-color: #eafdfa;
}
.cat_pill.meeting-productivity:hover a {
  color: #009e7d;
  text-decoration: underline;
}
.cat_pill.enterprise {
  border: 1px solid #59c1ff;
  background: rgba(234, 253, 250, 0.5);
}
.cat_pill.enterprise a {
  color: #038ce2;
}
.cat_pill.enterprise:hover {
  background-color: #d7f0ff;
}
.cat_pill.enterprise:hover a {
  color: #038ce2;
  text-decoration: underline;
}
.cat_pill.company {
  border: 1px solid #fe6257;
  background: rgba(255, 233, 231, 0.5);
}
.cat_pill.company a {
  color: #ce4f46;
}
.cat_pill.company:hover {
  background-color: #ffe9e7;
}
.cat_pill.company:hover a {
  color: #ce4f46;
  text-decoration: underline;
}

.bg-ai-meeting-assistant,
.bg_default {
  background-color: #fdfaff !important;
}

.bg-noise-cancellation {
  background-color: #fffaed !important;
}

.bg-meeting-productivity {
  background-color: #eafdfa !important;
}

.bg-enterprise {
  background-color: #eaf7ff !important;
}

.bg-company {
  background-color: #fff6f5 !important;
}

.has_text_img {
  display: flex;
  gap: 8px;
  align-items: center;
}

.post_card {
  background-color: #fff;
  transition: all 0.3s ease;
}
.post_card:hover {
  box-shadow: 0px 20px 40px 0px rgba(97, 78, 250, 0.1);
}
.post_card .img_holder {
  height: 243px;
}
.post_card .post_card_content {
  padding: 16px 32px 32px;
}
.post_card .post_card_content h3 {
  font-size: 20px;
  line-height: 29px;
  font-family: "Inter";
  height: unset !important;
  overflow: hidden;
  margin-bottom: 4px;
}
.post_card .post_card_content h3 a:hover {
  text-decoration: underline;
}

.breadcrumb a {
  font-size: 16px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  display: inline-block;
  color: #918f9f;
  margin: 0 8px;
  font-size: 16px;
}

.engineering_banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  border-radius: 20px;
  margin-bottom: 80px;
  background-color: #fdfaff;
  border: 1px solid #cfcafa;
  padding: 8px;
}
.engineering_banner a:hover {
  text-decoration: none;
}

.grecaptcha-badge {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.posts_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pagination .nav-links {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.pagination .nav-links > * {
  all: inherit;
}
.pagination .nav-links > a {
  cursor: pointer;
}
.pagination .nav-links > a:hover {
  color: #614efa;
}
.pagination .nav-links .current {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #614efa;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50%;
}
.pagination .next,
.pagination .prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  background-color: #fff;
}
.pagination .next:hover,
.pagination .prev:hover {
  background-color: #e7e7e7;
}
.pagination .next img,
.pagination .prev img {
  width: 14px;
  height: auto;
}
.pagination .prev img {
  transform: rotate(90deg) translateY(1px);
}
.pagination .next img {
  transform: rotate(-90deg) translateY(1px);
}

.screen-reader-text {
  display: none;
}

#author .author_container {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
}
#author .author_container .avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f9f9f9;
}
#author .author_container .avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#search_page h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
#search_page h2 span {
  margin-left: 10px;
  vertical-align: middle;
}

footer {
  padding: 80px 0 42px 0;
}
footer img:not(.social img) {
  opacity: 0.5;
}
footer .footer_menu_list strong a {
  all: inherit;
  cursor: pointer;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 4px;
}
footer ul li a {
  display: flex;
  align-items: center;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul li a .icon_wrapper {
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
}
footer ul li a .icon_wrapper img {
  width: 18px;
  height: 18px;
}
footer strong {
  display: block;
}
footer .footer_menu_outer {
  display: flex;
  justify-content: space-between;
}
footer .footer_info {
  margin-top: 56px;
  border-top: 1px solid #e0e9f1;
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  align-items: center;
}
footer .footer_info .footer_actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}
footer .footer_info .footer_actions .btn:first-child {
  margin-right: 16px;
}

@media screen and (max-width: 1200px) {
  .post_card .img_holder {
    height: 192px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 60px;
  }
  footer .footer_menu_outer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .footer_menu_outer .footer_menu_list {
    flex: 0 0 33.3%;
    margin-bottom: 24px;
  }
  body {
    padding-top: 76px !important;
  }
  .engineering_banner {
    padding: 10px 8px;
    gap: 16px;
  }
  .engineering_banner p {
    font-size: 15px !important;
  }
  .engineering_banner p a {
    font-size: 15px !important;
  }
  .engineering_banner .banner_img_holder {
    width: 118px;
    flex: 0 0 118px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
  }
  .engineering_banner .banner_img_holder img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .author_container {
    padding: 0 20px;
  }
  .author_container .avatar {
    width: 180px;
    height: 180px;
  }
  .post_card .img_holder {
    height: 145px;
  }
  .post_card .post_card_content {
    padding: 8px 16px 16px;
  }
  .post_card .post_card_content h3 {
    font-size: 17px;
    line-height: 28px;
    height: unset;
  }
  #search_page {
    padding-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  #search_page h5 {
    font-size: 16px;
    line-height: 26px;
  }
  #search_page h2 {
    flex-wrap: wrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 30px;
    white-space: wrap;
  }
  #search_page h2 img {
    display: none;
  }
  .posts_container {
    grid-template-columns: repeat(1, 1fr);
  }
  #author .author_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
  #author .author_container .avatar {
    width: 120px;
    height: 120px;
  }
  .engineering_banner {
    padding: 16px !important;
    margin-bottom: 48px;
  }
  .engineering_banner .banner_img_holder {
    display: none;
  }
  .engineering_banner p {
    margin-bottom: 8px;
  }
  .engineering_banner p.text_body--sm {
    font-size: 11px !important;
    line-height: 22px;
  }
  .engineering_banner p:last-child {
    margin-bottom: 0;
  }
  .post_card {
    width: 100%;
  }
  .post_card .img_holder {
    height: 180px;
  }
  .post_card .post_card_content h3 {
    height: unset;
    max-height: unset;
    font-size: 15px;
    line-height: 22px;
  }
  footer .footer_menu_outer {
    justify-content: space-between;
  }
  footer .footer_menu_outer .footer_menu_list {
    flex: 0 0 150px;
    margin-bottom: 24px;
  }
  footer .footer_info {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    margin-top: 24px;
  }
  footer .footer_info p {
    text-align: center;
    margin: 0 auto;
  }
}