.srcfights-page .srcfights-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 124px 0;
  background-image: url('../images/all-fights-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 15px solid transparent;
  border-image: linear-gradient(270deg, #0277bd 0%, #f9cd15 100%);
  border-image-slice: 1;
  width: 100%;
}

.srcfights-page.details-page .srcfights-header {
  background-image: url('../images/fight-details-banner.webp');
}

.srcfights-page .srcfights-header h1 {
  color: #fff;
  font-family: Anton;
  font-size: 90px !important;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 131%;
}

@media (max-width: 520px) {
  .srcfights-page .srcfights-header h1 {
    font-size: 60px !important;
    max-width: 234px;
  }
}

.srcfights-page .srcfights-content {
  max-width: calc(min(90%, 1062px));
  margin: 0 auto;
}

.srcfights-page .yal-hr {
  height: 13px;
  background: linear-gradient(270deg, #0277bd 0%, #f9cd15 100%);
  padding: 0;
}

.srcfights-page .srcfights-search {
  display: flex;
  justify-content: end;
  padding: 65px 0 0;
}

.srcfights-page .srcfights-search .search-form {
  display: block;
  position: relative;
  width: 100%;
}

.srcfights-page .srcfights-search .search-form input.search-field {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-style: solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 14px 21px;
  border: solid 1px #c3c3c3;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
}

.srcfights-page .srcfights-search .search-form input.search-field::placeholder {
  font-weight: 700;
  color: #979797;
}

.srcfights-page .srcfights-search input[type="submit"] {
  background-color: #931cb8;
  box-shadow: rgb(174 33 218 / 80%) 0px 0px 30px 1px inset,
    rgb(255 255 255 / 60%) 0px 0px 30px 4px;
  border: 1px solid rgb(255, 255, 255, 0.6);
}

.srcfights-page .srcfights-search input.search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 51px;
  padding: 0px;
  opacity: 0;
  filter: alpha(opacity = 0);
  z-index: 1;
}

.srcfights-page .srcfights-search form:after {
  color: #979797;
}

.srcfights-page .srcfights-search form:after {
  content: "\f002";
  font-family: "fontAwesome";
  font-size: 17px;
  line-height: 17px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}

.srcfights-page .filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.srcfights-page .filters .filter-item:nth-child(1) {
  grid-area: 1 / 3 / 2 / 4;
}

.srcfights-page .filters .filter-item:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}

.srcfights-page .filters .filter-item:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}

.srcfights-page .filters .filter-item:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}

@media (max-width: 700px) {
  .srcfights-page .filters {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    margin-bottom: 40px;
  }

  .srcfights-page .filters .filter-item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }

  .srcfights-page .filters .filter-item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }

  .srcfights-page .filters .filter-item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }

  .srcfights-page .filters .filter-item:nth-child(4) {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media (max-width: 500px) {
  .srcfights-page .filters {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .srcfights-page .filters .filter-item:nth-child(1),
  .srcfights-page .filters .filter-item:nth-child(2),
  .srcfights-page .filters .filter-item:nth-child(3),
  .srcfights-page .filters .filter-item:nth-child(4) {
    grid-area: auto / auto / auto / auto;
  }
}

.srcfights-page .filter {
  margin: auto;
}

.srcfights-page .filter {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 21px;
  border: solid 1px #c3c3c3;
  background-color: #fff;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.srcfights-page .filter::after {
  content: url("../images/chevron-down.svg");
  position: absolute;
  right: 20px;
  top: 15px;
  rotate: 0deg;
  transition: all 0.3s ease-in-out;
}

.srcfights-page .filter .filter-options {
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.44);
  top: calc(100% + 8px);
  left: 0;
  z-index: 10;
  display: none;
  max-height: 310px;
  overflow-y: auto;
}

.srcfights-page .filter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
  background-color: transparent;
}

.srcfights-page .filter .filter-options .filter-option {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 21px;
  cursor: pointer;
}

.srcfights-page .filter .filter-options .filter-option:hover,
.srcfights-page .filter .filter-options .filter-option.selected {
  color: #d31cb8;
  font-weight: 600;
}
.srcfights-page .filter .filter-options .filter-option:not(:last-child) {
  border-bottom: solid 1px #dbdbdb;
}

