/* Contenido y compartir en publicaciones del blog (simple + legacy) */

.isl-blog-content,
.elementor-widget-theme-post-content .isl-blog-content {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
}

.isl-blog-content p,
.elementor-widget-theme-post-content .isl-blog-content p {
  margin-bottom: 1rem;
}

.isl-blog-content ul,
.isl-blog-content ol,
.elementor-widget-theme-post-content .isl-blog-content ul,
.elementor-widget-theme-post-content .isl-blog-content ol {
  margin: 0 0 1rem 1.25rem;
}

.isl-blog-content img,
.elementor-widget-theme-post-content .isl-blog-content img {
  max-width: 100%;
  height: auto;
}

.isl-blog-content table,
.elementor-widget-theme-post-content .isl-blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.isl-blog-content table td,
.isl-blog-content table th,
.elementor-widget-theme-post-content .isl-blog-content table td,
.elementor-widget-theme-post-content .isl-blog-content table th {
  border: 1px solid #dde3d8;
  padding: .5rem .75rem;
  vertical-align: top;
}

/* LinkedIn compacto (markup propio, sin widget Elementor) */
.isl-share-linkedin-wrap,
.elementor-2415 .isl-share-linkedin-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1.25rem 0 0;
}

.isl-share-linkedin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background: #0077b5;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

.isl-share-linkedin-btn:hover,
.isl-share-linkedin-btn:focus {
  background: #005f91;
  color: #fff;
  text-decoration: none;
}

.isl-share-linkedin-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  fill: currentColor;
}

/* Legacy: botones Elementor share aún presentes en posts antiguos */
.elementor-2415 .isl-share-compact {
  width: 100%;
  margin: 1.25rem 0 0;
}

.elementor-2415 .isl-share-compact .elementor-widget-container {
  display: flex;
  justify-content: center;
}

.elementor-2415 .isl-share-compact .isl-share-grid,
.elementor-2415 .isl-share-compact .elementor-grid {
  display: inline-flex !important;
  justify-content: center;
  width: auto !important;
  margin: 0 auto;
}

.elementor-2415 .isl-share-compact .elementor-share-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  width: auto !important;
  height: auto !important;
  min-height: 2.5rem !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  border-radius: 2rem !important;
  background: #0077b5 !important;
  color: #fff !important;
}

.elementor-2415 .isl-share-compact .elementor-share-btn__icon svg {
  width: 1rem !important;
  height: 1rem !important;
}
