.love-match-page { --love-match-ink: #33243d; --love-match-muted: #66596d; --love-match-plum: #684778; --love-match-line: rgba(111, 80, 126, .2); --love-match-rose: #b86f75; --love-match-gold: #9b6b2f; --love-match-panel: rgba(255, 255, 255, .78); color: var(--love-match-ink); background: #f7f2fb; }
.love-match-main { max-width: none; padding: 0; margin: 0; }
.love-match-shell { width: min(100% - 2rem, 1060px); margin: 0 auto; }
.love-match-page h1, .love-match-page h2, .love-match-page p { margin-top: 0; }
.love-match-page h1, .love-match-page h2 { color: var(--love-match-ink); text-wrap: balance; }
.love-match-page p { color: var(--love-match-muted); line-height: 1.65; }
.love-match-eyebrow { color: var(--love-match-gold) !important; font-size: .76rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.love-match-primary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.35rem; border: 1px solid rgba(104, 71, 120, .72); border-radius: 999px; color: #fff; background: linear-gradient(120deg, #684778, #79516f); font-weight: 800; text-decoration: none; box-shadow: 0 12px 36px rgba(104, 71, 120, .2); }
.love-match-primary-cta:focus-visible, .love-match-traditional-note a:focus-visible { outline: 3px solid #76506f; outline-offset: 4px; }
.love-match-badge { display: inline-block; padding: .35rem .7rem; border: 1px solid var(--love-match-line); border-radius: 999px; color: var(--love-match-gold) !important; font-size: .75rem; font-weight: 700; }