@media (min-width: 1200px) {
  .post_loop_module:not(.less_width) .post-loop-row > .row {
    padding: 0 50px; } }

.post_loop_module .upper_controls {
  padding: 30px 0; }

.post_loop_module .upper_pages {
  position: absolute;
  top: -85px; }

.post_loop_module .pagination {
  display: flex;
  align-items: center; }
  .post_loop_module .pagination .page-numbers {
    padding: 0 10px;
    color: #be7a47;
    text-decoration: none;
    border-right: 1px solid #25282A; }
    .post_loop_module .pagination .page-numbers.current {
      color: #25282A; }
    .post_loop_module .pagination .page-numbers.prev, .post_loop_module .pagination .page-numbers.next {
      border-right: none; }

.post_loop_module .loop_filter {
  display: flex;
  margin-bottom: 30px;
  justify-content: flex-end;
  align-items: center; }
  .post_loop_module .loop_filter .filter_form .inputs {
    flex-wrap: wrap;
    gap: 5px; }
    .post_loop_module .loop_filter .filter_form .inputs .placeholder {
      padding: 5px 15px;
      background-color: #e9e9e8;
      border-radius: 20px;
      cursor: pointer; }
    .post_loop_module .loop_filter .filter_form .inputs input[type="radio"] {
      display: none; }
    .post_loop_module .loop_filter .filter_form .inputs input[type="radio"]:checked + .placeholder {
      background-color: #25282A;
      color: #fff; }

.post_loop_module .post-loop-row .card-container .image_container .inner {
  margin-bottom: 30px;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px; }
  .post_loop_module .post-loop-row .card-container .image_container .inner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, black, transparent);
    opacity: 0.3;
    transition: opacity 0.3s ease;
    z-index: 1; }
  .post_loop_module .post-loop-row .card-container .image_container .inner img {
    transition: transform 0.6s ease; }
  .post_loop_module .post-loop-row .card-container .image_container .inner .terms {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    gap: 10px;
    z-index: 2; }
    .post_loop_module .post-loop-row .card-container .image_container .inner .terms .term {
      background-color: #fff;
      padding: 5px 10px;
      border-radius: 15px;
      font-size: 12px; }

.post_loop_module .post-loop-row .card-container .image_container.compact .content_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  color: #fff;
  z-index: 2; }
  .post_loop_module .post-loop-row .card-container .image_container.compact .content_area .link {
    text-decoration: underline;
    font-size: 0.75rem; }

.post_loop_module .post-loop-row .card-container:hover {
  text-decoration: none; }
  .post_loop_module .post-loop-row .card-container:hover .image_container .inner .overlay {
    opacity: 1; }
  .post_loop_module .post-loop-row .card-container:hover .image_container .inner img {
    transform: scale(1.1) translate(-47.5%, -47.5%); }

.post_loop_module .post-loop-row .card-container .content_area {
  margin-bottom: 30px; }
