/* Premium SJP legal news layout. Scoped to news pages only. */
.sjp-news-page {
  --sjp-green: #2A8A42;
  --sjp-black: #000;
  --sjp-ink: #101412;
  --sjp-muted: #647067;
  --sjp-line: #e5ebe7;
  --sjp-paper: #f6f8f6;
  background: #fff;
  color: var(--sjp-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.sjp-news-page a {
  color: inherit;
}

.sjp-news-page #main-content {
  overflow: visible;
}

.sjp-news-shell {
  background:
    linear-gradient(180deg, #f8fbf9 0, #fff 360px),
    #fff;
  margin-top: 0;
  padding-top: 0;
}

.sjp-news-page #header + .sjp-news-shell {
  background:
    linear-gradient(180deg, #000 0, #000 116px, #f8fbf9 116px, #fff 476px),
    #fff;
  padding-top: 116px;
}

.sjp-news-hero {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .78)),
    linear-gradient(90deg, rgba(42, 138, 66, .25), transparent);
  border-bottom: 5px solid var(--sjp-green);
  color: #fff;
  margin-top: 0;
}

.sjp-news-page .sjp-connect-card-wrap + .sjp-news-shell,
.sjp-news-page .sjp-connect-card-wrap + .sjp-news-shell .sjp-news-hero {
  margin-top: 0;
}

.sjp-news-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 22px 58px;
}

.sjp-news-hero--compact .sjp-news-hero__inner {
  padding-bottom: 42px;
}

.sjp-news-kicker {
  color: #86d49a;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.sjp-news-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 4.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
  max-width: 900px;
}

.sjp-news-hero p:not(.sjp-news-kicker) {
  color: rgba(255, 255, 255, .82);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 720px;
}

.sjp-news-nav {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--sjp-line);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
  display: flex;
  gap: 8px;
  margin: 0 auto;
  max-width: 1200px;
  overflow-x: auto;
  padding: 12px 22px;
  position: sticky;
  scrollbar-width: thin;
  top: 60px;
  z-index: 35;
}

.sjp-news-nav a {
  border: 1px solid rgba(42, 138, 66, .22);
  border-radius: 999px;
  color: #111;
  flex: 0 0 auto;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1;
  padding: 11px 15px;
  text-decoration: none;
  white-space: nowrap;
}

.sjp-news-nav a:hover,
.sjp-news-nav a.is-active {
  background: var(--sjp-green);
  border-color: var(--sjp-green);
  color: #fff;
}

.sjp-news-band,
.sjp-news-main {
  max-width: 1200px;
}

.sjp-news-band {
  background: transparent !important;
  margin: 0 auto;
  padding: 34px 22px 16px !important;
}

.sjp-news-band .container,
.sjp-news-main.container,
.sjp-news-photo-grid .container {
  max-width: 1200px;
  width: 100%;
}

.sjp-news-main {
  padding-left: 22px;
  padding-right: 22px;
}

.sjp-news-page .section {
  background: transparent;
  border-top: 1px solid var(--sjp-line);
  float: none;
  margin: 34px 0 0;
  padding: 28px 0 0;
  width: 100%;
}

.sjp-news-page .title-wrap {
  align-items: center;
  border-bottom: 2px solid #111;
  display: flex;
  justify-content: space-between;
  margin: 0 0 18px;
  padding-bottom: 10px;
}

.sjp-news-page .section-title,
.sjp-news-page .page-title,
.sjp-news-page .widget-title {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: .02em;
  margin: 0;
  text-transform: uppercase;
}

.sjp-news-page .section-title:before,
.sjp-news-page .widget-title:before,
.sjp-news-page .page-title:before {
  background: var(--sjp-green);
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 9px;
  vertical-align: -2px;
  width: 6px;
}

.sjp-news-page .card-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-left: 0;
  margin-right: 0;
}

.sjp-news-page .card-row:before,
.sjp-news-page .card-row:after {
  display: none;
}

.sjp-news-page .col-md-3,
.sjp-news-page .col-md-6,
.sjp-news-page .col-lg-6,
.sjp-news-page .col-lg-8,
.sjp-news-page .col-lg-4 {
  min-width: 0;
}

.sjp-news-page .card-row > .col-md-3 {
  float: none;
  padding: 0;
  width: auto;
}

