@media screen and (max-width: 781px) {
  .notable-cases-hero-section .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.notable-cases-hero-section .wp-block-columns .content-col {
  padding: 80px 0 !important;
}
.notable-cases-hero-section .wp-block-column {
  position: relative;
  overflow: hidden;
}
.notable-cases-hero-section .content-col .wp-block-group {
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 655px;
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  .notable-cases-hero-section .content-col .wp-block-group {
    margin: auto;
    max-width: none;
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media screen and (min-width: 782px) {
  .notable-cases-hero-section .content-col .wp-block-group .wp-block-heading {
    padding-bottom: 5px;
  }
}
.notable-cases-hero-section .content-col .wp-block-group .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;
}
@media screen and (min-width: 782px) {
  .notable-cases-hero-section .content-col .wp-block-group p {
    max-width: 400px;
  }
}
.notable-cases-hero-section .content-col .wp-block-group .list-with-check {
  list-style: none;
  padding-left: 35px;
  font-weight: 500;
}
.notable-cases-hero-section .content-col .wp-block-group .list-with-check li {
  padding-bottom: 3px;
}
.notable-cases-hero-section .content-col .wp-block-group .list-with-check li:before {
  content: "";
  background: url("../svg/check-icon.svg") center/cover no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: -37px;
  margin-right: 18px;
  padding: 2px;
}
.notable-cases-hero-section .content-col .wp-block-group .wp-element-button {
  margin-top: 10px;
}
.notable-cases-hero-section .content-col .wp-block-group .wp-element-button:hover {
  color: var(--wp--preset--color--custom-dark-blue) !important;
  background-color: var(--wp--preset--color--custom-grand-jury-gold) !important;
}
.notable-cases-hero-section .wp-block-image {
  width: 100%;
  height: 100%;
}
.notable-cases-hero-section .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notable-cases-hero-section .small-title {
  font-weight: 500;
}
.notable-cases-hero-section .small-title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: sub;
  background: url(../svg/rate-star-empty.svg) center/22px no-repeat;
}

@media screen and (max-width: 781px) {
  .notable-cases-section .wp-block-columns {
    padding: 80px 33px !important;
  }
}
.notable-cases-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;
}
.notable-cases-section .dropdown-filters label {
  color: var(--wp--preset--color--custom-dark-blue);
  font-weight: 500;
}
.notable-cases-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;
}
.notable-cases-section .dropdown-filters select option {
  background: var(--wp--preset--color--white);
}
.notable-cases-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;
}
.notable-cases-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;
}
.notable-cases-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;
}
.notable-cases-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;
}
.notable-cases-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;
}
.notable-cases-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;
}
.notable-cases-section .notable-case-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) {
  .notable-cases-section .notable-case-cards-grid {
    margin-top: 60px;
  }
}
.notable-cases-section .notable-case-cards-grid.loading {
  opacity: 0.7;
}
.notable-cases-section .notable-case-cards-grid .notable-case-item {
  background-color: var(--wp--preset--color--custom-grand-jury-gold-50-tint);
  border-radius: 20px;
  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);
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-image {
  width: 100%;
  position: relative;
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-image a {
  display: contents;
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
  min-height: 100%;
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 45px 40px 53px;
  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: 31px;
}
@media screen and (max-width: 781px) {
  .notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-content {
    padding: 40px 30px;
    gap: 25px;
  }
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-title {
  margin: 0;
  font-size: 19px;
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-offence {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 60px);
  background-color: var(--wp--preset--color--custom-grand-jury-gold);
  border-radius: 5px;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  text-decoration: none !important;
  font-weight: 500;
  position: absolute;
  top: 37px;
  left: 39px;
}
@media screen and (max-width: 781px) {
  .notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-offence {
    left: 30px;
  }
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-outcome {
  text-decoration: none !important;
  font-weight: 500;
  position: absolute;
  color: white;
  padding: 10px 40px;
  width: 100%;
  border-radius: 0;
  background-color: var(--wp--preset--color--custom-barrister-blue);
  left: 0;
  top: unset;
  bottom: 0;
}
@media screen and (max-width: 781px) {
  .notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-outcome {
    padding: 10px 30px;
  }
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-court-name {
  margin-top: -5px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--custom-grand-jury-gold);
  line-height: 1.2;
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-excerpt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-readmore {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--wp--preset--color--custom-grand-jury-gold);
  border-radius: 5px;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  text-decoration: none !important;
  font-weight: 500;
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-readmore:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--custom-barrister-blue);
}
.notable-cases-section .notable-case-cards-grid .notable-case-item {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 1200px) {
  .notable-cases-section .notable-case-cards-grid .notable-case-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 781px) {
  .notable-cases-section .notable-case-cards-grid .notable-case-item {
    width: 100%;
  }
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-offence {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--wp--preset--color--custom-grand-jury-gold);
  border-radius: 5px;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  text-decoration: none !important;
  font-weight: 500;
  position: absolute;
  top: 37px;
  left: 39px;
}
.notable-cases-section .notable-case-cards-grid .notable-case-item .notable-case-outcome {
  color: white;
  padding: 10px 40px;
  width: 100%;
  border-radius: 0;
  background-color: var(--wp--preset--color--custom-barrister-blue);
  left: 0;
  top: unset;
  bottom: 0;
}
.notable-cases-section .notable-case-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) {
  .notable-cases-section .notable-case-pagination {
    padding-top: 0px;
    gap: 10px;
  }
  .notable-cases-section .notable-case-pagination:has(.page-numbers) {
    padding-top: 60px;
  }
}
.notable-cases-section .notable-case-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;
}
.notable-cases-section .notable-case-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);
}
.notable-cases-section .notable-case-pagination .page-numbers.dots {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 782px) {
  .notable-cases-section .notable-case-pagination .page-numbers:not(.dots):before {
    content: "Page ";
  }
}
.notable-cases-section .notable-case-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=notable-cases.css.map */
