/* Espacio después de imágenes */
.figure {
    margin-bottom: 2rem !important;
}

img {
    margin-bottom: 1.5rem !important;
}

/* Admonitions (warning, note, tip, etc.) se comportan como bloques independientes */
.admonition {
    clear: both !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

/* Extra: asegurar que los párrafos después de imágenes tengan espacio */
p + .admonition {
    margin-top: 2rem !important;
}

/* Forzar a las tablas del tema RTD a ajustar el texto y evitar el scroll horizontal */
.wy-table-responsive table td, 
.wy-table-responsive table th {
    white-space: normal !important;
    word-wrap: break-word;
}