/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  color-scheme: dark;
  --bg: #070b17;
  --card: rgba(16, 24, 45, 0.72);
  --muted: #b7c2df;
  --text: #f7f8ff;
  --primary: #8b5cf6;
  --primary-strong: #6d43f8;
  --secondary: #38d6c4;
  --accent: #ffb86b;
  --border: rgba(255,255,255,0.1);
  --danger: #ff7a90;
  --shadow: 0 20px 80px rgba(0,0,0,0.32);
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at top left, rgba(139,92,246,0.24), transparent 28%),
    radial-gradient(circle at top right, rgba(56,214,196,0.16), transparent 24%),
    linear-gradient(180deg, #10172e 0%, #070b17 56%, #05070f 100%);
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

body {
  min-height: 100vh;
}

a {
  color: inherit;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.page-soft {
  max-width: 1240px;
}

.minimal-page {
 max-width: 1220px;
 margin: 0 auto;
 padding: 4px 20px 28px;
}

.hero {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr;
  grid-gap: 24px;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}

.hero-copy,
.hero-card,
.panel,
.step-card,
.upload-card,
.use-card,
.event-box,
.result-card-locked,
.pricing-card,
.highlight-box,
.checkout-box,
.interactive-box,
.search-summary,
.checkout-preview,
.story-copy,
.hero-emotion-card,
.minimal-header,
.conversion-visual,
.single-emotion-block {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.facefinder-simple-flow,
.facefinder-simple-flow.interactive-box {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  box-shadow: none;
  padding: 0;
}

.hero-copy,
.hero-card,
.panel,
.pricing-card,
.highlight-box,
.checkout-box,
.interactive-box,
.checkout-preview,
.story-copy,
.hero-emotion-card,
.minimal-header,
.conversion-visual,
.single-emotion-block {
  padding: 28px;
}

.eyebrow {
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  margin-bottom: 16px;
}

h1 {
  font-size: 56px;
  line-height: 0.98;
  margin: 0 0 18px;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0;
  font-size: 34px;
  letter-spacing: -0.02em;
}

h3 {
  margin-top: 0;
}

.lead,
p,
li,
span {
  color: var(--muted);
  line-height: 1.6;
}

.cta-row {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.btn,
.fake-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.fake-button:disabled,
.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn-primary,
.fake-button {
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: white;
  box-shadow: 0 12px 30px rgba(109,67,248,0.34);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.14);
  color: white;
  background: rgba(255,255,255,0.04);
}

.price {
  font-size: 64px;
  font-weight: 800;
  color: var(--secondary);
}

.panel {
  margin-top: 24px;
}

.steps,
.steps-list,
.use-grid,
.event-grid,
.result-grid,
.mini-list,
.search-summary {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}

.steps {
  grid-template-columns: repeat(4, 1fr);
}

.use-grid {
  grid-template-columns: repeat(2, 1fr);
}

.event-grid,
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
}

.step-card,
.upload-card,
.use-card,
.event-box,
.result-card-locked,
.search-summary {
  padding: 20px;
}

.search-summary {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.search-summary.compact {
  margin-top: 22px;
}

.step-number {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  font-weight: 700;
  margin-bottom: 12px;
  color: white;
}

.mini-list {
  padding-left: 18px;
}

.highlight-box,
.checkout-box {
  align-self: start;
}

.placeholder,
.fake-thumb {
  width: 100%;
  min-height: 180px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
    radial-gradient(circle at top left, rgba(255,184,107,0.25), transparent 30%),
    linear-gradient(135deg, rgba(139,92,246,0.5), rgba(56,214,196,0.16));
  border: 1px solid rgba(255,255,255,0.1);
}

.result-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
}

.result-card-locked {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lock-tag {
  display: inline-block;
  margin-top: 10px;
  color: white;
  background: rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
}

.small-note {
  font-size: 14px;
}

.steps-list {
  margin-top: 16px;
}

.step-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.checkout-preview,
.interactive-box {
  margin-top: 16px;
}

.error-text {
  color: var(--danger);
}

.story-hero {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  grid-gap: 24px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.story-copy {
  padding: 38px;
}

.story-lead {
  font-size: 19px;
  max-width: 760px;
}

.story-note {
  margin-top: 18px;
  padding-left: 16px;
  border-left: 3px solid rgba(255,255,255,0.14);
  color: #d9e1f5;
}

.trust-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.trust-row span,
.experience-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #eef2ff;
  font-size: 14px;
}

.hero-emotion-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.emotion-glow {
  position: absolute;
  inset: -20% auto auto -10%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(139,92,246,0.3), transparent 65%);
  filter: blur(10px);
}

.emotion-content {
  position: relative;
}

.emotion-content strong {
  display: block;
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.emotional-summary {
  margin-top: 24px;
}

.panel-luxury {
  padding: 34px;
}

.panel-warning {
  border-color: rgba(255,122,144,0.35);
  background: rgba(56, 16, 25, 0.42);
}

.section-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-gap: 24px;
  gap: 24px;
  align-items: end;
}

.section-side-note {
  font-size: 16px;
}

.experience-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 22px 0 4px;
}

.premium-interactive-box {
  padding-top: 22px;
}

.facefinder-simple-flow {
  margin-top: 0;
}

.value-banner {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(139,92,246,0.18), rgba(56,214,196,0.08));
  border: 1px solid rgba(255,255,255,0.1);
}

