/* ============================================
   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 */
.gradient-dynamic-5308 p,
.main_f7a2,
.last_cf9f,
.pattern-ef4a,
.module-steel-bccf,
.carousel-gas-fa06,
.modal-fresh-b45a,
.bronze_4a98 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.blue-5f0c {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.blue-5f0c > *,
.menu_fd0a,
.gradient-dynamic-5308,
.module-bronze-61f8 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .blue-5f0c {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .blue-5f0c {
    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 === */
.out_234d {
  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 */
.out_234d.button-a88c {
  box-shadow: var(--shadow-md);
}

.image_hard_c128 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.aside_wide_0e54 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.feature_hard_195a {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.component_hovered_5a7c {
  display: none;
}

/* Hide mobile actions on desktop */
.shade-blue-4e15 {
  display: none;
}

.stale_c6e9 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.stale_c6e9 a:hover,
.stale_c6e9 a.fn-active-7ba2 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.tertiary-brown-5fdd {
  margin-left: 1rem;
}

.table_red_731e {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.table_dark_3b83,
.overlay_first_84e3 {
  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;
}

.table_dark_3b83 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.table_dark_3b83: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;
}

.overlay_first_84e3 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.overlay_first_84e3: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;
}

.table_dark_3b83 svg,
.overlay_first_84e3 svg {
  flex-shrink: 0;
}

.carousel_first_6a0f {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.carousel_selected_68b7 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.carousel_selected_68b7::before,
.carousel_selected_68b7::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.carousel_selected_68b7::before {
  top: -7px;
}

.carousel_selected_68b7::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.smooth_f5d3 {
  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 === */
.top-4ae5 {
  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);
}

.large_cb96 {
  margin: 0 0 2rem;
  text-align: center;
}

.tooltip_west_df6c {
  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;
}

.tooltip_west_df6c:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.column_077b {
  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);
}

.column_077b strong {
  color: var(--primary-color);
  font-weight: 700;
}

.background-purple-6fae {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.footer-6154 {
  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;
}

.footer-6154:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.hot_3e3a {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.plasma_0d30 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.huge_15a1 {
  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);
}

.huge_15a1 .text_east_9286 {
  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;
}

.huge_15a1 .text_east_9286 svg {
  flex-shrink: 0;
}

.huge_15a1 .rough-db19 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.huge_15a1 .rough-db19: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);
}

.huge_15a1 .sidebar-7f31 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.huge_15a1 .sidebar-7f31: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) {
  .top-4ae5 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .tooltip_west_df6c {
    max-width: 100%;
  }

  .background-purple-6fae {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .footer-6154 {
    padding: 1rem;
  }

  .hot_3e3a {
    font-size: 1.5rem;
  }

  .plasma_0d30 {
    font-size: 0.75rem;
  }

  .column_077b {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .huge_15a1 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .huge_15a1 .text_east_9286 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .background-purple-6fae {
    grid-template-columns: 1fr;
  }
}

.large-785b {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.outer-ff2f {
  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 === */
.grid-5f8f {
  margin-bottom: 2.5rem;
}

.progress-0e6d {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.large-785b {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.disabled-current-f370 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icon-2738 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.lite-a0b3 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.pagination_ee6a {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.purple-f48a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.picture-1c5d {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.short-d95f {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.short-d95f svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.container-82a4 {
  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);
}

.notification_center_cf99 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.input_pro_af8f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.module_gold_e0bd {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.badge_0d25 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.chip_short_7597 {
  display: grid;
  gap: 1rem;
}

.article-0e14 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.brown_0e51 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.bronze_6dc3 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.preview-a521 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.gallery-49b4 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.gas-22f8 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.gas-22f8 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.main_f7a2 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.tertiary_small_0f39 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.cold-7220 {
  display: grid;
  gap: 2rem;
}

.mini-6fec {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.icon-2738 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.disabled-current-f370 {
  flex: 1;
}

.pagination_ee6a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.pagination_ee6a a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.panel_bottom_f95c {
  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;
}

.purple-f48a {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.detail_gas_ff77 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.detail_gas_ff77 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.tiny-0760 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.tiny-0760 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.stale-aa15 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.stale-aa15 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.stale-aa15 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.stale-aa15 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.warm-884d {
  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 === */
.bronze_2015 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.module-eead {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.simple-55fb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.header_613e h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.header_613e ol {
  list-style: none;
  counter-reset: toc-counter;
}

.header_613e ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.header_613e 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;
}

.header_613e ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.header_613e ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.gradient-dynamic-5308 {
  padding: 3rem 0 5rem;
}

.module-bronze-61f8 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.module-bronze-61f8.item-fcb8 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.last_cf9f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.inner-a529 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.green-a600 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.green-a600 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.right_c143 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.description-gold-97e6 {
  text-align: center;
}

.center_eca0 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.grid-stone-9100 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.sort-dd2c {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.carousel-gas-fa06 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.pattern-ef4a {
  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;
}

.pattern-ef4a * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.pattern-ef4a:hover {
  box-shadow: var(--shadow-lg);
}

.pattern-ef4a.surface_00a6 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.pattern-ef4a h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.pattern-ef4a ul {
  margin: 1rem 0;
}

.pattern-ef4a li {
  margin-bottom: 0.75rem;
}

.disabled_e02e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.next-168c {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.next-168c a {
  font-weight: 600;
}

/* === Data Tables === */
.soft-40ce {
  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;
}

.soft-40ce table {
  width: 100%;
  min-width: 600px;
}

.soft-40ce thead {
  background-color: var(--primary-color);
  color: white;
}

.soft-40ce th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.soft-40ce td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.soft-40ce tbody tr:hover {
  background-color: var(--bg-secondary);
}

.soft-40ce tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.tabs_hovered_fdf2 {
  list-style: none;
  margin: 1.5rem 0;
}

.tabs_hovered_fdf2 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.tabs_hovered_fdf2 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.tall-cb95::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-7ba2::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 === */
.slider-hard-f541 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.dim-2f1d {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.dim-2f1d img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.dim-2f1d strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.dim-2f1d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.slider-hard-f541 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.modal-fresh-b45a {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.modal-fresh-b45a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.title-91d7 {
  position: relative;
  margin-bottom: 3rem;
}

.in-e162 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.in-e162 .surface-5990 {
  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;
}

.sidebar_202c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.sidebar_202c h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.sidebar_202c ul {
  margin: 1rem 0;
}

.sidebar_202c li {
  margin-bottom: 0.75rem;
}

.breadcrumb-rough-0d80 {
  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 === */
.center-eead {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.center-eead h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.modal_current_7721 {
  list-style: none;
  margin: 1.5rem 0;
}

.modal_current_7721 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.modal_current_7721 a {
  font-weight: 600;
}

.paragraph-wide-7159 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.bronze_4a98 {
  margin: 2.5rem 0;
}

.tertiary-mini-1a1d {
  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;
}

.tertiary-mini-1a1d:hover {
  box-shadow: var(--shadow-lg);
}

.tertiary-mini-1a1d.carousel_d926 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.dark_aee0 {
  flex-shrink: 0;
}

.dark_aee0 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);
}

.complex_e090 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.disabled_white_66f6,
.input_soft_bfa3,
.notice_086d {
  width: 100%;
  margin: 1.5rem 0;
}

.hard-63cc {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.hard-63cc strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.hidden-focused-341c {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.hidden-focused-341c strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.heading-middle-5811 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.heading-middle-5811 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.north-ffaa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.paragraph-f694 {
  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;
}

.paragraph-f694:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.paragraph-f694.stone-f334 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.paragraph-f694 .tall-b756 {
  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;
}

.paragraph-f694 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.north_bfc9 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.feature_inner_be14 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.feature_inner_be14 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.menu_fast_396b {
  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 === */
.text_east_9286 {
  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;
}

.rough-db19 {
  background-color: var(--primary-color);
  color: white;
}

.rough-db19:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.sidebar-7f31 {
  background-color: var(--text-secondary);
  color: white;
}

.sidebar-7f31:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.background-paper-6eb4 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.background-paper-6eb4:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.lower_ce9f {
  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;
}

.lower_ce9f:hover {
  background-color: var(--primary-dark);
}

.gas_35ae {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.widget-top-b6a3 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.next-829b {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.preview_5c8d {
  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 === */
.detail-63c1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.table_last_9710 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.table_last_9710 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.active_3b1a {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.shade_59b7 {
  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;
}

.notice_south_d307 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.chip-red-e094 {
  list-style: none;
  counter-reset: rank-counter;
}

.chip-red-e094 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.chip-red-e094 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;
}

.aside_soft_e17f {
  list-style: none;
}

.aside_soft_e17f li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.button-a7d2 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.mask_prev_c369 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.mask_prev_c369 .menu-narrow-767e {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.mask_prev_c369 .list-simple-8271 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.fixed_0e0a {
  margin-top: 3rem;
}

.gas_1e75 {
  width: 100%;
}

.gallery-4d3a {
  background-color: #fef3c7;
}

.layout_2f83 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.shade_d9e5 {
  margin: 3rem 0;
}

.smooth_c85d {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.main-brown-d8b8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.main-brown-d8b8:hover {
  box-shadow: var(--shadow-lg);
}

.main-brown-d8b8.badge_4726 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.complex-be4f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.lite-c376 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.lite-c376 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.slow-38aa {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.main-brown-d8b8 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.easy-e577 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.heading_6d9e {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.feature-advanced-78e7 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.breadcrumb-31f2 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.glass_3e06 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.top_e9f3 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.modal_eb2f {
  max-width: 900px;
  margin: 0 auto;
}

.hero-top-d3c5 {
  margin: 2rem 0;
}

.notice-2bc5 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.notice-2bc5 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.notice-2bc5 summary::-webkit-details-marker {
  display: none;
}

.notice-2bc5 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.main_012e {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.notice-2bc5[open] .main_012e {
  transform: rotate(45deg);
}

.main-orange-4c25 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.main-orange-4c25 p:last-child {
  margin-bottom: 0;
}

.west-fcc3 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.detail_b00f {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.wood_e480 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.wood_e480 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.wood_e480 .text_east_9286 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.gold-626c {
  max-width: 900px;
  margin: 0 auto;
}

.accent_6607 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.upper_3a95 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.upper_3a95.fn-success-7ba2 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.section_active_cea6 {
  font-size: 3rem;
  line-height: 1;
}

.picture_87a1 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.white_6b27 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.icon-pro-cf0d,
.current-9e72 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.icon-pro-cf0d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.current-9e72 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.notification-silver-715f,
.pagination_564a {
  margin: 1.5rem 0;
}

.notification-silver-715f li,
.pagination_564a li {
  margin-bottom: 1rem;
}

.west_b226 {
  margin: 3rem 0;
}

.paper-bae1 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.paper-bae1 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.paper-bae1 ol {
  margin: 1rem 0;
}

.paper-bae1 li {
  margin-bottom: 0.75rem;
}

.dropdown_bed7 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.banner_active_fc5b {
  margin: 2rem 0;
}

.orange_b610 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.component-3d83 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.disabled-7fe8 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.out_716d {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.prev-f3c1 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.hover-bottom-947c {
  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;
}

.hover-bottom-947c img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.lite-a0b3 {
  flex: 1;
}

.lite-a0b3 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.glass-e848 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.text_512a p {
  margin-bottom: 1rem;
}

.photo_43f5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.video-hovered-e3e5 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.footer_f0e9 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.footer_f0e9 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.tooltip-36f1 h3 {
  margin-bottom: 1.5rem;
}

.stone_29c0 {
  display: grid;
  gap: 2rem;
}

.container_2744 {
  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;
}

.container_2744 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.container_2744 h4 {
  margin: 0 0 0.25rem;
}

.container_2744 p {
  margin: 0;
  font-size: 0.9375rem;
}

.simple-dca1 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.glass-a990 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.glass-a990 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.glass-a990 ul {
  margin: 1.5rem 0;
}

.glass-a990 li {
  margin-bottom: 0.75rem;
}

.info-7b96 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.box_over_a7d4 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.pattern-7453 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.shadow_98da h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.shadow_98da p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.alert_current_0cdc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.alert_current_0cdc a {
  color: rgba(255, 255, 255, 0.8);
}

.image-b469 {
  list-style: none;
}

.image-b469 li {
  margin-bottom: 0.75rem;
}

.image-b469 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.image-b469 a:hover {
  color: white;
}

.east_844b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.fluid-c3a4 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.plasma_6003 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.focus-1861 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.label_f387 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .blue-5f0c {
    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;
  }

  .list_lite_c3f9 {
    font-size: 1.5rem !important;
  }

  .progress-0e6d {
    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 */
  .pattern-ef4a,
  .module-steel-bccf,
  .sidebar_202c,
  .complex_e090,
  .complex-be4f,
  .main-brown-d8b8,
  .main-orange-4c25,
  .column_077b,
  .main_f7a2,
  .last_cf9f {
    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 */
  .large-785b {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .disabled-current-f370 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .icon-2738 {
    flex-shrink: 0;
  }

  .lite-a0b3 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .pagination_ee6a,
  .purple-f48a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .purple-f48a {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .feature_hard_195a {
    display: none;
  }

  /* Show mobile actions */
  .shade-blue-4e15 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .pattern-lower-7cd4 {
    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;
  }

  .pattern-lower-7cd4 svg {
    flex-shrink: 0;
  }

  .pattern-lower-7cd4 .dropdown-d032 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .pattern-lower-7cd4 .tooltip-a55a {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .gallery-static-2e6a {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .message-3ba1 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .pattern-lower-7cd4:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .component_hovered_5a7c {
    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;
  }

  .component_hovered_5a7c.fn-active-7ba2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .component_hovered_5a7c li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .component_hovered_5a7c li:last-child {
    border-bottom: none;
  }

  .component_hovered_5a7c a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .stale_c6e9 {
    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;
  }

  .stale_c6e9 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .stale_c6e9 li:last-child {
    border-bottom: none;
  }

  .stale_c6e9 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .tertiary-brown-5fdd {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .table_red_731e {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .table_dark_3b83,
  .overlay_first_84e3 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .table_dark_3b83 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .overlay_first_84e3 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .stale_c6e9.fn-active-7ba2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .carousel_first_6a0f {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .out_234d {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .image_hard_c128 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .smooth_f5d3 {
    margin-top: 0;
  }

  /* Hero section */
  .smooth_f5d3 {
    padding: 2rem 0 1.5rem;
  }

  .progress-0e6d {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .main_f7a2 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .top-4ae5 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .tooltip_west_df6c {
    max-width: 100%;
    border-radius: 8px;
  }

  .background-purple-6fae {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .footer-6154 {
    padding: 1rem;
  }

  .hot_3e3a {
    font-size: 1.5rem;
  }

  .plasma_0d30 {
    font-size: 0.75rem;
  }

  .column_077b {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .huge_15a1 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .huge_15a1 .text_east_9286 {
    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 */
  .simple-55fb {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .tertiary-mini-1a1d {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .dark_aee0 {
    margin-bottom: 1rem;
  }

  /* Author */
  .mini-6fec {
    flex-direction: column;
  }

  .hover-bottom-947c {
    flex-direction: column;
  }

  /* Quotes */
  .complex-be4f {
    flex-direction: column;
  }

  /* Pros/Cons */
  .white_6b27 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .out_716d {
    flex-direction: column;
  }

  .out_716d .text_east_9286 {
    width: 100%;
  }

  /* Version comparison */
  .north-ffaa {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .detail-63c1 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .pattern-7453 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .plasma_6003 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .soft-40ce,
  .input_soft_bfa3,
  .hero_7926,
  .gas_1e75,
  .disabled_white_66f6,
  .notice_086d {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .soft-40ce table,
  .input_soft_bfa3 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .menu_fast_396b {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .blue-5f0c {
    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;
  }

  .list_lite_c3f9 {
    font-size: 1.25rem !important;
  }

  .progress-0e6d {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .out_234d {
    position: fixed;
  }

  .image_hard_c128 {
    padding: 0.625rem 0;
  }

  .aside_wide_0e54 img {
    height: 26px;
  }

  .stale_c6e9 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .component_hovered_5a7c {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .pattern-lower-7cd4 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .pattern-lower-7cd4 svg {
    width: 18px;
    height: 18px;
  }

  .pattern-lower-7cd4 .dropdown-d032 {
    font-size: 0.7rem;
  }

  .pattern-lower-7cd4 .tooltip-a55a {
    font-size: 0.65rem;
  }

  .table_dark_3b83,
  .overlay_first_84e3 {
    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, .blue-5f0c, .menu_fd0a, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .top-4ae5 {
    padding: 1rem;
  }

  .background-purple-6fae {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .footer-6154 {
    padding: 0.875rem;
  }

  .hot_3e3a {
    font-size: 1.25rem;
  }

  .huge_15a1 .text_east_9286 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .progress-0e6d {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .text_east_9286 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .gas_35ae {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .tertiary-mini-1a1d {
    padding: 1rem;
  }

  .dark_aee0 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .pattern-ef4a,
  .message_fluid_6036,
  .caption_first_9ded,
  .glass_a4fa {
    padding: 1rem;
  }
}

@media print {
  .out_234d,
  .bronze_2015,
  .carousel_first_6a0f,
  .text_east_9286,
  .box_over_a7d4 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .blue-5f0c {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.banner_d5b8 {
  margin-bottom: 3rem;
  text-align: center;
}

.list_lite_c3f9 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.rough_2c11 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.module_wide_bc3d,
.action-b0cf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.action_5bcd {
  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;
}

.action_5bcd:hover {
  transform: translateY(-5px);
}

.action_5bcd strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.action_5bcd span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.carousel_6909 {
  margin: 3rem 0;
}

.paper_0a47 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.basic-cab9 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.basic-cab9:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.button_bright_d9d6 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.glass-75fc {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.layout_yellow_abab {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.card_c02a {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.form-basic-1030 {
  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;
}

.form-basic-1030:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.form-basic-1030.current_aeb5 {
  border-left: 4px solid var(--primary-color);
}

.tabs-outer-075f {
  flex-shrink: 0;
}

.tabs-outer-075f svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.cold_f019 {
  flex: 1;
}

.cold_f019 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.slider-black-784c {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.pattern-gas-542e,
.grid-outer-5f6c,
.fixed_7c29 {
  margin-bottom: 1.5rem;
}

.pattern-gas-542e h4,
.grid-outer-5f6c h4,
.fixed_7c29 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pattern-gas-542e ul,
.grid-outer-5f6c ul,
.fixed_7c29 ul {
  list-style: none;
  padding: 0;
}

.pattern-gas-542e li,
.grid-outer-5f6c li,
.fixed_7c29 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.pattern-gas-542e li:before,
.grid-outer-5f6c li:before,
.fixed_7c29 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.pattern-lower-532e {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.pattern-lower-532e 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;
}

.pattern-lower-532e a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.outline-medium-6d7e { margin: 2rem 0; }
.notice-iron-476a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.notice-iron-476a h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.stale_46a3 p { margin-bottom: 1rem; line-height: 1.7; }
.stale_46a3 strong { color: var(--text-primary); }
.stale_46a3 ul { list-style: none; padding-left: 0; }
.stale_46a3 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.stale_46a3 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.text-c22e { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.picture-195a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.picture-195a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.button_1c0a { font-size: 3rem; margin-bottom: 1rem; }
.picture-195a h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.picture-195a p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.sidebar-large-b774 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.sidebar-large-b774 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.rough_b872 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.backdrop-blue-f15f { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.outline_609d { text-align: center; }
.hover-13d4 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.header_5c70 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.table_8915 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.table-c86c { margin: 2rem 0; }
.wrapper_liquid_054c { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.wrapper_liquid_054c h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.wrapper_liquid_054c p, .wrapper_liquid_054c ul { line-height: 1.7; }
.wrapper_liquid_054c ul { list-style: none; padding-left: 0; }
.wrapper_liquid_054c ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.wrapper_liquid_054c ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.focused-6219 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.column-81bb { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.backdrop_bc86 { text-align: center; }
.cold_ec42 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.aside_d3f5 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.texture_old_5ef0 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.message-0ea9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.steel_0a7e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.steel_0a7e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.steel_0a7e h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.steel_0a7e p, .steel_0a7e ul { line-height: 1.7; }
.steel_0a7e ul { list-style: none; padding-left: 0; }
.steel_0a7e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.steel_0a7e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 7ba6 */
.promo-block-d9 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.1;
}
