/* Full-width navigation, aligned footer directory, and the native WordPress journal. */
.wp-block-query-title,
.article-card .wp-block-post-title {
  overflow-wrap: anywhere;
}
@media (max-width: 900px) {
  .brand-navigation
    .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }
  .brand-navigation .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }
}
.editorial-footer {
  margin-left: auto !important;
  margin-right: auto !important;
}
.article-card-copy > *,
.article-meta > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.article-meta > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-site-blocks > header.wp-block-template-part {
  margin: 0 -24px !important;
  width: calc(100% + 48px);
  padding: 0 24px !important;
  background: linear-gradient(105deg, #edf8fd 0, #ffffff 43%, #eff6fb 100%);
  border-bottom: 1px solid #d9e8f0;
  box-shadow: 0 3px 15px #123b5505;
  backdrop-filter: none !important;
  position: sticky;
  top: 0;
}
.wp-site-blocks > header.wp-block-template-part:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(
    90deg,
    #0a4d7d,
    #08a7df 40%,
    #d7edf8 75%,
    #edf8fd
  );
}
.fullwidth-header {
  max-width: 1180px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: auto !important;
}
.modern-header-main {
  min-height: 93px;
  gap: 35px;
}
.modern-header-main .custom-logo {
  width: 150px;
}
.brand-navigation .wp-block-navigation__container {
  gap: 27px;
}
.brand-navigation
  .wp-block-navigation__container
  > .wp-block-navigation-item:last-child
  > .wp-block-navigation-item__content {
  box-shadow: 0 6px 14px #0a4d7d12;
  padding: 13px 21px;
}
.nav-journal > .wp-block-navigation-item__content {
  display: flex;
  align-items: center;
  gap: 7px;
}
.nav-journal > .wp-block-navigation-item__content:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #507b91;
  mask: url("../icons/journal.svg") center/contain no-repeat;
}
.brand-navigation
  > .wp-block-navigation__responsive-container
  .wp-block-navigation-submenu__toggle:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: #507b91;
  mask: url("../icons/application.svg") center/contain no-repeat;
  vertical-align: -3px;
}
.brand-navigation .wp-block-navigation__submenu-container {
  min-width: 320px !important;
  padding: 9px !important;
  margin-top: 23px !important;
}
.brand-navigation
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  display: flex;
  align-items: center;
  gap: 11px;
}
.brand-navigation
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  background: #4385a6;
  mask: url("../icons/website.svg") center/contain no-repeat;
}
.brand-navigation
  .wp-block-navigation__submenu-container
  a[href*="web-application"]:before {
  mask-image: url("../icons/application.svg");
}
.brand-navigation
  .wp-block-navigation__submenu-container
  a[href*="seo-services"]:before {
  mask-image: url("../icons/seo.svg");
}
.brand-navigation
  .wp-block-navigation__submenu-container
  a[href*="rescue-wordpress"]:before {
  mask-image: url("../icons/rescue.svg");
}
.brand-navigation
  .wp-block-navigation__submenu-container
  a[href*="wordpress-maintenance"]:before {
  mask-image: url("../icons/care.svg");
}
.brand-navigation
  .wp-block-navigation__submenu-container
  a[href*="plugin-development"]:before {
  mask-image: url("../icons/plugins.svg");
}
.wp-site-blocks > footer.wp-block-template-part {
  margin-top: 75px !important;
  background:
    radial-gradient(ellipse at 0 100%, #e0f0f9, transparent 65%),
    linear-gradient(120deg, #f5fafc, #edf5fa);
  border-top: 1px solid #d5e7f0;
}
.editorial-footer {
  max-width: 1180px !important;
  padding: 64px 0 22px;
}
.footer-directory {
  margin: 0 !important;
}
.footer-editorial-columns {
  display: grid !important;
  grid-template-columns: 1.15fr 1.15fr 0.8fr 1.1fr;
  gap: 45px !important;
  margin: 0 !important;
  align-items: start !important;
}
.footer-editorial-columns > .wp-block-column {
  min-width: 0;
}
.footer-identity .wp-block-site-logo {
  margin: 0 0 20px !important;
}
.footer-identity .custom-logo {
  display: block;
  width: 160px;
  height: auto;
}
.footer-identity > .footer-brand-copy {
  font:
    400 25px/1.25 Fraunces,
    Georgia,
    serif;
  color: #204d66;
  margin: 0 0 16px !important;
  letter-spacing: -0.5px;
}
.footer-brand-description {
  font-size: 12px;
  line-height: 1.8;
  max-width: 225px !important;
  margin: 0 !important;
  color: #678392;
}
.footer-about-link {
  font-size: 12px;
  margin-top: 20px !important;
}
.footer-about-link a {
  color: #087caa;
  text-decoration: none;
}
.editorial-footer .footer-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin: 9px 0 25px !important;
  color: #4b7b94;
}
.editorial-footer .footer-links > p:not(.footer-label) {
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 14px !important;
}
.editorial-footer .footer-links a {
  color: #385b6d;
}
.footer-connect {
  border-left: 1px solid #cfe2eb;
  padding-left: 29px;
}
.footer-contact-link {
  margin: 0 0 25px !important;
}
.footer-contact-link a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: #0a4d7d;
  font:
    400 20px/1.3 Fraunces,
    Georgia,
    serif;
  text-decoration: none;
  letter-spacing: -0.2px;
}
.footer-contact-link span {
  font:
    400 21px Inter,
    Arial,
    sans-serif;
  color: #087caa;
}
.footer-contact-row {
  position: relative;
  margin: 19px 0 !important;
}
.editorial-footer .contact-channel {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px !important;
  color: #466f83;
}
.icon-mail:before,
.icon-phone:before,
.icon-globe:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  flex-shrink: 0;
  background: #6093ac;
  mask: url("../icons/mail.svg") center/contain no-repeat;
}
.icon-phone:before {
  mask-image: url("../icons/phone.svg");
}
.icon-globe:before {
  mask-image: url("../icons/globe.svg");
}
.editorial-footer .contact-placeholder {
  font-size: 11px;
  color: #7c94a1;
  margin: 0 0 0 24px !important;
  line-height: 1.5;
}
.footer-place {
  position: relative;
  font-size: 10px;
  line-height: 1.8;
  color: #678b9e;
  padding-left: 24px;
  margin-top: 25px !important;
}
.footer-place:before {
  position: absolute;
  top: 2px;
  left: 0;
}
.footer-social-row {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #d5e5ed;
  margin: 44px 0 0 !important;
  padding: 22px 0;
}
.footer-social-row > .footer-label {
  margin: 0 auto 0 0 !important;
  font-size: 9px;
}
.social-placeholder {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #cfe0e9;
  padding: 9px 12px;
  border-radius: 7px;
  font-size: 11px;
  line-height: 1.4;
  color: #426b80;
  margin: 0 !important;
  background: #ffffff65;
}
.social-placeholder span {
  font-size: 9px;
  color: #91a5af;
  border-left: 1px solid #d8e4e9;
  padding-left: 10px;
}
.social-placeholder:before {
  font-weight: 700;
  font-size: 12px;
  color: #246084;
}
.social-linkedin:before {
  content: "in";
}
.social-github:before {
  content: "⌘";
}
.social-instagram:before {
  content: "◎";
  font-size: 17px;
  line-height: 1;
}
.footer-legal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #d5e5ed;
  padding-top: 21px;
  margin: 0 !important;
}
.footer-legal-row p {
  font-size: 10px;
  line-height: 1.5;
  color: #8298a4;
  margin: 0 !important;
}
.footer-privacy {
  margin-left: auto !important;
}
.footer-privacy a {
  color: #608092;
  text-decoration: none;
}
.footer-legal-row .footer-signoff {
  color: #8298a4;
}
.journal-hero {
  position: relative;
  isolation: isolate;
  padding: 62px 0 33px;
}
.journal-hero:after {
  content: "";
  position: absolute;
  right: 0;
  top: 28px;
  width: 240px;
  height: 240px;
  background: url("../icons/journal.svg") center/contain no-repeat;
  opacity: 0.025;
  transform: rotate(10deg);
  z-index: -1;
}
.journal-hero h1 {
  font-size: clamp(45px, 5.8vw, 76px);
  line-height: 1.05;
  letter-spacing: -2.5px;
  margin: 20px 0 28px !important;
}
.journal-hero h1 em {
  color: #087caa;
}
.journal-intro-row {
  align-items: center !important;
  gap: 70px !important;
  margin: 0;
}
.journal-intro-row > .wp-block-column:first-child {
  flex-basis: 58%;
}
.journal-intro-row > .wp-block-column:last-child {
  flex-basis: 42%;
}
.journal-intro {
  font-size: 16px;
  line-height: 1.8;
  max-width: 560px !important;
  margin: 0 !important;
  color: #607785;
}
.journal-search {
  width: 100%;
  max-width: 410px !important;
  margin-left: auto !important;
}
.journal-search .wp-block-search__inside-wrapper {
  border: 1px solid #cbdee8;
  border-radius: 999px;
  background: #f9fcfd;
  padding: 5px 6px 5px 20px;
  min-height: 52px;
}
.journal-search .wp-block-search__input {
  font:
    400 12px Inter,
    Arial,
    sans-serif;
  border: 0;
  background: transparent;
  color: #244f64;
  outline-offset: 0;
  min-width: 0;
}
.journal-search .wp-block-search__button {
  border: 0;
  border-radius: 50%;
  background: #0a4d7d;
  color: #fff;
  width: 39px;
  min-width: 39px;
  height: 39px;
  padding: 9px;
  margin-left: 7px;
  display: grid;
  place-items: center;
}
.journal-search .wp-block-search__button svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
}
.journal-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 24px 0 30px;
  border-bottom: 1px solid #dfe8ed;
  margin: 0 !important;
}
.topic-pill {
  margin: 0 !important;
  font-size: 11px;
}
.topic-pill a {
  display: block;
  padding: 10px 17px;
  border: 1px solid #d5e3ea;
  border-radius: 999px;
  color: #597b8d;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}
.topic-pill a:hover {
  background: #eef6fa;
  color: #075f88;
}
.topic-all a {
  background: #0a4d7d;
  color: white;
  border-color: #0a4d7d;
}
.journal-spotlight {
  padding: 34px 0 58px;
}
.journal-spotlight > .eyebrow {
  margin-bottom: 20px;
  font-size: 9px;
  letter-spacing: 1.6px;
}
.journal-feature-query,
.journal-grid-query {
  margin-top: 0 !important;
}
.journal-feature-query .wp-block-post-template {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-card {
  height: 100%;
  border: 1px solid #dfe8ed;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition:
    box-shadow 0.2s,
    translate 0.2s;
}
.article-card:hover {
  box-shadow: 0 12px 35px #133f5410;
  translate: 0 -3px;
}
.featured-article {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: stretch;
  background: #f6fafc;
  border: 1px solid #e1ebf0;
}
.journal-cover {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  aspect-ratio: 16/10;
  background: #eaf2f6;
}
.journal-cover > a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.journal-cover > img,
.journal-cover > a > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s;
}
.article-card:hover .journal-cover > a > img {
  transform: scale(1.025);
}
.topic-cover > img,
.topic-cover > a > img {
  object-fit: cover;
}
.cover-topic {
  position: absolute;
  top: 18px;
  left: 19px;
  font:
    600 8px/1.3 Inter,
    Arial,
    sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #527383;
  z-index: 1;
}
.cover-brand {
  position: absolute;
  right: 18px;
  bottom: 15px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 38px;
  opacity: 0.65;
}
.cover-brand > img {
  display: block;
  max-height: 32px;
  width: auto !important;
  height: 32px !important;
}
.article-card-copy {
  padding: 25px;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px !important;
  width: 100%;
  font-size: 9px;
  line-height: 1.6;
}
.article-meta .wp-block-post-terms a {
  color: #087caa;
  text-decoration: none;
  font-weight: 500;
}
.article-meta .wp-block-post-date {
  color: #899aa3;
}
.article-meta .wp-block-post-date:before {
  content: "·";
  padding-right: 10px;
  color: #9eb1bc;
}
.article-card h3 {
  font-size: 26px;
  line-height: 1.18;
  margin: 0 0 15px !important;
  letter-spacing: -0.6px;
}
.article-card .wp-block-post-title a {
  color: #163c50;
  text-decoration: none;
}
.article-card .wp-block-post-title a:hover {
  color: #087caa;
}
.article-card .wp-block-post-excerpt {
  margin: 0 0 24px !important;
}
.article-card .wp-block-post-excerpt__excerpt {
  font-size: 12px;
  line-height: 1.8;
  color: #69808d;
  margin: 0 !important;
}
.article-card .wp-block-read-more {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  color: #087caa;
  text-decoration: none;
  margin-top: auto !important;
  padding-top: 8px;
}
.featured-article > .journal-cover {
  aspect-ratio: auto;
  min-height: 355px;
  height: 100%;
}
.featured-article .article-card-copy {
  padding: 38px 42px;
}
.featured-article h2 {
  font-size: 37px;
  line-height: 1.12;
  letter-spacing: -1px;
  margin: 0 0 20px !important;
}
.featured-article .wp-block-post-excerpt__excerpt {
  font-size: 14px;
}
.featured-article .article-meta {
  margin-bottom: 23px !important;
  font-size: 10px;
}
.featured-article .wp-block-read-more {
  font-size: 12px;
}
.journal-latest {
  padding: 0 0 45px;
}
.journal-latest > h2 {
  font-size: 45px;
  line-height: 1.1;
  margin: 16px 0 34px !important;
}
.journal-grid-query .wp-block-post-template {
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.journal-grid-query .wp-block-post-template > li {
  height: 100%;
  min-width: 0;
}
.journal-grid-query .article-card {
  display: flex;
  flex-direction: column;
}
.journal-grid-query .article-card-copy {
  flex: 1;
}
.journal-grid-query .wp-block-query-pagination {
  gap: 10px;
  padding: 37px 0 0;
  margin-top: 15px !important;
  border-top: 1px solid #e3ebef;
  justify-content: center;
}
.wp-block-query-pagination-numbers {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 !important;
}
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  font-size: 12px;
  padding: 9px 14px;
  border: 1px solid #dbe6ed;
  border-radius: 7px;
  color: #57788b;
  text-decoration: none;
  line-height: 1.5;
  margin: 0 !important;
}
.wp-block-query-pagination .current {
  background: #0a4d7d;
  color: white;
  border-color: #0a4d7d;
}
.journal-contact {
  padding: 35px 40px;
  background: #eef6fa;
  border-radius: 12px;
  margin: 15px 0 20px !important;
}
.journal-contact > .wp-block-columns {
  align-items: center !important;
  margin: 0;
  gap: 30px;
}
.journal-contact h2 {
  font-size: 37px;
  margin: 15px 0 0 !important;
}
.journal-contact .wp-block-buttons {
  justify-content: flex-end;
}
.journal-empty {
  padding: 40px;
  background: #f3f8fa;
  border-radius: 10px;
  margin: 20px 0 !important;
}
.journal-empty h3 {
  font-size: 30px;
}
.journal-empty p {
  font-size: 14px;
}
.journal-archive .archive-hero {
  padding-bottom: 36px;
}
.archive-hero > .journal-search {
  margin: 25px 0 0 !important;
}
.archive-hero .wp-block-query-title {
  font-size: 53px;
  margin: 20px 0;
}
.journal-archive > .journal-grid-query {
  padding-top: 35px;
  padding-bottom: 30px;
}
.single-post-shell {
  padding-top: 50px !important;
  padding-bottom: 50px;
}
.single-post-shell > .wp-block-post-title {
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.12;
  margin: 22px 0;
}
.single-post-shell > .wp-block-post-date,
.single-post-shell > .wp-block-post-terms {
  font-size: 12px;
  color: #7691a0;
}
.single-post-shell .wp-block-post-content {
  margin-top: 35px;
}
@media (min-width: 782px) and (max-width: 1100px) {
  .brand-navigation .wp-block-navigation__container {
    gap: 17px;
  }
  .modern-header-main .custom-logo {
    width: 135px;
  }
  .footer-editorial-columns {
    gap: 25px !important;
  }
  .footer-connect {
    padding-left: 20px;
  }
  .featured-article .article-card-copy {
    padding: 30px;
  }
  .featured-article h2 {
    font-size: 32px;
  }
  .article-card h3 {
    font-size: 23px;
  }
  .article-card-copy {
    padding: 22px;
  }
}
@media (max-width: 900px) and (min-width: 782px) {
  .journal-grid-query .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 781px) {
  .modern-header-main {
    min-height: 76px;
  }
  .modern-header-main .custom-logo {
    width: 126px;
  }
  .brand-navigation
    .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__container {
    gap: 19px;
  }
  .brand-navigation
    .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item__content {
    gap: 9px;
  }
  .brand-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item__content:before {
    width: 16px;
    height: 16px;
  }
  .wp-site-blocks > footer.wp-block-template-part {
    margin-top: 45px !important;
  }
  .editorial-footer {
    padding: 39px 0 20px;
  }
  .footer-editorial-columns {
    grid-template-columns: 1fr 1fr;
    gap: 33px 25px !important;
  }
  .footer-editorial-columns > .wp-block-column:first-child {
    grid-column: 1/-1;
    padding-bottom: 25px;
    border-bottom: 1px solid #d5e5ed;
  }
  .footer-editorial-columns > .wp-block-column:last-child {
    grid-column: 1/-1;
  }
  .footer-brand-description {
    max-width: 290px !important;
  }
  .footer-identity > .footer-brand-copy {
    font-size: 27px;
  }
  .footer-connect {
    padding: 25px 0 0;
    border-left: 0;
    border-top: 1px solid #d5e5ed;
  }
  .footer-contact-link a {
    justify-content: flex-start;
    gap: 22px;
    font-size: 23px;
  }
  .editorial-footer .footer-label {
    font-size: 9px;
    margin-top: 0 !important;
  }
  .editorial-footer .footer-links > p:not(.footer-label) {
    font-size: 12px;
    line-height: 1.7;
  }
  .footer-social-row {
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px !important;
    padding: 23px 0;
  }
  .footer-social-row > .footer-label {
    width: 100%;
    margin: 0 0 7px !important;
  }
  .social-placeholder {
    font-size: 10px;
    padding: 8px 9px;
    gap: 7px;
  }
  .social-placeholder span {
    font-size: 8px;
    padding-left: 7px;
  }
  .footer-legal-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 20px;
    padding-top: 19px;
  }
  .footer-legal-row .footer-copyright {
    width: 100%;
  }
  .footer-legal-row .footer-signoff {
    margin-left: auto !important;
    font-size: 9px;
  }
  .journal-hero {
    padding: 40px 0 25px;
  }
  .journal-hero h1 {
    font-size: 49px;
    letter-spacing: -1.6px;
    margin: 19px 0 23px !important;
  }
  .journal-hero:after {
    width: 150px;
    height: 150px;
    right: -10px;
    top: 20px;
  }
  .journal-intro-row {
    gap: 23px !important;
  }
  .journal-intro {
    font-size: 14px;
  }
  .journal-search {
    max-width: none !important;
  }
  .journal-topics {
    gap: 8px;
    padding: 15px 0 25px;
  }
  .topic-pill {
    font-size: 10px;
  }
  .topic-pill a {
    padding: 9px 12px;
  }
  .journal-spotlight {
    padding: 27px 0 39px;
  }
  .featured-article {
    grid-template-columns: 1fr;
  }
  .featured-article > .journal-cover {
    min-height: 0;
    aspect-ratio: 16/10;
  }
  .featured-article .article-card-copy {
    padding: 25px;
  }
  .featured-article h2 {
    font-size: 30px;
  }
  .featured-article .wp-block-post-excerpt__excerpt {
    font-size: 13px;
  }
  .featured-article .article-meta {
    font-size: 9px;
    margin-bottom: 18px !important;
  }
  .journal-latest > h2 {
    font-size: 36px;
    margin-bottom: 25px !important;
  }
  .journal-grid-query .wp-block-post-template {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .article-card h3 {
    font-size: 28px;
  }
  .article-card .wp-block-post-excerpt__excerpt {
    font-size: 13px;
  }
  .journal-cover {
    aspect-ratio: 16/10;
  }
  .cover-topic {
    font-size: 8px;
  }
  .journal-grid-query .wp-block-query-pagination {
    gap: 7px;
    padding-top: 25px;
    flex-wrap: wrap;
  }
  .wp-block-query-pagination .page-numbers,
  .wp-block-query-pagination-previous,
  .wp-block-query-pagination-next {
    font-size: 11px;
    padding: 8px 11px;
  }
  .journal-contact {
    padding: 27px 24px;
  }
  .journal-contact > .wp-block-columns {
    gap: 24px;
  }
  .journal-contact h2 {
    font-size: 31px;
  }
  .journal-contact .wp-block-buttons {
    justify-content: flex-start;
  }
  .journal-contact .eyebrow {
    font-size: 8px;
  }
  .archive-hero .wp-block-query-title {
    font-size: 38px;
  }
  .single-post-shell {
    padding-top: 30px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .article-card,
  .journal-cover > img,
  .journal-cover > a > img,
  .topic-pill a {
    transition: none;
  }
  .article-card:hover {
    translate: none;
  }
  .article-card:hover .journal-cover > a > img {
    transform: none;
  }
}
