body.itlr-active {
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.8;
}

/* Protect native header, admin bar, and language switchers */
body.itlr-active #wpadminbar,
body.itlr-active #masthead,
body.itlr-active .top-navbar,
body.itlr-active .site-branding,
body.itlr-active .primary-navbar,
body.itlr-active .top-navbar-wrap,
body.itlr-active .site-branding-wrap,
body.itlr-active .primary-navbar-wrap,
body.itlr-active .top-navigation,
body.itlr-active .social-navigation,
body.itlr-active .wpml-ls,
body.itlr-active .wpml-ls *,
body.itlr-active .trp-language-switcher,
body.itlr-active .trp-language-switcher *,
body.itlr-active .pll-parent-menu-item,
body.itlr-active .pll-parent-menu-item * {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

body.itlr-active .site-main,
body.itlr-active .c-sidebar .widget,
body.itlr-active .pb-grid-post,
body.itlr-active .pb-archive,
body.itlr-active .pb-article,
body.itlr-active .itlr-card,
body.itlr-active .itlr-ad-slot,
body.itlr-active .footer-widgets .widget_block {
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .22) !important;
}

body.itlr-active .pb-grid-post,
body.itlr-active .pb-archive,
body.itlr-active .itlr-card,
body.itlr-active .itlr-ad-slot,
body.itlr-active .footer-widgets .widget_block,
body.itlr-active .c-sidebar .widget {
  background: rgba(6, 8, 12, .94) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.itlr-active .entry-content p,
body.itlr-active .entry-summary p {
  margin-bottom: 1.1em;
}

body.itlr-active .entry-title,
body.itlr-active .entry-title a,
body.itlr-active .site-main h1,
body.itlr-active .site-main h2,
body.itlr-active .site-main h3,
body.itlr-active .site-main h4,
body.itlr-active .site-main h5,
body.itlr-active .site-main h6 {
  letter-spacing: -.02em;
}

body.itlr-fix-compact-header .site-branding-wrap,
body.itlr-fix-compact-header .top-navbar-wrap,
body.itlr-fix-compact-header .primary-navbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

body.itlr-fix-compact-header .site-logo-title {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.itlr-fix-compact-header .custom-logo,
body.itlr-fix-compact-header .custom-logo-link img {
  max-width: 100%;
  height: auto;
}

body.itlr-fix-compact-header .main-navigation ul,
body.itlr-fix-compact-header .primary-menu,
body.itlr-fix-compact-header .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

body.itlr-fix-compact-header .main-navigation a,
body.itlr-fix-compact-header .menu a {
  white-space: normal;
}

body.itlr-fix-spacing-width .u-wrapper {
  max-width: 1280px !important;
}

body.itlr-fix-spacing-width.single-post .site-main,
body.itlr-fix-spacing-width.page .site-main {
  max-width: 780px !important;
}

body.itlr-fix-spacing-width .site-main {
  padding: 26px 22px !important;
}

body.itlr-fix-uniform-cards .pb-grid-post,
body.itlr-fix-uniform-cards .pb-archive,
.itlr-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  background: rgba(6, 8, 12, .96);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.itlr-fix-uniform-cards .pb-grid-post:hover,
body.itlr-fix-uniform-cards .pb-archive:hover,
.itlr-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .16) !important;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .26) !important;
}

body.itlr-fix-uniform-cards .pb-grid-post .post-thumbnail,
body.itlr-fix-uniform-cards .pb-archive .post-thumbnail,
body.itlr-fix-uniform-cards .pb-grid-post .wp-post-image,
body.itlr-fix-uniform-cards .pb-archive .wp-post-image,
.itlr-card__media {
  display: block;
  width: 100%;
  overflow: hidden;
}

body.itlr-fix-uniform-cards .pb-grid-post .post-thumbnail img,
body.itlr-fix-uniform-cards .pb-archive .post-thumbnail img,
body.itlr-fix-uniform-cards .pb-grid-post .wp-post-image,
body.itlr-fix-uniform-cards .pb-archive .wp-post-image,
.itlr-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

body.itlr-fix-uniform-cards .pb-grid-post:hover img,
body.itlr-fix-uniform-cards .pb-archive:hover img,
.itlr-card:hover .itlr-card__image {
  transform: scale(1.02);
}

