/* ============================================
   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 */
.sidebar_db28 p,
.progress_fdb7,
.iron-9e25,
.narrow_e6fd,
.hard_77e3,
.input_first_5602,
.primary-9fb3,
.highlight-f591 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.info-63e6 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.info-63e6 > *,
.accent_black_5519,
.sidebar_db28,
.pattern_9150 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .info-63e6 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .info-63e6 {
    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 === */
.pattern_simple_eeaa {
  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 */
.pattern_simple_eeaa.gradient_hot_f681 {
  box-shadow: var(--shadow-md);
}

.wood_f668 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.motion_5fda img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.block-plasma-6c93 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.up_ee6a {
  display: none;
}

/* Hide mobile actions on desktop */
.filter-bd99 {
  display: none;
}

.short_e280 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.short_e280 a:hover,
.short_e280 a.fn-active-aced {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.selected_520a {
  margin-left: 1rem;
}

.shade-64c1 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.nav-prev-bad0,
.popup-orange-2bf5 {
  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;
}

.nav-prev-bad0 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.nav-prev-bad0: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;
}

.popup-orange-2bf5 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.popup-orange-2bf5: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;
}

.nav-prev-bad0 svg,
.popup-orange-2bf5 svg {
  flex-shrink: 0;
}

.chip_02b2 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.main-full-b4dd {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.main-full-b4dd::before,
.main-full-b4dd::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.main-full-b4dd::before {
  top: -7px;
}

.main-full-b4dd::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.white_33ed {
  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 === */
.shadow-061b {
  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);
}

.hidden-black-2197 {
  margin: 0 0 2rem;
  text-align: center;
}

.column-red-4f12 {
  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;
}

.column-red-4f12:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.liquid_2d87 {
  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);
}

.liquid_2d87 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.narrow_22e9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.tertiary-2eb0 {
  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;
}

.tertiary-2eb0:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.description-narrow-c1f3 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.description-f9ec {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.heading_de63 {
  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);
}

.heading_de63 .gallery-selected-99c8 {
  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;
}

.heading_de63 .gallery-selected-99c8 svg {
  flex-shrink: 0;
}

.heading_de63 .wood-9a3c {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.heading_de63 .wood-9a3c: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);
}

