.elementor-41069 .elementor-element.elementor-element-1271cddd{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1550px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-5fffbc02 *//* ============================================
   Bodor Laser — Оптимізовані стилі статті
   ============================================ */

/* ===== 1. Глобальне скидання та базовий контейнер ===== */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

.article-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 64px;
  color: #2c2c2c;
  line-height: 1.7;
  font-size: 16px;
  background-color: #ffffff;
}

/* ===== 2. Заголовки та тексті блоки (Розтягнуто на 100%) ===== */
.article-text {
  margin-bottom: 24px;
}

.article-text h1 {
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.3;
  color: #3E5670;
  font-weight: 700;
  margin: 0 0 18px;
}

.article-text h2 {
  font-size: 24px;
  color: #3E5670;
  font-weight: 700;
  margin: 40px 0 18px;
  padding-left: 16px;
  border-left: 4px solid;
  border-image: linear-gradient(180deg, #7A94AC, #9DB2C4) 1;
}

.article-text h3 {
  font-size: 18px;
  color: #3E5670;
  font-weight: 700;
  margin: 24px 0 12px;
}

.article-text p {
  font-size: 16px;
  margin-bottom: 16px;
}

.lead {
  font-size: 17px;
  color: #4b5563;
  margin-bottom: 20px;
}

/* ===== 3. Інформаційні плашки та примітки ===== */
.info-note {
  background-color: #f7f9fc;
  border-left: 4px solid #3E5670;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 28px;
  border-radius: 0 6px 6px 0;
}

.reference-block {
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
  margin-bottom: 24px;
}

/* ===== 4. Списки (Чеклісти та Кроки) ===== */
.checklist, .steps-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

/* Чекліст */
.checklist li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #e8e8e8;
}

.checklist li:last-child {
  border-bottom: none;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 16px;
  border: 2px solid #3E5670;
  border-radius: 4px;
}

.checklist li strong {
  color: #3E5670;
}

/* Нумеровані кроки */
.steps-list {
  counter-reset: step-counter;
}

.steps-list li {
  counter-increment: step-counter;
  position: relative;
  padding: 8px 0 8px 40px;
  font-size: 15px;
  line-height: 1.6;
}

.steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #3E5670;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== 5. Таблиця ===== */
.custom-table-container {
  width: 100%;
  overflow-x: auto;
  margin: 24px 0 32px;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.custom-table th {
  background-color: #3E5670;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 14px 18px;
}

.custom-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}

.custom-table tbody tr:last-child td {
  border-bottom: none;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #f7f9fc;
}

.custom-table tbody tr:hover {
  background-color: #eef2f9;
}

/* Плашки (Badges) */
.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

.badge-gray {
  background-color: #e3e9f3;
  color: #3E5670;
}

.badge-orange {
  background-color: #fbecdb;
  color: #b5691a;
}

.badge-sub {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #b5691a;
}

/* ===== 6. Адаптивність ===== */
@media (max-width: 1024px) {
  .article-container {
    padding: 32px 40px;
  }
}

@media (max-width: 640px) {
  .article-container {
    padding: 24px 16px;
    font-size: 15px;
  }

  .article-text h2 {
    font-size: 21px;
    padding-left: 12px;
  }

  .custom-table th,
  .custom-table td {
    padding: 10px 12px;
    font-size: 14px;
  }
}/* End custom CSS */