body.itlr-fix-uniform-cards .pb-grid-post .entry-header,
body.itlr-fix-uniform-cards .pb-grid-post-header,
body.itlr-fix-uniform-cards .pb-archive .entry-header,
body.itlr-fix-uniform-cards .pb-archive .pb-content,
body.itlr-fix-uniform-cards .pb-grid-post .entry-summary,
body.itlr-fix-uniform-cards .pb-grid-post .pb-grid-post-meta {
  padding-right: 20px;
  padding-left: 20px;
}

body.itlr-fix-uniform-cards .pb-grid-post .entry-header {
  padding-top: 18px;
}

body.itlr-fix-uniform-cards .pb-grid-post .entry-summary,
body.itlr-fix-uniform-cards .pb-grid-post .pb-grid-post-meta {
  padding-bottom: 18px;
}

body.itlr-fix-uniform-cards .pb-grid-post .entry-title,
body.itlr-fix-uniform-cards .pb-grid-post .entry-title a,
body.itlr-fix-uniform-cards .pb-archive .entry-title,
body.itlr-fix-uniform-cards .pb-archive .entry-title a,
.itlr-card__title,
.itlr-card__title a {
  color: #fff !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
}

body.itlr-fix-uniform-cards .pb-grid-post .entry-summary,
body.itlr-fix-uniform-cards .pb-grid-post .entry-summary *,
body.itlr-fix-uniform-cards .pb-grid-post .pb-grid-post-meta,
body.itlr-fix-uniform-cards .pb-grid-post .pb-grid-post-meta a,
body.itlr-fix-uniform-cards .pb-archive .entry-summary,
.itlr-card__meta,
.itlr-card__excerpt {
  color: rgba(255, 255, 255, .82) !important;
}

body.itlr-fix-uniform-cards .pb-grid-post .entry-summary,
body.itlr-fix-uniform-cards .pb-archive .entry-summary,
.itlr-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.itlr-fix-uniform-cards .pb-grid-post .cat-links a,
body.itlr-fix-uniform-cards .pb-grid-post .cat-links,
.itlr-card__chip {
  color: #f7c948 !important;
}

body.itlr-fix-uniform-cards .more-link-wrap,
body.itlr-fix-uniform-cards .itlr-more-link-wrap,
.itlr-card__actions {
  margin-top: auto;
}

.itlr-more-link,
.itlr-singular-readmore__button,
body.itlr-active .more-link {
  background: #5b3df5 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: .01em;
  padding: 12px 18px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px rgba(91, 61, 245, .26) !important;
}

.itlr-singular-readmore {
  position: relative;
}

.itlr-singular-readmore__inner {
  overflow: hidden;
  transition: max-height .35s ease;
}

.itlr-singular-readmore.is-collapsed::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
  height: 120px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(8, 10, 14, .96));
  pointer-events: none;
}

.itlr-singular-readmore__button {
  margin-top: 14px;
}

.itlr-home {
  padding: 32px 0 44px;
}

.itlr-home__section {
  margin-bottom: 30px;
}

.itlr-home__section-title {
  font-size: clamp(1.35rem, 2vw, 2rem);
  margin: 0 0 16px;
  color: #fff;
}

.itlr-home__hero {
  display: grid;
  grid-template-columns: 1.35fr .95fr;
  gap: 24px;
}

.itlr-home__latest,
.itlr-home__topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.itlr-home__topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.itlr-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  opacity: .75;
}

.itlr-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  flex: 1 1 auto;
}

.itlr-card__chip {
  align-self: flex-start;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  background: rgba(247, 201, 72, .12);
  border: 1px solid rgba(247, 201, 72, .28);
}

.itlr-card__title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.42;
}

.itlr-card__meta {
  margin: 0;
  opacity: .72;
  font-size: .92rem;
}

.itlr-card__excerpt {
  margin: 0;
  opacity: .9;
}

.itlr-card__actions {
  margin-bottom: 0;
}

.itlr-card.is-featured .itlr-card__body {
  padding: 24px;
}

.itlr-card.is-featured .itlr-card__title {
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
}

