.elementor-134 .elementor-element.elementor-element-67a8b8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-134 .elementor-element.elementor-element-67a8b8f:not(.elementor-motion-effects-element-type-background), .elementor-134 .elementor-element.elementor-element-67a8b8f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0D0B;}.elementor-134 .elementor-element.elementor-element-15c1f59{padding:0% 5% 0% 5%;}@media(max-width:1024px){.elementor-134 .elementor-element.elementor-element-15c1f59{padding:0% 3% 0% 3%;}}/* Start custom CSS for shortcode, class: .elementor-element-15c1f59 *//* Nuclear option: force dark on EVERYTHING inside WPSL search area */

#wpsl-wrap *,
#wpsl-search-wrap *,
#wpsl-search-wrap > div,
#wpsl-search-wrap > form,
#wpsl-search-wrap > form > div,
#wpsl-search-wrap .wpsl-search,
#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-radius,
#wpsl-search-wrap .wpsl-results-dropdown,
#wpsl-search-wrap .wpsl-category,
#wpsl-search-wrap [class*="wpsl-"]:not(input):not(select):not(button):not([type="submit"]) {
  background: transparent !important;
  background-color: transparent !important;
}

/* Force entire search section dark */
#wpsl-search-wrap {
  background: var(--eg-forest-deep) !important;
  background-color: var(--eg-forest-deep) !important;
}

/* Form wrapper specifically */
#wpsl-search-wrap form,
#wpsl-search-wrap form#wpsl-search-form,
form#wpsl-search-form {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove any default WordPress/theme white from blocks above WPSL */
#wpsl-wrap > *:first-child,
#wpsl-search-wrap:first-child {
  margin-top: 0 !important;
}

/* Some themes add white via :before/:after pseudo-elements on form fields */
#wpsl-search-wrap *::before,
#wpsl-search-wrap *::after {
  background: transparent !important;
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   EMERALD GARDENS — FIND US PAGE CSS
   Paste into: Find Us page > Edit with Elementor > [page
   settings gear] > Advanced > Custom CSS
   Assumes site-wide-css.css is already loaded.
   ========================================================= */

.eg-grain::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 1;
}

.eg-section-num {
  font-family: var(--eg-font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--eg-brass);
  letter-spacing: 0.02em;
  display: inline-block;
}

.eg-section-header {
  max-width: var(--eg-max);
  margin: 0 auto;
  padding: 0 var(--eg-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: end;
}
.eg-section-header-lead h2 {
  font-family: var(--eg-font-display);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  margin: 1rem 0 0;
  color: var(--eg-cream);
}
.eg-section-header-lead h2 em { font-style: italic; color: var(--eg-brass); font-weight: 300; }
.eg-section-header-body p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--eg-cream-soft);
  max-width: 32rem;
  margin: 0;
  padding-bottom: 0.5rem;
}

.eg-reveal {
  opacity: 1;
  transform: none;
  transition: opacity 1s var(--eg-ease), transform 1s var(--eg-ease);
}
html.eg-js-ready .eg-reveal { opacity: 0; transform: translateY(24px); }
html.eg-js-ready .eg-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- HERO ---------- */
.eg-find-hero {
  position: relative;
  padding: clamp(8rem, 14vw, 11rem) 0 clamp(3rem, 7vw, 5rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 30%, var(--eg-brass-soft) 0%, transparent 60%),
    radial-gradient(ellipse at 10% 80%, rgba(27, 58, 46, 0.45) 0%, transparent 50%),
    linear-gradient(180deg, var(--eg-ink) 0%, var(--eg-black) 100%);
}
.eg-find-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--eg-max);
  margin: 0 auto;
  padding: 0 var(--eg-gutter);
}
.eg-find-hero-inner .eg-section-num { margin-bottom: 1.5rem; }
.eg-find-hero h1 {
  font-family: var(--eg-font-display);
  font-size: clamp(2.75rem, 7vw, 6.5rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--eg-cream);
  margin: 0 0 2rem;
}
.eg-find-hero h1 em { font-style: italic; color: var(--eg-brass); font-weight: 300; }
.eg-find-hero-lede {
  max-width: 38rem;
  font-size: 1.1rem;
  color: var(--eg-cream-soft);
  line-height: 1.65;
  margin: 0;
}