.sjp-news-page .entry.card,
.sjp-news-page .post-list-small__item,
.sjp-news-page .video-playlist__list-item,
.sjp-news-page .thumb {
  background: #fff;
  border: 1px solid var(--sjp-line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .08);
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.sjp-news-page .entry.card:hover,
.sjp-news-page .post-list-small__item:hover,
.sjp-news-page .video-playlist__list-item:hover {
  border-color: rgba(42, 138, 66, .45);
  box-shadow: 0 22px 42px rgba(0, 0, 0, .12);
  transform: translateY(-2px);
}

.sjp-news-page .entry__img-holder,
.sjp-news-page .post-list__img-holder,
.sjp-news-page .video-playlist__list-item-thumb,
.sjp-news-page .thumb__img-holder {
  background: #070a08;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.sjp-news-page .entry__img-holder.sjp-news-image-missing,
.sjp-news-page .post-list-small__img-holder.sjp-news-image-missing,
.sjp-news-page .video-playlist__list-item-thumb.sjp-news-image-missing,
.sjp-news-page .thumb__img-holder.sjp-news-image-missing {
  background:
    radial-gradient(circle at 18% 18%, rgba(42, 138, 66, .42), transparent 32%),
    linear-gradient(135deg, #050806 0%, #111813 58%, #2A8A42 160%);
}

.sjp-news-page .entry__img-holder.sjp-news-image-missing:before,
.sjp-news-page .post-list-small__img-holder.sjp-news-image-missing:before,
.sjp-news-page .video-playlist__list-item-thumb.sjp-news-image-missing:before,
.sjp-news-page .thumb__img-holder.sjp-news-image-missing:before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08) 0 25%, transparent 25% 50%, rgba(255, 255, 255, .06) 50% 75%, transparent 75%),
    rgba(0, 0, 0, .08);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: .32;
  position: absolute;
  z-index: 0;
}

.sjp-news-page .entry__img-holder.sjp-news-image-missing:after,
.sjp-news-page .post-list-small__img-holder.sjp-news-image-missing:after,
.sjp-news-page .video-playlist__list-item-thumb.sjp-news-image-missing:after,
.sjp-news-page .thumb__img-holder.sjp-news-image-missing:after {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .94);
  content: "SJP Legal News";
  display: flex;
  font-size: .78rem;
  font-weight: 900;
  inset: 50% auto auto 50%;
  letter-spacing: .12em;
  padding: 10px 14px;
  position: absolute;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

.sjp-news-page .card__img-holder {
  aspect-ratio: 16 / 10;
  margin-bottom: 0;
}

