.elementor-2205 .elementor-element.elementor-element-e86fbfa{--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;}.elementor-2205 .elementor-element.elementor-element-e86fbfa:not(.elementor-motion-effects-element-type-background), .elementor-2205 .elementor-element.elementor-element-e86fbfa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#82251A;}.elementor-widget-heading .neb-protected-content-message, .elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2205 .elementor-element.elementor-element-58049a2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-2205 .elementor-element.elementor-element-58049a2 .elementor-heading-title{font-family:"Georgia", Sans-serif;font-size:62px;font-weight:600;color:#FFFFFF;}.elementor-2205 .elementor-element.elementor-element-ba22087{--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;}.elementor-widget-html .neb-protected-content-message, .elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-f08d055 *//* FAVORITE LINKS PAGE
   All classes prefixed with .map-links-
*/

.map-links-page {
  --links-primary: #82251A;
  --links-bg: #fffcf8;
  --links-card-bg: #ffffff;
  --links-border: #e4d2c8;
  --links-muted: #7d6c63;

  background: var(--links-bg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2c2624;
  padding: 3rem 1.2rem 4rem;
}

.map-links-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* DISCLAIMER */

.map-links-disclaimer {
  border-radius: 12px;
  border: 1px solid rgba(130, 37, 26, 0.25);
  background: #fff4f0;
  padding: 0.9rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}

.map-links-disclaimer-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--links-primary);
}

.map-links-disclaimer p {
  margin: 0;
  font-size: 0.95rem;
}

/* HEADER */

.map-links-header {
  margin-bottom: 1.8rem;
}

.map-links-header h1 {
  margin: 0 0 0.5rem;
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  color: var(--links-primary);
}

.map-links-header p {
  margin: 0;
  font-size: 0.98rem;
  max-width: 780px;
  line-height: 1.7;
}

/* NAV PILLS */

.map-links-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.2rem;
}

.map-links-nav-pill {
  border-radius: 999px;
  border: 1px solid var(--links-border);
  padding: 0.45rem 0.95rem;
  font-size: 0.86rem;
  text-decoration: none;
  color: var(--links-primary);
  background: rgba(255, 255, 255, 0.9);
}

.map-links-nav-pill:hover {
  background: #fbe7dd;
}

/* SECTIONS */

.map-links-section {
  margin-top: 2.6rem;
}

.map-links-section:first-of-type {
  margin-top: 0;
}

.map-links-section-heading {
  margin-bottom: 0.9rem;
}

.map-links-section-heading h2 {
  margin: 0 0 0.2rem;
  font-size: 1.6rem;
  color: var(--links-primary);
}

.map-links-section-subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: var(--links-muted);
}

/* SUBGROUPS (within Other Favorite Links) */

.map-links-subgroup {
  margin-top: 1.6rem;
}

.map-links-subtitle {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  color: #3a2c25;
}

/* GRID & CARDS */

.map-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.map-links-card {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  text-decoration: none;
  background: var(--links-card-bg);
  border-radius: 16px;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--links-border);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
  color: #2c2624;
}

.map-links-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
  border-color: rgba(130, 37, 26, 0.45);
}

.map-links-card-icon {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 999px;
  background: #f4e2da;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--links-primary);
  text-transform: uppercase;
}

.map-links-card-body {
  min-width: 0;
}

.map-links-card-body h3 {
  margin: 0 0 0.1rem;
  font-size: 0.98rem;
}

.map-links-url {
  margin: 0;
  font-size: 0.82rem;
  color: var(--links-muted);
  word-break: break-word;
}

/* RESPONSIVE */

@media (max-width: 960px) {
  .map-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .map-links-page {
    padding: 2.4rem 1rem 3rem;
  }

  .map-links-header h1 {
    font-size: 1.8rem;
  }

  .map-links-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */