/*
Theme Name: Vivero Plantas
Theme URI: https://example.com/viveroplantas
Author: Vivero Plantas
Author URI: https://example.com
Description: Theme WordPress + WooCommerce para Vivero Plantas con enfoque premium editorial.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viveroplantas
Tags: e-commerce, woocommerce, responsive-layout, custom-theme
*/
.single-post-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.single-post-content table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  margin: 2rem 0;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
}

.single-post-content thead th {
  font-weight: 600;
}

.single-post-content th,
.single-post-content td {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  text-align: left;
}

.single-post-content tr:last-child td {
  border-bottom: none;
}

.single-post-content img {
  height: auto;
}

.single-post-content iframe,
.single-post-content video {
  width: 100%;
  border-radius: 18px;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
  scroll-margin-top: 120px;
}

.single-post-content ul li::marker,
.single-post-content ol li::marker {
  font-weight: 700;
}

@media (max-width: 640px) {
  .single-post-content {
    font-size: 16px;
    line-height: 1.8;
  }

  .single-post-content h2 {
    font-size: 1.8rem;
  }

  .single-post-content h3 {
    font-size: 1.4rem;
  }
}