/* ---------- STATS ---------- */
.eg-find-stats {
  background: var(--eg-forest-deep);
  border-top: 1px solid var(--eg-line);
  border-bottom: 1px solid var(--eg-line);
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.eg-find-stats-inner {
  max-width: var(--eg-max);
  margin: 0 auto;
  padding: 0 var(--eg-gutter);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  text-align: center;
}
.eg-find-stat-num {
  display: block;
  font-family: var(--eg-font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--eg-brass);
  margin-bottom: 0.75rem;
}
.eg-find-stat-num em {
  font-style: normal;
  font-size: 0.6em;
  vertical-align: top;
  margin-left: 0.1em;
}
.eg-find-stat-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--eg-cream-soft);
  font-weight: 500;
  line-height: 1.5;
}

/* ---------- MAP HEADER ---------- */
.eg-find-map-header {
  background: var(--eg-black);
  padding: clamp(4rem, 8vw, 6rem) 0 clamp(2rem, 4vw, 3rem);
}

/* ============================================================
   STORE LOCATOR PLUGIN WRAPPER
   Add CSS class "eg-find-us-map-wrap" to the Elementor SECTION
   wrapping your store locator plugin widget/shortcode.
============================================================ */

.eg-find-us-map-wrap,
section.eg-find-us-map-wrap,
.elementor-section.eg-find-us-map-wrap {
  background: var(--eg-black) !important;
  padding: 0 !important;
}

.eg-find-us-map-wrap > .elementor-container {
  padding: 0 var(--eg-gutter) clamp(4rem, 8vw, 6rem) !important;
  max-width: var(--eg-max) !important;
  margin: 0 auto !important;
}

.eg-find-us-map-wrap .elementor-widget-container {
  background: var(--eg-ink) !important;
  border: 1px solid var(--eg-line);
  padding: 0 !important;
  overflow: hidden;
}

/* Style the iframe / map container the plugin renders */
.eg-find-us-map-wrap iframe,
.eg-find-us-map-wrap .wpsl-map,
.eg-find-us-map-wrap .gmap,
.eg-find-us-map-wrap [class*="map"] {
  filter: hue-rotate(-10deg) saturate(0.8) brightness(0.9);
  border-radius: 0 !important;
}

