:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
[x-cloak] {
  display: none !important;
}

.lmn-project-filter {
  --color-bg: #f4f3ec;
  --color-card-bg: #e6e5dd;
  --color-text-main: #2a3b4c;
  --color-text-muted: #5a6b7c;
  --color-badge-bg: rgba(140, 110, 60, 0.85);
}
.lmn-project-filter .lmn-project-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .lmn-project-filter .lmn-project-layout {
    flex-direction: column;
  }
}
.lmn-project-filter .lmn-sidebar {
  width: 440px;
  flex-shrink: 0;
  background: linear-gradient(179deg, #D9D9D0 0.01%, rgba(217, 217, 208, 0) 100.06%);
  padding: 2rem;
  border-radius: 4px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
@media (max-width: 900px) {
  .lmn-project-filter .lmn-sidebar {
    width: 100%;
  }
}
.lmn-project-filter .lmn-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: 4px;
  background: #E8E8DF;
  margin-bottom: 4.3rem;
  height: 5.3rem;
}
.lmn-project-filter .lmn-filter-header h3 {
  margin: 0;
  color: #1A1919;
  font-size: var(--wp--preset--font-size--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.lmn-project-filter .lmn-filter-header .lmn-reset-btn {
  background: none;
  border: none;
  color: #1A1919;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 0;
  transition: opacity 0.2s ease;
}
.lmn-project-filter .lmn-filter-header .lmn-reset-btn:hover {
  opacity: 0.6;
}
.lmn-project-filter .lmn-filter-group {
  margin-bottom: 30px;
}
.lmn-project-filter .lmn-filter-group .lmn-filter-title {
  font-size: var(--wp--preset--font-size--font-24);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 0 0 3rem 0;
  padding-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.lmn-project-filter .lmn-filter-group .lmn-filter-title::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #BEA160;
}
.lmn-project-filter .lmn-filter-group .is-active svg path {
  fill: #e4d9c4;
}
.lmn-project-filter .lmn-pill-switcher {
  display: flex;
  background-color: #F5F4F1;
  border-radius: 72px;
  padding: 6px;
  gap: 4px;
  flex-wrap: wrap;
  height: 5rem;
}
.lmn-project-filter .lmn-pill-switcher .lmn-pill {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 8px 14px;
  border-radius: 70px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #1A1919;
  font-size: var(--wp--preset--font-size--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.25s ease-in-out;
}
.lmn-project-filter .lmn-pill-switcher .lmn-pill .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lmn-project-filter .lmn-pill-switcher .lmn-pill.is-active, .lmn-project-filter .lmn-pill-switcher .lmn-pill:hover {
  background-color: #E4D8C4;
}
.lmn-project-filter .lmn-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
}
.lmn-project-filter .lmn-checkbox-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--color-text-main);
}
.lmn-project-filter .lmn-checkbox-item .lmn-custom-box {
  transition: opacity 0.25s ease-in-out;
}
.lmn-project-filter .lmn-checkbox-item:hover .lmn-custom-box {
  opacity: 0.7;
}
.lmn-project-filter .lmn-checkbox-item:hover .lmn-checkbox-label {
  font-weight: 500;
}
.lmn-project-filter .lmn-checkbox-item .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lmn-project-filter .lmn-checkbox-item .lmn-checkbox-icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s ease;
}
.lmn-project-filter .lmn-checkbox-item .lmn-checkbox-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lmn-project-filter .lmn-checkbox-item .lmn-checkbox-icon .text {
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--color-text-main);
  z-index: 1;
}
.lmn-project-filter .lmn-checkbox-item .lmn-checkbox-label {
  color: #1A1919;
  font-size: var(--wp--preset--font-size--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  transition: font-weight 0.25s ease-in-out;
}
.lmn-project-filter .lmn-checkbox-item.is-active .lmn-checkbox-label {
  font-weight: 500;
  color: #172D47;
}
.lmn-project-filter .lmn-checkbox-item .lmn-custom-box {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lmn-project-filter .lmn-checkbox-item .lmn-custom-box svg {
  width: 100%;
  height: 100%;
  min-width: 32px;
}
.lmn-project-filter .lmn-checkbox-item input[type=checkbox]:checked + .lmn-custom-box svg path {
  fill: #E4D8C4;
}
.lmn-project-filter .lmn-checkbox-item input:checked + .lmn-custom-box::after,
.lmn-project-filter .lmn-checkbox-item input:checked + .lmn-checkbox-icon {
  background-color: #dcdad1;
}
.lmn-project-filter .lmn-checkbox-item input:checked ~ .lmn-checkbox-label {
  font-weight: 600;
}
.lmn-project-filter .lmn-main-content {
  flex-grow: 1;
  width: 100%;
}
.lmn-project-filter .lmn-projects-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
  flex-wrap: wrap;
}
.lmn-project-filter .lmn-search-wrap {
  position: relative;
  width: 100%;
  max-width: 350px;
}
.lmn-project-filter .lmn-search-wrap span {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  background: rgba(190, 161, 96, 0.3);
}
.lmn-project-filter .lmn-search-wrap .lmn-search-input {
  width: 100%;
  padding: 12px 16px 12px 65px;
  border: 1px solid #BEA160;
  border-radius: 72px;
  background-color: #F5F4F1;
  font-size: var(--wp--preset--font-size--font-14);
  color: #1A1919;
  transition: all 0.2s ease;
  height: 5rem;
}
.lmn-project-filter .lmn-search-wrap .lmn-search-input:focus {
  outline: none;
  border-color: var(--color-text-main);
  background-color: #fff;
}
.lmn-project-filter .lmn-search-wrap .lmn-search-input::-moz-placeholder {
  color: var(--color-text-muted);
}
.lmn-project-filter .lmn-search-wrap .lmn-search-input::placeholder {
  color: var(--color-text-muted);
}
.lmn-project-filter .lmn-topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.lmn-project-filter .lmn-clear-btn {
  background: none;
  border: none;
  color: #1A1919;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--font-14);
  padding: 8px;
  transition: opacity 0.2s ease;
}
.lmn-project-filter .lmn-clear-btn:hover {
  opacity: 0.6;
}
.lmn-project-filter .lmn-dropdown {
  position: relative;
}
.lmn-project-filter .lmn-dropdown .lmn-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #D9D9D0;
  height: 5rem;
  border: none;
  padding: 10px 16px;
  border-radius: 2px;
  color: #1A1919;
  font-size: var(--wp--preset--font-size--font-14);
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
  line-height: 1;
}
.lmn-project-filter .lmn-dropdown .lmn-dropdown-toggle svg {
  opacity: 0.7;
}
.lmn-project-filter .lmn-dropdown .lmn-dropdown-toggle:hover {
  background-color: #e3d9c3;
}
.lmn-project-filter .lmn-dropdown .lmn-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background-color: #F5F4F1;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  min-width: 140px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.lmn-project-filter .lmn-dropdown .lmn-dropdown-menu button {
  background: none;
  border: none;
  padding: 8px 14px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  color: #1A1919;
  font-size: var(--wp--preset--font-size--font-14);
  transition: background-color 0.25s ease-in-out;
}
.lmn-project-filter .lmn-dropdown .lmn-dropdown-menu button + button {
  margin-top: 4px;
}
.lmn-project-filter .lmn-dropdown .lmn-dropdown-menu button:hover {
  background-color: rgba(190, 161, 96, 0.15);
}
.lmn-project-filter .lmn-dropdown .lmn-dropdown-menu button.is-active {
  font-weight: 500;
  background-color: rgba(190, 161, 96, 0.15);
}
.lmn-project-filter .lmn-loader {
  grid-column: 1/-1;
  text-align: center;
  padding: 40px;
  color: #172D47;
  font-size: var(--wp--preset--font-size--font-18);
}
.lmn-project-filter .lmn-projects-grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  min-height: 600px;
}
.lmn-project-filter .lmn-project-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lmn-project-filter .lmn-card-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
  min-height: 240px;
}
.lmn-project-filter .lmn-card-image-wrap img, .lmn-project-filter .lmn-card-image-wrap .lmn-placeholder-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lmn-project-filter .lmn-card-image-wrap .lmn-placeholder-image {
  background-color: #d1d0c5;
}
.lmn-project-filter .lmn-card-image-wrap .lmn-card-badges {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lmn-project-filter .lmn-card-image-wrap .lmn-badge-location {
  border-radius: 4px;
  background: rgba(140, 111, 46, 0.7);
  backdrop-filter: blur(7px);
  color: #fff;
  padding: 6px 12px;
  font-size: var(--wp--preset--font-size--font-14);
  display: flex;
  align-items: center;
  gap: 6px;
  height: 4.1rem;
  margin-right: 2rem;
  line-height: 1;
}
.lmn-project-filter .lmn-card-image-wrap .lmn-badge-location svg {
  opacity: 0.7;
}
.lmn-project-filter .lmn-card-image-wrap .lmn-badge-commodities {
  display: flex;
  gap: 6px;
}
.lmn-project-filter .lmn-card-image-wrap .lmn-badge-commodities .lmn-commodity-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  position: relative;
}
.lmn-project-filter .lmn-card-image-wrap .lmn-badge-commodities .lmn-commodity-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lmn-project-filter .lmn-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
  min-height: 4rem;
}
.lmn-project-filter .lmn-card-header .lmn-card-title {
  margin: 0;
  color: var(--color-text-main);
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #172D47;
  font-size: var(--wp--preset--font-size--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.lmn-project-filter .lmn-card-header .lmn-card-title .lmn-card-subtitle {
  font-size: var(--wp--preset--font-size--font-20);
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  color: #1A1919;
}
.lmn-project-filter .lmn-card-header .lmn-card-arrow {
  background: none;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.lmn-project-filter .lmn-card-header .lmn-card-arrow:hover svg circle {
  stroke: #1A1919;
}
.lmn-project-filter .lmn-card-details {
  background-color: #D9D9D0;
  border-radius: 4px;
  padding: 18px 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.lmn-project-filter .lmn-card-details .lmn-detail-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
}
.lmn-project-filter .lmn-card-details .lmn-detail-row .lmn-detail-label {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #1A1919;
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.lmn-project-filter .lmn-card-details .lmn-detail-row .lmn-detail-label span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F4F1;
}
.lmn-project-filter .lmn-card-details .lmn-detail-row .lmn-detail-value {
  color: #1A1919;
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.lmn-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.lmn-project-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.lmn-project-table th, .lmn-project-table td {
  padding: 16px 20px;
  vertical-align: middle;
}
.lmn-project-table thead {
  background-color: #D9D9D0;
  height: 5rem;
  border: none !important;
}
.lmn-project-table thead th {
  color: #172D47;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding-left: 1rem !important;
}
.lmn-project-table thead th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.lmn-project-table thead th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 1rem !important;
}
.lmn-project-table tbody tr {
  transition: background-color 0.2s ease;
  border-bottom: none !important;
}
.lmn-project-table tbody tr:nth-child(even) {
  background-color: #F5F4F1;
  border-radius: 4px;
}
.lmn-project-table tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.lmn-project-table tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.lmn-project-table tbody td {
  color: #1A1919;
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding: 2rem 1rem !important;
}
.lmn-project-table tbody td a {
  color: #172D47;
}
.lmn-project-table .lmn-property-link {
  color: #3b4b66;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.lmn-project-table .lmn-property-link:hover {
  opacity: 0.7;
}

.lmn-pagination-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}

.lmn-pagination {
  display: inline-flex;
  align-items: center;
  background: #fdfdf9;
  border-radius: 40px;
  padding: 8px 16px;
  gap: 8px;
  height: 5rem;
}
.lmn-pagination .lmn-page-btn, .lmn-pagination .lmn-page-arrow {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.lmn-pagination .lmn-page-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-weight: 500;
  color: #1A1919;
  font-size: 1.4rem;
}
.lmn-pagination .lmn-page-btn:hover:not(.is-active) {
  background-color: rgba(0, 0, 0, 0.05);
}
.lmn-pagination .lmn-page-btn.is-active {
  background-color: #E4D8C4;
  color: rgb(44, 44, 44);
}
.lmn-pagination .lmn-page-arrow {
  padding: 0 8px;
}
.lmn-pagination .lmn-page-arrow svg {
  stroke: #172D47;
}
.lmn-pagination .lmn-page-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.lmn-pagination .lmn-page-dots {
  color: var(--color-text-muted);
  padding: 0 4px;
}/*# sourceMappingURL=block-project-filter.css.map */