/*
Theme Name: Smylight Photobooth
Theme URI: https://example.com/
Author: edonjsh
Description: Editierbares WordPress-Theme auf Basis der aktualisierten Smylight Photobooth HTML-Landingpage.
Version: 2.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: smylight
*/

:root {
  --sm-bg: #FBF7F7;
  --sm-surface: #FFFFFF;
  --sm-surface-low: #fff0f2;
  --sm-surface-high: #fae2e6;
  --sm-primary: #6b1226;
  --sm-primary-container: #8a2a3b;
  --sm-primary-hover: #D27D86;
  --sm-text: #25181b;
  --sm-muted-text: #564243;
  --sm-muted: #E3D5D7;
  --sm-shadow: 0 12px 32px rgba(138,42,59,.08);
  --sm-radius: .5rem;
  --sm-max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sm-bg);
  color: var(--sm-text);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }

.smylight-container { width: min(calc(100% - 3rem), var(--sm-max)); margin-inline: auto; }
@media (min-width: 768px) { .smylight-container { width: min(calc(100% - 6rem), var(--sm-max)); } }

/* Header */
.smylight-site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  background: rgba(251,247,247,.9); backdrop-filter: blur(12px);
  box-shadow: var(--sm-shadow);
}
.smylight-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.smylight-brand {
  display: inline-flex; align-items: center; gap: .7rem;
  color: var(--sm-primary);
  font: 600 1.5rem/1.2 "EB Garamond", Georgia, serif;
  letter-spacing: .01em; white-space: nowrap;
}
.smylight-brand-logo-link,
.smylight-brand-title { color: inherit; text-decoration: none; }
.smylight-brand-logo-link { display: inline-flex; align-items: center; flex: 0 0 auto; }
.smylight-brand-title { transition: color .2s ease, opacity .2s ease; }
.smylight-brand-title:hover { color: var(--sm-primary-container); opacity: .82; }
.smylight-brand-logo { width: auto; height: 40px; object-fit: contain; flex: 0 0 auto; }
@media (min-width: 768px) { .smylight-brand-logo { height: 48px; } }
.smylight-nav { display: flex; align-items: center; gap: 2.5rem; }
.smylight-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2.5rem; }
.smylight-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; color: var(--sm-muted-text); }
.smylight-nav a:hover { color: var(--sm-primary); }
.smylight-header-cta { text-decoration: none; }
.smylight-menu-toggle { display: none; appearance: none; border: 0; background: transparent; font-size: 1.75rem; color: var(--sm-primary); cursor: pointer; }
@media (max-width: 767px) {
  .smylight-menu-toggle { display: block; }
  .smylight-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 1.25rem 1.5rem; background: rgba(251,247,247,.98); box-shadow: var(--sm-shadow); }
  .smylight-nav.is-open { display: block; }
  .smylight-nav ul { align-items: stretch; flex-direction: column; gap: 1.25rem; }
  .smylight-header-cta { display: none !important; }
  .smylight-brand { font-size: 1.2rem; gap: .5rem; }
  .smylight-brand-logo { height: 36px; }
}

