.fas-container {
    display: flex;
    gap: 2%;
    width: 100%;
}

.fas-column1 {
    width: 30%;
}

.fas-column2 {
    width: 30%;
}

.fas-column3 {
    width: 40%;
}

/* .addreddnumber {
    display: none;
} */

.fas-form select {
    margin: 20px 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem;
    background-size: 30px 30px !important;
    background: url(https://dev.palmerindustries.com/wp-content/uploads/2025/04/Vector-2.svg) no-repeat right 10px center !important;
}

select:not([size]):not([multiple]) {
    border-bottom: 1px solid #000 !important;
    border: 0;
    border-radius: 0;
    padding: 10px;
    color: var(--Text-Black, #191818);
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.buttons-container {
    margin-top: 30px;
}

form.fas-form label {
    color: var(--Text-Black, #191818);
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

form.fas-form input {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    color: rgba(105, 105, 105, 1);
}

.or-text {
    margin: 10px 0;
    display: block;
}

.buttons-container button#searchbtn {
    background-color: #87D2D2;
    padding: 12px 32px 12px 32px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #242424;
    font-family: "jost";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0;
}

.buttons-container button#searchbtn:hover {
    border-color: #000;
    background-color: transparent;
}

.buttons-container button#sink_reset_filter {
    background-color: #fff;
    padding: 12px 32px 12px 32px;
    border: 1px solid #000;
    border-radius: 0;
    color: #242424;
    font-family: "jost";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0;
}

.fas-column2 p.title {
    font-family: Jost;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: rgba(25, 24, 24, 1);
    margin-bottom: 15px;
}

.fas-column2 #locatorResults {
    margin: 20px 20px 20px 0;
}
.fas-column2 #locatorResults li {
    list-style: none;
    display: flex;
    gap: 10px;
}

.fas-column2 #locatorResults span,
.fas-column2 #locatorResults p {
    color: rgba(25, 24, 24, 1);
    font-family: Jost;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.fas-column2 #locatorResults a {
    text-decoration: underline;
}

.fas-column2 #locatorResults .dealer_category {
    color: rgba(135, 210, 210, 1);
}

#locatorResults li::marker {
    color: #000;
}

.buttons-container button#sink_reset_filter:hover {
    border-color: #87D2D2;
}

.buttons-container button i {
    color: #000;
}