/* Common store locator plugin form/sidebar elements */
.eg-find-us-map-wrap input[type="text"],
.eg-find-us-map-wrap input[type="search"],
.eg-find-us-map-wrap select {
  background: var(--eg-forest-deep) !important;
  border: 1px solid var(--eg-line-strong) !important;
  color: var(--eg-cream) !important;
  font-family: var(--eg-font-body) !important;
  font-size: 0.9rem !important;
  padding: 0.85rem 1rem !important;
  border-radius: 0 !important;
  outline: none !important;
}
.eg-find-us-map-wrap input[type="text"]:focus,
.eg-find-us-map-wrap input[type="search"]:focus,
.eg-find-us-map-wrap select:focus {
  border-color: var(--eg-brass) !important;
}
.eg-find-us-map-wrap button,
.eg-find-us-map-wrap input[type="submit"] {
  background: var(--eg-brass) !important;
  color: var(--eg-forest-deep) !important;
  border: 1px solid var(--eg-brass) !important;
  font-family: var(--eg-font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 0.85rem 1.5rem !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: all 0.3s var(--eg-ease);
}
.eg-find-us-map-wrap button:hover {
  background: var(--eg-brass-light) !important;
  transform: translateY(-2px);
}

/* Common location list items */
.eg-find-us-map-wrap ul,
.eg-find-us-map-wrap .wpsl-results,
.eg-find-us-map-wrap [class*="location-list"] {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.eg-find-us-map-wrap li,
.eg-find-us-map-wrap .wpsl-results li {
  background: transparent !important;
  border-bottom: 1px solid var(--eg-line) !important;
  padding: 1.25rem !important;
  color: var(--eg-cream) !important;
}
.eg-find-us-map-wrap h3,
.eg-find-us-map-wrap h4,
.eg-find-us-map-wrap .wpsl-store-name {
  font-family: var(--eg-font-display) !important;
  color: var(--eg-cream) !important;
  font-weight: 400 !important;
  font-size: 1.15rem !important;
  margin: 0 0 0.5rem !important;
}
.eg-find-us-map-wrap p,
.eg-find-us-map-wrap .wpsl-store-info {
  color: var(--eg-cream-soft) !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

/* ---------- BOTTOM CTA ---------- */
.eg-find-cta {
  background: var(--eg-black);
  padding: clamp(3rem, 6vw, 5rem) var(--eg-gutter) clamp(5rem, 10vw, 8rem);
}
.eg-find-cta-inner {
  position: relative;
  max-width: var(--eg-max);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) clamp(2rem, 6vw, 5rem);
  background:
    radial-gradient(ellipse at 70% 20%, var(--eg-brass-soft) 0%, transparent 60%),
    linear-gradient(135deg, var(--eg-forest-deep) 0%, var(--eg-ink) 100%);
  border: 1px solid var(--eg-line);
  overflow: hidden;
}
.eg-find-cta-content {
  position: relative;
  z-index: 2;
  max-width: 42rem;
}
.eg-find-cta-content .eg-section-num { margin-bottom: 1.5rem; }
.eg-find-cta-content h2 {
  font-family: var(--eg-font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--eg-cream);
  margin: 0 0 1.75rem;
}
.eg-find-cta-content h2 em { font-style: italic; color: var(--eg-brass); }
.eg-find-cta-content p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--eg-cream-soft);
  margin: 0 0 2.5rem;
}
.eg-find-cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .eg-section-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .eg-find-stats-inner { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 640px) {
  .eg-find-cta-buttons { flex-direction: column; align-items: stretch; }
  .eg-find-cta-buttons .eg-btn { justify-content: center; }
}
/* =========================================================
   EMERALD GARDENS — WP STORE LOCATOR STYLING
   Add to site-wide CSS OR Find Us page Custom CSS
   Targets the [wpsl] shortcode output
   ========================================================= */

/* ---------- WRAPPER ---------- */
#wpsl-wrap {
  background: var(--eg-ink) !important;
  border: 1px solid var(--eg-line) !important;
  padding: 0 !important;
  font-family: var(--eg-font-body) !important;
  color: var(--eg-cream) !important;
  position: relative;
}

/* Brass corner accents like the rest of the site */
#wpsl-wrap::before,
#wpsl-wrap::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--eg-brass);
  z-index: 5;
  pointer-events: none;
}
#wpsl-wrap::before {
  top: 12px;
  left: 12px;
  border-right: none;
  border-bottom: none;
}
#wpsl-wrap::after {
  bottom: 12px;
  right: 12px;
  border-left: none;
  border-top: none;
}

/* ---------- SEARCH FORM (top bar) ---------- */
#wpsl-search-wrap {
  background: var(--eg-forest-deep) !important;
  border-bottom: 1px solid var(--eg-line) !important;
  padding: 1.5rem 1.75rem !important;
  margin: 0 !important;
}

#wpsl-search-wrap form {
  margin: 0 !important;
}

#wpsl-search-wrap label,
#wpsl-search-wrap .wpsl-input label {
  font-family: var(--eg-font-body) !important;
  font-size: 0.68rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--eg-cream-muted) !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
}

/* Search input fields */
#wpsl-search-input,
#wpsl-radius select,
#wpsl-results select,
#wpsl-category select,
#wpsl-search-wrap input[type="text"],
#wpsl-search-wrap select {
  background: var(--eg-ink) !important;
  background-color: var(--eg-ink) !important;
  border: 1px solid var(--eg-line-strong) !important;
  color: var(--eg-cream) !important;
  font-family: var(--eg-font-body) !important;
  font-size: 0.95rem !important;
  padding: 0.85rem 1rem !important;
  border-radius: 0 !important;
  outline: none !important;
  height: auto !important;
  min-height: 44px;
  transition: border-color 0.3s var(--eg-ease) !important;
  box-shadow: none !important;
}