.srcfights-page .filter .filter-label {
  text-transform: uppercase;
}

.srcfights-page .results {
  padding: 0 0 20px;
  margin: 0;
}

.srcfights-page .results ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}

.srcfights-page .results li {
  font-size: 18px;
  padding: 10px 0;
  transition: all 0.2s ease;
}

.srcfights-page .results li span {
  color: initial;
}

.srcfights-page .results li a {
  color: initial;
  text-decoration: none;
}

.srcfights-page .results li:hover {
  font-weight: 700;
}

.srcfights-page .results li:hover span {
  color: #d31cb8;
}

@media (max-width: 500px) {
  .srcfights-page .results ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.srcfights-page .pagination {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.srcfights-page .pagination .prev:hover img,
.srcfights-page .pagination .next:hover img {
  opacity: 0.6;
}

.srcfights-page .pagination .prev.disabled img,
.srcfights-page .pagination .next.disabled img {
  opacity: 0.3;
  pointer-events: none;
}

.srcfights-page .pagination .page-numbers {
  color: #031e41;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155%;
}

.srcfights-page .pagination .page-numbers.current, .srcfights-page .pagination .page-numbers:hover {
  color: #d31cb8;
}

.no-results {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.46px;
  text-align: left;  
}

.infinite-page-title-wrap .infinite-page-title-container {
  display: none;
}


.srcfights-breadcrumbs {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  text-align: left;
  padding: 60px 0 30px;
}

.srcfights-content .srcfights-breadcrumbs a {
  color: #0277BD;
  text-decoration: none;
}

.srcfights-breadcrumbs span {
  padding: 0 5px;
}

.srcfight-details .srcfight-title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 52.4px;
  text-align: left;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #031E41;
}

.srcfight-details p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  margin-bottom: 25px;
}

.srcfight-details span {
  font-weight: 700;
}

.srcfight-details .story-content p {
  line-height: 26px;
}

.srcfight-details .story-content a {
  color: #0277BD;
  display: flex;
  padding-bottom: 5px;
}

.srcfight-details .story-content a::before {
  content: url("../images/link-icon.svg");
  display: inline-block;
  margin-right: 5px;
}

.srcfight-details .story-content p a:nth-child(1) {
  padding-top: 25px;
}

.srcfight-details .story-content p a:last-child {
  padding-bottom: 0;
}

.srcfights-petition {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 65px;
}

.srcfights-petition .petition-button {
  font-family: Anton;
  font-size: 23.5px;
  font-weight: 400;
  line-height: 30.78px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
  padding: 10px 35px;
  border-radius: 45px;
  background: linear-gradient(133.79deg, #F9CD15 24.03%, #FF9658 88.15%);
  text-transform: uppercase;
}

.srcfights-petition .petition-button a {
  cursor: pointer;
  color: #000;
}

.petition-button-icon {
  background-image: url('../images/petition-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 5px;
}


.srcfights-posts {
  margin-bottom: 30px;
}

.srcfights-posts .gdlr-core-blog-grid .gdlr-core-blog-title a {
  color: #D31CB8;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
}

.infinite-single-related-post-wrap .srcfights-single-related-post-title {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  line-height: 20.4px;
  letter-spacing: 3px;
  text-align: left;
  color: #777777;
  text-transform: uppercase;
}

.srcfights-page .srcfights-posts .swiper {
  width: 100vw;
}

.srcfights-page .srcfights-posts .pagination {
  margin-top: -65px;
  flex-direction: row-reverse;
  justify-content: start;
  column-gap: 25px;
  margin-left: -8px;
  margin-bottom: 40px;
}

.pagination .swiper-button-next, .pagination .swiper-button-prev {
  position: relative;
  margin-top: 0;
  display: block;
  color: #000;
}

.pagination .swiper-button-next:after, .pagination .swiper-button-prev:after {
  font-size: 17px;
  font-weight: 700;
}

.swiper {
  width: 100%;
}
.swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.swiper-button-next, .swiper-button-prev {
  color: #000;
}

.filter-options {
  display: none;
}

.srcfights-posts .gdlr-core-blog-grid.gdlr-core-style-3 .gdlr-core-blog-info-wrapper .gdlr-core-blog-info-sep {
  margin: 0px 8px;
}