.sink-column2 .sink-noresults-container {
    background-image: url(https://dev.palmerindustries.com/wp-content/uploads/2025/06/sink-imge.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 90%;
}

.sink-buttons-footnote-container {
    margin-top: 20px;
}

.sink-buttons-footnote-container p {
    color: rgba(25, 24, 24, 0.60);
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.sink-content p,
.sink-fetures ul li {
    margin: 0;
    color: rgba(25, 24, 24, 0.60);
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 10px;
}

.sink-fetures h5 {
    margin: 0;
    color: rgba(25, 24, 24, 0.60);
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.sink-content a.sr-pdf-link {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(25, 24, 24, 0.60);
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 10px;
    width: fit-content;
}

.fas-pagination {
    margin: 10px 0;
}

.fas-pagination ul {
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}

.fas-pagination ul li.fas-pg button {
    padding: 10px 15px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    font-family: jost;
    font-weight: 400;
    line-height: 25.2px;
    color: #242424;
}

.fas-pagination ul li.fas-pg.current button {
    background: #87d2d2;
    border-color: transparent;
}

.fas-pagination ul li.fas-pg button:hover {
    color: #242424;
}

@media (max-width: 769px) {
    .sink-container {
        flex-direction: column;
    }

    .sink-column1,
    .sink-column2 {
        width: 100%;
    }

    .fas-form {
        display: grid;
        gap: 0px 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .fas-container {
        flex-direction: column;
        gap: 40px;
    }

    .fas-column1, .fas-column2, .fas-column3 {
        width: 100%;
    }


    .buttons-container {
        justify-content: flex-start;
        gap: 30px;
        flex-direction: column;
    }

    .sink-fetures {
        width: 100%;
        margin: 20px 0 0;
    }

    .sinks-table .sink-list {
        margin: 10px 0px;
        flex-direction: column;
    }

    .sinks-table .sink-content {
        width: 100%;
        margin: 20px 0 0;
    }

    .sinks-table .sink-list .sink-img {
        width: 100%;
    }

    .sink-column2 .sink-noresults-container {
        position: relative;
        height: 700px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .sink-container {
        flex-direction: column;
    }

    .sink-column1,
    .sink-column2 {
        width: 100%;
    }

    .fas-form {
        display: grid;
        gap: 0px 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    .fas-container {
        flex-direction: column;
        gap: 40px;
    }

    .buttons-container {
        justify-content: flex-start;
        gap: 30px;
    }

    .fas-column1, .fas-column2, .fas-column3 {
        width: 100%;
    }

    .sink-fetures {
        width: 60%;
    }

    .sinks-table .sink-content {
        width: 70%;
    }

    .sinks-table .sink-list .sink-img {
        width: 60%;
    }

    .sink-column2 .sink-noresults-container {
        position: relative;
        height: 700px;
        margin-bottom: 40px;
    }
}

/* shweta */
.locator-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.gm-style-mtc button {
    border-radius: 0;
}

.fas-pagination ul li {
    margin: 10px 0;
}



/* Scope to your page/shortcode */
.where-to-buy-wrap #wpsl-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

/* 3-column layout */
.where-to-buy-wrap #wpsl-wrap {
  display: grid;
  grid-template-columns: 420px 1fr 520px;
  gap: 40px;
  align-items: start;
}

/* Place the sections */
.where-to-buy-wrap #wpsl-search-wrap { grid-column: 1; }
.where-to-buy-wrap #wpsl-result-list { grid-column: 2; }
.where-to-buy-wrap #wpsl-gmap { grid-column: 3; }

/* Map sizing like your screenshot */
.where-to-buy-wrap #wpsl-gmap {
  height: 520px;
  min-height: 520px;
}

/* Make search area look like your design */
.where-to-buy-wrap #wpsl-search-wrap label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

/* Inputs/selects */
.where-to-buy-wrap #wpsl-search-input,
.where-to-buy-wrap .wpsl-dropdown,
.where-to-buy-wrap .wpsl-select-wrap select {
  width: 100%;
  height: 44px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  font-size: 15px;
}

/* Space out the search controls so they stack like your screenshot */
.where-to-buy-wrap .wpsl-search {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Button style */
.where-to-buy-wrap #wpsl-search-btn {
  width: 220px;
  height: 48px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}

/* Mobile fallback */
@media (max-width: 1100px) {
  .where-to-buy-wrap #wpsl-wrap {
    grid-template-columns: 1fr;
  }
  .where-to-buy-wrap #wpsl-search-wrap,
  .where-to-buy-wrap #wpsl-result-list,
  .where-to-buy-wrap #wpsl-gmap {
    grid-column: 1;
  }
  .where-to-buy-wrap #wpsl-gmap {
    height: 420px;
    min-height: 420px;
  }
}

/* ===== Google Maps InfoWindow content styling ===== */
.wtb-infowindow { font-family: inherit; padding: 2px 0; min-width: 220px; }
.wtb-iw-title { font-size: 16px; font-weight: 700; margin: 0 0 6px; color: #222; }
.wtb-iw-address { font-size: 14px; line-height: 1.35; color: #555; margin: 0 0 8px; }
.wtb-iw-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.wtb-link { font-size: 13px; font-weight: 600; text-decoration: none; }
.wtb-link:hover { text-decoration: underline; }

/* Optional: soften the bubble container */
/*.gm-style .gm-style-iw-c { padding: 12px !important; border-radius: 12px !important; } */


