.lsa-footer {
    margin: 0;
    padding: 0;
    display: block;
}

.lsa-footer {
    width: 100%;
    background: var(--lsa-footer-bg);
    color: var(--lsa-footer-text);
}

.lsa-footer a {
    color: var(--lsa-footer-link);
}

.lsa-footer .lsa-footer-social a,
.lsa-footer .lsa-footer-social a:visited {
    color: var(--lsa-footer-icon);
}

.lsa-footer .lsa-footer-social .dashicons {
    color: var(--lsa-footer-icon);
}

.lsa-footer i,
.lsa-footer svg {
    color: var(--lsa-footer-icon);
}

.lsa-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px;
    box-sizing: border-box;
}

.lsa-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.lsa-footer-title {
    font-size: var(--lsa-footer-title-size, 22px);
    margin-bottom: 15px;
}

.lsa-footer.lsa-footer--full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    left: auto;
    right: auto;
}

.lsa-footer-col {
    padding: 0 30px;
    box-sizing: border-box;
    min-width: 0;
    overflow-wrap: break-word;
    border-left: 1px solid rgba(255,255,255,0.25);
}

.lsa-footer-col:first-child {
    border-left: none;
}


.lsa-footer-map {
    margin-top: 18px;
    width: 100%;
}

.lsa-footer-map iframe {
    width: 100%;
    height: 170px;
    border: 0;
    display: block;
    border-radius: 8px;
}


/* Footer contact form - modern, aligned */
.lsa-footer .lsa-footer-contact form,
.lsa-footer .lsa-footer-contact-form {
    margin-top: 14px;
}

.lsa-footer .lsa-footer-contact .lsa-footer-contact-note {
    margin-top: 10px;
    margin-bottom: 14px;
    opacity: 0.95;
}

.lsa-footer .lsa-footer-contact form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
}

.lsa-footer .lsa-footer-contact form input[type="text"],
.lsa-footer .lsa-footer-contact form input[type="email"]{
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.95);
    color: #111;
    box-sizing: border-box;
    font-size: 14px;
}

.lsa-footer .lsa-footer-contact form textarea{
    grid-column: 1 / -1;
    width: 100%;
    min-height: 110px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.95);
    color: #111;
    box-sizing: border-box;
    font-size: 14px;
    resize: vertical;
}

.lsa-footer .lsa-footer-contact form button,
.lsa-footer .lsa-footer-contact form input[type="submit"]{
    grid-column: 1 / -1;
    justify-self: start;
    height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    border: 0;
    background: rgba(0,0,0,0.20);
    color: var(--lsa-footer-text);
    border: 1px solid rgba(255,255,255,0.35);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.lsa-footer .lsa-footer-contact form button:hover,
.lsa-footer .lsa-footer-contact form input[type="submit"]:hover{
    background: rgba(0,0,0,0.28);
}

.lsa-footer .lsa-footer-contact .lsa-form-success,
.lsa-footer .lsa-footer-contact .lsa-form-error{
    grid-column: 1 / -1;
    margin-top: 10px;
    font-size: 14px;
}

/* Mobile */
@media (max-width: 820px){
  .lsa-footer .lsa-footer-contact form{
    grid-template-columns: 1fr;
  }
  .lsa-footer .lsa-footer-contact form button,
  .lsa-footer .lsa-footer-contact form input[type="submit"]{
    width: 100%;
    justify-self: stretch;
  }
}


/* Footer contact form - mockup style (stacked gray cards + big cyan button) */
.lsa-footer .lsa-footer-contact form{
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
}

.lsa-footer .lsa-footer-contact form input[type="text"],
.lsa-footer .lsa-footer-contact form input[type="email"],
.lsa-footer .lsa-footer-contact form textarea{
    width: 100%;
    background: #d9d9d9;
    border: 0;
    border-radius: 0;
    box-shadow: 0 10px 14px rgba(0,0,0,0.22);
    color: #4b4f57;
    font-size: 18px;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: none;
}

.lsa-footer .lsa-footer-contact form input[type="text"],
.lsa-footer .lsa-footer-contact form input[type="email"]{
    height: 42px;
}

.lsa-footer .lsa-footer-contact form textarea{
    min-height: 80px;
    resize: none;
}

.lsa-footer .lsa-footer-contact form button,
.lsa-footer .lsa-footer-contact form input[type="submit"]{
    width: 100%;
    height: 48px;
    border-radius: 999px;
    background: #16F0F2;
    color: #374047;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 14px 18px rgba(0,0,0,0.25);
    cursor: pointer;
}

.lsa-footer .lsa-footer-contact form button:hover,
.lsa-footer .lsa-footer-contact form input[type="submit"]:hover{
    filter: brightness(0.98);
}


/* Footer contact form - match provided mockup */
.lsa-footer .lsa-footer-form{
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
}

.lsa-footer .lsa-footer-form input[type="text"],
.lsa-footer .lsa-footer-form input[type="email"],
.lsa-footer .lsa-footer-form textarea{
    width: 100%;
    background: #d9d9d9;
    border: 0;
    border-radius: 0;
    box-shadow: 0 10px 14px rgba(0,0,0,0.22);
    color: #4b4f57;
    font-size: 18px;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: none;
}

.lsa-footer .lsa-footer-form input[type="text"],
.lsa-footer .lsa-footer-form input[type="email"]{
    height: 42px;
}

.lsa-footer .lsa-footer-form textarea{
    min-height: 80px;
    resize: none;
}

.lsa-footer .lsa-footer-form .lsa-footer-btn,
.lsa-footer .lsa-footer-form button.lsa-footer-btn{
    width: 100%;
    height: 48px;
    border-radius: 999px;
    background: #16F0F2;
    color: #374047;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 14px 18px rgba(0,0,0,0.25);
    cursor: pointer;
}

.lsa-footer .lsa-footer-form .lsa-footer-btn:hover{
    filter: brightness(0.98);
}

/* Footer social: larger icons spanning full width */
.lsa-footer .lsa-footer-social{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.lsa-footer .lsa-footer-social .dashicons{
  font-size: 40px;
  width: 40px;
  height: 40px;
}

.lsa-footer .lsa-footer-social .lsa-social-svg{
  width: 40px;
  height: 40px;
  display:block;
}

/* Spacer line + title above map */
.lsa-footer .lsa-footer-map-sep{
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.28);
  margin: 14px 0 10px 0;
}

.lsa-footer .lsa-footer-map-title{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: var(--lsa-footer-text);
}



/* Footer company logo */
.lsa-footer .lsa-footer-company-logo img{
  max-width: 220px;
  height: auto;
  display: block;
}


/* Footer Links CTA */
.lsa-footer .lsa-footer-cta-wrap{
  margin-top: 14px;
}
.lsa-footer .lsa-footer-cta{
  display: inline-block;
}

/* Sidebar Button Links */
.lsa-sidebar-links-wrap{
  margin-top: 24px;
}
.lsa-sidebar-links-inner{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Some themes/browsers can ignore flex-gap in column layouts; we also set an inline
   margin-bottom per button for reliable spacing. Ensure last button has no extra gap. */
.lsa-sidebar-links-inner .lsa-sidebar-link-btn:last-child{
  margin-bottom: 0 !important;
}
.lsa-sidebar-link-btn{
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.lsa-sidebar-link-btn:hover{
  filter: brightness(1.05);
}
