/*turning off for A/B test*/

section.location-block {
  display: none;
}


.fw-container .container {
    margin-top: 40px;
   }

.FLW-map {
    width: 100%;
    padding: 40px 20px;
    background-color: #f9f9f9; 
}

.location-block .default-content-block h2 {
    font-size: 47px !important;
    line-height: 57px !important;
}

.location-block .default-content-block p {
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 400;
}

.fw-container .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Align items at the top */
    width: 100%;
}

.column-1 {
    background-color: #f4f3f3;
    flex: 0 0 34%; /* Fixed width of 34% */
    padding:40px 30px; /* Optional: Add some padding inside the column */
}

.column-1 h1 {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 20px;
    color: black !important;
}

.column-1 input[type="text"] {
  margin-right: 0;
  width: 200px;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  padding: 12px 12px;
  background-color: white;
  border: solid 1px lightgray;
  font-family: Montserrat, sans-serif;
}

.column-1 .lookup-button {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 20px 0px;
    background-color: #faa61a;
    color: white;
    border:1px solid #faa61a;
    /*border-radius: 5px;*/
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;


    &:hover {
        background-color: white;
        border:1px solid #faa61a;
        color: #faa61a;
    }
}

.column-1 h2 {
    font-size: 22px !important;
    line-height: 25px !important;
    font-weight: 800;
    /*text-transform: uppercase;*/
    margin: 30px 0px;
}

body .column-1 .state-list .list-col ul
{
    margin-bottom: 30px;
}

body .column-1 .state-list .list-col li {
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
    line-height: 23px !important;
    font-weight: 400;
    color: #812b90;
}
.flw-no-results.flw-returned-results .by-search,
.flw-returned-results .state-list,
.flw-no-results .state-list,
.column-1 .fga-notice, 
#results-block, 
.by-search, 
.flw-search-container-grid .section-header.by-state:first-of-type,
.flw-returned-results .default-fga, 
.column-1.flw-no-results .default-fga {
    display: none;
}

.column-1.flw-no-results .fga-notice, 
.flw-returned-results #results-block, 
.flw-returned-results .by-search, 
.flw-search-container-grid.flw-returned-results .section-header.by-state {
    display: inline-block;
}

.fga-notice {
  padding-top: 30px;
}

.fga-notice a {
   color: #812b90;
}

h2.section-header.by-search span {
    background-color: transparent; !important;
    text-transform: none;
}
h2.section-header.by-search::after {
    content: none !important;
}

#results-block > .wpsl-store-location:nth-child(n+3) {
  display: none;
}

.column-1 .wpsl-store-location {
    padding-bottom: 30px;
}

.column-1 .wpsl-store-location p {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.column-1 .wpsl-store-location p strong a {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #812b90;
}

.column-1 .loc-link a {
    letter-spacing: 0.56px;
    border-radius: 0 !important;
    background: #faa61a;
    border-color: #faa61a;
    font-family: Montserrat, sans-serif;
    font-size: 16px !important;
    line-height: 16px;
    padding: 10px 40px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.default-fga {
  margin-top: 60px;
}

.default-fga::before {
  display: block;
  content: "";
  height: 30px;
  background: #fff;
  margin-left: -30px;
  width: calc(100% + 60px);
  margin-bottom: 40px;
  margin-top: 30px;
}

.default-fga a {
    color: #812b90;
    font-weight: 600;
}

.column-2 {
    
    flex: 0 0 64%; /* Fixed width of 64% */
    padding-left: 20px; 

}

 gmp-pin {
      font-size: 20px;
    }

    /*.in-market .GMAMP-maps-pin-view::after {
        content: "⭐";
        position: absolute;
        top: -7px;
        right: -7px;
        font-size: 15px;
        opacity: 0;
        animation: fadeInStar 0.5s ease forwards;
        animation-delay: 1s;
      }

        @keyframes fadeInStar {
        from {
        opacity: 0;
        }
        to {
        opacity: 1;
        }
        }*/

.results-grid {padding: 50px 0px}
.results-grid h2 {
    padding-bottom: 40px;
}
.results-grid h5 {
    padding-top: 30px;
    color: #812b90;
}

.results-grid .location-block__card {
    margin: 20px 0px;
    padding-right: unset;
    min-height: 230px;
}

.results-grid .location-block__card h6,
#results-block-grid .wpsl-store-location h6 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #812b90;
}

.results-grid .location-block__card p,
#results-block-grid .wpsl-store-location p {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#results-block-grid .wpsl-store-location p a {
    color: #812b90;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

#results-block-grid .wpsl-store-location p.wpsl-contact-details a {
    color: black;
    font-size: 16px;
    font-weight: unset
}

