@media screen and (max-width: 781px) {
  .legal-hub-hero-section {
    padding: 200px 48px 40px !important;
    background-position: bottom !important;
  }
}
.legal-hub-hero-section .wp-block-heading span {
  color: var(--wp--preset--color--custom-grand-jury-gold) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration: none !important;
}
.legal-hub-hero-section p {
  max-width: 530px;
}

@media screen and (max-width: 781px) {
  .legal-articles-section .wp-block-columns {
    padding: 80px 33px !important;
  }
}
.legal-articles-section .dropdown-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.legal-articles-section .dropdown-filters label {
  color: var(--wp--preset--color--custom-dark-blue);
  font-weight: 500;
}
.legal-articles-section .dropdown-filters select {
  border-radius: 5px;
  padding: 12px 18px;
  background-color: var(--wp--preset--color--custom-grand-jury-gold-50-tint);
  border: none;
  max-width: 300px;
  width: 100%;
  color: var(--wp--preset--color--custom-dark-blue);
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins";
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%231a253f' width='24px' height='24px' viewBox='-8.5 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.28 20.040c-0.24 0-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84 0-1.2 0.32-0.32 0.84-0.32 1.2 0l5.84 5.84 5.84-5.84c0.32-0.32 0.84-0.32 1.2 0 0.32 0.32 0.32 0.84 0 1.2l-6.44 6.44c-0.16 0.16-0.4 0.24-0.6 0.24z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 24px;
}
.legal-articles-section .dropdown-filters select option {
  background: var(--wp--preset--color--white);
}
.legal-articles-section .selected-and-reset {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.legal-articles-section .selected-and-reset .selected-term-wrap {
  color: var(--wp--preset--color--custom-dark-blue);
  background-color: var(--wp--preset--color--custom-lawful-light-blue);
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.legal-articles-section .selected-and-reset .selected-term-wrap .cross-icon {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  cursor: pointer;
  margin-right: -10px;
  font-size: 0;
  width: 19px;
  height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.legal-articles-section .selected-and-reset .selected-term-wrap .cross-icon:after {
  content: "";
  width: 17px;
  height: 1px;
  background: var(--wp--preset--color--custom-dark-blue);
  position: absolute;
}
.legal-articles-section .selected-and-reset .selected-term-wrap .cross-icon:before {
  content: "";
  width: 1px;
  height: 17px;
  background: var(--wp--preset--color--custom-dark-blue);
  display: inline-block;
}
.legal-articles-section .selected-and-reset .clear-filter {
  color: var(--wp--preset--color--custom-dark-blue);
  border: 1px solid var(--wp--preset--color--custom-dark-blue);
  border-radius: 5px;
  padding: 9px 11px;
  text-decoration: none !important;
  font-weight: 500;
}
.legal-articles-section .legal-article-cards-grid {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 781px) {
  .legal-articles-section .legal-article-cards-grid {
    margin-top: 60px;
  }
}
.legal-articles-section .legal-article-cards-grid.loading {
  opacity: 0.7;
}
.legal-articles-section .legal-article-cards-grid .legal-article-item {
  background-color: #EFEBE9;
  border-radius: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  overflow: hidden;
  position: relative;
  color: var(--wp--preset--color--custom-dark-blue);
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-category {
  text-align: center;
  width: 100%;
  color: var(--wp--preset--color--custom-grand-jury-gold);
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--custom-barrister-blue);
  padding: 10px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-category {
    font-size: 9px;
    line-height: 13.5px;
  }
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-image {
  width: 100%;
  min-height: 50px;
  max-height: 200px;
}
@media screen and (max-width: 768px) {
  .legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-image {
    max-height: 170px;
  }
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-image a {
  display: contents;
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  max-height: 200px;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-image a img {
    height: 170px;
    max-height: 170px;
  }
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 35px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 781px) {
  .legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content {
    padding: 25px 20px;
  }
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-title {
  margin: 0;
  font-size: 17px;
  line-height: 22.95px;
}
@media screen and (max-width: 781px) {
  .legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-title {
    font-size: 15px;
    line-height: 20.25px;
  }
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-excerpt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--wp--preset--color--custom-indemnity-indigo);
  font-size: 13px;
  line-height: 22px;
}
@media screen and (max-width: 781px) {
  .legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-excerpt {
    font-size: 12px;
    line-height: 19.8px;
  }
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-readmore {
  margin-top: 10px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
}
@media screen and (max-width: 781px) {
  .legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-readmore {
    margin-top: 5px;
    font-size: 12px;
    line-height: 19.8px;
  }
  .legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-readmore:after {
    width: 13px;
    height: 13px;
  }
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-readmore:after {
  content: "";
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url("../svg/Arrow-Right-Icon-blue.svg") center/cover no-repeat;
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-readmore:hover {
  opacity: 0.7;
}
.legal-articles-section .legal-article-cards-grid .legal-article-item {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 1200px) {
  .legal-articles-section .legal-article-cards-grid .legal-article-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 770px) {
  .legal-articles-section .legal-article-cards-grid .legal-article-item {
    width: 100%;
  }
}
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-category,
.legal-articles-section .legal-article-cards-grid .legal-article-item .legal-article-content .legal-article-readmore {
  font-weight: 600;
}
.legal-articles-section .legal-article-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 90px 0 0;
  gap: 20px;
}
@media screen and (max-width: 781px) {
  .legal-articles-section .legal-article-pagination {
    padding-top: 0px;
    gap: 10px;
  }
  .legal-articles-section .legal-article-pagination:has(.page-numbers) {
    padding-top: 60px;
  }
}
.legal-articles-section .legal-article-pagination .page-numbers {
  color: var(--wp--preset--color--custom-dark-blue);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 9px 15px;
  opacity: 0.3;
}
.legal-articles-section .legal-article-pagination .page-numbers:not(.dots):hover {
  opacity: 1;
  border-color: var(--wp--preset--color--custom-grand-jury-gold);
  background-color: var(--wp--preset--color--custom-grand-jury-gold);
}
.legal-articles-section .legal-article-pagination .page-numbers.dots {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 782px) {
  .legal-articles-section .legal-article-pagination .page-numbers:not(.dots):before {
    content: "Page ";
  }
}
.legal-articles-section .legal-article-pagination .page-numbers.current {
  opacity: 1;
  pointer-events: none;
  color: var(--wp--preset--color--custom-dark-blue);
  border-color: var(--wp--preset--color--custom-grand-jury-gold);
}
/*# sourceMappingURL=legal-hub.css.map */