/* Buttons */
.smylight-button .wp-block-button__link,
.smylight-button-link,
.smylight-form button[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: .25rem; cursor: pointer;
  background: var(--sm-primary-container); color: #fff; text-decoration: none;
  text-transform: uppercase; letter-spacing: .08em; font-weight: 500; font-size: .82rem;
  padding: 1.05rem 2rem; transition: .25s ease; box-shadow: var(--sm-shadow);
}
.smylight-button .wp-block-button__link:hover,
.smylight-button-link:hover,
.smylight-form button[type="submit"]:hover { background: var(--sm-primary-hover); letter-spacing: .14em; }
.smylight-button-outline .wp-block-button__link { background: transparent; color: var(--sm-primary); border: 1px solid var(--sm-primary); box-shadow: none; }
.smylight-button-outline .wp-block-button__link:hover { color: #fff; background: var(--sm-primary-container); }

/* Typography */
.smylight-display, .smylight-section-title, .smylight-card-title, .smylight-price {
  font-family: "EB Garamond", Georgia, serif;
}
.smylight-display { margin: 0 0 1.5rem; color: var(--sm-primary); font-size: clamp(3rem, 6vw, 3.75rem); line-height: 1.1; letter-spacing: -.02em; font-weight: 700; }
.smylight-section-title { margin: 0 0 1rem; color: var(--sm-primary); font-size: clamp(2rem, 3vw, 2.4rem); line-height: 1.2; font-weight: 600; }
.smylight-card-title { margin: 0 0 .5rem; color: var(--sm-primary); font-size: 1.7rem; line-height: 1.2; }
.smylight-price { margin-bottom: 1.5rem; font-size: 2rem; }
.smylight-lead { color: var(--sm-muted-text); font-size: 1.125rem; line-height: 1.7; }
.smylight-copy { color: var(--sm-muted-text); line-height: 1.7; }
.smylight-center { text-align: center; }

/* Sections */
/* Hero: mirrors the supplied current HTML while remaining Gutenberg-editable. */
.smylight-hero {
  min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden;
  padding-top: 90px; background-size: cover; background-position: center;
}
.smylight-hero .wp-block-cover__image-background {
  object-fit: cover;
  transition: transform 10s ease-in-out;
}
.smylight-hero:hover .wp-block-cover__image-background { transform: scale(1.1); }
.smylight-hero .wp-block-cover__background { backdrop-filter: blur(2px); }
.smylight-hero .wp-block-cover__inner-container {
  position: relative; z-index: 1;
  width: min(calc(100% - 3rem), var(--sm-max)); margin-inline: auto;
}
.smylight-hero-content { width: 100%; max-width: 760px; text-align: center; }
.smylight-hero-content .wp-block-buttons { justify-content: center; }
@media (min-width: 768px) {
  .smylight-hero { padding-top: 0; }
  .smylight-hero .wp-block-cover__inner-container { width: min(calc(100% - 6rem), var(--sm-max)); }
  .smylight-hero-content { width: 60%; max-width: 860px; text-align: left; }
  .smylight-hero-content .wp-block-buttons { justify-content: flex-start; }
}

.smylight-section { padding: 5rem 0; }
@media (min-width: 768px) { .smylight-section { padding: 7.5rem 0; } }
.smylight-section-white { background: var(--sm-surface); }
.smylight-section-heading { max-width: 700px; margin: 0 auto 5rem; text-align: center; }

.smylight-feature-row { align-items: center !important; gap: 2.5rem !important; margin-bottom: 7.5rem !important; }
.smylight-feature-row:last-child { margin-bottom: 0 !important; }
.smylight-feature-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--sm-radius); box-shadow: var(--sm-shadow); transition: transform 8s ease; }
.smylight-feature-image:hover img { transform: scale(1.035); }

.smylight-event-strip { padding: 3rem 0; background: var(--sm-surface); border-block: 1px solid rgba(227,213,215,.55); }
.smylight-event-list { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem 1.5rem; text-transform: uppercase; letter-spacing: .16em; font-size: .8rem; color: var(--sm-muted-text); }
.smylight-event-instagram { margin: 1.35rem auto 0; text-align: center; color: var(--sm-muted-text); font-size: .92rem; line-height: 1.6; }
.smylight-event-instagram a { color: var(--sm-primary); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(107,18,38,.28); transition: color .2s ease, border-color .2s ease; }
.smylight-event-instagram a:hover { color: var(--sm-primary-hover); border-color: currentColor; }

.smylight-packages { background: var(--sm-bg); }
.smylight-package-grid { align-items: center !important; gap: 2rem !important; }
.smylight-package-card { padding: 2rem; border: 1px solid rgba(227,213,215,.75); border-radius: var(--sm-radius); background: var(--sm-surface); box-shadow: var(--sm-shadow); }
.smylight-package-card.is-featured { position: relative; z-index: 2; border-color: rgba(107,18,38,.28); transform: translateY(-1rem) scale(1.04); }
.smylight-badge { position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); display: inline-block; margin: 0; white-space: nowrap; padding: .4rem .9rem; border-radius: 999px; background: var(--sm-primary-container); color: #fff; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.smylight-package-card ul { list-style: none; color: var(--sm-muted-text); padding-left: 0; line-height: 1.6; }
.smylight-package-card li { position: relative; margin-bottom: .7rem; padding-left: 1.25rem; }
.smylight-package-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--sm-primary); font-size: .8em; }
.smylight-package-card .smylight-card-title::before { display: inline-block; margin-right: .45rem; color: var(--sm-primary); font: 500 .8em/1 system-ui, sans-serif; transform: translateY(-.05em); }
.smylight-package-starter .smylight-card-title::before { content: "✣"; }
.smylight-package-premium .smylight-card-title::before { content: "☆"; }
.smylight-package-corporate .smylight-card-title::before { content: "↗"; }
.smylight-package-card .wp-block-buttons { margin-top: 1.5rem; }
.smylight-package-card .wp-block-button { width: 100%; }
.smylight-package-card .wp-block-button__link { width: 100%; }

