/* ============================================
   Indonesia-Specific Styles & Enhancements
   ============================================ */

/* Additional styling for Indonesian market */

/* Enhance readability for Indonesian text */
body {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
}

/* Indonesia-specific color accents */
.slow_58f9 {
  color: #dc2626;
}

/* Review tags styling */
.tooltip_45e3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.motion_c857 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.article_88f3 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

/* Case study boxes */
.hidden-d32d {
  background-color: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 8px;
}

.hidden-d32d strong {
  display: block;
  color: #92400e;
  margin-bottom: 0.75rem;
  font-size: 1.0625rem;
}

/* Insight from research boxes */
.video_tiny_5eb5 {
  background-color: #dbeafe;
  border-left: 4px solid #2563eb;
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
  font-size: 0.9375rem;
}

.video_tiny_5eb5 strong {
  color: #1e40af;
  display: block;
  margin-bottom: 0.5rem;
}

/* Verification methods */
.texture_full_323b {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.texture_full_323b h4 {
  color: #2563eb;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.texture_full_323b h4:first-child {
  margin-top: 0;
}

.texture_full_323b ol {
  margin: 1rem 0 1.5rem;
  padding-left: 1.5rem;
}

.texture_full_323b li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

/* OS-specific guides */
.tag_current_7b13 {
  margin: 2rem 0;
}

.yellow-e817 {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.yellow-e817 h4 {
  color: #059669;
  margin-top: 0;
  margin-bottom: 1rem;
}

.yellow-e817 ol {
  margin: 0;
  padding-left: 1.5rem;
}

.yellow-e817 li {
  margin-bottom: 0.75rem;
}

/* Permission analysis table */
.tiny-b376 {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tiny-b376 thead {
  background-color: #2563eb;
  color: white;
}

.tiny-b376 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.tiny-b376 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.tiny-b376 tbody tr:hover {
  background-color: #f9fafb;
}

.tiny-b376 tbody tr:last-child td {
  border-bottom: none;
}

.tiny-b376 code {
  font-family: 'Consolas', 'Monaco', monospace;
  font-size: 0.875rem;
  background-color: #f3f4f6;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  color: #dc2626;
}

/* Video guide CTA */
.section-focused-ec06 {
  text-align: center;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  padding: 2.5rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
  border: 2px solid #f59e0b;
}

.section-focused-ec06 h3 {
  margin-top: 0;
  color: #92400e;
}

.section-focused-ec06 p {
  font-size: 1.0625rem;
  color: #78350f;
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}

/* Troubleshooting inline boxes */
.hero-629a {
  background-color: #fee2e2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  padding: 1.25rem;
  margin: 1.5rem 0;
}

.hero-629a h4 {
  color: #dc2626;
  margin-top: 0;
  margin-bottom: 1rem;
}

.hero-629a ul {
  margin: 0.5rem 0 0;
}

.hero-629a li {
  margin-bottom: 0.5rem;
}

/* Post-install tips */
.row_1904 {
  background-color: #dbeafe;
  border-left: 4px solid #2563eb;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.row_1904 h4 {
  color: #1e40af;
  margin-top: 0;
  margin-bottom: 1rem;
}

.row_1904 ol {
  margin: 0;
}

.row_1904 li {
  margin-bottom: 0.75rem;
}

/* Verification checklist */
.banner_up_5632 {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.banner_up_5632 h4 {
  margin-top: 0;
  color: #2563eb;
}

.banner_up_5632 ul {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.banner_up_5632 li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.banner_up_5632 li:hover {
  background-color: #f3f4f6;
}

.banner_up_5632 input[type="checkbox"] {
  margin-top: 0.25rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}

.banner_up_5632 label {
  cursor: pointer;
  flex: 1;
}

/* Important note styling */
.button-8ed7 {
  background-color: #fee2e2;
  border: 2px solid #dc2626;
  border-radius: 8px;
  padding: 1.25rem;
  margin: 1.5rem 0;
  font-weight: 500;
}

.button-8ed7 strong {
  color: #dc2626;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.0625rem;
}

/* Comparison tables specific styling */
.component-prev-8afa {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.component-prev-8afa thead {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  color: white;
}

.component-prev-8afa th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.component-prev-8afa td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.component-prev-8afa tbody tr:hover {
  background-color: #f9fafb;
}

.component-prev-8afa tbody tr:last-child td {
  border-bottom: none;
}

/* Satisfaction table specific */
.table-ed25 {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.table-ed25 thead {
  background-color: #059669;
  color: white;
}

.table-ed25 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.table-ed25 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.table-ed25 tbody tr:hover {
  background-color: #f0fdf4;
}

/* Additional responsive adjustments for Indonesian content */
@media (max-width: 640px) {
  .tooltip_45e3 {
    gap: 0.375rem;
  }

  .motion_c857,
  .article_88f3 {
    font-size: 0.75rem;
    padding: 0.25rem 0.625rem;
  }

  .texture_full_323b,
  .yellow-e817 {
    padding: 1rem;
  }

  .section-focused-ec06 {
    padding: 1.5rem 1rem;
  }

  .component-prev-8afa {
    font-size: 0.875rem;
  }

  .component-prev-8afa th,
  .component-prev-8afa td {
    padding: 0.625rem 0.75rem;
  }

  /* Make tables scrollable on small screens */
  .block-wide-3bba,
  .component-prev-8afa,
  .tiny-b376,
  .table-ed25 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Print-specific adjustments */
@media print {
  .section-focused-ec06,
  .texture_c249,
  .banner_up_5632 input[type="checkbox"] {
    display: none;
  }

  .hidden-d32d,
  .video_tiny_5eb5,
  .hero-629a {
    page-break-inside: avoid;
  }
}
/* css-noise: b7ae */
.widget-item-x4 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