.itlr-ad-slot {
  display: grid;
  place-items: center;
  min-height: 124px;
  margin: 22px 0;
  border: 2px dashed rgba(255, 255, 255, .18) !important;
  background: rgba(8, 10, 14, .9) !important;
  text-align: center;
}

.itlr-ad-slot__title {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
}

body.itlr-fix-footer-minimal .site-footer {
  margin-top: 38px;
}

body.itlr-fix-footer-minimal .footer-widgets-wrap {
  gap: 18px !important;
}

body.itlr-fix-footer-minimal .footer-widgets .widget:empty,
body.itlr-fix-footer-minimal .pressbook-credit {
  display: none !important;
}

.itlr-footer-micro-nav {
  padding-top: 18px;
}

.itlr-footer-micro-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.itlr-footer-honors {
  padding-top: 18px;
}

.itlr-footer-honors__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.itlr-footer-honors__grid > *:first-child {
  justify-self: start;
}

.itlr-footer-honors__grid > *:last-child {
  justify-self: end;
}

.itlr-footer-honors .widget_block {
  margin: 0 !important;
  width: min(100%, 360px);
  max-width: 100%;
  padding: 18px !important;
  border-radius: 18px;
  box-sizing: border-box;
}

.itlr-footer-honors .wp-block-image {
  margin: 0 !important;
}

.itlr-footer-honors img {
  display: block;
  width: 100%;
  max-height: 190px;
  object-fit: contain;
}

.itlr-footer-honors figcaption {
  margin-top: 12px !important;
  text-align: center;
}

body.itlr-fix-footer-images #block-16,
body.itlr-fix-footer-images #block-17 {
  width: 100%;
  max-width: 100%;
}

body.itlr-fix-footer-minimal .copyright-text {
  padding: 18px 0;
}

body.itlr-fix-footer-minimal .copyright-text-wrap {
  text-align: center;
}

@media (min-width: 1024px) {
  body.itlr-fix-spacing-width .site-main {
    padding: 34px 42px !important;
  }
}

@media (max-width: 1100px) {
  .itlr-home__latest,
  .itlr-home__topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .itlr-home__topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .itlr-home__hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.itlr-fix-compact-header .top-navbar-wrap,
  body.itlr-fix-compact-header .primary-navbar-wrap,
  body.itlr-fix-compact-header .site-branding-wrap,
  body.itlr-fix-compact-header .site-logo-title {
    align-items: flex-start;
  }

  .itlr-home__latest,
  .itlr-home__topics,
  .itlr-home__topic-grid,
  .itlr-footer-honors__grid {
    grid-template-columns: 1fr;
  }

  .itlr-footer-honors__grid > *:first-child,
  .itlr-footer-honors__grid > *:last-child {
    justify-self: stretch;
  }

  .itlr-footer-honors .widget_block {
    width: 100%;
  }

  body.itlr-fix-spacing-width .site-main {
    padding: 22px 18px !important;
  }
}


/* v1.2.0 footer cleanup */
body.itlr-active .site-footer .footer-widgets,
body.itlr-active .site-footer .footer-widgets-wrap,
body.itlr-active .site-footer .c-sidebar-footer,
body.itlr-active .site-footer .c-sidebar-footer .widget,
body.itlr-active .site-footer .c-sidebar-footer .widget_block {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

body.itlr-fix-footer-minimal .footer-widgets-wrap {
  display: flex !important;
  justify-content: center;
  gap: 0 !important;
}

body.itlr-fix-footer-images #sidebar-footer-4 {
  width: 100%;
  max-width: 100%;
}

body.itlr-fix-footer-images #sidebar-footer-4 > .widget,
body.itlr-fix-footer-images #sidebar-footer-4 > .widget_block {
  margin: 0 !important;
}

body.itlr-fix-footer-images #sidebar-footer-4 #block-12,
body.itlr-fix-footer-images #sidebar-footer-4 #block-14,
body.itlr-fix-footer-images #sidebar-footer-3 #block-15,
body.itlr-fix-footer-minimal #sidebar-footer-1:empty,
body.itlr-fix-footer-minimal #sidebar-footer-2:empty,
body.itlr-fix-footer-minimal #sidebar-footer-3:empty,
body.itlr-fix-footer-minimal #sidebar-footer-4:empty {
  display: none !important;
}