.sjp-news-page .card__img-holder > a:not(.thumb-url),
.sjp-news-page .post-list__img-holder > a:not(.thumb-url) {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.sjp-news-page .thumb-url {
  inset: 0;
  position: absolute;
  z-index: 3;
}

.sjp-news-page .thumb-container,
.sjp-news-page .thumb-70,
.sjp-news-page .thumb-100 {
  background: transparent;
  height: 100%;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}

.sjp-news-page .entry__img,
.sjp-news-page .post-list-small__img-holder img,
.sjp-news-page .video-playlist__list-item-img {
  display: block !important;
  height: 100% !important;
  object-fit: cover;
  position: relative;
  width: 100% !important;
  z-index: 1;
}

.sjp-news-page .thumb-container img {
  inset: 0;
  min-height: 0;
  object-fit: cover;
  position: absolute;
}

.sjp-news-page .entry__img.d-none {
  display: block !important;
}

.sjp-news-page .entry__img-holder.sjp-news-image-missing img,
.sjp-news-page .post-list-small__img-holder.sjp-news-image-missing img,
.sjp-news-page .video-playlist__list-item-thumb.sjp-news-image-missing img,
.sjp-news-page .thumb__img-holder.sjp-news-image-missing img {
  display: none !important;
}

.sjp-news-page .entry__body,
.sjp-news-page .card__body,
.sjp-news-page .post-list__body {
  padding: 17px;
}

.sjp-news-page img.pull-left,
.sjp-news-page .pull-left img,
.sjp-news-page .entry__img.pull-left,
.sjp-news-page .post-list__img-holder.pull-left {
  margin-right: 18px;
}

.sjp-news-page img.pull-right,
.sjp-news-page .pull-right img,
.sjp-news-page .entry__img.pull-right,
.sjp-news-page .post-list__img-holder.pull-right {
  margin-left: 18px;
}

.sjp-news-page .entry__title,
.sjp-news-page .entry__title a,
.sjp-news-page .thumb-entry-title,
.sjp-news-page .thumb-entry-title a,
.sjp-news-page .post-list-small__entry-title,
.sjp-news-page .post-list-small__entry-title a,
.sjp-news-page .video-playlist__list-item-title {
  color: #060806;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.22;
  text-decoration: none;
}

.sjp-news-page .entry__title {
  font-size: 1.02rem;
}

.sjp-news-page .entry__title a:hover,
.sjp-news-page .post-list-small__entry-title a:hover {
  color: var(--sjp-green);
}

.sjp-news-page .entry__excerpt,
.sjp-news-page .entry__body p,
.sjp-news-page .post-list__body p {
  color: var(--sjp-muted);
  font-size: .92rem;
  line-height: 1.65;
}

.sjp-news-page .entry__meta {
  background: rgba(0, 0, 0, .82);
  border-left: 4px solid var(--sjp-green);
  bottom: 0;
  color: #fff;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 7px 10px;
  position: absolute;
  top: auto !important;
}

.sjp-news-page .entry__meta-date {
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}

.sjp-news-page .video-playlist {
  background: #000;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
  overflow: hidden;
  padding: 16px;
}

.sjp-news-page .video-playlist .row {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  margin: 0;
}

.sjp-news-page .video-playlist .col-lg-8,
.sjp-news-page .video-playlist .col-lg-4 {
  float: none;
  padding: 0;
  width: auto;
}

.sjp-news-page .video-playlist .featured-posts-grid__item,
.sjp-news-page .video-playlist .entry.card {
  height: 100%;
}

.sjp-news-page .video-playlist__list-item {
  align-items: center;
  direction: ltr;
  display: grid;
  gap: 13px;
  grid-template-columns: 118px minmax(0, 1fr);
  margin-bottom: 12px;
  padding: 10px;
  text-decoration: none;
}

.sjp-news-page .video-playlist__list-item-thumb {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
}

.sjp-news-page .featured-posts-grid {
  margin: 34px auto;
  max-width: 1200px;
  padding: 0 22px;
}

.sjp-news-page .featured-posts-grid .row {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.sjp-news-page .featured-posts-grid .col-lg-6 {
  float: none;
  padding: 0;
  width: auto;
}

.sjp-news-page .featured-posts-grid__item {
  margin-bottom: 18px;
}

.sjp-news-page .featured-posts-grid__item--lg .card__img-holder {
  aspect-ratio: 16 / 11;
}

.sjp-news-page .featured-posts-grid__item--sm .entry.card {
  direction: ltr;
  display: grid;
  column-gap: 18px;
  grid-template-columns: minmax(0, 1fr) 42%;
}

.sjp-news-page .featured-posts-grid__item--sm .card__img-holder {
  aspect-ratio: auto;
  height: 100%;
}

.sjp-news-page .section.mb-0 > .row {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.sjp-news-page .section.mb-0 > .row > .col-md-6 {
  background: #fff;
  border: 1px solid var(--sjp-line);
  border-radius: 8px;
  float: none;
  padding: 20px;
  width: auto;
}

.sjp-news-page .section.mb-0 .row .row {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 0;
}

.sjp-news-page .section.mb-0 .col-lg-6 {
  float: none;
  padding: 0;
  width: auto;
}

.sjp-news-category .row {
  display: flex;
  flex-wrap: wrap;
}

.sjp-news-category .blog__content > .entry.card.post-list,
#results > .entry.card.post-list {
  align-items: stretch;
  direction: ltr;
  display: grid;
  column-gap: 22px;
  grid-template-columns: 260px minmax(0, 1fr);
  margin-bottom: 18px;
  min-height: 186px;
  overflow: hidden;
}

.sjp-news-category .post-list__img-holder,
#results .post-list__img-holder {
  align-self: stretch;
  aspect-ratio: auto;
  height: 100%;
  min-height: 186px;
  overflow: hidden;
  width: 100%;
}

.sjp-news-category .post-list__img-holder > a,
#results .post-list__img-holder > a {
  display: block;
  height: 100%;
  width: 100%;
}

.sjp-news-category .post-list__img-holder img,
#results .post-list__img-holder img {
  display: block !important;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.sjp-news-category .post-list__body,
#results .post-list__body {
  align-self: center;
  min-width: 0;
  padding: 18px 18px 18px 0;
}

.sjp-news-category .post-list__body .entry__title,
#results .post-list__body .entry__title {
  font-size: 20px;
  line-height: 1.22;
  margin-bottom: 10px;
}

.sjp-news-page .sidebar .widget {
  background: #fff;
  border: 1px solid var(--sjp-line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .08);
  padding: 20px;
}