.value-banner strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.user-facing-summary {
  grid-template-columns: repeat(3, 1fr);
}

.small-note {
  font-size: 14px;
  color: #d4dbef;
}

.faq > div {
  margin-top: 18px;
}

.minimal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  background: #2b3a5a;
  padding: 10px 18px;
  border-radius: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: white;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(109,67,248,0.28);
}

.brand-name {
  font-size: 28px;
  font-weight: 800;
  color: white;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-switcher-shell {
  display: flex;
  justify-content: flex-end;
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px 20px 0;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: #eef2ff;
  font-size: 13px;
  font-weight: 700;
}

.language-switcher span {
  color: #eef2ff;
  line-height: 1;
}

.language-switcher select {
  background: transparent;
  color: white;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  padding: 8px 10px;
  font-weight: 700;
}

.language-switcher option {
  color: #111827;
}

.header-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
}

.conversion-hero {
 display: grid;
 grid-template-columns: 1.05fr 0.95fr;
 grid-gap: 26px;
 gap: 26px;
 align-items: start;
 min-height: auto;
}

.conversion-copy {
  padding-right: 10px;
}

.conversion-lead {
  font-size: 22px;
  line-height: 1.45;
  color: #e3e8f7;
  max-width: 640px;
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.hero-price-note {
  color: #dbe3fa;
  font-size: 14px;
}

.micro-trust {
  max-width: 620px;
  color: var(--muted);
  font-size: 15px;
}

.conversion-visual {
 min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(139,92,246,0.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(56,214,196,0.12), transparent 28%),
    rgba(10, 15, 30, 0.8);
}

.memory-stack {
  position: relative;
  width: min(100%, 460px);
  height: 460px;
}

.memory-card {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
}

.memory-card-back {
  transform: rotate(-10deg) translate(-18px, 18px);
  opacity: 0.35;
}

.memory-card-mid {
  transform: rotate(8deg) translate(16px, -8px);
  opacity: 0.55;
}

.memory-card-front {
  overflow: hidden;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    linear-gradient(145deg, rgba(139,92,246,0.25), rgba(15,19,35,0.92));
  box-shadow: 0 28px 70px rgba(0,0,0,0.32);
}

.memory-badge,
.memory-found-pill {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  color: white;
  background: rgba(7,11,23,0.72);
  border: 1px solid rgba(255,255,255,0.12);
}

.memory-badge {
  top: 18px;
  left: 18px;
}

.memory-found-pill {
  right: 18px;
  bottom: 18px;
  background: linear-gradient(135deg, rgba(139,92,246,0.82), rgba(56,214,196,0.56));
}

.memory-face {
  position: absolute;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,240,220,0.95), rgba(241,182,140,0.66) 28%, rgba(30,34,50,0.78) 30%),
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 12px 32px rgba(0,0,0,0.22);
}

