/* Love.You homepage — editorial interaction-led redesign, 2026 */
.love-home {
  --home-ink: #1d1017;
  --home-paper: #fffaf5;
  --home-cream: #f7eee7;
  --home-coral: #ff4f6d;
  --home-coral-dark: #d92d52;
  --home-peach: #ffbd80;
  --home-yellow: #ffd166;
  --home-lilac: #c7b9ff;
  --home-line: #2b1721;
  background: var(--home-paper);
}

.love-home main.container {
  width: 100%;
  max-width: none;
  padding: 0 !important;
}

.love-home footer { margin-top: 0; }

.home-page {
  color: var(--home-ink);
  overflow: hidden;
}

.home-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.section-space { padding: clamp(72px, 8vw, 118px) 0; }

.home-page h1,
.home-page h2,
.home-page h3 {
  color: inherit;
  letter-spacing: -.045em;
}

.home-page a { color: inherit; }

.home-ad { min-height: 16px; }

/* Hero */
.love-hero {
  position: relative;
  color: var(--home-ink);
  background: #f6e9e2;
  border-bottom: 2px solid var(--home-ink);
  isolation: isolate;
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  opacity: .52;
  background:
    radial-gradient(circle at 83% 16%, rgba(217, 45, 82, .22) 0 2px, transparent 3px),
    radial-gradient(circle at 71% 35%, rgba(183, 120, 91, .25) 0 1px, transparent 2px),
    linear-gradient(112deg, transparent 0 62%, rgba(87, 51, 68, .035) 62% 63%, transparent 63% 100%);
  background-size: 26px 26px, 31px 31px, auto;
}

.hero-noise::before,
.hero-noise::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.hero-noise::before {
  width: 440px;
  height: 440px;
  right: -170px;
  top: -210px;
  border: 84px solid rgba(255, 79, 109, .12);
}

.hero-noise::after {
  width: 220px;
  height: 220px;
  left: 46%;
  bottom: -165px;
  background: rgba(199, 185, 255, .2);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
  padding-block: clamp(70px, 9vw, 132px);
}

.hero-copy { max-width: 710px; }

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.5rem, 6.25vw, 6.9rem);
  font-weight: 800;
  line-height: .91;
}

.hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: #6f5963;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}