.smylight-location { padding: 1.75rem 0; text-align: center; border-top: 1px solid rgba(227,213,215,.55); color: var(--sm-primary); font-weight: 500; }
.smylight-location p { margin: 0; }

.smylight-booking-columns { gap: 5rem !important; align-items: flex-start !important; }
.smylight-form { padding: 2rem; border: 1px solid rgba(227,213,215,.75); border-radius: var(--sm-radius); background: var(--sm-surface); box-shadow: var(--sm-shadow); }
@media (min-width: 768px) { .smylight-form { padding: 3rem; } }
.smylight-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.smylight-form-field { margin-bottom: 1.25rem; }
.smylight-form label { display: block; margin-bottom: .5rem; color: var(--sm-muted-text); font-size: .9rem; font-weight: 500; }
.smylight-form input, .smylight-form textarea {
  width: 100%; border: 0; border-bottom: 1px solid var(--sm-muted); border-radius: 0;
  background: var(--sm-bg); color: var(--sm-text); padding: .9rem 1rem; font: inherit;
}
.smylight-custom-select { position: relative; width: 100%; }
.smylight-native-select {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important;
  overflow: hidden !important; clip: rect(0 0 0 0) !important;
  white-space: nowrap !important; border: 0 !important;
}
.smylight-select-trigger {
  width: 100%; min-height: 54px;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  border: 1px solid rgba(138,42,59,.24); border-radius: .65rem;
  background: #fff8f8; color: var(--sm-text);
  padding: .9rem 1rem; font: inherit; text-align: left; cursor: pointer;
  box-shadow: 0 6px 18px rgba(138,42,59,.04);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.smylight-select-trigger:hover { border-color: rgba(107,18,38,.48); background: #fffdfd; }
.smylight-select-trigger:focus-visible,
.smylight-custom-select.is-open .smylight-select-trigger {
  outline: none; border-color: var(--sm-primary);
  box-shadow: 0 0 0 3px rgba(138,42,59,.10), 0 8px 22px rgba(138,42,59,.07);
}
.smylight-custom-select.is-invalid .smylight-select-trigger { border-color: #ba1a1a; box-shadow: 0 0 0 3px rgba(186,26,26,.08); }
.smylight-select-value.is-placeholder { color: #725f62; }
.smylight-select-chevron {
  width: 18px; height: 18px; flex: 0 0 auto;
  border-right: 2px solid var(--sm-primary); border-bottom: 2px solid var(--sm-primary);
  transform: rotate(45deg) translateY(-3px); transition: transform .2s ease;
}
.smylight-custom-select.is-open .smylight-select-chevron { transform: rotate(225deg) translate(-2px,-1px); }
.smylight-select-menu {
  position: absolute; z-index: 60; top: calc(100% + .5rem); left: 0; right: 0;
  max-height: 320px; overflow-y: auto; padding: .45rem;
  border: 1px solid rgba(138,42,59,.18); border-radius: .75rem;
  background: rgba(255,248,248,.98); backdrop-filter: blur(12px);
  box-shadow: 0 18px 45px rgba(84,28,40,.16);
  opacity: 0; visibility: hidden; transform: translateY(-6px) scale(.985);
  transform-origin: top; pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.smylight-custom-select.is-open .smylight-select-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }
.smylight-select-option {
  width: 100%; display: flex; align-items: center;
  border: 0; border-radius: .5rem; background: transparent; color: var(--sm-text);
  padding: .8rem .9rem; font: inherit; text-align: left; cursor: pointer;
  box-shadow: none; text-transform: none; letter-spacing: 0;
  transition: background-color .15s ease, color .15s ease, transform .15s ease;
}
.smylight-select-option:hover,
.smylight-select-option.is-active { background: #f7e3e7; color: var(--sm-primary); transform: translateX(2px); }
.smylight-select-option[aria-selected="true"] { background: var(--sm-primary-container); color: #fff; }
.smylight-select-option[aria-selected="true"]:hover,
.smylight-select-option[aria-selected="true"].is-active { background: var(--sm-primary); color: #fff; }
.smylight-select-menu::-webkit-scrollbar { width: 8px; }
.smylight-select-menu::-webkit-scrollbar-thumb { background: rgba(107,18,38,.24); border-radius: 999px; border: 2px solid #fff8f8; }
.smylight-select-menu::-webkit-scrollbar-track { background: transparent; }
.smylight-form button[type="submit"] { width: 100%; padding: 1.15rem 2rem; }
.smylight-form-notice { margin-bottom: 1.5rem; padding: 1rem 1.2rem; border-radius: .35rem; }
.smylight-form-notice.success { background: #e8f6ee; color: #185c37; }
.smylight-form-notice.error { background: #fff0f0; color: #8a1f2d; }
.smylight-hp { position: absolute !important; left: -9999px !important; }
@media (max-width: 767px) {
  .smylight-form-grid { grid-template-columns: 1fr; }
  .smylight-package-card.is-featured { transform: none; }
}

/* Footer */
.smylight-site-footer { padding: 3rem 0; background: var(--sm-surface); border-top: 1px solid rgba(227,213,215,.55); }
.smylight-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.smylight-footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
.smylight-footer-links a { color: var(--sm-muted-text); text-decoration: none; }
.smylight-footer-links a:hover { color: var(--sm-primary); }
.smylight-instagram-link { display: inline-flex; align-items: center; justify-content: center; color: var(--sm-primary) !important; line-height: 0; transition: transform .2s ease, opacity .2s ease; }
.smylight-instagram-link:hover { transform: translateY(-1px); opacity: .78; }
.smylight-instagram-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.smylight-instagram-dot { fill: currentColor; stroke: none; }
.smylight-footer-copy { color: var(--sm-muted-text); }
.smylight-footer-brand { color: var(--sm-primary); font: 600 2rem/1.2 "EB Garamond", Georgia, serif; }

/* Editor helpers */
.entry-content > * { margin-block-start: 0; margin-block-end: 0; }
.smylight-section > .wp-block-group__inner-container,
.smylight-event-strip > .wp-block-group__inner-container,
.smylight-location > .wp-block-group__inner-container { width: min(calc(100% - 3rem), var(--sm-max)); margin-inline: auto; }
@media (min-width: 768px) {
  .smylight-section > .wp-block-group__inner-container,
  .smylight-event-strip > .wp-block-group__inner-container,
  .smylight-location > .wp-block-group__inner-container { width: min(calc(100% - 6rem), var(--sm-max)); }
}


/* v1.6: robust responsive spacing + information pages */
body { overflow-x: hidden; }

/* Modern Gutenberg no longer always outputs .wp-block-group__inner-container.
   Keep backgrounds full-width while protecting content from screen edges. */
.smylight-section,
.smylight-event-strip,
.smylight-location {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.smylight-section > *,
.smylight-event-strip > *,
.smylight-location > * {
  max-width: var(--sm-max);
  margin-left: auto;
  margin-right: auto;
}
.smylight-hero .wp-block-cover__inner-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.smylight-info-page { max-width: 900px; }
.smylight-info-page h2,
.smylight-info-page h3 { color: var(--sm-primary); font-family: "EB Garamond", Georgia, serif; }
.smylight-info-page h2 { margin-top: 2.5rem; font-size: 1.7rem; }
.smylight-info-page h3 { margin-top: 1.75rem; font-size: 1.3rem; }
.smylight-info-page p,
.smylight-info-page li { color: var(--sm-muted-text); line-height: 1.75; }
.smylight-legal-note {
  margin: 1.5rem 0 2rem;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--sm-primary-container);
  background: var(--sm-surface-low);
  color: var(--sm-muted-text);
}
.smylight-faq details {
  margin: 0 0 1rem;
  border: 1px solid rgba(227,213,215,.9);
  border-radius: var(--sm-radius);
  background: var(--sm-surface);
  box-shadow: 0 8px 24px rgba(138,42,59,.05);
  overflow: hidden;
}
.smylight-faq summary {
  cursor: pointer;
  padding: 1rem 1.2rem;
  color: var(--sm-primary);
  font-weight: 600;
}
.smylight-faq details > :not(summary) { margin-left: 1.2rem; margin-right: 1.2rem; }
.smylight-faq details > p:last-child { margin-bottom: 1.2rem; }

/* Fixed header clearance on normal WordPress pages. */
body:not(.home) .smylight-section:first-child { padding-top: 8rem; }

@media (min-width: 768px) {
  .smylight-section,
  .smylight-event-strip,
  .smylight-location {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .smylight-hero .wp-block-cover__inner-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 767px) {
  .smylight-container {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .smylight-header-inner { min-height: 70px; gap: .75rem; }
  .smylight-site-header .smylight-container { padding-left: 1rem; padding-right: 1rem; }
  .smylight-nav { top: 70px; padding: 1.25rem; }
  .smylight-brand { min-width: 0; font-size: 1.12rem; }
  .smylight-brand-title { white-space: normal; line-height: 1.05; }
  .smylight-brand-logo { height: 34px; }

  .smylight-section,
  .smylight-event-strip,
  .smylight-location {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .smylight-section { padding-top: 4.25rem; padding-bottom: 4.25rem; }
  .smylight-event-strip { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .smylight-location { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .smylight-hero { min-height: 86vh; padding-top: 86px; }
  .smylight-hero .wp-block-cover__inner-container { width: 100%; padding-left: 1.25rem; padding-right: 1.25rem; }
  .smylight-hero-content { max-width: 100%; }

  .smylight-display { font-size: clamp(2.45rem, 12vw, 3.15rem); margin-bottom: 1.1rem; }
  .smylight-section-title { font-size: clamp(1.75rem, 8vw, 2.1rem); }
  .smylight-lead { font-size: 1rem; line-height: 1.65; }
  .smylight-section-heading { margin-bottom: 3rem; }

  .smylight-feature-row { gap: 1.75rem !important; margin-bottom: 4.25rem !important; }
  .smylight-feature-row .wp-block-column { min-width: 0; }
  .smylight-feature-image { margin-left: 0 !important; margin-right: 0 !important; }
  .smylight-feature-image img { display: block; width: 100%; max-width: 100%; }

  .smylight-event-list { gap: .75rem 1rem; font-size: .72rem; }
  .smylight-package-grid { gap: 1.25rem !important; }
  .smylight-package-card { padding: 1.4rem; }
  .smylight-package-card.is-featured { transform: none; margin-top: .5rem; }
  .smylight-booking-columns { gap: 2rem !important; }
  .smylight-form { padding: 1.25rem; }
  .smylight-form input,
  .smylight-form textarea { padding-left: .8rem; padding-right: .8rem; }
  .smylight-select-trigger { padding-left: .8rem; padding-right: .8rem; }
  .smylight-select-menu { max-height: min(320px, 48vh); }

  .smylight-site-footer { padding: 2.5rem 0; }
  .smylight-footer-inner { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .smylight-footer-links { gap: .9rem 1.1rem; }
  .smylight-footer-brand { font-size: 1.75rem; }
  .smylight-footer-copy { font-size: .9rem; line-height: 1.55; }

  body:not(.home) .smylight-section:first-child { padding-top: 7rem; }
  .smylight-info-page h2 { font-size: 1.5rem; }
  .smylight-faq summary { padding: 1rem; }
  .smylight-faq details > :not(summary) { margin-left: 1rem; margin-right: 1rem; }
}

@media (max-width: 380px) {
  .smylight-brand { font-size: 1rem; }
  .smylight-brand-logo { height: 30px; }
  .smylight-menu-toggle { font-size: 1.55rem; }
  .smylight-section,
  .smylight-event-strip,
  .smylight-location,
  .smylight-hero .wp-block-cover__inner-container { padding-left: 1rem; padding-right: 1rem; }
}

/* v2.0: compact privacy note below the booking form. */
.smylight-form-privacy {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--sm-muted-text);
  opacity: .86;
}
.smylight-form-privacy a {
  color: var(--sm-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* v2.1: direct contact choices beside booking form */
.smylight-contact-options {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(138,42,59,.12);
}
.smylight-contact-kicker {
  margin: 0 0 1rem;
  color: var(--sm-primary);
  font: 600 1.15rem/1.3 "EB Garamond", Georgia, serif;
}
.smylight-contact-line {
  position: relative;
  margin: 0 0 .8rem;
  padding: .9rem 1rem .9rem 3rem;
  border: 1px solid rgba(138,42,59,.14);
  border-radius: .65rem;
  background: rgba(255,248,248,.75);
  box-shadow: 0 8px 22px rgba(138,42,59,.035);
}
.smylight-contact-line::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sm-primary);
  font: 600 1.15rem/1 system-ui, sans-serif;
}
.smylight-contact-phone::before { content: "☎"; }
.smylight-contact-instagram::before { content: "◎"; }
.smylight-contact-line span {
  display: block;
  margin-bottom: .2rem;
  color: var(--sm-muted-text);
  font-size: .78rem;
  line-height: 1.35;
}
.smylight-contact-line a {
  color: var(--sm-primary);
  font-weight: 600;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.smylight-contact-line a:hover { color: var(--sm-primary-hover); }
.smylight-contact-or {
  margin: 1rem 0 0;
  color: var(--sm-muted-text);
  font-size: .88rem;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .smylight-contact-options { margin-top: 1.5rem; padding-top: 1.25rem; }
  .smylight-contact-line { padding: .85rem .9rem .85rem 2.8rem; }
  .smylight-contact-line::before { left: .9rem; }
  .smylight-contact-or { margin-bottom: .5rem; }
}
