/* ============================================
   Modern SEO-Optimized Style for Research Article
   ============================================ */

/* === CSS Reset & Base === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Color Palette - Professional Research Theme */
  --primary-color: #2563eb;
  --primary-dark: #1e40af;
  --primary-light: #3b82f6;
  --secondary-color: #059669;
  --accent-color: #dc2626;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-muted: #6b7280;
  --bg-primary: #ffffff;
  --bg-secondary: #f9fafb;
  --bg-tertiary: #f3f4f6;
  --border-color: #e5e7eb;
  --success-color: #10b981;
  --warning-color: #f59e0b;
  --danger-color: #ef4444;
  
  /* Typography */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Merriweather', Georgia, serif;
  
  /* Spacing */
  --container-width: 1200px;
  --section-padding: 5rem;
  --card-padding: 2rem;
  
  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text-primary);
  background-color: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Prevent horizontal overflow - Force word breaking */
img, video, iframe {
  max-width: 100%;
  height: auto;
}

pre, code {
  max-width: 100%;
  overflow-x: auto;
  word-wrap: break-word;
}

/* Force all text elements to break long words */
p, h1, h2, h3, h4, h5, h6, li, td, th, span, div, a, strong, em {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

/* Specific fix for long Indonesian compound words */
.clean_9914 p,
.narrow_ce70,
.layout_b8ee,
.hot-0e09,
.hidden_hard_692d,
.inner-b7ed,
.tall_8159,
.form_dynamic_42e9 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.dropdown_dim_178d {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.dropdown_dim_178d > *,
.caption-glass-83e1,
.clean_9914,
.tabs-a496 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .dropdown_dim_178d {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .dropdown_dim_178d {
    padding: 0 1rem;
  }
}

/* === Typography === */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2rem;
  letter-spacing: -0.015em;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  margin-bottom: 1.25rem;
}

strong {
  font-weight: 600;
  color: var(--text-primary);
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

code {
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 0.875em;
  background-color: var(--bg-tertiary);
  padding: 0.2em 0.4em;
  border-radius: 3px;
  color: var(--accent-color);
}

pre {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
  border: 1px solid var(--border-color);
}

pre code {
  background: none;
  padding: 0;
  color: var(--text-primary);
}

/* === Header/Navigation === */
.east-8d61 {
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s ease;
}

/* Enhance shadow when scrolled */
.east-8d61.module_middle_79de {
  box-shadow: var(--shadow-md);
}

.accent-1bed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.tertiary_hard_0b3a img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.mask-north-a31f {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.action-7c0d {
  display: none;
}

/* Hide mobile actions on desktop */
.shadow-93fe {
  display: none;
}

.table_easy_e49e a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.table_easy_e49e a:hover,
.table_easy_e49e a.fn-active-f119 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.link_dynamic_5a99 {
  margin-left: 1rem;
}

.mini-aed7 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.secondary-selected-5f1b,
.content-hot-64dd {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  color: white !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
}

.secondary-selected-5f1b {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.secondary-selected-5f1b:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1e3a8a 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}

.content-hot-64dd {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.content-hot-64dd:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}

.secondary-selected-5f1b svg,
.content-hot-64dd svg {
  flex-shrink: 0;
}

.hard-5712 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.sidebar-focused-30f5 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.sidebar-focused-30f5::before,
.sidebar-focused-30f5::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.sidebar-focused-30f5::before {
  top: -7px;
}

.sidebar-focused-30f5::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.avatar-liquid-f73f {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  padding: 4rem 0 3rem;
  border-bottom: 1px solid var(--border-color);
}

/* === Hero Brand Image - First Screen / Above the Fold === */
.link_gas_0afe {
  margin: 2.5rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
}

.next_249f {
  margin: 0 0 2rem;
  text-align: center;
}

.hovered-af06 {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hovered-af06:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.grid_smooth_e30a {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

.grid_smooth_e30a strong {
  color: var(--primary-color);
  font-weight: 700;
}

.module_smooth_6de3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.modal_2dd4 {
  text-align: center;
  padding: 1.25rem;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border-radius: 12px;
  border: 1px solid var(--primary-color);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.modal_2dd4:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.layout-pro-ee34 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.row-plasma-344d {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.wrapper_motion_45b9 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.wrapper_motion_45b9 .main-prev-9e14 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 2rem;
  transition: all 0.3s ease;
}

.wrapper_motion_45b9 .main-prev-9e14 svg {
  flex-shrink: 0;
}

.wrapper_motion_45b9 .progress_first_a57d {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.wrapper_motion_45b9 .progress_first_a57d:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1e3a8a 100%);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
}

.wrapper_motion_45b9 .silver-7416 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.wrapper_motion_45b9 .silver-7416:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
  transform: translateY(-2px);
  text-decoration: none;
}

/* Mobile optimization for hero brand */
@media (max-width: 768px) {
  .link_gas_0afe {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .hovered-af06 {
    max-width: 100%;
  }

  .module_smooth_6de3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .modal_2dd4 {
    padding: 1rem;
  }

  .layout-pro-ee34 {
    font-size: 1.5rem;
  }

  .row-plasma-344d {
    font-size: 0.75rem;
  }

  .grid_smooth_e30a {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .wrapper_motion_45b9 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .wrapper_motion_45b9 .main-prev-9e14 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .module_smooth_6de3 {
    grid-template-columns: 1fr;
  }
}

.simple_73d3 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.active-4d28 {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

time {
  color: var(--text-muted);
  font-size: 0.9375rem;
}

/* === Article Header & Meta === */
.secondary-49f3 {
  margin-bottom: 2.5rem;
}

.prev-100e {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.simple_73d3 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.inner_f569 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.section-dirty-8663 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.search-steel-cafa {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.filter-0d8e {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.gallery_iron_c801 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.clean-e35a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.frame_rough_76f3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.frame_rough_76f3 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.texture-west-6ace {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
  box-shadow: var(--shadow-lg);
}

.nav-in-5510 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.short-54d4 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.chip_39bd {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.wrapper-09ac {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.sidebar-last-1087 {
  display: grid;
  gap: 1rem;
}

.notice-glass-47e6 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.primary_fluid_754e {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.tabs-soft-0122 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.copper-30a4 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.fast-8c38 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.picture-b44d {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.picture-b44d p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.narrow_ce70 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.video_5d47 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.warm_48f5 {
  display: grid;
  gap: 2rem;
}

.outer-e6c1 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.section-dirty-8663 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.inner_f569 {
  flex: 1;
}

.filter-0d8e {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.filter-0d8e a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.border-6cb0 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-size: 0.75rem;
}

.gallery_iron_c801 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.liquid-45a7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.liquid-45a7 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.liquid_a604 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.liquid_a604 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.filter_under_fdd1 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.filter_under_fdd1 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.filter_under_fdd1 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.filter_under_fdd1 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.background_f5f5 {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #fef3c7;
  border-left: 4px solid var(--warning-color);
  border-radius: 4px;
  font-size: 0.9375rem;
}

/* === Table of Contents === */
.in-d185 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.new-78d3 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.menu_aa33 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.active-dc54 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.active-dc54 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.active-dc54 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.active-dc54 ol li a {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  color: var(--text-secondary);
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}

.active-dc54 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.active-dc54 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.clean_9914 {
  padding: 3rem 0 5rem;
}

.tabs-a496 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.tabs-a496.slow_a15b {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.layout_b8ee {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.widget_brown_228d {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.container-0de0 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.container-0de0 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.stale-9989 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.smooth_441e {
  text-align: center;
}

.element-1bbb {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.gold_7a50 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.old-91de {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.inner-b7ed {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.hot-0e09 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}

.hot-0e09 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hot-0e09:hover {
  box-shadow: var(--shadow-lg);
}

.hot-0e09.text-e8a4 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.hot-0e09 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.hot-0e09 ul {
  margin: 1rem 0;
}

.hot-0e09 li {
  margin-bottom: 0.75rem;
}

.header_a50e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.progress-0f89 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.progress-0f89 a {
  font-weight: 600;
}

/* === Data Tables === */
.content_tiny_e6d1 {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: var(--bg-primary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.content_tiny_e6d1 table {
  width: 100%;
  min-width: 600px;
}

.content_tiny_e6d1 thead {
  background-color: var(--primary-color);
  color: white;
}

.content_tiny_e6d1 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.content_tiny_e6d1 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.content_tiny_e6d1 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.content_tiny_e6d1 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.hidden-down-28be {
  list-style: none;
  margin: 1.5rem 0;
}

.hidden-down-28be li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.hidden-down-28be li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.east-cbb6::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--success-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}

.fn-warning-f119::before {
  content: '⚠';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--warning-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}

/* === Expert Insight Box === */
.row-complex-c89a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.shadow_a4dd {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.shadow_a4dd img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.shadow_a4dd strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.shadow_a4dd span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.row-complex-c89a blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.tall_8159 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.tall_8159::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.plasma-38c1 {
  position: relative;
  margin-bottom: 3rem;
}

.gallery-8a43 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.gallery-8a43 .primary_advanced_b244 {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.outline-1519 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.outline-1519 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.outline-1519 ul {
  margin: 1rem 0;
}

.outline-1519 li {
  margin-bottom: 0.75rem;
}

.thumbnail_bright_bed0 {
  display: inline-block;
  background-color: #dbeafe;
  color: var(--primary-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 1rem;
}

/* === Transparency Box === */
.iron_3d67 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.iron_3d67 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.input-under-e730 {
  list-style: none;
  margin: 1.5rem 0;
}

.input-under-e730 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.input-under-e730 a {
  font-weight: 600;
}

.secondary_e8f1 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.form_dynamic_42e9 {
  margin: 2.5rem 0;
}

.footer-d275 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s ease;
}

.footer-d275:hover {
  box-shadow: var(--shadow-lg);
}

.footer-d275.list_a1d7 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.gallery-liquid-e6e3 {
  flex-shrink: 0;
}

.gallery-liquid-e6e3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.selected-0fd0 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.footer_d053,
.background_d6d7,
.easy_6952 {
  width: 100%;
  margin: 1.5rem 0;
}

.main_cool_3d9e {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.main_cool_3d9e strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.icon-8ae0 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.icon-8ae0 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.card_short_27d1 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.card_short_27d1 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.content_out_8069 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.summary_b402 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.summary_b402:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.summary_b402.detail-9f6d {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.summary_b402 .link-bronze-8cde {
  display: inline-block;
  background-color: var(--secondary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.summary_b402 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.pagination-pro-f2f6 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.filter-4482 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.filter-4482 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.notice-light-6bc6 {
  display: block;
  font-family: 'Consolas', monospace;
  font-size: 0.75rem;
  color: var(--accent-color);
  word-break: break-all;
  padding: 0.75rem;
  background-color: white;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

/* === Buttons === */
.main-prev-9e14 {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}

.progress_first_a57d {
  background-color: var(--primary-color);
  color: white;
}

.progress_first_a57d:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.silver-7416 {
  background-color: var(--text-secondary);
  color: white;
}

.silver-7416:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.tooltip_smooth_aeed {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.tooltip_smooth_aeed:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.wrapper_plasma_def2 {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.wrapper_plasma_def2:hover {
  background-color: var(--primary-dark);
}

.south-f618 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.block-23eb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.pink_f388 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.description-c498 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #fef3c7;
  color: #92400e;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* === Demographics & Data Visualization === */
.over_3af0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.bright-2d7c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.bright-2d7c h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.form-eaee {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.accent-bd0f {
  flex: 1;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

.modal_c7bd {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.box-e618 {
  list-style: none;
  counter-reset: rank-counter;
}

.box-e618 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.box-e618 li::before {
  content: counter(rank-counter);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.875rem;
}

.description-full-97be {
  list-style: none;
}

.description-full-97be li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.copper-70d0 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.south-434a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.south-434a .logo-over-7d10 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.south-434a .selected-2277 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.banner_fcac {
  margin-top: 3rem;
}

.button-lower-c64d {
  width: 100%;
}

.rough-8729 {
  background-color: #fef3c7;
}

.dynamic_0c56 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.component_lower_a537 {
  margin: 3rem 0;
}

.disabled_116e {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.pattern-ce5d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.pattern-ce5d:hover {
  box-shadow: var(--shadow-lg);
}

.pattern-ce5d.item-8925 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.article-48a4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.smooth_730d strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.smooth_730d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.layout_00ba {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pattern-ce5d blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.badge_dim_7832 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.center_e169 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.first_4f0a {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.menu-east-8a6c {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.fluid-f41d {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.row_08ff {
  margin-top: 1rem;
}

/* === FAQ Section === */
.tabs-d2f1 {
  max-width: 900px;
  margin: 0 auto;
}

.dim-4eb9 {
  margin: 2rem 0;
}

.overlay-22a6 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.overlay-22a6 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.overlay-22a6 summary::-webkit-details-marker {
  display: none;
}

.overlay-22a6 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.info_d4fa {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.overlay-22a6[open] .info_d4fa {
  transform: rotate(45deg);
}

.feature-4b6c {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.feature-4b6c p:last-child {
  margin-bottom: 0;
}

.shade_tiny_8631 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.active_7c47 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.modal-4567 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.modal-4567 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.modal-4567 .main-prev-9e14 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.gallery_smooth_6934 {
  max-width: 900px;
  margin: 0 auto;
}

.stone_da87 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.stale-d2f2 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.stale-d2f2.fn-success-f119 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.tooltip-right-933e {
  font-size: 3rem;
  line-height: 1;
}

.notification_south_c2ee h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.filter-2b9f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.caption-6cca,
.outline-ca34 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.caption-6cca h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.outline-ca34 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.slider-ae56,
.container_inner_9747 {
  margin: 1.5rem 0;
}

.slider-ae56 li,
.container_inner_9747 li {
  margin-bottom: 1rem;
}

.sidebar_5f8b {
  margin: 3rem 0;
}

.center_e29e {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.center_e29e h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.center_e29e ol {
  margin: 1rem 0;
}

.center_e29e li {
  margin-bottom: 0.75rem;
}

.message_blue_c763 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.row-edbc {
  margin: 2rem 0;
}

.tertiary-yellow-59c4 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.card_e41c {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.menu-active-a72b {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.wrapper_4a6a {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.light_bf2d {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.logo-2430 {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.logo-2430 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.search-steel-cafa {
  flex: 1;
}

.search-steel-cafa h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.wrapper_complex_7fc8 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.detail-9ecc p {
  margin-bottom: 1rem;
}

.next_028e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.photo-5cc4 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.row-a021 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.row-a021 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.outline-d37f h3 {
  margin-bottom: 1.5rem;
}

.full-7bbb {
  display: grid;
  gap: 2rem;
}

.link-9086 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.link-9086 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.link-9086 h4 {
  margin: 0 0 0.25rem;
}

.link-9086 p {
  margin: 0;
  font-size: 0.9375rem;
}

.gold-6ab3 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.dropdown_lite_2c1c {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.dropdown_lite_2c1c h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.dropdown_lite_2c1c ul {
  margin: 1.5rem 0;
}

.dropdown_lite_2c1c li {
  margin-bottom: 0.75rem;
}

.mask_5d8f {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.info-hard-83a7 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.banner-short-e03a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.bright_af7d h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.bright_af7d p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.banner_wide_8043 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.banner_wide_8043 a {
  color: rgba(255, 255, 255, 0.8);
}

.over-a9b5 {
  list-style: none;
}

.over-a9b5 li {
  margin-bottom: 0.75rem;
}

.over-a9b5 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.over-a9b5 a:hover {
  color: white;
}

.texture_2be4 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.frame_white_fea6 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.menu-bright-c641 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.accordion_6c7d {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.lite_53ff {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .dropdown_dim_178d {
    padding: 0 1.25rem;
  }

  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
  }

  /* Reduce heading sizes for mobile */
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  .article-first-3f83 {
    font-size: 1.5rem !important;
  }

  .prev-100e {
    font-size: 1.5rem !important;
  }

  p, li, td, th, span, div, strong {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  /* Force all containers to fit */
  .hot-0e09,
  .hidden_hard_692d,
  .outline-1519,
  .selected-0fd0,
  .article-48a4,
  .pattern-ce5d,
  .feature-4b6c,
  .grid_smooth_e30a,
  .narrow_ce70,
  .layout_b8ee {
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }

  /* Long words in Indonesian */
  ul, ol {
    padding-left: 1.5rem;
    max-width: 100%;
  }

  /* Fix author-info layout on mobile */
  .simple_73d3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .inner_f569 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .section-dirty-8663 {
    flex-shrink: 0;
  }

  .search-steel-cafa {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .filter-0d8e,
  .gallery_iron_c801 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .gallery_iron_c801 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .mask-north-a31f {
    display: none;
  }

  /* Show mobile actions */
  .shadow-93fe {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .thumbnail_f020 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.5rem;
    border-radius: 8px;
    font-size: 0.65rem;
    font-weight: 600;
    color: white !important;
    text-decoration: none;
    transition: all 0.2s ease;
    gap: 0.15rem;
    min-width: 60px;
    max-width: 75px;
  }

  .thumbnail_f020 svg {
    flex-shrink: 0;
  }

  .thumbnail_f020 .banner_middle_4589 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .thumbnail_f020 .column_6b0c {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .tag_bright_edda {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .frame_6e04 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .thumbnail_f020:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .action-7c0d {
    display: block;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    background-color: var(--bg-primary);
    list-style: none;
    padding: 1rem;
    box-shadow: var(--shadow-lg);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
  }

  .action-7c0d.fn-active-f119 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .action-7c0d li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .action-7c0d li:last-child {
    border-bottom: none;
  }

  .action-7c0d a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .table_easy_e49e {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background-color: var(--bg-primary);
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem;
    box-shadow: var(--shadow-lg);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    gap: 0;
  }

  .table_easy_e49e li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .table_easy_e49e li:last-child {
    border-bottom: none;
  }

  .table_easy_e49e a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .link_dynamic_5a99 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .mini-aed7 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .secondary-selected-5f1b,
  .content-hot-64dd {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .secondary-selected-5f1b {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .content-hot-64dd {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .table_easy_e49e.fn-active-f119 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .hard-5712 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .east-8d61 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .accent-1bed {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .avatar-liquid-f73f {
    margin-top: 0;
  }

  /* Hero section */
  .avatar-liquid-f73f {
    padding: 2rem 0 1.5rem;
  }

  .prev-100e {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .narrow_ce70 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .link_gas_0afe {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .hovered-af06 {
    max-width: 100%;
    border-radius: 8px;
  }

  .module_smooth_6de3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .modal_2dd4 {
    padding: 1rem;
  }

  .layout-pro-ee34 {
    font-size: 1.5rem;
  }

  .row-plasma-344d {
    font-size: 0.75rem;
  }

  .grid_smooth_e30a {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .wrapper_motion_45b9 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .wrapper_motion_45b9 .main-prev-9e14 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }

  /* Typography */
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  /* TOC */
  .menu_aa33 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .footer-d275 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .gallery-liquid-e6e3 {
    margin-bottom: 1rem;
  }

  /* Author */
  .outer-e6c1 {
    flex-direction: column;
  }

  .logo-2430 {
    flex-direction: column;
  }

  /* Quotes */
  .article-48a4 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .filter-2b9f {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .wrapper_4a6a {
    flex-direction: column;
  }

  .wrapper_4a6a .main-prev-9e14 {
    width: 100%;
  }

  /* Version comparison */
  .content_out_8069 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .over_3af0 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .banner-short-e03a {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .menu-bright-c641 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .content_tiny_e6d1,
  .background_d6d7,
  .background-bf76,
  .button-lower-c64d,
  .footer_d053,
  .easy_6952 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .content_tiny_e6d1 table,
  .background_d6d7 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .notice-light-6bc6 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .dropdown_dim_178d {
    padding: 0 1rem;
  }

  /* Reduce heading sizes even more for very small screens */
  h1 {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 1rem;
  }

  .article-first-3f83 {
    font-size: 1.25rem !important;
  }

  .prev-100e {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .east-8d61 {
    position: fixed;
  }

  .accent-1bed {
    padding: 0.625rem 0;
  }

  .tertiary_hard_0b3a img {
    height: 26px;
  }

  .table_easy_e49e {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .action-7c0d {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .thumbnail_f020 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .thumbnail_f020 svg {
    width: 18px;
    height: 18px;
  }

  .thumbnail_f020 .banner_middle_4589 {
    font-size: 0.7rem;
  }

  .thumbnail_f020 .column_6b0c {
    font-size: 0.65rem;
  }

  .secondary-selected-5f1b,
  .content-hot-64dd {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
  }

  /* Ultra aggressive word breaking for small screens */
  * {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  /* Ensure no element exceeds viewport */
  body, .dropdown_dim_178d, .caption-glass-83e1, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .link_gas_0afe {
    padding: 1rem;
  }

  .module_smooth_6de3 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .modal_2dd4 {
    padding: 0.875rem;
  }

  .layout-pro-ee34 {
    font-size: 1.25rem;
  }

  .wrapper_motion_45b9 .main-prev-9e14 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .prev-100e {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .main-prev-9e14 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .south-f618 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .footer-d275 {
    padding: 1rem;
  }

  .gallery-liquid-e6e3 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .hot-0e09,
  .bronze_5895,
  .notice-bronze-c8df,
  .notice_green_627e {
    padding: 1rem;
  }
}

@media print {
  .east-8d61,
  .in-d185,
  .hard-5712,
  .main-prev-9e14,
  .info-hard-83a7 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .dropdown_dim_178d {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.item-e1c7 {
  margin-bottom: 3rem;
  text-align: center;
}

.article-first-3f83 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.wide-553b {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.bottom-844f,
.hot_178a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.icon-small-3aa9 {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.icon-small-3aa9:hover {
  transform: translateY(-5px);
}

.icon-small-3aa9 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.icon-small-3aa9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.selected_dcb8 {
  margin: 3rem 0;
}

.clean-d15c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.gallery-37d9 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.gallery-37d9:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.fresh-adeb {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.picture_wide_37f0 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.nav-c7db {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.table_out_03b9 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.surface_cold_21f4 {
  display: flex;
  gap: 2rem;
  padding: 2.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
}

.surface_cold_21f4:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.surface_cold_21f4.form_d30c {
  border-left: 4px solid var(--primary-color);
}

.media-8c72 {
  flex-shrink: 0;
}

.media-8c72 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.shade-20fa {
  flex: 1;
}

.shade-20fa h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.alert-9563 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.gradient_current_3b9c,
.layout_c09c,
.plasma-d0da {
  margin-bottom: 1.5rem;
}

.gradient_current_3b9c h4,
.layout_c09c h4,
.plasma-d0da h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gradient_current_3b9c ul,
.layout_c09c ul,
.plasma-d0da ul {
  list-style: none;
  padding: 0;
}

.gradient_current_3b9c li,
.layout_c09c li,
.plasma-d0da li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.gradient_current_3b9c li:before,
.layout_c09c li:before,
.plasma-d0da li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.section-57d5 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.section-57d5 a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.section-57d5 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.nav-dim-faec { margin: 2rem 0; }
.wrapper-upper-39f7 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.wrapper-upper-39f7 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.light_a793 p { margin-bottom: 1rem; line-height: 1.7; }
.light_a793 strong { color: var(--text-primary); }
.light_a793 ul { list-style: none; padding-left: 0; }
.light_a793 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.light_a793 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.column-first-b1ab { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.list-red-5f89 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.list-red-5f89:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.box_gas_3e60 { font-size: 3rem; margin-bottom: 1rem; }
.list-red-5f89 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.list-red-5f89 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.row_6090 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.row_6090 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.badge-medium-5e0b { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.link-0234 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.button-384e { text-align: center; }
.feature_601d { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.under_a5ee { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.avatar_red_4225 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.hover_tiny_8641 { margin: 2rem 0; }
.advanced-e0b4 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.advanced-e0b4 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.advanced-e0b4 p, .advanced-e0b4 ul { line-height: 1.7; }
.advanced-e0b4 ul { list-style: none; padding-left: 0; }
.advanced-e0b4 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.advanced-e0b4 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.pagination-a9c7 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.layout-small-fae8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.alert-8c8e { text-align: center; }
.status-soft-5eb4 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.avatar-86c4 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.panel_21e9 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.box-lite-4ea6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.pink-b5e0 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.pink-b5e0:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.pink-b5e0 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.pink-b5e0 p, .pink-b5e0 ul { line-height: 1.7; }
.pink-b5e0 ul { list-style: none; padding-left: 0; }
.pink-b5e0 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.pink-b5e0 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: d10b */
.shadow-element-a5 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
