.elementor-kit-9 #wp-posts-filter-widget {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.elementor-kit-9 .pf-search {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
}

.elementor-kit-9 .pf-search input {
    flex: 1;
    padding: 8px 10px;
    font-size: 1rem;
    border-radius: 15px;
    border: 3px solid rgba(86, 87, 91, 0.20);
    background: #FFF;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0;
    max-width: 750px;
}

.elementor-kit-9 .pf-loadmore {
    text-align: center;
}

.elementor-kit-9 .pf-search button,
.elementor-kit-9 .pf-loadmore button {
    text-transform: uppercase;
}

.elementor-kit-9 .pf-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.elementor-kit-9 .pf-cats {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 8px;
    margin-bottom: 18px;
    padding: 0 20px;
}

.elementor-kit-9 .pf-cats .pf-cats-inner {
    border-radius: 15px;
    border: 3px solid rgba(86, 87, 91, 0.20);
    background: #FFF;
    min-width: 360px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.elementor-kit-9 .pf-cats .pf-cat-type {
    color: #008285;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.3px;
    padding-bottom: 16px;
}

.elementor-kit-9 .pf-cat-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.elementor-kit-9 .pf-cat-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.elementor-kit-9 .pf-cat-item input[type="checkbox"] {
  appearance: none; /* Remove default styles */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  width: 16px;
  height: 16px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: #EDEDED;
}

.elementor-kit-9 .pf-cat-item input[type="checkbox"]:checked {
  background-color:#00B3B6;
}

.elementor-kit-9 .pf-cat-item input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
}

.elementor-kit-9 .pf-cat-item label {
    color: #333D47;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.elementor-kit-9 .pf-cats button {
    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    color: #000;
}

.elementor-kit-9 .pf-cats button.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

.elementor-kit-9 .pf-posts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.elementor-kit-9 .pf-post {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 12px;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.elementor-kit-9 .pf-thumb {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #eee;
    width: 360px;
    flex-shrink: 0;
}

.elementor-kit-9 .pf-title {
    margin: 0 0 8px 0;
    color: #16272C;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
}

.elementor-kit-9 .pf-excerpt {
    margin-top: auto;
    color: #444;
    font-size: 0.95rem;
}

.elementor-kit-9 .pf-meta {
    margin-bottom: 8px;
    color: #008285;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.elementor-kit-9 .pf-readmore a {
    color: #A02A21;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 172.727% */
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.elementor-kit-9 .pf-loading {
    text-align: center;
    color: #666;
    padding: 20px 0;
}

.elementor-kit-9 .pf-error {
    color: #b00020;
    padding: 12px 0;
}