#wpsl-search-input:focus,
#wpsl-radius select:focus,
#wpsl-results select:focus,
#wpsl-category select:focus {
  border-color: var(--eg-brass) !important;
}

#wpsl-search-input::placeholder {
  color: var(--eg-cream-muted) !important;
  font-style: italic;
}

/* Submit button */
#wpsl-search-btn,
#wpsl-search-wrap input[type="submit"],
#wpsl-search-wrap button[type="submit"] {
  background: var(--eg-brass) !important;
  background-color: var(--eg-brass) !important;
  background-image: none !important;
  color: var(--eg-forest-deep) !important;
  border: 1px solid var(--eg-brass) !important;
  font-family: var(--eg-font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 0.95rem 1.75rem !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s var(--eg-ease) !important;
  text-shadow: none !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 44px;
}

#wpsl-search-btn:hover,
#wpsl-search-wrap input[type="submit"]:hover,
#wpsl-search-wrap button[type="submit"]:hover {
  background: var(--eg-brass-light) !important;
  background-color: var(--eg-brass-light) !important;
  border-color: var(--eg-brass-light) !important;
  color: var(--eg-forest-deep) !important;
  transform: translateY(-2px);
}

/* Reset button */
#wpsl-reset-map {
  background: transparent !important;
  border: 1px solid var(--eg-line-strong) !important;
  color: var(--eg-cream) !important;
  font-family: var(--eg-font-body) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 0.65rem 1.25rem !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s var(--eg-ease) !important;
}

#wpsl-reset-map:hover {
  border-color: var(--eg-brass) !important;
  color: var(--eg-brass) !important;
}

/* ---------- LAYOUT (map + sidebar) ---------- */
#wpsl-gmap-wrap {
  background: var(--eg-ink) !important;
}

/* Map container */
#wpsl-gmap {
  border: none !important;
  filter: none; /* let Google Maps render normally */
}

/* ---------- SIDEBAR / RESULTS LIST ---------- */
#wpsl-stores {
  background: var(--eg-ink) !important;
  border-right: 1px solid var(--eg-line) !important;
}

#wpsl-stores ul,
#wpsl-stores ol {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#wpsl-stores li,
.wpsl-store-location {
  background: transparent !important;
  border-bottom: 1px solid var(--eg-line) !important;
  padding: 1.5rem 1.75rem !important;
  color: var(--eg-cream) !important;
  cursor: pointer;
  transition: background 0.3s var(--eg-ease) !important;
}

#wpsl-stores li:hover,
.wpsl-store-location:hover {
  background: var(--eg-forest-deep) !important;
}

#wpsl-stores li p {
  margin: 0 !important;
  font-family: var(--eg-font-body) !important;
}

/* Store name */
#wpsl-stores li strong,
#wpsl-stores .wpsl-info-window strong,
.wpsl-info-window strong {
  font-family: var(--eg-font-display) !important;
  color: var(--eg-cream) !important;
  font-weight: 400 !important;
  font-size: 1.15rem !important;
  letter-spacing: -0.01em !important;
  display: block !important;
  margin-bottom: 0.4rem !important;
}

/* Address text */
#wpsl-stores li p,
#wpsl-stores li .wpsl-store-address {
  color: var(--eg-cream-soft) !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

/* Distance badge */
#wpsl-stores li .wpsl-street,
#wpsl-stores .wpsl-direction-before {
  font-family: var(--eg-font-display) !important;
  font-style: italic !important;
  color: var(--eg-brass) !important;
  font-size: 0.85rem !important;
  margin-top: 0.5rem !important;
}

/* "Get directions" / "More info" / "Street view" links inside list items */
#wpsl-stores li a,
#wpsl-stores li a:link,
#wpsl-stores li a:visited,
.wpsl-direction-before a,
.wpsl-info-window a {
  color: var(--eg-brass) !important;
  text-decoration: none !important;
  font-family: var(--eg-font-body) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  transition: color 0.3s var(--eg-ease) !important;
}