.heading_de63 .carousel_fc50 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.heading_de63 .carousel_fc50: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) {
  .shadow-061b {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .column-red-4f12 {
    max-width: 100%;
  }

  .narrow_22e9 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .tertiary-2eb0 {
    padding: 1rem;
  }

  .description-narrow-c1f3 {
    font-size: 1.5rem;
  }

  .description-f9ec {
    font-size: 0.75rem;
  }

  .liquid_2d87 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .heading_de63 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .heading_de63 .gallery-selected-99c8 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .narrow_22e9 {
    grid-template-columns: 1fr;
  }
}

.texture-red-75e7 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.left-7749 {
  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 === */
.focus-f71d {
  margin-bottom: 2.5rem;
}

.active_f9ac {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.texture-red-75e7 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.carousel-cool-3d5b {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.layout_5d37 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.search-current-0e83 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.active_ec9b {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.cold-b626 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.nav-in-5534 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.image_c011 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.image_c011 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.accent_prev_bf73 {
  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);
}

.icon-middle-8eb9 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.active_b6b4 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.basic_02c1 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.table-rough-2262 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.hovered_3e76 {
  display: grid;
  gap: 1rem;
}

.advanced-e104 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.easy_c65d {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.easy-fdbf {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.hero-static-dc8d {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.cold_0a97 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.menu-3dd5 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.menu-3dd5 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.progress_fdb7 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.icon_6a7b {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.stale-1af9 {
  display: grid;
  gap: 2rem;
}

.soft-e4ff {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.layout_5d37 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.carousel-cool-3d5b {
  flex: 1;
}

.active_ec9b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.active_ec9b a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.red_5488 {
  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;
}

.cold-b626 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.north-0a7a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.north-0a7a span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.glass-8086 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.glass-8086 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.border-huge-9534 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.border-huge-9534 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.border-huge-9534 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.border-huge-9534 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.text-dynamic-3b40 {
  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 === */
.sidebar_f9fb {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.banner_319f {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.selected-c7bf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.sidebar_soft_2b1a h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.sidebar_soft_2b1a ol {
  list-style: none;
  counter-reset: toc-counter;
}

.sidebar_soft_2b1a ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.sidebar_soft_2b1a 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;
}

.sidebar_soft_2b1a ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.sidebar_soft_2b1a ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.sidebar_db28 {
  padding: 3rem 0 5rem;
}

.pattern_9150 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.pattern_9150.secondary-1f6b {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.iron-9e25 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.gas-3b58 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.summary-lower-f4e0 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.summary-lower-f4e0 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.banner_404c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.element_out_36b1 {
  text-align: center;
}

.down_e2be {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.layout_current_d858 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.progress_simple_cb66 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.input_first_5602 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.narrow_e6fd {
  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;
}

.narrow_e6fd * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.narrow_e6fd:hover {
  box-shadow: var(--shadow-lg);
}

.narrow_e6fd.disabled_silver_dd99 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.narrow_e6fd h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.narrow_e6fd ul {
  margin: 1rem 0;
}

.narrow_e6fd li {
  margin-bottom: 0.75rem;
}

.button_96f2 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.hidden-2e64 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.hidden-2e64 a {
  font-weight: 600;
}

/* === Data Tables === */
.notice_first_1ee5 {
  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;
}

.notice_first_1ee5 table {
  width: 100%;
  min-width: 600px;
}

.notice_first_1ee5 thead {
  background-color: var(--primary-color);
  color: white;
}

.notice_first_1ee5 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.notice_first_1ee5 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.notice_first_1ee5 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.notice_first_1ee5 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.lite-22ea {
  list-style: none;
  margin: 1.5rem 0;
}

.lite-22ea li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.lite-22ea li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.dynamic_8c84::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-aced::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 === */
.active-40f6 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.over-4ea6 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.over-4ea6 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.over-4ea6 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.over-4ea6 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.active-40f6 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.primary-9fb3 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.primary-9fb3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.picture-huge-e1c4 {
  position: relative;
  margin-bottom: 3rem;
}

.huge-78aa {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.huge-78aa .old-273a {
  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;
}

.icon_copper_1bb9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.icon_copper_1bb9 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.icon_copper_1bb9 ul {
  margin: 1rem 0;
}

.icon_copper_1bb9 li {
  margin-bottom: 0.75rem;
}

.detail_black_c6ba {
  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 === */
.logo-dc0f {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.logo-dc0f h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.chip_af90 {
  list-style: none;
  margin: 1.5rem 0;
}

.chip_af90 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.chip_af90 a {
  font-weight: 600;
}

.element_7f0a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.highlight-f591 {
  margin: 2.5rem 0;
}

.gallery_cold_7df4 {
  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;
}

.gallery_cold_7df4:hover {
  box-shadow: var(--shadow-lg);
}

.gallery_cold_7df4.content-narrow-e4f1 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.status_small_9781 {
  flex-shrink: 0;
}

.status_small_9781 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);
}

.input-ee63 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.fluid-7798,
.form_1fb6,
.complex_01cb {
  width: 100%;
  margin: 1.5rem 0;
}

.tertiary_active_e95b {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.tertiary_active_e95b strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.active_6067 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.active_6067 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.secondary-3a63 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.secondary-3a63 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.next_8d54 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.black_6f07 {
  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;
}

.black_6f07:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.black_6f07.mask-advanced-743c {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.black_6f07 .preview_stone_a546 {
  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;
}

.black_6f07 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.gradient-easy-d769 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.bright_9a1c {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.bright_9a1c label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.selected-87cb {
  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 === */
.gallery-selected-99c8 {
  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;
}

.wood-9a3c {
  background-color: var(--primary-color);
  color: white;
}

.wood-9a3c:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.carousel_fc50 {
  background-color: var(--text-secondary);
  color: white;
}

.carousel_fc50:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.content_7e5d {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.content_7e5d:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.liquid_cc61 {
  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;
}

.liquid_cc61:hover {
  background-color: var(--primary-dark);
}

.selected-73e4 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.outer_9f17 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.copper_c2f0 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.tag_basic_d11a {
  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 === */
.hard-ca96 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.shade-west-59ad {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.shade-west-59ad h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.preview_d87d {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.orange_55c7 {
  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;
}

.menu-south-fb0a {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.left-17af {
  list-style: none;
  counter-reset: rank-counter;
}

.left-17af li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.left-17af 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;
}

.dropdown_hard_6155 {
  list-style: none;
}

.dropdown_hard_6155 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.feature-focused-c6c0 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.component_07e4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.component_07e4 .primary_copper_d7da {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.component_07e4 .motion_c463 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.slider_28e2 {
  margin-top: 3rem;
}

.caption-light-fdd9 {
  width: 100%;
}

.tooltip-outer-32ef {
  background-color: #fef3c7;
}

.outline-plasma-8b24 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.message-warm-9e8e {
  margin: 3rem 0;
}

.widget-advanced-760b {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.row_full_69a3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.row_full_69a3:hover {
  box-shadow: var(--shadow-lg);
}

.row_full_69a3.pattern_1d10 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.lower-29dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.cool-19df strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.cool-19df span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.element-complex-d588 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.row_full_69a3 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.photo-4b88 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.nav-silver-69e4 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.caption_84bc {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.blue_5a61 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.inner_b187 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.pink_5b12 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.column-tall-e6c3 {
  max-width: 900px;
  margin: 0 auto;
}

.hovered-75ed {
  margin: 2rem 0;
}

.form_cold_b570 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.form_cold_b570 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.form_cold_b570 summary::-webkit-details-marker {
  display: none;
}

.form_cold_b570 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.module_e034 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.form_cold_b570[open] .module_e034 {
  transform: rotate(45deg);
}

.main-79f4 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.main-79f4 p:last-child {
  margin-bottom: 0;
}

.south-369a {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.sort-cc1b {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.picture-b040 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.picture-b040 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.picture-b040 .gallery-selected-99c8 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.dynamic_dccc {
  max-width: 900px;
  margin: 0 auto;
}

.left-dbea {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.white_4f6f {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.white_4f6f.fn-success-aced {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.surface-028b {
  font-size: 3rem;
  line-height: 1;
}

.warm-1942 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.notification_short_83e1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.red-8a06,
.overlay-huge-ece2 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.red-8a06 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.overlay-huge-ece2 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.old_6503,
.east_35c3 {
  margin: 1.5rem 0;
}

.old_6503 li,
.east_35c3 li {
  margin-bottom: 1rem;
}

.header_in_08f8 {
  margin: 3rem 0;
}

.mask_2508 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.mask_2508 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.mask_2508 ol {
  margin: 1rem 0;
}

.mask_2508 li {
  margin-bottom: 0.75rem;
}

.status_pro_2daa {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.media-767e {
  margin: 2rem 0;
}

.huge-ec97 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.tooltip-d2f4 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.clean_3964 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.notice-basic-c997 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.thumbnail-91c4 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.fixed_5246 {
  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;
}

.fixed_5246 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.search-current-0e83 {
  flex: 1;
}

.search-current-0e83 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.banner-pink-5a37 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.brown_555b p {
  margin-bottom: 1rem;
}

.yellow_110e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.basic_553a {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.picture_clean_2083 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.picture_clean_2083 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.up-76c1 h3 {
  margin-bottom: 1.5rem;
}

.dirty-b898 {
  display: grid;
  gap: 2rem;
}

.video_easy_1c75 {
  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;
}

.video_easy_1c75 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.video_easy_1c75 h4 {
  margin: 0 0 0.25rem;
}

.video_easy_1c75 p {
  margin: 0;
  font-size: 0.9375rem;
}

.table-fresh-9538 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.bottom_6b27 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.bottom_6b27 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.bottom_6b27 ul {
  margin: 1.5rem 0;
}

.bottom_6b27 li {
  margin-bottom: 0.75rem;
}

.section_old_0c80 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.header_west_a68f {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.surface_complex_e536 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.label-e31b h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.label-e31b p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.panel_rough_e2ed {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.panel_rough_e2ed a {
  color: rgba(255, 255, 255, 0.8);
}

.component_gas_8cdb {
  list-style: none;
}

.component_gas_8cdb li {
  margin-bottom: 0.75rem;
}

.component_gas_8cdb a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.component_gas_8cdb a:hover {
  color: white;
}

.info-hard-bead {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.icon-plasma-6a68 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.new_67ea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.nav-inner-7700 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.black-cd0f {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .info-63e6 {
    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;
  }

  .shade_b0f9 {
    font-size: 1.5rem !important;
  }

  .active_f9ac {
    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 */
  .narrow_e6fd,
  .hard_77e3,
  .icon_copper_1bb9,
  .input-ee63,
  .lower-29dd,
  .row_full_69a3,
  .main-79f4,
  .liquid_2d87,
  .progress_fdb7,
  .iron-9e25 {
    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 */
  .texture-red-75e7 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .carousel-cool-3d5b {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .layout_5d37 {
    flex-shrink: 0;
  }

  .search-current-0e83 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .active_ec9b,
  .cold-b626 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .cold-b626 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .block-plasma-6c93 {
    display: none;
  }

  /* Show mobile actions */
  .filter-bd99 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .label-fluid-ffe8 {
    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;
  }

  .label-fluid-ffe8 svg {
    flex-shrink: 0;
  }

  .label-fluid-ffe8 .media-14c5 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .label-fluid-ffe8 .footer_0cc4 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .liquid_351b {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .box_last_2930 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .label-fluid-ffe8:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .up_ee6a {
    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;
  }

  .up_ee6a.fn-active-aced {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .up_ee6a li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .up_ee6a li:last-child {
    border-bottom: none;
  }

  .up_ee6a a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .short_e280 {
    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;
  }

  .short_e280 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .short_e280 li:last-child {
    border-bottom: none;
  }

  .short_e280 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .selected_520a {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .shade-64c1 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .nav-prev-bad0,
  .popup-orange-2bf5 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .nav-prev-bad0 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .popup-orange-2bf5 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .short_e280.fn-active-aced {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .chip_02b2 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .pattern_simple_eeaa {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .wood_f668 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .white_33ed {
    margin-top: 0;
  }

  /* Hero section */
  .white_33ed {
    padding: 2rem 0 1.5rem;
  }

  .active_f9ac {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .progress_fdb7 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .shadow-061b {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .column-red-4f12 {
    max-width: 100%;
    border-radius: 8px;
  }

  .narrow_22e9 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .tertiary-2eb0 {
    padding: 1rem;
  }

  .description-narrow-c1f3 {
    font-size: 1.5rem;
  }

  .description-f9ec {
    font-size: 0.75rem;
  }

  .liquid_2d87 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .heading_de63 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .heading_de63 .gallery-selected-99c8 {
    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 */
  .selected-c7bf {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .gallery_cold_7df4 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .status_small_9781 {
    margin-bottom: 1rem;
  }

  /* Author */
  .soft-e4ff {
    flex-direction: column;
  }

  .fixed_5246 {
    flex-direction: column;
  }

  /* Quotes */
  .lower-29dd {
    flex-direction: column;
  }

  /* Pros/Cons */
  .notification_short_83e1 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .notice-basic-c997 {
    flex-direction: column;
  }

  .notice-basic-c997 .gallery-selected-99c8 {
    width: 100%;
  }

  /* Version comparison */
  .next_8d54 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .hard-ca96 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .surface_complex_e536 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .new_67ea {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .notice_first_1ee5,
  .form_1fb6,
  .footer-huge-67e9,
  .caption-light-fdd9,
  .fluid-7798,
  .complex_01cb {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .notice_first_1ee5 table,
  .form_1fb6 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .selected-87cb {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .info-63e6 {
    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;
  }

  .shade_b0f9 {
    font-size: 1.25rem !important;
  }

  .active_f9ac {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .pattern_simple_eeaa {
    position: fixed;
  }

  .wood_f668 {
    padding: 0.625rem 0;
  }

  .motion_5fda img {
    height: 26px;
  }

  .short_e280 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .up_ee6a {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .label-fluid-ffe8 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .label-fluid-ffe8 svg {
    width: 18px;
    height: 18px;
  }

  .label-fluid-ffe8 .media-14c5 {
    font-size: 0.7rem;
  }

  .label-fluid-ffe8 .footer_0cc4 {
    font-size: 0.65rem;
  }

  .nav-prev-bad0,
  .popup-orange-2bf5 {
    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, .info-63e6, .accent_black_5519, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .shadow-061b {
    padding: 1rem;
  }

  .narrow_22e9 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .tertiary-2eb0 {
    padding: 0.875rem;
  }

  .description-narrow-c1f3 {
    font-size: 1.25rem;
  }

  .heading_de63 .gallery-selected-99c8 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .active_f9ac {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .gallery-selected-99c8 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .selected-73e4 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .gallery_cold_7df4 {
    padding: 1rem;
  }

  .status_small_9781 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .narrow_e6fd,
  .content-1a88,
  .selected-5257,
  .box_dafe {
    padding: 1rem;
  }
}

@media print {
  .pattern_simple_eeaa,
  .sidebar_f9fb,
  .chip_02b2,
  .gallery-selected-99c8,
  .header_west_a68f {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .info-63e6 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.gallery-green-ef9e {
  margin-bottom: 3rem;
  text-align: center;
}

.shade_b0f9 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.status-wood-32c1 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.section-upper-ee88,
.mask_454d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.rough-918d {
  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;
}

.rough-918d:hover {
  transform: translateY(-5px);
}

.rough-918d strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.rough-918d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.pro_6162 {
  margin: 3rem 0;
}

.carousel_28c4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.nav-fbc6 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.nav-fbc6:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.red-188f {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.card-fd77 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.feature_c076 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.alert-fast-8fdb {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.red_61dc {
  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;
}

.red_61dc:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.red_61dc.bronze-ce00 {
  border-left: 4px solid var(--primary-color);
}

.under-9885 {
  flex-shrink: 0;
}

.under-9885 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.avatar_brown_8edb {
  flex: 1;
}

.avatar_brown_8edb h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.silver-ab14 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.background_slow_b59c,
.badge_selected_acfd,
.tall_6fc2 {
  margin-bottom: 1.5rem;
}

.background_slow_b59c h4,
.badge_selected_acfd h4,
.tall_6fc2 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.background_slow_b59c ul,
.badge_selected_acfd ul,
.tall_6fc2 ul {
  list-style: none;
  padding: 0;
}

.background_slow_b59c li,
.badge_selected_acfd li,
.tall_6fc2 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.background_slow_b59c li:before,
.badge_selected_acfd li:before,
.tall_6fc2 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.smooth-b8f4 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.smooth-b8f4 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;
}

.smooth-b8f4 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.silver-9fd5 { margin: 2rem 0; }
.hero_1f20 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.hero_1f20 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.fixed-6a74 p { margin-bottom: 1rem; line-height: 1.7; }
.fixed-6a74 strong { color: var(--text-primary); }
.fixed-6a74 ul { list-style: none; padding-left: 0; }
.fixed-6a74 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.fixed-6a74 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.feature_8121 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.dim-a852 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.dim-a852:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.carousel_silver_8abe { font-size: 3rem; margin-bottom: 1rem; }
.dim-a852 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.dim-a852 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.motion-04c1 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.motion-04c1 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.detail_large_1ffa { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.accent-8216 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.layout-65db { text-align: center; }
.logo_8c37 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.info_outer_e39c { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.container-a600 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.primary-cool-ca59 { margin: 2rem 0; }
.dirty_3fd9 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.dirty_3fd9 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.dirty_3fd9 p, .dirty_3fd9 ul { line-height: 1.7; }
.dirty_3fd9 ul { list-style: none; padding-left: 0; }
.dirty_3fd9 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.dirty_3fd9 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.paragraph_next_f053 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.status-short-87ee { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.narrow_f5c2 { text-align: center; }
.action-b17d { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.pink_82d6 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.up-8f6d { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.highlight-south-e633 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.nav_24e6 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.nav_24e6:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.nav_24e6 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.nav_24e6 p, .nav_24e6 ul { line-height: 1.7; }
.nav_24e6 ul { list-style: none; padding-left: 0; }
.nav_24e6 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.nav_24e6 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 735c */
.ghost-box-p9 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