/* v1.2.1 topic/category colors */
body.itlr-active.archive.category .pb-grid-post .entry-title,
body.itlr-active.archive.category .pb-grid-post .entry-title a,
body.itlr-active.archive.category .pb-archive .entry-title,
body.itlr-active.archive.category .pb-archive .entry-title a,
body.itlr-active.archive.tag .pb-grid-post .entry-title,
body.itlr-active.archive.tag .pb-grid-post .entry-title a,
body.itlr-active.archive.tag .pb-archive .entry-title,
body.itlr-active.archive.tag .pb-archive .entry-title a,
body.itlr-active.archive.tax .pb-grid-post .entry-title,
body.itlr-active.archive.tax .pb-grid-post .entry-title a,
body.itlr-active.archive.tax .pb-archive .entry-title,
body.itlr-active.archive.tax .pb-archive .entry-title a {
  color: #ffd54a !important;
}

body.itlr-active.archive.category .pb-grid-post .entry-summary,
body.itlr-active.archive.category .pb-grid-post .entry-summary *,
body.itlr-active.archive.category .pb-archive .entry-summary,
body.itlr-active.archive.category .pb-archive .entry-summary *,
body.itlr-active.archive.tag .pb-grid-post .entry-summary,
body.itlr-active.archive.tag .pb-grid-post .entry-summary *,
body.itlr-active.archive.tag .pb-archive .entry-summary,
body.itlr-active.archive.tag .pb-archive .entry-summary *,
body.itlr-active.archive.tax .pb-grid-post .entry-summary,
body.itlr-active.archive.tax .pb-grid-post .entry-summary *,
body.itlr-active.archive.tax .pb-archive .entry-summary,
body.itlr-active.archive.tax .pb-archive .entry-summary * {
  color: #b78cff !important;
  opacity: 1 !important;
}

body.itlr-active.archive.category .pb-grid-post .cat-links,
body.itlr-active.archive.category .pb-grid-post .cat-links a,
body.itlr-active.archive.category .pb-archive .cat-links,
body.itlr-active.archive.category .pb-archive .cat-links a,
body.itlr-active.archive.tag .pb-grid-post .cat-links,
body.itlr-active.archive.tag .pb-grid-post .cat-links a,
body.itlr-active.archive.tag .pb-archive .cat-links,
body.itlr-active.archive.tag .pb-archive .cat-links a,
body.itlr-active.archive.tax .pb-grid-post .cat-links,
body.itlr-active.archive.tax .pb-grid-post .cat-links a,
body.itlr-active.archive.tax .pb-archive .cat-links,
body.itlr-active.archive.tax .pb-archive .cat-links a,
body.itlr-active.archive.category .itlr-card__chip,
body.itlr-active.archive.tag .itlr-card__chip,
body.itlr-active.archive.tax .itlr-card__chip {
  color: #51a9ff !important;
  border-color: rgba(81, 169, 255, .45) !important;
  background: rgba(81, 169, 255, .14) !important;
}

