.elementor-14366 .elementor-element.elementor-element-d7de9d5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-042376e */#scoped-article {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6; /* Slightly tighter for mobile readability */
  color: #1a1a1a;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px; /* Reduced padding for mobile edges */
  background-color: #ffffff;
  text-align: left; /* Justify is difficult to read on narrow mobile screens */
  word-wrap: break-word;
}

#scoped-article h1 {
  font-size: clamp(2rem, 8vw, 3.5rem); /* Fluid typography: scales between 2rem and 3.5rem */
  font-weight: 900;
  line-height: 1.1;
  color: #000;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: -0.04em;
}

#scoped-article .intro-text {
  font-size: clamp(1.1rem, 4vw, 1.25rem);
  color: #444;
  margin-bottom: 2.5rem;
  border-left: 5px solid #ff4d4d;
  padding-left: 15px;
}

#scoped-article h2 {
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  font-weight: 800;
  color: #111;
  margin-top: 3rem;
  padding-bottom: 8px;
  border-bottom: 4px solid #eee;
}

#scoped-article h3 {
  font-size: 1.2rem;
  font-weight: 700; /* Increased to 700 for better visibility on small screens */
  color: #900;
  margin-top: 1.5rem;
}

/* MOBILE FRIENDLY TABLE */
#scoped-article table {
  display: block; /* Allows horizontal scroll */
  width: 100%;
  overflow-x: auto; /* Adds scrollbar if table is too wide */
  -webkit-overflow-scrolling: touch; /* Smooth scroll for iOS */
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem; /* Slightly smaller for mobile */
  white-space: nowrap; /* Keeps data from wrapping awkwardly */
}

#scoped-article th {
  background-color: #000;
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#scoped-article td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

#scoped-article .comparison-grid, 
#scoped-article .pro-con-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; /* Reduced gap for smaller screens */
  margin: 2rem 0;
}

#scoped-article .tech-card {
  padding: 20px;
  border-radius: 15px;
  background: #fcfcfc;
  border: 1px solid #efefef;
}

#scoped-article .highlight-box {
  background: linear-gradient(135deg, #1a1a1a 0%, #444 100%);
  color: white;
  padding: 25px; /* Reduced padding */
  border-radius: 20px;
  margin: 2.5rem 0;
}

#scoped-article .flavor-ranking {
  background: #fff9f0;
  padding: 20px;
  border-radius: 12px;
  border-left: 6px solid #f39c12;
}

#scoped-article .pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 8px;
}

#scoped-article .raz-pill { background: #ffe5e5; color: #d90429; }
#scoped-article .geek-pill { background: #e0e7ff; color: #4361ee; }

#scoped-article .external-link {
  color: #4361ee;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #4361ee;
}

/* RESPONSIVE BREAKPOINT */
@media (max-width: 768px) {
  #scoped-article {
    padding: 30px 15px; /* Maximum utilization of screen width */
  }

  #scoped-article .comparison-grid, 
  #scoped-article .pro-con-v2 {
    grid-template-columns: 1fr; /* Stack elements vertically */
    gap: 15px;
  }

  #scoped-article .highlight-box {
    padding: 20px;
    margin: 2rem 0;
  }
  
  #scoped-article h2 {
    margin-top: 1.5rem;
  }
}/* End custom CSS */