.love-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 15px 22px;
  border: 2px solid var(--home-ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.love-button:hover { transform: translate(-3px, -3px); }
.love-button-accent { background: var(--home-coral); color: #fff !important; border-color: var(--home-coral); box-shadow: 5px 5px 0 var(--home-yellow); }
.love-button-accent:hover { background: #fff; color: var(--home-ink) !important; }
.love-button-dark { background: var(--home-ink); color: #fff !important; box-shadow: 5px 5px 0 var(--home-coral); }

.love-text-link {
  color: var(--home-ink) !important;
  padding: 12px 0 8px;
  border-bottom: 2px solid var(--home-coral);
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none !important;
  text-transform: uppercase;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 38px;
  color: #795f6b;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-trust span::before { content: "✓"; margin-right: 7px; color: var(--home-yellow); }

/* Hero calculator */
.hero-tool {
  position: relative;
  color: var(--home-ink);
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 12px 12px 0 var(--home-coral);
  transform: rotate(1deg);
}

.tool-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 10px 14px;
  color: #fff;
  background: var(--home-coral-dark);
  border-bottom: 2px solid var(--home-ink);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.window-dots { display: flex; gap: 6px; }
.window-dots i { display: block; width: 8px; height: 8px; border: 1px solid #fff; border-radius: 50%; }
.window-dots i:first-child { background: var(--home-yellow); }
.window-dots i:nth-child(2) { background: var(--home-peach); }

.tool-window-body { padding: clamp(24px, 3vw, 42px); }

.tool-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.tool-number,
.pathway-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--home-ink);
  border-left: 6px solid var(--home-coral);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.tool-heading h2 { margin: 0; font-size: clamp(1.75rem, 2.4vw, 2.55rem); line-height: 1; }

.quick-calc { display: grid; grid-template-columns: 1fr 34px 1fr; align-items: end; gap: 12px; }
.quick-calc label { color: #654b57; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.quick-calc input {
  display: block;
  width: 100%;
  height: 51px;
  margin-top: 8px;
  padding: 0 14px;
  color: var(--home-ink);
  background: #fffaf5;
  border: 2px solid var(--home-ink);
  border-radius: 0;
  outline: none;
  font-size: .98rem;
  text-transform: none;
}
.quick-calc input:focus { box-shadow: 4px 4px 0 var(--home-yellow); }
.calc-heart { align-self: center; margin-top: 23px; color: var(--home-coral); font-size: 1.25rem; text-align: center; }
.quick-calc button {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 52px;
  margin-top: 7px;
  padding: 13px 16px;
  color: #fff;
  background: var(--home-ink);
  border: 2px solid var(--home-ink);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}
.quick-calc button:hover { color: var(--home-ink); background: var(--home-yellow); }

.calculator-result {
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 16px;
  background: var(--home-yellow);
  border: 2px solid var(--home-ink);
}
.calculator-result span { font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.calculator-result strong { margin-left: auto; font-size: 1.8rem; line-height: 1; }
.calculator-result i { color: var(--home-coral-dark); font-style: normal; }
.calculator-error { margin-top: 14px; padding: 11px 14px; color: #851c37; background: #ffe1e7; border-left: 4px solid var(--home-coral); font-size: .82rem; }
.tool-note { margin: 17px 0 0; color: #927985; font-size: .7rem; line-height: 1.4; }

.hero-metrics { color: var(--home-ink); background: var(--home-peach); border-top: 2px solid var(--home-ink); }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.6fr; }
.metrics-grid > * { min-height: 92px; padding: 18px 24px; border-right: 2px solid var(--home-ink); }
.metrics-grid > *:first-child { border-left: 2px solid var(--home-ink); }
.metrics-grid div { display: flex; align-items: center; gap: 13px; }
.metrics-grid div b { font-size: 2rem; letter-spacing: -.06em; }
.metrics-grid div span { max-width: 120px; font-size: .68rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.metrics-grid > a { display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--home-coral-dark); text-decoration: none; }
.metrics-grid > a span { font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .72; }
.metrics-grid > a b { margin-top: 5px; font-size: .84rem; text-transform: uppercase; }
.metrics-grid > a:hover { background: var(--home-ink); }

/* Shared section heading */
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 45px;
  padding-bottom: 27px;
  border-bottom: 2px solid var(--home-ink);
}
.section-heading h2 { max-width: 790px; margin: 0; font-size: clamp(2.5rem, 5vw, 5.3rem); font-weight: 800; line-height: .96; }
.section-heading > p { margin: 0; color: #69545e; font-size: .95rem; line-height: 1.65; }
.heading-link { align-self: end; justify-self: end; padding-bottom: 5px; border-bottom: 2px solid var(--home-coral); font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-decoration: none !important; text-transform: uppercase; }

/* Language phrases */
.phrase-section { background: var(--home-paper); }
.phrase-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--home-ink); border-left: 2px solid var(--home-ink); }
.phrase-card {
  position: relative;
  min-height: 150px;
  padding: 22px;
  background: #fff;
  border-right: 2px solid var(--home-ink);
  border-bottom: 2px solid var(--home-ink);
  text-decoration: none !important;
  transition: background .18s ease, color .18s ease;
}
.phrase-card:hover { color: #fff !important; background: var(--home-coral-dark); }
.phrase-language { display: block; color: #806873; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.phrase-card:hover .phrase-language { color: #ffdce3; }
.phrase-card strong { display: block; max-width: calc(100% - 30px); margin-top: 28px; font-size: clamp(1.05rem, 1.65vw, 1.45rem); line-height: 1.2; }
.section-cta { display: inline-flex; gap: 35px; margin-top: 28px; padding-bottom: 5px; border-bottom: 2px solid var(--home-coral); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-decoration: none !important; text-transform: uppercase; }

/* Pathways */
.pathways-section { color: #fff; background: #2a0e1c; }
.section-heading-light { border-bottom-color: rgba(255,255,255,.65); }
.section-heading-light > p { color: #ccb9c2; }
.pathways-section .section-heading { grid-template-columns: 1fr; }
.pathway-intro {
  max-width: 610px;
  margin: 22px 0 0;
  color: #ccb9c2;
  font-size: 1rem;
  line-height: 1.65;
}
.pathway-grid { display: grid; grid-template-columns: 1.14fr .93fr .93fr; gap: 22px; }
.pathway-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  padding: 30px;
  color: var(--home-ink) !important;
  background: #fffaf5;
  border: 2px solid #fff;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease;
}
.pathway-card:hover { transform: translateY(-7px); background: var(--home-yellow); }
.pathway-feature { background: var(--home-coral); color: #fff !important; border-color: var(--home-coral); }
.pathway-feature:hover { color: var(--home-ink) !important; }
.pathway-number { width: 65px; height: 38px; margin-bottom: 42px; }
.pathway-icon { display: grid; place-items: center; width: 74px; height: 74px; margin-bottom: 36px; background: #fff; border: 2px solid var(--home-ink); }
.pathway-card h3 { margin: 0; font-size: clamp(1.75rem, 2.35vw, 2.45rem); line-height: 1; }
.pathway-card p { margin: 17px 0 0; color: inherit; font-size: .9rem; line-height: 1.65; opacity: .78; }
.pathway-card b { display: block; margin-top: auto; padding-top: 28px; border-top: 1px solid currentColor; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

/* Daily tools */
.tools-section { background: var(--home-cream); }
.daily-tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.daily-tool-card { display: flex; flex-direction: column; min-height: 340px; padding: 28px; background: #fff; border: 2px solid var(--home-ink); box-shadow: 7px 7px 0 var(--home-ink); }
.daily-tool-top { display: flex; align-items: center; justify-content: space-between; }
.daily-tool-top span { padding: 8px 10px; color: #fff; background: var(--home-coral-dark); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.daily-tool-card h3 { margin: 52px 0 0; font-size: clamp(1.55rem, 2vw, 2.05rem); line-height: 1.06; }
.daily-tool-card p { margin: 17px 0 24px; color: #6f5963; font-size: .88rem; line-height: 1.65; }
.daily-tool-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 2px solid var(--home-ink); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-decoration: none !important; text-transform: uppercase; }
.daily-tool-card:hover { color: #fff; background: var(--home-coral-dark); box-shadow: 7px 7px 0 var(--home-yellow); }
.daily-tool-card:hover p { color: #ffe6eb; }
.daily-tool-card:hover > a { border-top-color: #fff; }

/* Guides */
.guides-section { background: var(--home-paper); }
.guide-layout { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 26px; }
.guide-card { border-top: 2px solid var(--home-ink); }
.guide-card-featured { grid-row: span 2; }
.guide-image { position: relative; display: block; aspect-ratio: 16 / 10; margin-top: 18px; overflow: hidden; background: #eadfd7; border: 2px solid var(--home-ink); }
.guide-card:not(.guide-card-featured) .guide-image { aspect-ratio: 16 / 7; }
.guide-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .35s ease, filter .35s ease; }
.guide-image:hover img { transform: scale(1.035); filter: saturate(1); }
.guide-image span { position: absolute; top: 0; left: 0; padding: 9px 12px; color: #fff; background: var(--home-coral-dark); font-size: .7rem; font-weight: 800; }
.guide-copy { padding-top: 18px; }
.guide-copy h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 2rem); line-height: 1.08; }
.guide-copy h3 a { text-decoration: none; }
.guide-copy p { margin: 11px 0 18px; color: #715a65; font-size: .84rem; line-height: 1.5; }
.guide-copy > a { font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

/* Emoji */
.emoji-section { background: var(--home-yellow); border-block: 2px solid var(--home-ink); }
.emoji-layout { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 28px; align-items: start; }
.emoji-intro { padding-right: clamp(10px, 4vw, 60px); }
.emoji-burst { display: block; margin: 28px 0 20px; font-size: clamp(4.5rem, 8vw, 8rem); line-height: 1; transform: rotate(-8deg); transform-origin: left bottom; }
.emoji-intro h2 { margin: 0; font-size: clamp(2.4rem, 4.6vw, 5rem); line-height: .96; }
.emoji-intro > p:not(.section-index) { max-width: 530px; margin: 24px 0 30px; line-height: 1.65; }
.emoji-list { border-top: 2px solid var(--home-ink); }
.emoji-list a { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 15px; align-items: center; height: 112px; padding: 15px 10px; border-bottom: 2px solid var(--home-ink); text-decoration: none !important; }
.emoji-list a:hover { background: rgba(255,255,255,.44); }
.emoji-list a > span { font-size: 2.2rem; line-height: 1; text-align: center; white-space: nowrap; }
.emoji-list b, .emoji-list small { display: block; }
.emoji-list b { font-size: .91rem; line-height: 1.25; }
.emoji-list small { margin-top: 4px; color: #745f37; font-size: .67rem; font-weight: 700; text-transform: uppercase; }
.emoji-list-alt { margin-top: 0; }
.emoji-list-alt a { grid-template-columns: 98px minmax(0, 1fr); }
.emoji-list-alt a > span { font-size: 1.85rem; letter-spacing: 2px; }

/* FAQ */
.faq-section { color: #fff; background: var(--home-ink); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 130px); }
.faq-layout > div:first-child { position: sticky; top: 110px; align-self: start; }
.faq-layout h2 { margin: 0; font-size: clamp(2.5rem, 4.7vw, 5rem); line-height: .96; }
.faq-layout > div:first-child > p:last-child { margin-top: 24px; color: #bdaeb5; }
.love-faq .accordion-item { color: #fff; background: transparent; border: 0; border-bottom: 1px solid #725e68; border-radius: 0; }
.love-faq .accordion-item:first-child { border-top: 1px solid #725e68; }
.love-faq .accordion-button { gap: 22px; padding: 25px 0; color: #fff; background: transparent; border: 0; border-radius: 0 !important; box-shadow: none; font-size: clamp(1rem, 1.4vw, 1.18rem); font-weight: 750; }
.love-faq .accordion-button span { color: var(--home-coral); font-size: .7rem; letter-spacing: .08em; }
.love-faq .accordion-button::after { filter: invert(1); }
.love-faq .accordion-body { padding: 0 0 26px 43px; color: #c9bbc2; font-size: .9rem; line-height: 1.7; }

/* Full language directory */
.all-languages-section { color: #fff; background: var(--home-coral-dark); }
.all-language-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ff9bb0; border-left: 1px solid #ff9bb0; }
.all-language-grid a { display: grid; grid-template-columns: 28px 1fr; gap: 9px; align-items: center; min-height: 55px; padding: 11px 14px; border-right: 1px solid #ff9bb0; border-bottom: 1px solid #ff9bb0; font-size: .76rem; font-weight: 700; text-decoration: none !important; }
.all-language-grid a:hover { color: var(--home-ink) !important; background: var(--home-yellow); }

.sponsor-band { color: #fff; background: #28121d; border-top: 1px solid #725e68; }
.sponsor-band .home-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 85px; }
.sponsor-band > div > span { color: #bcaab3; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sponsor-band a { display: flex; align-items: center; gap: 20px; font-size: 1.05rem; font-weight: 800; text-decoration: none; }
.sponsor-band a b { color: var(--home-peach); font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; }

@media (max-width: 1000px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-tool { width: min(660px, 100%); transform: none; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metrics-grid > *:nth-child(3) { border-left: 2px solid var(--home-ink); border-top: 2px solid var(--home-ink); }
  .metrics-grid > *:nth-child(4) { border-top: 2px solid var(--home-ink); }
  .phrase-grid { grid-template-columns: repeat(3, 1fr); }
  .pathway-grid { grid-template-columns: 1fr 1fr; }
  .pathway-feature { grid-column: 1 / -1; min-height: 330px; }
  .daily-tools-grid { grid-template-columns: 1fr; }
  .daily-tool-card { min-height: 285px; }
  .daily-tool-card h3 { margin-top: 32px; }
  .guide-layout { grid-template-columns: 1fr 1fr; }
  .guide-card-featured { grid-column: 1 / -1; grid-row: auto; }
  .guide-card-featured .guide-image { aspect-ratio: 16 / 7; }
  .emoji-layout { grid-template-columns: 1fr 1fr; }
  .emoji-intro { grid-column: 1 / -1; }
  .all-language-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .home-shell { width: min(100% - 28px, 1240px); }
  .section-space { padding: 66px 0; }
  .hero-layout { gap: 50px; padding-block: 62px 70px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-tool { width: calc(100% - 7px); box-shadow: 7px 7px 0 var(--home-coral); }
  .tool-window-body { padding: 23px 18px; }
  .quick-calc { grid-template-columns: 1fr; }
  .calc-heart { margin: -4px 0; transform: rotate(90deg); }
  .quick-calc button { grid-column: 1; }
  .metrics-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .metrics-grid > * { padding: 15px; }
  .metrics-grid div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .metrics-grid div b { font-size: 1.65rem; }
  .metrics-grid > a b { font-size: .7rem; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .section-heading h2 { font-size: clamp(2.5rem, 12vw, 4.2rem); }
  .heading-link { justify-self: start; }
  .phrase-grid { grid-template-columns: 1fr 1fr; }
  .phrase-card { min-height: 132px; padding: 17px; }
  .phrase-card strong { margin-top: 23px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-feature { grid-column: auto; }
  .pathway-card { min-height: 340px; padding: 24px; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-card-featured { grid-column: auto; }
  .guide-card-featured .guide-image,
  .guide-card:not(.guide-card-featured) .guide-image { aspect-ratio: 16 / 9; }
  .emoji-layout { grid-template-columns: 1fr; }
  .emoji-intro { grid-column: auto; }
  .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .faq-layout > div:first-child { position: static; }
  .love-faq .accordion-body { padding-left: 0; }
  .all-language-grid { grid-template-columns: 1fr 1fr; }
  .sponsor-band .home-shell { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 22px; }
  .sponsor-band a { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (max-width: 430px) {
  .phrase-grid,
  .all-language-grid { grid-template-columns: 1fr; }
  .phrase-card { min-height: 118px; }
  .hero-trust { flex-direction: column; }
  .metrics-grid div span { max-width: 105px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *, .home-page *::before, .home-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Display headings must never hyphenate mid-word: styles.css sets
   hyphens:auto on all h1-h4 for long Nordic compounds in narrow cards, which
   split "chemistry" as "chem-istry" in the tool windows. These big headings
   have clamp() sizing and room to wrap whole words; text-wrap:balance keeps
   the two-line result even ("Check your / chemistry"). */
.home-page h1,
.home-page h2,
.home-page h3,
.tool-heading h2,
.section-heading h2 {
  hyphens: manual;
  -webkit-hyphens: manual;
  overflow-wrap: normal;
  text-wrap: balance;
}

/* "Also popular" line under the daily tools + the calculator hub link. */
.daily-tools-also { margin: 26px 0 0; font-size: .95rem; color: inherit; opacity: .85; }
.daily-tools-also a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.tool-more-link { display: inline-block; margin-left: 10px; font-weight: 700; color: inherit; text-decoration: underline; text-underline-offset: 3px; }