body.itlr-active.archive.category .more-link-wrap,
body.itlr-active.archive.category .itlr-more-link-wrap,
body.itlr-active.archive.tag .more-link-wrap,
body.itlr-active.archive.tag .itlr-more-link-wrap,
body.itlr-active.archive.tax .more-link-wrap,
body.itlr-active.archive.tax .itlr-more-link-wrap {
  display: block !important;
  margin-top: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.itlr-active.archive.category .more-link,
body.itlr-active.archive.category .itlr-more-link,
body.itlr-active.archive.tag .more-link,
body.itlr-active.archive.tag .itlr-more-link,
body.itlr-active.archive.tax .more-link,
body.itlr-active.archive.tax .itlr-more-link {
  display: inline-flex !important;
}


/* v1.2.2 topic/archive/home color fix */
body.itlr-active .itlr-card__title,
body.itlr-active .itlr-card__title a,
body.itlr-active.home .posts-entry .entry-title,
body.itlr-active.home .posts-entry .entry-title a,
body.itlr-active.blog .posts-entry .entry-title,
body.itlr-active.blog .posts-entry .entry-title a,
body.itlr-active.archive .posts-entry .entry-title,
body.itlr-active.archive .posts-entry .entry-title a,
body.itlr-active.search .posts-entry .entry-title,
body.itlr-active.search .posts-entry .entry-title a,
body.itlr-active .blogposts-list-content h2,
body.itlr-active .blogposts-list-content h2 a {
  color: #ffd54a !important;
}

body.itlr-active .itlr-card__excerpt,
body.itlr-active .itlr-card__meta,
body.itlr-active.home .posts-entry .entry-content,
body.itlr-active.home .posts-entry .entry-content p,
body.itlr-active.home .posts-entry .entry-summary,
body.itlr-active.home .posts-entry .entry-summary p,
body.itlr-active.blog .posts-entry .entry-content,
body.itlr-active.blog .posts-entry .entry-content p,
body.itlr-active.blog .posts-entry .entry-summary,
body.itlr-active.blog .posts-entry .entry-summary p,
body.itlr-active.archive .posts-entry .entry-content,
body.itlr-active.archive .posts-entry .entry-content p,
body.itlr-active.archive .posts-entry .entry-summary,
body.itlr-active.archive .posts-entry .entry-summary p,
body.itlr-active.search .posts-entry .entry-content,
body.itlr-active.search .posts-entry .entry-content p,
body.itlr-active.search .posts-entry .entry-summary,
body.itlr-active.search .posts-entry .entry-summary p,
body.itlr-active .blogposts-list-content p {
  color: #b78cff !important;
  opacity: 1 !important;
}

body.itlr-active .itlr-card__chip,
body.itlr-active .itlr-home__section-title a,
body.itlr-active.archive .page-header .page-title,
body.itlr-active.archive .page-header h1,
body.itlr-active .posts-entry .cat-links,
body.itlr-active .posts-entry .cat-links a,
body.itlr-active .itlr-topic-pill {
  color: #51a9ff !important;
}

body.itlr-active .itlr-topic-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  text-decoration: none !important;
  background: rgba(81, 169, 255, .12) !important;
  border: 1px solid rgba(81, 169, 255, .35) !important;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 12px;
}

