/*
Theme Name:     97Smiles Child
Theme URI:      https://97smiles.com
Description:    Child theme for 97Smiles multi-location site
Author:         Your Name
Author URI:     https://yourwebsite.com
Template:       hello-elementor
Version:        1.0.0
*/

/* Import parent styles */
@import url("../twentytwentyfour/style.css");

/* Custom location page styling */
.location-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}
.location-menu {
    background: #0073AA;
    color: #fff;
    padding: 1rem;
}
.location-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.location-menu ul li {
    margin-right: 1rem;
}
.location-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.content-area {
    margin: 2rem 0;
}
.location-footer {
    background: #f1f1f1;
    padding: 2rem;
}
.footer-widget {
    margin-bottom: 1rem;
}

/* Break our Location Footer out to full viewport width */
.location-footer-fullwidth {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden; /* in case there’s horizontal overflow */
}
.location-header-fullwidth,
.location-footer-fullwidth {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0;
}