.results-grid .location-block__card p { min-height: 79px;}

/*#results-block-grid .wpsl-contact-details span:nth-of-type(2) {
    display: none;
}*/

#results-block-grid .distance {
    clear: both; /* Ensures it starts below floated elements */
    display: block; /* Ensures it behaves as a block element */
    margin-top: -5px;
    font-size: 12px; /* Optional: Add space above it */
}


.results-grid .location-block__card--link, 
.loc-link a {
    border-radius: 0 !important;
    background: #faa61a;
    border-color: #faa61a;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    text-decoration: none;
    text-transform: uppercase;
} 


#results-block .loc-link a, 
#results-block-grid .loc-link a {
    margin-top: 20px;
} 

.results-grid .location-block__card--link:hover, 
.loc-link a:hover {
    background-color: white;
    color: #faa61a;;
}


#results-block-grid {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    gap: 30px; /* Space between items */
    justify-content: start; /* Distribute items evenly */
    margin-bottom: 40px;
}

#results-block-grid .wpsl-store-location {
    width: calc(25% - 30px); /* 25% width minus the gap */
    box-sizing: border-box; /* Include padding/border in width calculation */
    padding: 10px;
    /*border: 1px solid #f0f0f0;*/
    border-radius: 5px;
    position: relative;
}

/*.flw-search-container-grid h2.section-header.by-state:first-of-type::before {
        content: "⭐";
        position: absolute;
        top: -7px;
        right: -7px;
        font-size: 15px;
        opacity: 0;
        animation: fadeInStar 0.5s ease forwards;
        animation-delay: 2s; 
}*/

.flw-search-container-grid h2.section-header.by-state span {
    background: transparent;
    padding-right: 15px;
}

.nr-image {
    display: inline-block;
    margin-top: 20px;
    width: 70%;
}

.wpsl-store-location a.button {
  background: #812b90;
  border: 1px solid #812b90;
  color: #fff;
  padding: 8px 12px 7px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0 !important
}


.jimsBox h3 {font-size: 30px}

@media (max-width: 989px) {
    .location-block .container {
        display: flex;
        justify-content: unset;
        align-items: unset; /* Align items at the top */
        width: 100%;
        flex-direction: column;
        gap: 20px;
        padding: 0px;
    }

    .column-2 {
        flex: 0 0 100%;
        padding-left: 0px;
        height: 100%;
        align-self: center;

    }
     gmp-map {
        width: 100% !important;
        aspect-ratio: 8/11;
        display: block;
        height: 400px !important;
    }

     

    .wpsl-store-location {
        flex: 1 1 calc(33.33% - 16px); /* Adjust as needed for larger screens */
    }

    .wpsl-store-location:nth-last-child(1):nth-child(odd) {
        max-width: calc(50% - 16px);
    }

    .wpsl-store-location .loc-link {
        margin-bottom: 0px;
        display: block;
    }

    .location-block .default-content-block h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .location-block .default-content-block p {
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 400;
    }

    .state-list p.wpsl-contact-details span:nth-of-type(2) {
        display: none;
    }

}