.memory-face-a {
  width: 180px;
  height: 240px;
  left: 30px;
  top: 86px;
  transform: rotate(-7deg);
}

.memory-face-b {
  width: 170px;
  height: 210px;
  right: 38px;
  top: 108px;
  transform: rotate(6deg);
}

.memory-face-c {
  width: 200px;
  height: 270px;
  left: 130px;
  top: 128px;
  transform: rotate(-1deg);
}

.memory-face.active {
  outline: 3px solid rgba(56,214,196,0.72);
  box-shadow: 0 0 0 10px rgba(56,214,196,0.08), 0 18px 40px rgba(0,0,0,0.34);
}

.quick-proof {
 display: flex;
 gap: 10px;
 flex-wrap: wrap;
 justify-content: center;
 margin: 6px auto 14px;
 max-width: 980px;
}

.proof-pill {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: #eef2ff;
  font-size: 14px;
}

.upload-grid-prominent {
  margin-top: 8px;
}

.upload-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.upload-card-reference {
  border-color: rgba(56,214,196,0.26);
  background: linear-gradient(135deg, rgba(56,214,196,0.14), rgba(139,92,246,0.12));
}

.source-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
}

.upload-option-card {
  min-height: 100%;
  border-color: rgba(255,255,255,0.14);
}

.upload-option-card-active {
  border-color: rgba(56,214,196,0.5);
  box-shadow: 0 0 0 1px rgba(56,214,196,0.22), 0 20px 60px rgba(0,0,0,0.22);
}

.post-steps-copy {
  margin: 4px 0 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,184,107,0.08), rgba(139,92,246,0.08));
  border: 1px solid rgba(255,255,255,0.08);
}

.post-steps-copy strong {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-bottom: 8px;
}

.post-steps-copy p {
  margin: 0 0 8px;
  color: #e5ebfb;
}

.post-steps-copy p:last-child {
  margin-bottom: 0;
}

.upload-card-prominent {
  position: relative;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.12);
}

.upload-card-easy {
  box-shadow: 0 20px 60px rgba(0,0,0,0.22);
}

.upload-card-prominent strong {
  display: block;
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 8px;
  color: #fff;
  max-width: 82%;
}

.upload-card-reference strong,
.upload-option-card strong {
  font-size: clamp(28px, 3vw, 36px);
  letter-spacing: -0.03em;
  max-width: none;
}

.upload-step {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  font-weight: 800;
  font-size: 18px;
}

.upload-step-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(56,214,196,0.12);
  border: 1px solid rgba(56,214,196,0.22);
  color: #bffaf2;
  font-size: 13px;
  font-weight: 700;
}

.upload-action-row {
  margin-top: 12px;
}

.upload-cta-row {
  align-items: center;
}

.btn-folder {
  min-width: 190px;
}

.upload-state {
  margin: 14px 0 0;
  color: #f4f7ff;
  font-size: 15px;
  font-weight: 600;
}

.upload-privacy-note {
  grid-column: 1 / -1;
  margin-top: 2px;
}


.live-progress-card {
  margin: 8px 0 18px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(56,214,196,0.16), rgba(139,92,246,0.16));
  border: 1px solid rgba(255,255,255,0.14);
}

.live-progress-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

.live-progress-head strong {
  color: #fff;
  font-size: 20px;
}

.live-progress-head span {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.live-progress-bar {
  width: 100%;
  height: 16px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.22);
}

.live-progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--secondary), var(--primary));
  box-shadow: 0 10px 20px rgba(56,214,196,0.24);
  transition: width 1s ease;
}

.live-progress-note {
  margin-top: 10px;
}

.status-card {
  margin: 8px 0 18px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.status-card p {
  margin: 0;
  color: #eef2ff;
}

.cta-row-primary-flow {
  margin-top: 10px;
}

.refined-summary {
  margin-top: 24px;
}

.result-headline-box {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(139,92,246,0.14), rgba(56,214,196,0.08));
  border: 1px solid rgba(255,255,255,0.1);
}

