

.articulo-rod .img-product-rod {
        float: left;
    width: 50%;
}

.header-rod h2 {
    margin-top: 0;
}
.main-img {
    max-height: 300px;
    margin-right: 20px;
    max-width: 200px;
}




.contenedor {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 30px;
  }

  .imagen {
    width: 200px;
  }



.related-articles {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  border-radius: 8px;
  padding: .75rem 1rem;
  max-width: 320px;
  align-self: flex-start;
  margin-top: 20px;
  margin-left: 20px;
  border: 1px solid #cbd5e0
}

.related-articles h2 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
  color: #222;
}

.related-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-articles li {
  margin-top: 0.75rem;
  margin-left: 0;

}

.related-articles a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 0.35rem;
  padding-bottom: 0;
  border-radius: 6px;
  transition: background 0.15s ease, transform 0.1s ease;
}

.related-articles a:hover {
  background: #e4ebff;
  transform: translateX(2px);
}


.related-articles .title {
  font-size: 0.8rem;
  color: #111;
  font-weight: 600;
  padding-bottom: 0.3rem;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.related-articles li:last-child .title {
    border-bottom: none;
}
.rel-number {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media screen and  (max-width: 820px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    .related-articles {
        margin-left: 0;
        margin-top: 20px;
    }
    .imagen {
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
    }
    
}

:root {
    --border: #ddd;
    --header-bg: #f5f7fa;
    --text-muted: #555;
  }

  h2 {
    margin-bottom: 16px;
  }

  .table-container {
    overflow-x: auto;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1100px;
  }

  caption {
    caption-side: bottom;
    padding-top: 10px;
    font-size: 0.9rem;
    color: var(--text-muted);
  }

  thead th {
    background: var(--header-bg);
    position: sticky;
    top: 0;
    z-index: 1;
  }

  th,
  td {
    border: 1px solid var(--border);
    padding: 8px;
    text-align: left;
    vertical-align: top;
    color: #000;
  }
  td {
    min-width: 200px;
  }
  th {
    font-weight: 600;
  }

  tbody th {
    background: #fafafa;
    max-width: 100px;
  }

 td img {
    max-height: 200px;
    display: block;
    margin: auto;
  }

  .muted {
    color: var(--text-muted);
    font-size: 0.9rem;
  }


/* sombra fija a la derecha */
.table-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
}
.table-shadow {
    position: relative;
}




/* Caja principal */
.summary-box {
  max-width: 600px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 6px solid #008000;
  margin-top: 20px;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Animación al pasar el mouse */
.summary-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Título */
.summary-box span {
  margin-top: 0;
  color: #1f2937;
  font-size: 1.4rem;
}

/* Texto */
.summary-box p {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0;
}

.pretty-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pretty-list li {
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
  font-size: 1rem;
  color: #374151;
}

/* Bullet personalizado */
.pretty-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #008000;
  font-weight: bold;
}





.toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: section;
}
.toc ol li ol {
    margin-left: 1rem;
}
.toc li {
  counter-increment: section;
  margin-top: 5px;
}

.toc a {
  display: flex;
  align-items: center;
  padding: 0.25rem;
  font-size: 13px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.toc a:hover {
  background: #eef2ff;
  color: #000;
  transform: translateX(4px);
}

.exotic {
    background: linear-gradient(90deg,#ff65ce,#ffff6e,#8fff8f,#99feff,#a8afff);-webkit-background-clip: text;background-clip: text; color: transparent;font-weight: 700;
}

/* Tabla fishing rods */

/* TABLA */
        .table {
            border-collapse: collapse;
            background-color: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            min-width: auto;
            width: 100%;
        }

        /* ENCABEZADO */
        .table-head {
            background: linear-gradient(135deg, #4f46e5, #6366f1);
            color: white;
        }

        .table-header {
            padding: 12px;
            text-align: center;
            font-size: 16px;
            letter-spacing: 0.5px;
        }

        /* FILAS */
        .table-row:nth-child(even) {
            background-color: #f9fafb;
        }

        .table-row:hover {
            background-color: #eef2ff;
            transition: background 0.3s;
        }

        /* CELDAS */
        .table-cell {
            padding: 12px;
            text-align: center;
            color: #374151;
            font-weight: 500;
        }

        .table td:first-of-type {
            width: 20px;
        }

@media screen and (max-width: 630px) {
    .flex-630 {
        flex-direction: column;
        align-items: center;
    }
    .table-cell {
        min-width: auto;
    }
}

.toc {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 30px 0;
  background: #fff;
  max-width: 320px;
}

.toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.toc-header span {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.toc-toggle {
  background: none;
  border: none;
  font-size: 13px;
  cursor: pointer;
  color: #2575fc;
  font-weight: 600;
}

.toc-toggle:hover {
  text-decoration: underline;
}

.toc-content {
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  max-height: 2000px;
  opacity: 1;
}

.toc.collapsed .toc-content {
  max-height: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .toc {
    max-height: none;
  }

  .toc:not(.collapsed) {
    border-bottom: 1px solid #e5e7eb;
  }

  .toc.collapsed .toc-content {
    max-height: 0;
    opacity: 0;
  }
}