#wpsl-stores li a:hover,
.wpsl-info-window a:hover {
  color: var(--eg-brass-light) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

/* Selected/active store */
#wpsl-stores li.wpsl-selected-store,
#wpsl-stores li.selected {
  background: var(--eg-forest-deep) !important;
  border-left: 3px solid var(--eg-brass) !important;
}

/* No results message */
#wpsl-result-list .wpsl-not-found,
#wpsl-stores .wpsl-not-found {
  font-family: var(--eg-font-display) !important;
  font-style: italic !important;
  color: var(--eg-cream-muted) !important;
  text-align: center !important;
  padding: 2rem !important;
}

/* ---------- DIRECTIONS PANEL ---------- */
#wpsl-direction-details {
  background: var(--eg-forest-deep) !important;
  border: 1px solid var(--eg-line) !important;
  padding: 1.5rem !important;
  margin-top: 1rem !important;
}

#wpsl-direction-details ul {
  color: var(--eg-cream-soft) !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
}

#wpsl-direction-details li {
  border-bottom: 1px solid var(--eg-line) !important;
  padding: 0.75rem 0 !important;
}

/* "Back" link from directions */
#wpsl-back {
  font-family: var(--eg-font-body) !important;
  color: var(--eg-brass) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#wpsl-back:hover {
  color: var(--eg-brass-light) !important;
}

/* ---------- INFO WINDOWS (popup when clicking a pin) ---------- */
.wpsl-info-window {
  font-family: var(--eg-font-body) !important;
  color: var(--eg-forest-deep) !important;
  padding: 0.5rem !important;
  min-width: 200px;
}

.wpsl-info-window strong {
  font-family: var(--eg-font-display) !important;
  font-size: 1.1rem !important;
  color: var(--eg-forest-deep) !important;
  display: block !important;
  margin-bottom: 0.4rem !important;
}

.wpsl-info-window p {
  margin: 0 0 0.4rem !important;
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
}

.wpsl-info-window a {
  color: var(--eg-forest-deep) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

/* ---------- LOADER ---------- */
.wpsl-icon-direction,
#wpsl-result-list .wpsl-loader {
  color: var(--eg-brass) !important;
}

/* ---------- SCROLLBAR (results list) ---------- */
#wpsl-stores::-webkit-scrollbar {
  width: 8px;
}
#wpsl-stores::-webkit-scrollbar-track {
  background: var(--eg-ink);
}
#wpsl-stores::-webkit-scrollbar-thumb {
  background: var(--eg-line-strong);
}
#wpsl-stores::-webkit-scrollbar-thumb:hover {
  background: var(--eg-brass);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  #wpsl-search-wrap { padding: 1.25rem 1rem !important; }
  #wpsl-stores li, .wpsl-store-location { padding: 1.25rem 1rem !important; }
  #wpsl-search-btn { width: 100% !important; }
}
/* Kill any white bar above/around the WPSL shortcode */

/* Elementor widget wrapping the shortcode */
.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-text-editor .elementor-widget-container {
  background: transparent !important;
  padding: 0 !important;
}

/* The element directly wrapping #wpsl-wrap */
#wpsl-wrap {
  margin: 0 !important;
}

/* Remove default WordPress paragraph wrapping (sometimes auto-p adds whitespace) */
.eg-find-us-map-wrap p:empty,
.eg-find-us-map-wrap br {
  display: none !important;
}

/* Force any parent containers to be dark too */
.eg-find-us-map-wrap,
.eg-find-us-map-wrap > *,
.eg-find-us-map-wrap .elementor-element,
.eg-find-us-map-wrap .elementor-column,
.eg-find-us-map-wrap .elementor-column-wrap,
.eg-find-us-map-wrap .elementor-widget-wrap {
  background: var(--eg-black) !important;
}

/* Specifically the section the shortcode sits in */
section.eg-find-us-map-wrap > .elementor-container {
  background: var(--eg-black) !important;
}/* End custom CSS */