.result-headline-box strong {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 6px;
}

.result-headline-box p {
  margin: 0;
  color: #e8eefc;
}

.checkout-preview-emphasis {
  border-color: rgba(255,184,107,0.34);
}

.checkout-price {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.match-score {
  display: inline-flex;
  margin-top: 8px;
  justify-content: center;
  color: #c6fdf7;
  font-weight: 700;
}

.unlock-banner {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, rgba(255,184,107,0.16), rgba(139,92,246,0.14));
  border: 1px solid rgba(255,255,255,0.12);
}

.unlock-banner strong {
  display: block;
  color: #fff;
  margin-bottom: 6px;
  font-size: 20px;
}

.unlock-banner p {
  margin: 0;
  color: #eef2ff;
}

.download-ready-box,
.final-download-box {
  border-color: rgba(56,214,196,0.3);
}

.search-explainer {
  margin-top: 14px;
  color: #e5ebfb;
  font-size: 15px;
}

.event-hero-simple {
  display: block;
}

.event-hero-copy-wide {
  max-width: 920px;
}

.event-search-panel-priority {
  margin-top: 18px;
}

.compact-strip-bottom {
  margin-top: 22px;
}

.single-emotion-block {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 26px 30px;
}

.single-emotion-block p {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  color: #edf1ff;
}

.event-minimal-page {
  padding-top: 24px;
}

.event-hero {
  min-height: auto;
  margin-bottom: 18px;
}

.event-visual-card {
  min-height: 360px;
}

.event-visual-inner {
  width: min(100%, 420px);
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.event-stat-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 16px 36px rgba(0,0,0,0.18);
}

.event-stat-card strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 8px;
  color: white;
}

.event-stat-card span {
  color: #d8e0f4;
  font-size: 14px;
}

.event-stat-card.highlight {
  background: linear-gradient(135deg, rgba(139,92,246,0.24), rgba(56,214,196,0.12));
}

.event-stat-card.soft {
  background: rgba(255,255,255,0.03);
}

.compact-trust-row {
  margin-top: 18px;
}

.slim-warning {
  margin-bottom: 18px;
}

.event-search-panel {
  margin-top: 0;
}

.compact-strip {
  margin-top: 0;
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  .hero,
  .steps,
  .use-grid,
  .event-grid,
  .split,
  .result-grid,
  .search-summary,
  .story-hero,
  .section-head,
  .user-facing-summary,
  .conversion-hero {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 38px;
  }

  .story-copy,
  .panel-luxury,
  .conversion-visual,
  .minimal-header,
  .single-emotion-block {
    padding: 26px;
  }

  .minimal-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .conversion-hero {
    min-height: auto;
  }

  .conversion-visual {
    min-height: 420px;
  }

  .memory-stack {
    height: 360px;
  }

  .event-visual-inner {
    width: 100%;
  }

  .source-choice-grid {
    grid-template-columns: 1fr;
  }

  .memory-face-a,
  .memory-face-b,
  .memory-face-c {
    transform: none;
  }
}
.brand-logo {
  display: block;
  height: 72px;
  width: auto;
  max-width: none;
}

.home-hero-image-wrap {
  padding: 18px;
}

.home-hero-image {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.language-inline-switcher {
 display: inline-flex;
 align-items: center;
 gap: 0;
 padding: 10px 12px;
 border-radius: 14px;
 background: rgba(255,255,255,0.05);
 border: 1px solid rgba(255,255,255,0.12);
 color: #eef2ff;
 font-size: 13px;
 font-weight: 700;
}

.language-inline-link {
 background: transparent;
 border: 0;
 color: rgba(238,242,255,0.72);
 font: inherit;
 font-weight: 700;
 padding: 0;
 cursor: pointer;
}

.language-inline-link.active {
 color: #ffffff;
}

.language-inline-link:hover {
 color: #ffffff;
}

.language-separator {
 color: rgba(238,242,255,0.42);
 margin: 0 6px;
}

