.ftts-ficha-tecnica {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  border-radius: 12px;
}

.ftts-ficha-tecnica h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  margin-bottom: 1.5rem;
  text-align: left;
  color: #1A1A1A;
}

.ftts-ficha-tecnica table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.ftts-ficha-tecnica table th,
.ftts-ficha-tecnica table td {
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}

.ftts-ficha-tecnica table th {
  background-color: #FAFAFA;
  font-weight: 600;
  color: #333;
  width: 35%;
}

.ftts-ficha-tecnica table tr:last-child th,
.ftts-ficha-tecnica table tr:last-child td {
  border-bottom: none;
}

.ftts-ficha-tecnica table tr:hover {
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
  .ftts-ficha-tecnica table,
  .ftts-ficha-tecnica tbody,
  .ftts-ficha-tecnica tr,
  .ftts-ficha-tecnica th,
  .ftts-ficha-tecnica td {
    display: block;
    width: 100%;
  }

  .ftts-ficha-tecnica tr {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    margin-bottom: 1.5rem;
    padding: 0.8rem 1.2rem;
  }

  .ftts-ficha-tecnica th {
    background: none;
    color: #888;
    font-weight: 700;
    padding: 0.4rem 0;
    border: none;
  }

  .ftts-ficha-tecnica td {
    padding: 0.2rem 0 0.8rem;
    color: #333;
    font-size: 15px;
    border: none;
  }

  .ftts-ficha-tecnica tr:hover {
    background: #fdfdfd;
  }
}