/* Custom styles for SimWorld documentation */

/* Add margin to images */
.with-margin {
    margin: 20px 0;
    display: block;
}

/* Additional styling for better visual appearance */
img.with-margin {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Responsive image handling */
@media (max-width: 768px) {
    .with-margin {
        margin: 15px 0;
    }
}