@import url("social-service-theme.css");

body.mg-facebook-hub .mg-facebook-hub-intro {
  color: var(--mg-muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.8;
  margin: 0 auto 28px;
  max-width: 980px;
  text-align: center;
}

body.mg-facebook-hub .mg-facebook-directory {
  overflow: hidden;
}

body.mg-facebook-hub .mg-facebook-service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

body.mg-facebook-hub .mg-facebook-service-card {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--mg-service-accent) 9%, transparent), transparent 74%),
    var(--mg-card);
  border: 1px solid color-mix(in srgb, var(--mg-service-accent) 24%, var(--mg-border));
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .08);
  color: var(--mg-ink);
  display: grid;
  gap: 9px;
  min-height: 168px;
  padding: 20px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.mg-facebook-hub .mg-facebook-service-card:hover {
  border-color: color-mix(in srgb, var(--mg-service-accent) 55%, var(--mg-border));
  box-shadow: 0 26px 70px color-mix(in srgb, var(--mg-service-accent) 18%, rgba(0, 0, 0, .12));
  text-decoration: none;
  transform: translateY(-5px);
}

body.mg-facebook-hub .mg-facebook-service-card span {
  color: var(--mg-ink);
  font-size: 19px;
  font-weight: 950;
  line-height: 1.2;
}

body.mg-facebook-hub .mg-facebook-service-card span::before {
  background: var(--mg-service-gradient);
  border-radius: 999px;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--mg-service-accent) 30%, transparent);
  content: "";
  display: inline-block;
  height: 11px;
  margin-right: 9px;
  width: 11px;
}

