.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bd7ba3b:#2155A3;--e-global-color-3262f4b:#2155A3;--e-global-color-1a0b27d:#EFED68;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.sng-zip-code {
  display: flex;
  position: relative;
  gap:10px; /* Set to 0 to remove gap like in image */
}

.sng-zip-code input[type="text"] {
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  outline: none;
  height: auto;
  display: block;
  width: fit-content;
  padding: 15px 15px;
  font-size: 16px;
  color: #202020;
}

.sng-zip-code button {
  background-color: #43A7DD;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.64px;
  padding: 15px 35px;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  cursor: pointer;
  transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    border 0.3s ease;
}

.sng-zip-code button:hover {
  background-color: #EFED68;
  color: #000000;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-right: none;
  border-bottom: none;
}/* End custom CSS */