.sjp-news-page .post-list-small {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sjp-news-page .post-list-small__item {
  box-shadow: none;
  margin-bottom: 14px;
  padding: 10px;
}

.sjp-news-page .post-list-small__entry {
  align-items: center;
  direction: ltr;
  display: grid;
  column-gap: 14px;
  grid-template-columns: 88px minmax(0, 1fr);
}

.sjp-news-page .post-list-small__img-holder {
  align-self: start;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  min-height: 66px;
  overflow: hidden;
  width: 88px;
}

.sjp-news-page .post-list-small__body {
  display: block;
  max-height: none !important;
  min-height: 0 !important;
  min-width: 0;
  padding: 0;
  width: 100%;
}

.sjp-news-page .post-list-small__entry-title {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  margin: 0 0 7px;
  width: 100%;
}

.sjp-news-page .post-list-small__entry-title a,
.sjp-news-page .post-list-small__entry-title font {
  display: block;
  float: none !important;
  line-height: 1.35 !important;
  max-width: 100%;
  overflow-wrap: anywhere;
  width: 100%;
}

.sjp-news-page .post-list-small__entry-title font[face="Nastaleeq"] {
  font-size: 17px;
  text-align: right;
}

.sjp-news-page .post-list-small__body .entry__meta {
  background: transparent;
  border: 0;
  bottom: auto;
  color: #6b746e;
  display: block;
  left: auto;
  padding: 0;
  position: static;
  right: auto;
  top: auto !important;
}

.sjp-news-page .post-list-small__body .entry__meta-date {
  color: #6b746e;
  font-size: 12px;
  font-weight: 700;
}

.sjp-news-page .pagination {
  margin: 28px 0 8px;
  text-align: center;
}

.sjp-news-page .load-more,
.sjp-news-page .btn-stroke {
  background: #000;
  border: 1px solid #000;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  padding: 13px 24px;
}

.sjp-news-page .load-more:hover,
.sjp-news-page .btn-stroke:hover {
  background: var(--sjp-green);
  border-color: var(--sjp-green);
  color: #fff;
}

.sjp-news-bottom-nav {
  align-items: center;
  background: var(--sjp-paper);
  border-top: 1px solid var(--sjp-line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 42px;
  padding: 22px;
}

.sjp-news-bottom-nav a {
  background: #fff;
  border: 1px solid rgba(42, 138, 66, .25);
  border-radius: 999px;
  color: #000;
  font-size: .86rem;
  font-weight: 800;
  padding: 10px 14px;
  text-decoration: none;
}

.sjp-news-bottom-nav a:hover {
  background: var(--sjp-green);
  color: #fff;
}

.sjp-news-page font[face="Nastaleeq"] {
  font-family: Nastaleeq, Arial, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .sjp-news-shell {
    padding-top: 0;
  }

  .sjp-news-nav {
    top: 55px;
  }

  .sjp-news-page .card-row,
  .sjp-news-page .section.mb-0 > .row,
  .sjp-news-page .featured-posts-grid .row,
  .sjp-news-page .video-playlist .row {
    grid-template-columns: 1fr 1fr;
  }

  .sjp-news-category .blog__content,
  .sjp-news-category .sidebar {
    width: 100%;
  }

  .sjp-news-category .sidebar {
    display: block !important;
    margin-top: 18px;
  }
}

@media (max-width: 720px) {
  .sjp-news-shell {
    padding-top: 0;
  }

  .sjp-news-page #header + .sjp-news-shell {
    background:
      linear-gradient(180deg, #000 0, #000 67px, #f8fbf9 67px, #fff 427px),
      #fff;
    padding-top: 67px;
  }

  .sjp-news-hero__inner {
    padding: 34px 18px 38px;
  }

  .sjp-news-nav {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 14px;
    top: 51px;
  }

  .sjp-news-band,
  .sjp-news-main,
  .sjp-news-page .featured-posts-grid {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .sjp-news-page .card-row,
  .sjp-news-page .section.mb-0 > .row,
  .sjp-news-page .featured-posts-grid .row,
  .sjp-news-page .section.mb-0 .row .row,
  .sjp-news-page .video-playlist .row,
  .sjp-news-category .blog__content > .entry.card.post-list,
  #results > .entry.card.post-list {
    grid-template-columns: 1fr;
  }

  .sjp-news-page .featured-posts-grid__item--sm .entry.card {
    grid-template-columns: 1fr;
  }

  .sjp-news-page .featured-posts-grid__item--sm .card__img-holder,
  .sjp-news-category .post-list__img-holder,
  #results .post-list__img-holder {
    height: auto;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .sjp-news-category .post-list__body,
  #results .post-list__body {
    padding: 15px;
  }

  .sjp-news-page .video-playlist {
    border-radius: 0;
    margin-left: -14px;
    margin-right: -14px;
    padding: 14px;
  }

  .sjp-news-page .video-playlist__list-item,
  .sjp-news-page .post-list-small__entry {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .sjp-news-page .post-list-small__img-holder {
    min-height: 66px;
    width: 88px;
  }

  .sjp-news-page .entry__body,
  .sjp-news-page .card__body,
  .sjp-news-page .post-list__body {
    padding: 15px;
  }
}

@media (max-width: 440px) {
  .sjp-news-hero h1 {
    font-size: 2rem;
  }

  .sjp-news-page .video-playlist__list-item,
  .sjp-news-page .post-list-small__entry {
    grid-template-columns: 1fr;
  }

  .sjp-news-page .video-playlist__list-item-thumb,
  .sjp-news-page .post-list-small__img-holder {
    aspect-ratio: 16 / 9;
    min-height: 0;
    width: 100%;
  }

  .sjp-news-page .entry__title {
    font-size: .98rem;
  }
}

@media (min-width: 992px) {
  .sjp-news-shell {
    background: #fff;
  }

  .sjp-news-hero {
    border-bottom-width: 4px;
  }

  .sjp-news-hero__inner {
    padding: 34px 24px 36px;
  }

  .sjp-news-hero h1 {
    font-size: 42px;
    line-height: 1.08;
    max-width: 820px;
  }

  .sjp-news-hero p:not(.sjp-news-kicker) {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 12px;
  }

  .sjp-news-nav {
    box-shadow: none;
    justify-content: center;
    padding: 10px 22px;
    top: 60px;
  }

  .sjp-news-nav a {
    border-radius: 6px;
    font-size: 13px;
    padding: 10px 12px;
  }

  .sjp-news-band {
    padding-top: 28px !important;
  }

  .sjp-news-page .video-playlist {
    background: #fff;
    border: 1px solid var(--sjp-line);
    border-radius: 0;
    box-shadow: none;
    padding: 18px;
  }

  .sjp-news-page .video-playlist .row {
    gap: 18px;
    grid-template-columns: minmax(0, 1.8fr) 360px;
  }

  .sjp-news-page .entry.card,
  .sjp-news-page .post-list-small__item,
  .sjp-news-page .video-playlist__list-item,
  .sjp-news-page .thumb,
  .sjp-news-page .sidebar .widget {
    border-color: #dfe7e2;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .sjp-news-page .entry.card:hover,
  .sjp-news-page .post-list-small__item:hover,
  .sjp-news-page .video-playlist__list-item:hover {
    border-color: var(--sjp-green);
    box-shadow: none;
    transform: none;
  }

  .sjp-news-page .card-row {
    gap: 20px;
  }

  .sjp-news-page .entry__img-holder,
  .sjp-news-page .post-list__img-holder,
  .sjp-news-page .video-playlist__list-item-thumb,
  .sjp-news-page .thumb__img-holder {
    background: #f0f3f1;
  }

  .sjp-news-page .entry__img,
  .sjp-news-page .post-list-small__img-holder img,
  .sjp-news-page .video-playlist__list-item-img {
    border-radius: 0;
  }

  .sjp-news-page .entry__img.-show-desktop {
    display: block !important;
  }

  .sjp-news-page .entry__img.-hide-desktop {
    display: none !important;
  }

  .sjp-news-page .card__img-holder {
    aspect-ratio: 16 / 9;
  }

  .sjp-news-page .featured-posts-grid__item--lg .card__img-holder,
  .sjp-news-page .video-playlist .featured-posts-grid__item--lg .card__img-holder {
    aspect-ratio: 16 / 8;
  }

  .sjp-news-page .featured-posts-grid__item--sm .entry.card {
    grid-template-columns: minmax(0, 1fr) 220px;
    min-height: 180px;
  }

  .sjp-news-page .featured-posts-grid__item--sm .card__img-holder {
    min-height: 180px;
  }

  .sjp-news-page .entry__body,
  .sjp-news-page .card__body,
  .sjp-news-page .post-list__body {
    padding: 16px;
  }

  .sjp-news-page .entry__title {
    font-size: 18px;
    line-height: 1.28;
  }

  .sjp-news-page .card-row .entry__title {
    font-size: 15px;
  }

  .sjp-news-page .entry__meta {
    border-left-width: 3px;
    padding: 6px 9px;
  }

  .sjp-news-page .section {
    margin-top: 30px;
    padding-top: 24px;
  }

  .sjp-news-page .section.mb-0 > .row {
    gap: 20px;
  }

  .sjp-news-page .section.mb-0 > .row > .col-md-6 {
    border-radius: 0;
    padding: 18px;
  }

  .sjp-news-page .post-list-small__entry {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .sjp-news-page .post-list-small__item {
    padding: 9px;
  }

  .sjp-news-category .blog__content > .entry.card.post-list,
  #results > .entry.card.post-list {
    grid-template-columns: 240px minmax(0, 1fr);
    min-height: 180px;
  }

  .sjp-news-category .post-list__img-holder,
  #results .post-list__img-holder {
    min-height: 180px;
  }

  .sjp-news-page .entry__img-holder.sjp-news-image-missing,
  .sjp-news-page .post-list-small__img-holder.sjp-news-image-missing,
  .sjp-news-page .video-playlist__list-item-thumb.sjp-news-image-missing,
  .sjp-news-page .thumb__img-holder.sjp-news-image-missing {
    background: #111;
  }

  .sjp-news-page .entry__img-holder.sjp-news-image-missing:before,
  .sjp-news-page .post-list-small__img-holder.sjp-news-image-missing:before,
  .sjp-news-page .video-playlist__list-item-thumb.sjp-news-image-missing:before,
  .sjp-news-page .thumb__img-holder.sjp-news-image-missing:before {
    display: none;
  }

  .sjp-news-page .entry__img-holder.sjp-news-image-missing:after,
  .sjp-news-page .post-list-small__img-holder.sjp-news-image-missing:after,
  .sjp-news-page .video-playlist__list-item-thumb.sjp-news-image-missing:after,
  .sjp-news-page .thumb__img-holder.sjp-news-image-missing:after {
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: .08em;
    padding: 0;
  }
}

.sjp-news-clean,
.sjp-news-clean-sections {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 22px 0;
}

.sjp-news-clean-wrap {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 2fr) 360px;
}

.sjp-news-clean-card {
  background: #fff;
  border: 1px solid #dfe7e2;
  display: grid;
  min-width: 0;
}

.sjp-news-clean-card__media {
  background: #101412;
  display: block;
  overflow: hidden;
  position: relative;
}

.sjp-news-clean-card__media:empty:before,
.sjp-news-clean-card__media.sjp-news-image-missing:before {
  align-items: center;
  color: #fff;
  content: "SJP Legal News";
  display: flex;
  font-size: 12px;
  font-weight: 900;
  inset: 0;
  justify-content: center;
  letter-spacing: .08em;
  position: absolute;
  text-transform: uppercase;
}

.sjp-news-clean-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sjp-news-clean-card__body {
  padding: 16px;
}

.sjp-news-clean-card__meta {
  align-items: center;
  color: #627067;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: .04em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.sjp-news-clean-card__meta span {
  color: #2A8A42;
}

.sjp-news-clean-card h2 {
  color: #050706;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
}

.sjp-news-clean-card h2 a {
  color: inherit;
  text-decoration: none;
}

.sjp-news-clean-card h2 a:hover {
  color: #2A8A42;
}

.sjp-news-clean-card p {
  color: #56625a;
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.sjp-news-clean-card.is-urdu {
  direction: ltr;
}

.sjp-news-clean-card.is-urdu .sjp-news-clean-card__body,
.sjp-news-clean-card.is-urdu h2,
.sjp-news-clean-card.is-urdu p {
  direction: rtl;
  text-align: right;
}

.sjp-news-clean-card--lead {
  grid-template-rows: auto 1fr;
}

.sjp-news-clean-card--lead .sjp-news-clean-card__media {
  aspect-ratio: 16 / 8.5;
}

.sjp-news-clean-card--lead h2 {
  font-size: 32px;
  line-height: 1.12;
}

.sjp-news-clean-latest {
  border-top: 4px solid #000;
}

.sjp-news-clean-card--compact {
  border-width: 0 0 1px;
  column-gap: 16px;
  grid-template-columns: 118px minmax(0, 1fr);
  padding: 14px 0;
}

.sjp-news-clean-card--compact .sjp-news-clean-card__media {
  aspect-ratio: 4 / 3;
}

.sjp-news-clean-card--compact .sjp-news-clean-card__body {
  padding: 0;
}

.sjp-news-clean-card--compact h2 {
  font-size: 15px;
  line-height: 1.3;
}

.sjp-news-clean-card--compact p {
  display: none;
}

.sjp-news-clean-section {
  border-top: 1px solid #dfe7e2;
  margin-top: 34px;
  padding-top: 20px;
}

.sjp-news-clean-section__head {
  align-items: center;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.sjp-news-clean-section__head h2 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: .03em;
  margin: 0;
  text-transform: uppercase;
}

.sjp-news-clean-section__head h2:before {
  background: #2A8A42;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 9px;
  vertical-align: -3px;
  width: 6px;
}

.sjp-news-clean-section__head a {
  color: #2A8A42;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.sjp-news-clean-grid,
.sjp-news-clean-photo-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sjp-news-clean-card--grid .sjp-news-clean-card__media,
.sjp-news-clean-card--photo .sjp-news-clean-card__media {
  aspect-ratio: 16 / 10;
}

.sjp-news-clean-card--grid h2,
.sjp-news-clean-card--photo h2 {
  font-size: 16px;
}

.sjp-news-clean-photo-grid {
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sjp-news-clean-card--photo {
  grid-template-rows: auto 1fr;
}

.sjp-news-clean-card--photo .sjp-news-clean-card__media {
  aspect-ratio: 16 / 10;
}

.sjp-news-clean-card--photo .sjp-news-clean-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
}

.sjp-news-clean-card--photo .sjp-news-clean-card__meta,
.sjp-news-clean-card--photo p {
  display: none;
}

.sjp-news-clean-card--photo h2 {
  display: -webkit-box;
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
  max-height: 45px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sjp-news-clean-two-col {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sjp-news-clean-two-col .sjp-news-clean-section {
  margin-top: 34px;
}

.sjp-news-clean-two-col .sjp-news-clean-grid {
  grid-template-columns: 1fr;
}

.sjp-news-clean-two-col .sjp-news-clean-card--grid {
  column-gap: 18px;
  grid-template-columns: 170px minmax(0, 1fr);
}

.sjp-news-clean-two-col .sjp-news-clean-card--grid .sjp-news-clean-card__media {
  aspect-ratio: 4 / 3;
}

.sjp-news-clean-two-col .sjp-news-clean-card--grid .sjp-news-clean-card__body {
  padding: 4px 14px 4px 0;
}

.sjp-news-clean-two-col .sjp-news-clean-card--grid.is-urdu .sjp-news-clean-card__body {
  padding-left: 14px;
  padding-right: 0;
}

@media (max-width: 991px) {
  .sjp-news-clean,
  .sjp-news-clean-sections {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sjp-news-clean-wrap,
  .sjp-news-clean-photo-grid,
  .sjp-news-clean-two-col {
    grid-template-columns: 1fr;
  }

  .sjp-news-clean-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sjp-news-clean-card--lead h2 {
    font-size: 26px;
  }

  .sjp-news-clean-card--photo .sjp-news-clean-card__body {
    min-height: 68px;
  }
}

@media (max-width: 620px) {
  .sjp-news-clean-grid,
  .sjp-news-clean-two-col .sjp-news-clean-grid,
  .sjp-news-clean-two-col .sjp-news-clean-card--grid {
    grid-template-columns: 1fr;
  }

  .sjp-news-clean-card--compact {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .sjp-news-clean-card--lead h2 {
    font-size: 22px;
  }
}

.sjp-news-category .sidebar .widget-popular-posts .post-list-small__item {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  overflow: visible;
  padding: 16px 0;
  position: relative;
  transform: none;
}

.sjp-news-category .sidebar .widget-popular-posts .post-list-small__entry {
  display: block;
  grid-template-columns: none;
}

.sjp-news-category .sidebar .widget-popular-posts .post-list-small__img-holder {
  aspect-ratio: auto;
  border-radius: 50%;
  float: left;
  height: 88px;
  margin-right: 16px;
  min-height: 88px;
  width: 88px;
}

.sjp-news-category .sidebar .widget-popular-posts .post-list-small__img-holder .thumb-container,
.sjp-news-category .sidebar .widget-popular-posts .post-list-small__img-holder .thumb-100,
.sjp-news-category .sidebar .widget-popular-posts .post-list-small__img-holder a {
  display: block;
  height: 100%;
  width: 100%;
}

.sjp-news-category .sidebar .widget-popular-posts .post-list-small__img-holder img {
  display: block !important;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.sjp-news-category .sidebar .widget-popular-posts .post-list-small__body {
  display: block;
  max-height: 130px !important;
  min-height: 130px !important;
  overflow: hidden;
  padding: 0;
  width: auto;
}

.sjp-news-category .sidebar .widget-popular-posts .post-list-small__entry-title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: 5px;
}

.sjp-news-category .sidebar .widget-popular-posts .post-list-small__entry-title a {
  color: #171821;
  display: inline;
  width: auto;
}

.sjp-news-category .sidebar .widget-popular-posts .post-list-small__entry-title font {
  display: inline;
  float: right !important;
  line-height: 40px !important;
  width: auto;
}

.sjp-news-category .sidebar .widget-popular-posts .post-list-small__body .entry__meta {
  background: transparent;
  border: 0;
  color: inherit;
  display: block;
  padding: 0;
}

.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__item {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  overflow: visible;
  padding: 16px 0;
  position: relative;
  transform: none;
}

.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__entry {
  display: block;
  grid-template-columns: none;
}

.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__img-holder {
  aspect-ratio: auto;
  border-radius: 50%;
  float: left;
  height: 88px;
  margin-right: 16px;
  min-height: 88px;
  width: 88px;
}

.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__img-holder .thumb-container,
.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__img-holder .thumb-100,
.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__img-holder a {
  display: block;
  height: 100%;
  width: 100%;
}

.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__img-holder img {
  display: block !important;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__body {
  display: block;
  max-height: 130px !important;
  min-height: 130px !important;
  overflow: hidden;
  padding: 0;
  width: auto;
}

.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__entry-title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: 5px;
}

.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__entry-title a {
  color: #171821;
  display: inline;
  width: auto;
}

.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__entry-title font {
  display: inline;
  float: right !important;
  line-height: 40px !important;
  width: auto;
}

.sjp-news-detail-page .sidebar .widget-popular-posts .post-list-small__body .entry__meta {
  background: transparent;
  border: 0;
  color: inherit;
  display: block;
  padding: 0;
}

.sjp-news-detail {
  background: #fff;
  border: 1px solid #dfe7e2;
  margin-top: 28px;
  padding-bottom: 28px;
}

.sjp-news-detail .row {
  display: flex;
  flex-wrap: wrap;
}

.sjp-news-detail .blog__content {
  min-width: 0;
}

.sjp-news-detail .single-post__entry-title {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.14;
  margin: 0;
  width: 100%;
}

.sjp-news-detail-image {
  background: #101412;
  border: 0;
  border-radius: 0;
  margin: 0 0 24px;
  max-height: none;
  overflow: hidden;
  width: 100%;
}

.sjp-news-detail-image img {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
  width: 100% !important;
}

.sjp-news-detail .entry__article-wrap,
.sjp-news-detail .entry__excerpt {
  color: #232923;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.sjp-news-detail .entry__excerpt > div {
  padding: 0 22px 18px !important;
}

.sjp-news-author-card {
  align-items: start;
  background: linear-gradient(135deg, #07100a 0%, #000 48%, #0d2414 100%);
  border: 1px solid rgba(42, 138, 66, .55);
  border-left: 5px solid #2A8A42;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .18);
  color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: 118px minmax(0, 1fr);
  margin: 24px 22px;
  padding: 18px;
}

.sjp-news-author-card__photo {
  background: #101412;
  border: 3px solid rgba(159,226,175,.72);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  display: block;
  height: 118px;
  min-height: 118px;
  overflow: hidden;
  width: 118px;
}

.sjp-news-author-card__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sjp-news-author-card__eyebrow {
  color: #9fe2af;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.sjp-news-author-card h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.sjp-news-author-card h3 a {
  color: #fff;
  text-decoration: none;
}

.sjp-news-author-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.sjp-news-author-card__badges span,
.sjp-news-author-card__quote {
  background: #2A8A42;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.sjp-news-author-card__rating {
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(159,226,175,.28);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 12px;
  padding: 9px 12px;
}

.sjp-news-author-card__rating span {
  color: #9fe2af;
  letter-spacing: 1px;
}

.sjp-news-author-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.sjp-news-author-card__facts div {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  display: block;
  gap: 4px;
  min-width: 180px;
  padding: 10px 16px;
}

.sjp-news-author-card__facts dt {
  color: #9fe2af;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sjp-news-author-card__facts dd {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.sjp-news-author-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.sjp-news-author-card__link {
  background: #2A8A42;
  border: 1px solid #2A8A42;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.sjp-news-author-card__link,
.sjp-news-author-card__quote {
  border-radius: 4px;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  display: inline-flex;
  justify-content: center;
  min-width: 118px;
  padding: 10px 14px;
}

.sjp-news-author-card__quote {
  background: #c01818;
  border: 1px solid #c01818;
}

.sjp-news-detail-page .lawyer-detailed-info,
.sjp-news-detail-page .lawyer-control-group--premium,
.sjp-news-detail-page a[href^="tel:"],
.sjp-news-detail-page a[href^="mailto:"] {
  display: none !important;
}

@media (max-width: 720px) {
  .sjp-news-detail {
    border-left: 0;
    border-right: 0;
    margin-top: 18px;
  }

  .sjp-news-detail .single-post__entry-title {
    font-size: 26px;
  }

  .sjp-news-author-card {
    grid-template-columns: 92px minmax(0, 1fr);
    margin-left: 15px;
    margin-right: 15px;
  }

  .sjp-news-author-card__photo {
    height: 92px;
    min-height: 92px;
    width: 92px;
  }

  .sjp-news-author-card__facts {
    grid-column: 1 / -1;
  }

  .sjp-news-author-card__actions {
    grid-column: 1 / -1;
  }
}
