/* ============================================
   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 */
.search-blue-591f p,
.liquid-5661,
.easy_abd5,
.element-1a18,
.fixed-25a2,
.gradient-87f4,
.smooth_72af,
.panel-f43d {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.shadow_stone_26bc {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.shadow_stone_26bc > *,
.tertiary_dim_51e9,
.search-blue-591f,
.dirty-1ecc {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .shadow_stone_26bc {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .shadow_stone_26bc {
    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 === */
.detail_dynamic_e8ea {
  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 */
.detail_dynamic_e8ea.header_thick_21e8 {
  box-shadow: var(--shadow-md);
}

.stone_1d2d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.east_57ec img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.detail-ca45 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.sidebar_lower_9479 {
  display: none;
}

/* Hide mobile actions on desktop */
.focused-9855 {
  display: none;
}

.texture-2b99 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.texture-2b99 a:hover,
.texture-2b99 a.fn-active-816c {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.menu-89d4 {
  margin-left: 1rem;
}

.progress_left_bd41 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.orange_bbaa,
.section_blue_f44c {
  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;
}

.orange_bbaa {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.orange_bbaa: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;
}

.section_blue_f44c {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.section_blue_f44c: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;
}

.orange_bbaa svg,
.section_blue_f44c svg {
  flex-shrink: 0;
}

.caption-2327 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.yellow-e7e4 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.yellow-e7e4::before,
.yellow-e7e4::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.yellow-e7e4::before {
  top: -7px;
}

.yellow-e7e4::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.fast_dacd {
  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 === */
.alert-dynamic-eff1 {
  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);
}

.white-cd9a {
  margin: 0 0 2rem;
  text-align: center;
}

.filter_b855 {
  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;
}

.filter_b855:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.texture_huge_72e3 {
  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);
}

.texture_huge_72e3 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.disabled_af6a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.dynamic_c39c {
  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;
}

.dynamic_c39c:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.fluid_215b {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.row_hovered_2a25 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.thumbnail_b12a {
  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);
}

.thumbnail_b12a .border_slow_7650 {
  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;
}

.thumbnail_b12a .border_slow_7650 svg {
  flex-shrink: 0;
}

.thumbnail_b12a .pattern-lower-042c {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.thumbnail_b12a .pattern-lower-042c: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);
}

.thumbnail_b12a .summary-0c82 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.thumbnail_b12a .summary-0c82: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) {
  .alert-dynamic-eff1 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .filter_b855 {
    max-width: 100%;
  }

  .disabled_af6a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .dynamic_c39c {
    padding: 1rem;
  }

  .fluid_215b {
    font-size: 1.5rem;
  }

  .row_hovered_2a25 {
    font-size: 0.75rem;
  }

  .texture_huge_72e3 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .thumbnail_b12a {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .thumbnail_b12a .border_slow_7650 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .disabled_af6a {
    grid-template-columns: 1fr;
  }
}

.image-middle-0f02 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.mask-black-b3e7 {
  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 === */
.wrapper-8352 {
  margin-bottom: 2.5rem;
}

.tooltip_brown_c76b {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.image-middle-0f02 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.warm-6a82 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.narrow_5c6a {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.brown-5feb {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.highlight_6fe4 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.component-over-a0bf {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.paper_d8c0 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pink-e07d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pink-e07d svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.logo_red_cefe {
  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);
}

.caption_huge_0a5a {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.in_8fb1 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.description_hard_e794 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.section_cad7 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.detail_outer_1d8a {
  display: grid;
  gap: 1rem;
}

.hidden-5a98 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.tag-43f5 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.dirty-aaa4 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.wrapper-2bc4 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.large_efe5 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.text-tiny-6322 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.text-tiny-6322 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.liquid-5661 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.outline_yellow_f196 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.outline_2276 {
  display: grid;
  gap: 2rem;
}

.highlight-advanced-f3a5 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.narrow_5c6a {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.warm-6a82 {
  flex: 1;
}

.highlight_6fe4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.highlight_6fe4 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.message-8ae5 {
  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;
}

.component-over-a0bf {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.dim_e980 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.dim_e980 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.cool-41f6 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.cool-41f6 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.avatar-medium-72de {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.avatar-medium-72de strong {
  display: block;
  margin-bottom: 0.75rem;
}

.avatar-medium-72de ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.avatar-medium-72de li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.bronze-1968 {
  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 === */
.hidden-motion-37d5 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.liquid-0586 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.thick-4e33 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.modal_759a h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.modal_759a ol {
  list-style: none;
  counter-reset: toc-counter;
}

.modal_759a ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.modal_759a 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;
}

.modal_759a ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.modal_759a ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.search-blue-591f {
  padding: 3rem 0 5rem;
}

.dirty-1ecc {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.dirty-1ecc.backdrop_cool_1a4c {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.easy_abd5 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.item-active-3850 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.pro-ae0a {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.pro-ae0a h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.form_under_44b1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.hidden_action_fd14 {
  text-align: center;
}

.disabled_wood_f96d {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.brown-6443 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.panel_cold_3116 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.gradient-87f4 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.element-1a18 {
  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;
}

.element-1a18 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.element-1a18:hover {
  box-shadow: var(--shadow-lg);
}

.element-1a18.block_gold_b79a {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.element-1a18 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.element-1a18 ul {
  margin: 1rem 0;
}

.element-1a18 li {
  margin-bottom: 0.75rem;
}

.hot-cf99 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.link-easy-b1a8 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.link-easy-b1a8 a {
  font-weight: 600;
}

/* === Data Tables === */
.photo-iron-2d30 {
  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;
}

.photo-iron-2d30 table {
  width: 100%;
  min-width: 600px;
}

.photo-iron-2d30 thead {
  background-color: var(--primary-color);
  color: white;
}

.photo-iron-2d30 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.photo-iron-2d30 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.photo-iron-2d30 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.photo-iron-2d30 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.thumbnail_75ec {
  list-style: none;
  margin: 1.5rem 0;
}

.thumbnail_75ec li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.thumbnail_75ec li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.short_186a::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-816c::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 === */
.breadcrumb-fixed-4976 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.highlight_0272 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.highlight_0272 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.highlight_0272 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.highlight_0272 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.breadcrumb-fixed-4976 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.smooth_72af {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.smooth_72af::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.item-a804 {
  position: relative;
  margin-bottom: 3rem;
}

.notice-old-65b3 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.notice-old-65b3 .pagination-pro-fcf6 {
  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;
}

.section-orange-5bed {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.section-orange-5bed h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.section-orange-5bed ul {
  margin: 1rem 0;
}

.section-orange-5bed li {
  margin-bottom: 0.75rem;
}

.search-dim-39e3 {
  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 === */
.preview_14bc {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.preview_14bc h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.slow_1f02 {
  list-style: none;
  margin: 1.5rem 0;
}

.slow_1f02 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.slow_1f02 a {
  font-weight: 600;
}

.motion-44a9 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.panel-f43d {
  margin: 2.5rem 0;
}

.tooltip_orange_9f3c {
  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;
}

.tooltip_orange_9f3c:hover {
  box-shadow: var(--shadow-lg);
}

.tooltip_orange_9f3c.grid-top-6884 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.out_3dfc {
  flex-shrink: 0;
}

.out_3dfc 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);
}

.backdrop_fresh_36d2 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.small_2ba2,
.component-5a63,
.preview-over-c4c6 {
  width: 100%;
  margin: 1.5rem 0;
}

.shade_glass_e986 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.shade_glass_e986 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.pressed-6a21 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.pressed-6a21 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.message-plasma-93d3 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.message-plasma-93d3 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.banner_fab9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.notification_cold_5801 {
  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;
}

.notification_cold_5801:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.notification_cold_5801.summary_b59c {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.notification_cold_5801 .text-289c {
  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;
}

.notification_cold_5801 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.video-fed9 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.media-6487 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.media-6487 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.button-south-72ba {
  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 === */
.border_slow_7650 {
  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;
}

.pattern-lower-042c {
  background-color: var(--primary-color);
  color: white;
}

.pattern-lower-042c:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.summary-0c82 {
  background-color: var(--text-secondary);
  color: white;
}

.summary-0c82:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.info_af88 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.info_af88:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.pattern_up_4848 {
  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;
}

.pattern_up_4848:hover {
  background-color: var(--primary-dark);
}

.widget-lite-0c9b {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.breadcrumb-1d33 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.component_2da2 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.pattern-motion-4aa6 {
  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 === */
.picture_eb7a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.pink-6d80 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.pink-6d80 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.content-mini-68c6 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.progress-stone-83e1 {
  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;
}

.tag-884e {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.up-c304 {
  list-style: none;
  counter-reset: rank-counter;
}

.up-c304 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.up-c304 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;
}

.easy_e2ad {
  list-style: none;
}

.easy_e2ad li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.large_6f05 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.static_c963 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.static_c963 .gradient_06af {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.static_c963 .hero-9da9 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.preview-43c6 {
  margin-top: 3rem;
}

.module_advanced_31f2 {
  width: 100%;
}

.thumbnail_gas_4286 {
  background-color: #fef3c7;
}

.carousel_2a23 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.container-iron-7f41 {
  margin: 3rem 0;
}

.section-b9ef {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.cool-1696 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.cool-1696:hover {
  box-shadow: var(--shadow-lg);
}

.cool-1696.primary_6d17 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.next-3257 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.first-43ed strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.first-43ed span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.bottom-a4dd {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.cool-1696 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.gallery-outer-89a3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.green-9a1c {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.current-ebc8 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.static_ca16 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.container_hard_3932 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.aside-f116 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.caption_fab1 {
  max-width: 900px;
  margin: 0 auto;
}

.advanced-6b31 {
  margin: 2rem 0;
}

.notice_upper_76f7 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.notice_upper_76f7 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.notice_upper_76f7 summary::-webkit-details-marker {
  display: none;
}

.notice_upper_76f7 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.hovered-abca {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.notice_upper_76f7[open] .hovered-abca {
  transform: rotate(45deg);
}

.image_0041 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.image_0041 p:last-child {
  margin-bottom: 0;
}

.component_5c42 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.west-d4ff {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.over_d051 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.over_d051 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.over_d051 .border_slow_7650 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.layout_44c0 {
  max-width: 900px;
  margin: 0 auto;
}

.table-center-df9a {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.north_4f21 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.north_4f21.fn-success-816c {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.complex_df72 {
  font-size: 3rem;
  line-height: 1;
}

.gradient_8e2e h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.left_f8df {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.accordion-dynamic-d93c,
.chip-lite-ae56 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.accordion-dynamic-d93c h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.chip-lite-ae56 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.input_up_e4ce,
.component_last_5df1 {
  margin: 1.5rem 0;
}

.input_up_e4ce li,
.component_last_5df1 li {
  margin-bottom: 1rem;
}

.table_last_ab24 {
  margin: 3rem 0;
}

.old-6ebd {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.old-6ebd h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.old-6ebd ol {
  margin: 1rem 0;
}

.old-6ebd li {
  margin-bottom: 0.75rem;
}

.table_0ce1 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.detail_bronze_b901 {
  margin: 2rem 0;
}

.sidebar-25c4 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.content-fcfc {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.detail-64b7 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.container-pressed-b959 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.selected-4389 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.last-2b83 {
  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;
}

.last-2b83 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.brown-5feb {
  flex: 1;
}

.brown-5feb h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.border-last-b9c6 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.right-47e8 p {
  margin-bottom: 1rem;
}

.modal_fixed_b17d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.fluid-c1d8 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.tooltip-west-2843 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.tooltip-west-2843 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.rough-e30a h3 {
  margin-bottom: 1.5rem;
}

.shadow-8199 {
  display: grid;
  gap: 2rem;
}

.advanced-fc68 {
  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;
}

.advanced-fc68 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.advanced-fc68 h4 {
  margin: 0 0 0.25rem;
}

.advanced-fc68 p {
  margin: 0;
  font-size: 0.9375rem;
}

.card_ae80 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.slow-4bca {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.slow-4bca h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.slow-4bca ul {
  margin: 1.5rem 0;
}

.slow-4bca li {
  margin-bottom: 0.75rem;
}

.notice_huge_1ebd {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.container-6a64 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.input_next_a5b9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.tertiary-lite-efd3 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.tertiary-lite-efd3 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.static_9623 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.static_9623 a {
  color: rgba(255, 255, 255, 0.8);
}

.table_plasma_5a9d {
  list-style: none;
}

.table_plasma_5a9d li {
  margin-bottom: 0.75rem;
}

.table_plasma_5a9d a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.table_plasma_5a9d a:hover {
  color: white;
}

.paragraph_basic_685a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.gradient_cd5c {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.link-4887 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.row-silver-b87c {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.preview_9285 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .shadow_stone_26bc {
    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;
  }

  .column-e5bf {
    font-size: 1.5rem !important;
  }

  .tooltip_brown_c76b {
    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 */
  .element-1a18,
  .fixed-25a2,
  .section-orange-5bed,
  .backdrop_fresh_36d2,
  .next-3257,
  .cool-1696,
  .image_0041,
  .texture_huge_72e3,
  .liquid-5661,
  .easy_abd5 {
    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 */
  .image-middle-0f02 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .warm-6a82 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .narrow_5c6a {
    flex-shrink: 0;
  }

  .brown-5feb {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .highlight_6fe4,
  .component-over-a0bf {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .component-over-a0bf {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .detail-ca45 {
    display: none;
  }

  /* Show mobile actions */
  .focused-9855 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .media_2c77 {
    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;
  }

  .media_2c77 svg {
    flex-shrink: 0;
  }

  .media_2c77 .hard_23e0 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .media_2c77 .gold-28de {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .grid_cd36 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .aside_gold_f301 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .media_2c77:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .sidebar_lower_9479 {
    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;
  }

  .sidebar_lower_9479.fn-active-816c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .sidebar_lower_9479 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .sidebar_lower_9479 li:last-child {
    border-bottom: none;
  }

  .sidebar_lower_9479 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .texture-2b99 {
    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;
  }

  .texture-2b99 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .texture-2b99 li:last-child {
    border-bottom: none;
  }

  .texture-2b99 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .menu-89d4 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .progress_left_bd41 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .orange_bbaa,
  .section_blue_f44c {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .orange_bbaa {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .section_blue_f44c {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .texture-2b99.fn-active-816c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .caption-2327 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .detail_dynamic_e8ea {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .stone_1d2d {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .fast_dacd {
    margin-top: 0;
  }

  /* Hero section */
  .fast_dacd {
    padding: 2rem 0 1.5rem;
  }

  .tooltip_brown_c76b {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .liquid-5661 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .alert-dynamic-eff1 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .filter_b855 {
    max-width: 100%;
    border-radius: 8px;
  }

  .disabled_af6a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .dynamic_c39c {
    padding: 1rem;
  }

  .fluid_215b {
    font-size: 1.5rem;
  }

  .row_hovered_2a25 {
    font-size: 0.75rem;
  }

  .texture_huge_72e3 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .thumbnail_b12a {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .thumbnail_b12a .border_slow_7650 {
    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 */
  .thick-4e33 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .tooltip_orange_9f3c {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .out_3dfc {
    margin-bottom: 1rem;
  }

  /* Author */
  .highlight-advanced-f3a5 {
    flex-direction: column;
  }

  .last-2b83 {
    flex-direction: column;
  }

  /* Quotes */
  .next-3257 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .left_f8df {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .container-pressed-b959 {
    flex-direction: column;
  }

  .container-pressed-b959 .border_slow_7650 {
    width: 100%;
  }

  /* Version comparison */
  .banner_fab9 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .picture_eb7a {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .input_next_a5b9 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .link-4887 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .photo-iron-2d30,
  .component-5a63,
  .copper-1be7,
  .module_advanced_31f2,
  .small_2ba2,
  .preview-over-c4c6 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .photo-iron-2d30 table,
  .component-5a63 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .button-south-72ba {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .shadow_stone_26bc {
    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;
  }

  .column-e5bf {
    font-size: 1.25rem !important;
  }

  .tooltip_brown_c76b {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .detail_dynamic_e8ea {
    position: fixed;
  }

  .stone_1d2d {
    padding: 0.625rem 0;
  }

  .east_57ec img {
    height: 26px;
  }

  .texture-2b99 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .sidebar_lower_9479 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .media_2c77 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .media_2c77 svg {
    width: 18px;
    height: 18px;
  }

  .media_2c77 .hard_23e0 {
    font-size: 0.7rem;
  }

  .media_2c77 .gold-28de {
    font-size: 0.65rem;
  }

  .orange_bbaa,
  .section_blue_f44c {
    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, .shadow_stone_26bc, .tertiary_dim_51e9, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .alert-dynamic-eff1 {
    padding: 1rem;
  }

  .disabled_af6a {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .dynamic_c39c {
    padding: 0.875rem;
  }

  .fluid_215b {
    font-size: 1.25rem;
  }

  .thumbnail_b12a .border_slow_7650 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .tooltip_brown_c76b {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .border_slow_7650 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .widget-lite-0c9b {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .tooltip_orange_9f3c {
    padding: 1rem;
  }

  .out_3dfc span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .element-1a18,
  .feature_dirty_529b,
  .article_dim_08ad,
  .logo-dynamic-4e5a {
    padding: 1rem;
  }
}

@media print {
  .detail_dynamic_e8ea,
  .hidden-motion-37d5,
  .caption-2327,
  .border_slow_7650,
  .container-6a64 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .shadow_stone_26bc {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.paper-cbee {
  margin-bottom: 3rem;
  text-align: center;
}

.column-e5bf {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.complex_18f5 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.text-34e0,
.hidden-fixed-9c1c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.disabled_aa34 {
  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;
}

.disabled_aa34:hover {
  transform: translateY(-5px);
}

.disabled_aa34 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.disabled_aa34 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.blue-affc {
  margin: 3rem 0;
}

.widget-5e6c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.logo_5cb3 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.logo_5cb3:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.slow_d7fe {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.focus-outer-e823 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.paper-25a8 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.link-copper-c4d6 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.modal_5d77 {
  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;
}

.modal_5d77:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.modal_5d77.heading-3c35 {
  border-left: 4px solid var(--primary-color);
}

.shadow-red-b22a {
  flex-shrink: 0;
}

.shadow-red-b22a svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.caption-056b {
  flex: 1;
}

.caption-056b h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.link-action-77fb {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.large-dc5f,
.caption-b462,
.picture_in_dba2 {
  margin-bottom: 1.5rem;
}

.large-dc5f h4,
.caption-b462 h4,
.picture_in_dba2 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.large-dc5f ul,
.caption-b462 ul,
.picture_in_dba2 ul {
  list-style: none;
  padding: 0;
}

.large-dc5f li,
.caption-b462 li,
.picture_in_dba2 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.large-dc5f li:before,
.caption-b462 li:before,
.picture_in_dba2 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.search-left-0c0d {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.search-left-0c0d 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;
}

.search-left-0c0d a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.right-c6cf { margin: 2rem 0; }
.outline_6e71 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.outline_6e71 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.badge_00a9 p { margin-bottom: 1rem; line-height: 1.7; }
.badge_00a9 strong { color: var(--text-primary); }
.badge_00a9 ul { list-style: none; padding-left: 0; }
.badge_00a9 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.badge_00a9 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.tag-f502 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.static_455d { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.static_455d:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.pagination-first-2fc1 { font-size: 3rem; margin-bottom: 1rem; }
.static_455d h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.static_455d p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.right-cd95 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.right-cd95 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.background-under-a384 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.hovered-1a6e { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.wrapper_dcc0 { text-align: center; }
.complex_58d9 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.photo-388e { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.north-24de { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.fixed-a701 { margin: 2rem 0; }
.input-19cb { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.input-19cb h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.input-19cb p, .input-19cb ul { line-height: 1.7; }
.input-19cb ul { list-style: none; padding-left: 0; }
.input-19cb ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.input-19cb ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.thick_af8d { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.hover_copper_40b0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.section-cool-83cc { text-align: center; }
.tall_a581 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.dirty-bb14 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.element_wide_cb87 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.picture_red_d17e { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.outline_paper_f015 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.outline_paper_f015:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.outline_paper_f015 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.outline_paper_f015 p, .outline_paper_f015 ul { line-height: 1.7; }
.outline_paper_f015 ul { list-style: none; padding-left: 0; }
.outline_paper_f015 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.outline_paper_f015 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 7267 */
.widget-item-x0 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
