.elementor-3 .elementor-element.elementor-element-1831aac{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c965397 */<style>
/* ==========================================================================
   BioRecall - Premium Engaging UI
   ========================================================================== */

:root {
  --primary: #E63946;
  --bg: #F8F9FC;
  --dark: #161616;
  --light: #ffffff;
  --accent-soft: #fff1f2;
  --text-main: #161616;
  --text-muted: #525252;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --radius: 24px;
}

* { box-sizing: border-box; }

body {
  background-color: var(--bg);
  color: var(--text-main);
  font-family: var(--font-body);
  line-height: 1.7;
  margin: 0;
  padding: 20px;
}

.wrapper {
  max-width: 700px;
  margin: 0 auto;
}

/* Premium Card Design */
.policy-card {
  background: var(--light);
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

/* Typography Hierarchy */
strong { 
  display: block;
  font-family: var(--font-heading); 
  font-size: 2rem;
  color: var(--dark); 
  margin: 2rem 0 1.5rem 0;
  position: relative;
}

/* Adding a subtle accent for better engagement */
strong::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  background: var(--primary);
  margin-right: 12px;
  border-radius: 4px;
  vertical-align: middle;
}

p { margin-bottom: 1.25rem; font-size: 17px; color: var(--text-muted); }

/* Colorful/Highlight Boxes for engagement */
.highlight-box {
  background: var(--accent-soft);
  padding: 20px;
  border-radius: 16px;
  border-left: 5px solid var(--primary);
  margin: 20px 0;
}

ul { padding-left: 20px; margin-bottom: 1.5rem; }
li { margin-bottom: 12px; color: var(--text-muted); }

a { 
  color: var(--primary); 
  text-decoration: none; 
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
a:hover { border-bottom-color: var(--primary); }

@media (max-width: 480px) {
  body { padding: 15px; }
  .policy-card { padding: 25px; }
  strong { font-size: 1.6rem; }
}
</style>/* End custom CSS */