.elementor-198 .elementor-element.elementor-element-55979847{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-198 .elementor-element.elementor-element-4405985 img{height:300px;object-fit:cover;object-position:center center;}.elementor-198 .elementor-element.elementor-element-96a646d{text-align:center;}.elementor-198 .elementor-element.elementor-element-96a646d img{width:100%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}.elementor-198 .elementor-element.elementor-element-6200e86a{text-align:center;}/* Start custom CSS for html, class: .elementor-element-86fe0a0 *//* === TechnovaKey Product Description (Light Theme) === */
.tnk-product-description {
  max-width: 900px;
  margin: 40px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 14px;
  color: #1f2937;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.8;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

/* Main title */
.tnk-product-description h2 {
  font-size: 30px;
  margin-bottom: 22px;
  color: #0f172a;
  border-left: 5px solid #2563eb;
  padding-left: 16px;
}

/* Subtitles */
.tnk-product-description h3 {
  font-size: 21px;
  margin: 32px 0 16px;
  color: #111827;
}

/* Paragraphs */
.tnk-product-description p {
  font-size: 16px;
  margin-bottom: 18px;
  color: #374151;
}

/* Lists */
.tnk-product-description ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 26px;
}

.tnk-product-description ul li {
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
  font-size: 15.5px;
}

.tnk-product-description ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: bold;
}

/* Info note */
.tnk-note {
  background: #f8fafc;
  padding: 18px;
  border-left: 4px solid #22c55e;
  border-radius: 8px;
  margin: 26px 0;
  color: #1f2937;
}

/* Warning box */
.tnk-warning {
  background: #fff1f2;
  border-left: 4px solid #ef4444;
  padding: 18px;
  border-radius: 8px;
  color: #7f1d1d;
  margin: 30px 0;
}

/* Support */
.tnk-support {
  margin-top: 32px;
  font-weight: 500;
  text-align: center;
  color: #1f2937;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .tnk-product-description {
    padding: 26px 18px;
    margin: 20px 12px;
  }

  .tnk-product-description h2 {
    font-size: 24px;
  }

  .tnk-product-description h3 {
    font-size: 19px;
  }

  .tnk-product-description p,
  .tnk-product-description ul li {
    font-size: 15px;
  }
}/* End custom CSS */