@import url("platform-youtube-layout.css");

html[data-mg-theme="dark"] body.mg-service-twitter_mentions,
body.mg-service-twitter_mentions.mg-dark-mode {
  --mg-bg: #020617;
  --mg-card: #07111f;
  --mg-soft: #050c18;
  --mg-border: rgba(148, 214, 255, .14);
  --mg-shadow: 0 28px 82px rgba(0, 0, 0, .52);
  background:
    radial-gradient(circle at 18% 0%, rgba(29, 161, 242, .18), transparent 34rem),
    radial-gradient(circle at 88% 16%, rgba(125, 211, 252, .10), transparent 30rem),
    linear-gradient(180deg, #020617 0%, #04101f 34%, #020713 100%) !important;
}

html[data-mg-theme="dark"] body.mg-service-twitter_mentions .mg-hero-section,
body.mg-service-twitter_mentions.mg-dark-mode .mg-hero-section {
  background:
    radial-gradient(circle at 82% 14%, rgba(29, 161, 242, .20), transparent 34rem),
    radial-gradient(circle at 12% 34%, rgba(125, 211, 252, .12), transparent 30rem),
    linear-gradient(180deg, #020617 0%, #06101d 58%, #071523 100%) !important;
}

html[data-mg-theme="dark"] body.mg-service-twitter_mentions .mg-pricing-section,
html[data-mg-theme="dark"] body.mg-service-twitter_mentions .mg-platform-article-section,
html[data-mg-theme="dark"] body.mg-service-twitter_mentions .mg-final-cta,
body.mg-service-twitter_mentions.mg-dark-mode .mg-pricing-section,
body.mg-service-twitter_mentions.mg-dark-mode .mg-platform-article-section,
body.mg-service-twitter_mentions.mg-dark-mode .mg-final-cta {
  background:
    radial-gradient(circle at 12% 0%, rgba(29, 161, 242, .10), transparent 27rem),
    linear-gradient(180deg, rgba(2, 6, 23, .98), rgba(4, 12, 24, .98)) !important;
}

html[data-mg-theme="dark"] body.mg-service-twitter_mentions .mg-platform-card,
html[data-mg-theme="dark"] body.mg-service-twitter_mentions .mg-final-card,
body.mg-service-twitter_mentions.mg-dark-mode .mg-platform-card,
body.mg-service-twitter_mentions.mg-dark-mode .mg-final-card {
  background: linear-gradient(180deg, rgba(9, 20, 35, .96), rgba(4, 12, 24, .98)) !important;
  border-color: rgba(125, 211, 252, .16) !important;
  box-shadow: 0 24px 68px rgba(0, 0, 0, .48), 0 10px 30px rgba(29, 161, 242, .09) !important;
}