body.mg-facebook-hub .mg-facebook-service-card small {
  color: var(--mg-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

body.mg-facebook-hub .mg-service-price-head {
  margin: 0 auto 28px;
  max-width: 920px;
  text-align: center;
}

body.mg-facebook-hub .mg-service-price-head h2 {
  color: var(--mg-ink);
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 14px;
}

body.mg-facebook-hub .mg-service-price-head p {
  color: var(--mg-muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.75;
  margin: 0;
}

body.mg-service-facebook .mg-facebook-comments-layout {
  align-items: center;
  display: grid;
  gap: clamp(26px, 4vw, 46px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1180px;
}

body.mg-service-facebook .mg-facebook-comments-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body.mg-service-facebook .mg-facebook-comments-layout > .mg-service-photo--wide {
  grid-column: 1 / -1;
}

body.mg-service-facebook .mg-facebook-comments-buying-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body.mg-service-facebook .mg-facebook-comments-row-image {
  justify-self: center;
  margin: 0;
  max-width: 520px;
  width: 100%;
}

body.mg-service-facebook .mg-facebook-comments-row-image img {
  display: block;
  height: auto;
  width: 100%;
}

body.mg-service-facebook .mg-facebook-comments-column h2 {
  font-size: clamp(25px, 2.8vw, 38px);
  text-align: left;
}

body.mg-service-facebook .mg-facebook-comments-column h2::after {
  margin-left: 0;
  margin-right: 0;
}

body.mg-service-facebook .mg-facebook-comments-column .mg-primary-cta {
  margin-top: auto;
  width: max-content;
}

body.mg-service-facebook .mg-facebook-media-card {
  max-width: 1180px;
  overflow: hidden;
}

body.mg-service-facebook .mg-facebook-media-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
}

body.mg-service-facebook .mg-facebook-media-grid.mg-image-last {
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, .82fr);
}

body.mg-service-facebook .mg-facebook-media-copy {
  min-width: 0;
}

body.mg-service-facebook .mg-facebook-media-copy h2 {
  font-size: clamp(27px, 3vw, 42px);
  text-align: left;
}

body.mg-service-facebook .mg-facebook-media-copy h2::after {
  margin-left: 0;
  margin-right: 0;
}

body.mg-service-facebook .mg-facebook-media-image {
  align-items: center;
  aspect-ratio: 4 / 5;
  background: #2f343d;
  border: 1px solid rgba(148, 163, 184, .38);
  border-radius: 22px;
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

body.mg-service-facebook .mg-facebook-media-image img {
  display: block;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: contain;
  width: 100%;
}

body.mg-service-facebook .mg-facebook-media-card--natural-side .mg-facebook-media-grid {
  align-items: center;
}

body.mg-service-facebook .mg-facebook-media-card--natural-side .mg-facebook-media-image {
  align-self: center;
  aspect-ratio: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.mg-service-facebook .mg-facebook-media-card--natural-side .mg-facebook-media-image img {
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, .16);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

body.mg-service-facebook .mg-facebook-media-card--tall-side {
  overflow: visible;
}

body.mg-service-facebook .mg-facebook-media-card--tall-side .mg-facebook-media-grid {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
}

body.mg-service-facebook .mg-facebook-media-card--tall-side .mg-facebook-media-grid.mg-image-first {
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.08fr);
}

body.mg-service-facebook .mg-facebook-media-card--tall-side .mg-facebook-media-image {
  align-self: stretch;
  aspect-ratio: auto;
  min-height: clamp(620px, 58vw, 820px);
}

body.mg-service-facebook .mg-facebook-media-card--tall-side .mg-facebook-media-image img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  width: 100%;
}

body.mg-service-facebook .mg-facebook-views-safe-layout {
  align-items: center;
  display: grid;
  gap: clamp(22px, 3.6vw, 40px);
  grid-template-columns: minmax(0, .58fr) minmax(0, .42fr);
  overflow: hidden;
  width: 100%;
}

body.mg-service-facebook .mg-facebook-views-safe-image {
  margin: 0;
  min-width: 0;
  width: 100%;
}

body.mg-service-facebook .mg-facebook-views-safe-image img {
  border-radius: 22px;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

body.mg-service-facebook .mg-facebook-views-safe-copy {
  min-width: 0;
}

body.mg-service-facebook .mg-facebook-views-safe-copy p {
  margin: 0;
}

body.mg-service-facebook .mg-facebook-media-card--wide-after-heading {
  max-width: 1080px;
  overflow: visible;
}

body.mg-service-facebook .mg-facebook-wide-after-heading {
  margin: 18px 0 24px;
}

body.mg-service-facebook .mg-facebook-wide-after-heading img {
  border-radius: 22px;
  display: block;
  height: auto;
  width: 100%;
}

body.mg-service-facebook .mg-facebook-page-likes-fullwide {
  aspect-ratio: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 22px 0 28px !important;
  max-width: none !important;
  overflow: visible !important;
  width: 100% !important;
}

body.mg-service-facebook .mg-facebook-page-likes-fullwide img {
  border-radius: 22px !important;
  box-shadow: 0 20px 54px rgba(15, 23, 42, .18) !important;
  display: block !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  width: 100% !important;
}

body.mg-facebook-hub .mg-facebook-hub-media-row,
body.mg-service-facebook .mg-original-seo-card--media-split .mg-original-seo-media-row {
  align-items: center;
  display: grid;
  gap: clamp(22px, 4vw, 42px);
}

body.mg-facebook-hub .mg-facebook-hub-media-row--image-left,
body.mg-service-facebook .mg-original-seo-card--media-split .mg-original-seo-media-row--image-left {
  grid-template-columns: minmax(210px, 320px) minmax(0, 1fr);
}

body.mg-facebook-hub .mg-facebook-hub-media-row--image-right,
body.mg-service-facebook .mg-original-seo-card--media-split .mg-original-seo-media-row--image-right {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 320px);
}

body.mg-facebook-hub .mg-facebook-hub-media-copy,
body.mg-service-facebook .mg-original-seo-card--media-split .mg-original-seo-media-copy {
  min-width: 0;
}

body.mg-facebook-hub .mg-facebook-hub-media-figure,
body.mg-service-facebook .mg-original-seo-card--media-split .mg-original-seo-media-figure {
  margin: 0;
  max-width: 320px;
}

body.mg-facebook-hub .mg-facebook-hub-media-figure img,
body.mg-service-facebook .mg-original-seo-card--media-split .mg-original-seo-media-figure img {
  border-radius: 22px;
  display: block;
  height: auto;
  width: 100%;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview {
  background: transparent !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-band {
  background:
    radial-gradient(circle at 12% 6%, color-mix(in srgb, var(--mg-service-accent) 13%, transparent), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--mg-service-accent) 5%, #ffffff) 100%) !important;
  padding: clamp(42px, 6vw, 76px) 0 !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-band--alt {
  background:
    radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--mg-service-warm, var(--mg-service-accent)) 12%, transparent), transparent 30rem),
    linear-gradient(180deg, color-mix(in srgb, var(--mg-service-accent) 4%, #ffffff) 0%, #ffffff 100%) !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-container {
  box-sizing: border-box !important;
  margin: 0 auto !important;
  max-width: 1140px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  width: 100% !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card {
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--mg-service-accent) 9%, transparent), transparent 23rem),
    linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--mg-service-accent) 4%, #ffffff) 100%) !important;
  border: 1px solid color-mix(in srgb, var(--mg-service-accent) 17%, rgba(15, 23, 42, .12)) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 64px color-mix(in srgb, var(--mg-service-accent) 12%, rgba(15, 23, 42, .10)) !important;
  color: #172033 !important;
  margin: 0 auto !important;
  max-width: 1080px !important;
  overflow: visible !important;
  padding: clamp(28px, 4.4vw, 52px) !important;
  position: relative !important;
  text-align: left !important;
  width: 100% !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-kicker {
  background: color-mix(in srgb, var(--mg-service-accent) 9%, #ffffff) !important;
  border: 1px solid color-mix(in srgb, var(--mg-service-accent) 18%, rgba(15, 23, 42, .12)) !important;
  border-radius: 999px !important;
  color: var(--mg-service-accent) !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 0 18px !important;
  padding: 9px 14px !important;
  text-transform: none !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card h2 {
  color: #172033 !important;
  font-size: clamp(28px, 3.7vw, 46px) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  margin: 0 0 24px !important;
  max-width: 920px !important;
  text-align: left !important;
  text-transform: none !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card h2::after {
  background: var(--mg-service-gradient) !important;
  border-radius: 999px !important;
  content: "" !important;
  display: block !important;
  height: 4px !important;
  margin: 16px 0 0 !important;
  width: 88px !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card h3,
body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card h4 {
  color: var(--mg-service-accent) !important;
  font-size: clamp(20px, 2.2vw, 28px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.28 !important;
  margin: 8px 0 2px !important;
  text-transform: none !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-flow {
  display: grid !important;
  gap: 17px !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card--feature .mg-original-seo-flow,
body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card--faq .mg-original-seo-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card--faq .mg-original-seo-flow {
  grid-template-columns: 1fr !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-block--heading {
  grid-column: 1 / -1 !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card p {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #465064 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.78 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card--feature .mg-original-seo-block--paragraph,
body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card--faq .mg-original-seo-block--paragraph {
  background: color-mix(in srgb, var(--mg-service-accent) 5%, #ffffff) !important;
  border: 1px solid color-mix(in srgb, var(--mg-service-accent) 13%, rgba(15, 23, 42, .12)) !important;
  border-radius: 18px !important;
  padding: 18px 20px !important;
}

html[data-mg-theme="dark"] body.mg-service-facebook .mg-facebook-media-image,
body.mg-service-facebook.mg-dark-mode .mg-facebook-media-image {
  background: #2f343d;
  border-color: rgba(148, 163, 184, .38);
}

html[data-mg-theme="dark"] body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-band,
body.mg-service-facebook.mg-dark-mode .mg-original-seo-section--facebook-preview .mg-original-seo-band {
  background:
    radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--mg-service-accent) 24%, transparent), transparent 30rem),
    linear-gradient(180deg,
      color-mix(in srgb, var(--mg-service-accent) 18%, #08111f) 0%,
      color-mix(in srgb, var(--mg-service-deep, var(--mg-service-accent)) 18%, #0d1320) 100%) !important;
}

html[data-mg-theme="dark"] body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-band--alt,
body.mg-service-facebook.mg-dark-mode .mg-original-seo-section--facebook-preview .mg-original-seo-band--alt {
  background:
    radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--mg-service-warm, var(--mg-service-accent)) 24%, transparent), transparent 30rem),
    linear-gradient(180deg,
      color-mix(in srgb, var(--mg-service-accent) 15%, #0d1320) 0%,
      #08111f 100%) !important;
}

html[data-mg-theme="dark"] body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card,
body.mg-service-facebook.mg-dark-mode .mg-original-seo-section--facebook-preview .mg-original-seo-card {
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--mg-service-accent) 20%, transparent), transparent 24rem),
    linear-gradient(180deg, rgba(16, 24, 38, .97), rgba(9, 15, 27, .97)) !important;
  border-color: rgba(255, 255, 255, .13) !important;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .40) !important;
  color: #ffffff !important;
}

html[data-mg-theme="dark"] body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-kicker,
body.mg-service-facebook.mg-dark-mode .mg-original-seo-section--facebook-preview .mg-original-seo-kicker {
  background: color-mix(in srgb, var(--mg-service-accent) 18%, rgba(255, 255, 255, .05)) !important;
  border-color: rgba(255, 255, 255, .12) !important;
  color: #dbeafe !important;
}

html[data-mg-theme="dark"] body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card h2,
html[data-mg-theme="dark"] body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card h3,
html[data-mg-theme="dark"] body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card h4,
body.mg-service-facebook.mg-dark-mode .mg-original-seo-section--facebook-preview .mg-original-seo-card h2,
body.mg-service-facebook.mg-dark-mode .mg-original-seo-section--facebook-preview .mg-original-seo-card h3,
body.mg-service-facebook.mg-dark-mode .mg-original-seo-section--facebook-preview .mg-original-seo-card h4 {
  color: #ffffff !important;
}

html[data-mg-theme="dark"] body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card p,
body.mg-service-facebook.mg-dark-mode .mg-original-seo-section--facebook-preview .mg-original-seo-card p {
  color: rgba(248, 250, 252, .84) !important;
}

html[data-mg-theme="dark"] body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card--feature .mg-original-seo-block--paragraph,
html[data-mg-theme="dark"] body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card--faq .mg-original-seo-block--paragraph,
body.mg-service-facebook.mg-dark-mode .mg-original-seo-section--facebook-preview .mg-original-seo-card--feature .mg-original-seo-block--paragraph,
body.mg-service-facebook.mg-dark-mode .mg-original-seo-section--facebook-preview .mg-original-seo-card--faq .mg-original-seo-block--paragraph {
  background: color-mix(in srgb, var(--mg-service-accent) 16%, rgba(255, 255, 255, .04)) !important;
  border-color: rgba(255, 255, 255, .11) !important;
}

html[data-mg-theme="dark"] body.mg-facebook-hub .mg-facebook-service-card,
body.mg-facebook-hub.mg-dark-mode .mg-facebook-service-card {
  box-shadow: 0 22px 70px rgba(0, 0, 0, .32);
}

html[data-mg-theme="dark"] body.mg-facebook-hub .mg-service-price-head h2,
body.mg-facebook-hub.mg-dark-mode .mg-service-price-head h2 {
  color: #ffffff;
}

@media (max-width: 991px) {
  body.mg-facebook-hub .mg-facebook-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mg-service-facebook .mg-facebook-comments-layout {
    grid-template-columns: 1fr;
  }

  body.mg-facebook-hub .mg-facebook-hub-media-row,
  body.mg-facebook-hub .mg-facebook-hub-media-row--image-left,
  body.mg-facebook-hub .mg-facebook-hub-media-row--image-right,
  body.mg-service-facebook .mg-original-seo-card--media-split .mg-original-seo-media-row,
  body.mg-service-facebook .mg-original-seo-card--media-split .mg-original-seo-media-row--image-left,
  body.mg-service-facebook .mg-original-seo-card--media-split .mg-original-seo-media-row--image-right {
    grid-template-columns: 1fr;
  }

  body.mg-facebook-hub .mg-facebook-hub-media-row--image-right .mg-facebook-hub-media-figure,
  body.mg-service-facebook .mg-original-seo-card--media-split .mg-original-seo-media-row--image-right .mg-original-seo-media-figure {
    order: -1;
  }

  body.mg-service-facebook .mg-facebook-media-grid,
  body.mg-service-facebook .mg-facebook-media-grid.mg-image-last,
  body.mg-service-facebook .mg-facebook-views-safe-layout {
    grid-template-columns: 1fr;
  }

  body.mg-service-facebook .mg-facebook-media-grid.mg-image-last .mg-facebook-media-image {
    order: -1;
  }

  body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card--feature .mg-original-seo-flow,
  body.mg-service-facebook .mg-original-seo-section--facebook-preview .mg-original-seo-card--faq .mg-original-seo-flow {
    grid-template-columns: 1fr !important;
  }

  body.mg-service-facebook .mg-facebook-media-card--tall-side .mg-facebook-media-image {
    min-height: 540px;
  }
}

@media (max-width: 620px) {
  body.mg-facebook-hub .mg-facebook-service-grid {
    grid-template-columns: 1fr;
  }

  body.mg-facebook-hub .mg-facebook-hub-intro {
    font-size: 16px;
    text-align: left;
  }
}
