/* Start custom CSS for section, class: .elementor-element-0ee2757 */.tacatop-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #222;
  line-height: 1.7;
  margin: 0 auto;
}

.tacatop-description h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
  border-left: 4px solid #00aaff;
  padding-left: 12px;
}

.tacatop-description h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0077cc;
  margin-top: 2.5rem;
  margin-bottom: 0.8rem;
}

.tacatop-description p {
  margin-bottom: 1rem;
}

.tacatop-description em {
  font-style: italic;
  color: #555;
}

.tacatop-description strong {
  font-weight: 600;
  color: #000;
}

.tacatop-description ul,
.tacatop-description ol {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.tacatop-description ul li,
.tacatop-description ol li {
  margin-bottom: 0.5rem;
  list-style: "🔹 ";
}

.tacatop-description code {
  background-color: #f4f4f4;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.9em;
}

.tacatop-description blockquote {
  background: #f9f9f9;
  border-left: 4px solid #ccc;
  padding: 12px 15px;
  margin: 1rem 0;
  font-style: italic;
  color: #444;
}

.tacatop-description table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
}

.tacatop-description table td {
  border: 1px solid #e0e0e0;
  padding: 10px;
  vertical-align: top;
}

.tacatop-description table tr:nth-child(even) {
  background-color: #f8f8f8;
}

.tacatop-description table tr:first-child td {
  font-weight: 600;
  background: #eaf6fc;
  color: #0077cc;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .tacatop-description {
    font-size: 15px;
    padding: 15px 10px;
  }

  .tacatop-description h2 {
    font-size: 1.5rem;
  }

  .tacatop-description h3 {
    font-size: 1.2rem;
  }

  .tacatop-description table,
  .tacatop-description table td {
    font-size: 0.9rem;
  }
}/* End custom CSS */