body.itlr-active.home .posts-entry .more-link-wrap,
body.itlr-active.blog .posts-entry .more-link-wrap,
body.itlr-active.archive .posts-entry .more-link-wrap,
body.itlr-active.search .posts-entry .more-link-wrap,
body.itlr-active.home .posts-entry .itlr-more-link-wrap,
body.itlr-active.blog .posts-entry .itlr-more-link-wrap,
body.itlr-active.archive .posts-entry .itlr-more-link-wrap,
body.itlr-active.search .posts-entry .itlr-more-link-wrap {
  display: block !important;
  margin-top: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.itlr-active.home .posts-entry .more-link,
body.itlr-active.blog .posts-entry .more-link,
body.itlr-active.archive .posts-entry .more-link,
body.itlr-active.search .posts-entry .more-link,
body.itlr-active.home .posts-entry .itlr-more-link,
body.itlr-active.blog .posts-entry .itlr-more-link,
body.itlr-active.archive .posts-entry .itlr-more-link,
body.itlr-active.search .posts-entry .itlr-more-link {
  display: inline-flex !important;
}

/* v1.2.3 fix archive/category Read More visibility on PressBook cards */
body.itlr-active.archive .pb-archive .entry-summary,
body.itlr-active.archive .pb-grid-post .entry-summary,
body.itlr-active.home .pb-archive .entry-summary,
body.itlr-active.home .pb-grid-post .entry-summary,
body.itlr-active.blog .pb-archive .entry-summary,
body.itlr-active.blog .pb-grid-post .entry-summary,
body.itlr-active.search .pb-archive .entry-summary,
body.itlr-active.search .pb-grid-post .entry-summary {
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: initial !important;
  line-clamp: initial !important;
}

body.itlr-active.archive .pb-archive .entry-summary > p:not(.more-link-wrap),
body.itlr-active.archive .pb-grid-post .entry-summary > p:not(.more-link-wrap),
body.itlr-active.home .pb-archive .entry-summary > p:not(.more-link-wrap),
body.itlr-active.home .pb-grid-post .entry-summary > p:not(.more-link-wrap),
body.itlr-active.blog .pb-archive .entry-summary > p:not(.more-link-wrap),
body.itlr-active.blog .pb-grid-post .entry-summary > p:not(.more-link-wrap),
body.itlr-active.search .pb-archive .entry-summary > p:not(.more-link-wrap),
body.itlr-active.search .pb-grid-post .entry-summary > p:not(.more-link-wrap) {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
}

body.itlr-active.archive .pb-archive .entry-summary .more-link-wrap,
body.itlr-active.archive .pb-grid-post .entry-summary .more-link-wrap,
body.itlr-active.home .pb-archive .entry-summary .more-link-wrap,
body.itlr-active.home .pb-grid-post .entry-summary .more-link-wrap,
body.itlr-active.blog .pb-archive .entry-summary .more-link-wrap,
body.itlr-active.blog .pb-grid-post .entry-summary .more-link-wrap,
body.itlr-active.search .pb-archive .entry-summary .more-link-wrap,
body.itlr-active.search .pb-grid-post .entry-summary .more-link-wrap,
body.itlr-active.archive .pb-archive .entry-summary .itlr-more-link-wrap,
body.itlr-active.archive .pb-grid-post .entry-summary .itlr-more-link-wrap,
body.itlr-active.home .pb-archive .entry-summary .itlr-more-link-wrap,
body.itlr-active.home .pb-grid-post .entry-summary .itlr-more-link-wrap,
body.itlr-active.blog .pb-archive .entry-summary .itlr-more-link-wrap,
body.itlr-active.blog .pb-grid-post .entry-summary .itlr-more-link-wrap,
body.itlr-active.search .pb-archive .entry-summary .itlr-more-link-wrap,
body.itlr-active.search .pb-grid-post .entry-summary .itlr-more-link-wrap {
  display: block !important;
  clear: both !important;
  margin-top: 16px !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.itlr-active.archive .pb-archive .entry-summary .more-link,
body.itlr-active.archive .pb-grid-post .entry-summary .more-link,
body.itlr-active.home .pb-archive .entry-summary .more-link,
body.itlr-active.home .pb-grid-post .entry-summary .more-link,
body.itlr-active.blog .pb-archive .entry-summary .more-link,
body.itlr-active.blog .pb-grid-post .entry-summary .more-link,
body.itlr-active.search .pb-archive .entry-summary .more-link,
body.itlr-active.search .pb-grid-post .entry-summary .more-link,
body.itlr-active.archive .pb-archive .entry-summary .itlr-more-link,
body.itlr-active.archive .pb-grid-post .entry-summary .itlr-more-link,
body.itlr-active.home .pb-archive .entry-summary .itlr-more-link,
body.itlr-active.home .pb-grid-post .entry-summary .itlr-more-link,
body.itlr-active.blog .pb-archive .entry-summary .itlr-more-link,
body.itlr-active.blog .pb-grid-post .entry-summary .itlr-more-link,
body.itlr-active.search .pb-archive .entry-summary .itlr-more-link,
body.itlr-active.search .pb-grid-post .entry-summary .itlr-more-link {
  display: inline-flex !important;
  width: auto !important;
}


/* Upgrade 1.2.4: keep ad slot fully separate from post cards */
body.itlr-active .itlr-home,
body.itlr-active .itlr-home__section,
body.itlr-active .itlr-home__hero,
body.itlr-active .itlr-home__latest,
body.itlr-active .itlr-home__topic-grid {
  position: relative;
}

body.itlr-active .itlr-home__section {
  clear: both;
  isolation: isolate;
}

body.itlr-active .itlr-home__hero {
  align-items: stretch;
}

body.itlr-active .itlr-home__hero > *,
body.itlr-active .itlr-home__latest > *,
body.itlr-active .itlr-home__topic-grid > * {
  min-width: 0;
}

body.itlr-active .itlr-home__section > .itlr-ad-slot {
  position: relative;
  z-index: 9;
  clear: both;
  display: grid;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

body.itlr-active .itlr-home__hero .itlr-card,
body.itlr-active .itlr-home__latest .itlr-card,
body.itlr-active .itlr-home__topic-grid .itlr-card {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  body.itlr-active .itlr-home__section + .itlr-home__section {
    margin-top: 10px;
  }
}
