.post-type-archive-rule .site_layout .page-content {
  padding: 30px 15px;
}
@media (min-width: 1600px) {
  .post-type-archive-rule .site_layout .page-content {
    padding: 50px 100px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .post-type-archive-rule .site_layout .page-content {
    padding: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-type-archive-rule .site_layout .page-content {
    padding: 30px 30px;
  }
}
.post-type-archive-rule .rules-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .post-type-archive-rule .rules-search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 50px 0 75px;
  }
}
.post-type-archive-rule .rules-search input,
.post-type-archive-rule .rules-search select,
.post-type-archive-rule .rules-search button,
.post-type-archive-rule .rules-search .select2 .select2-selection {
  border-radius: unset;
  text-transform: uppercase;
  height: 60px;
  border: 1px solid white;
  letter-spacing: 2px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .post-type-archive-rule .rules-search input,
.post-type-archive-rule .rules-search select,
.post-type-archive-rule .rules-search button,
.post-type-archive-rule .rules-search .select2 .select2-selection {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .post-type-archive-rule .rules-search .select2.select2-container {
    width: 100% !important;
  }
}
.post-type-archive-rule .rules-search .select2.select2-container.select2-container--open .select2-selection .select2-selection__arrow:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.post-type-archive-rule .rules-search .select2.select2-container .select2-selection .select2-selection__rendered {
  line-height: 60px;
  padding-left: 15px;
  padding-right: 50px;
}
.post-type-archive-rule .rules-search .select2.select2-container .select2-selection .select2-selection__arrow {
  height: 60px;
  width: 50px;
  top: 0;
  right: 5px;
}
.post-type-archive-rule .rules-search .select2.select2-container .select2-selection .select2-selection__arrow:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-weight: 300;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #F5000C;
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.post-type-archive-rule .rules-search .select2.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.post-type-archive-rule .rules-search button {
  border: 1px solid #F5000C;
}
.post-type-archive-rule .rule-search-error {
  display: none;
}
.post-type-archive-rule .cat-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.post-type-archive-rule .cat-title:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .post-type-archive-rule .cat-title:not(:first-child) {
    margin-top: 75px;
  }
}
@media (min-width: 768px) {
  .post-type-archive-rule .cat-title {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .post-type-archive-rule .cat-title {
    font-size: 22px;
  }
}
.post-type-archive-rule .rules {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-type-archive-rule .rules > ul {
  padding: 0;
}
.post-type-archive-rule .rules--headline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 15px 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.post-type-archive-rule .rules--headline:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .post-type-archive-rule .rules--headline {
    padding: 25px 50px;
  }
}
.post-type-archive-rule .rules--headline .rule-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .post-type-archive-rule .rules--headline .rule-title {
    font-size: 18px;
  }
}
.post-type-archive-rule .rules--headline .rule-handler {
  color: #F5000C;
  margin-left: auto;
  font-size: 22px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.post-type-archive-rule .rules--content {
  display: none;
  background-color: #F9F9F9;
  padding: 30px 50px;
  font-size: 18px;
}
.post-type-archive-rule .rules--content .btn {
  margin-top: 30px;
}
.post-type-archive-rule .rules .rule {
  list-style: none;
}
.post-type-archive-rule .rules .rule:not(:last-child) {
  margin-bottom: 25px;
}
.post-type-archive-rule .rules .rule.open .rules--headline .rule-handler {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.post-type-archive-rule .rules .rule ul li {
  margin-bottom: 10px;
}

body.single-rule #single-rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1024px;
  width: 100%;
  min-height: calc(100vh - 100px);
  margin: 50px auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  body.single-rule #single-rule {
    padding: 0 30px;
  }
}
body.single-rule #single-rule .single-post-title {
  margin-bottom: 30px;
  font-size: 22px;
}
@media (min-width: 1600px) {
  body.single-rule #single-rule .single-post-title {
    font-size: 3em;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  body.single-rule #single-rule .single-post-title {
    font-size: 32px;
  }
}
body.single-rule #single-rule .content {
  background-color: #fff;
  padding: 30px;
  font-size: 16px;
  color: #2D2D2E;
}
@media (min-width: 1140px) {
  body.single-rule #single-rule .content {
    padding: 50px;
  }
}
body.single-rule #single-rule .content ul li {
  margin-bottom: 10px;
}
body.single-rule #single-rule .back-rules {
  margin-top: 30px;
  color: #363636;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1600px) {
  body.single-rule #single-rule .back-rules {
    margin-top: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  body.single-rule #single-rule .back-rules {
    margin-top: 50px;
  }
}
body.single-rule #single-rule .back-rules:hover {
  color: #F5000C;
}
body.single-rule #single-rule .back-rules i {
  margin-right: 40px;
  color: #F5000C;
}