/* Custom styles for Karnov Customer Portal Documentation */

/* Custom class for screenshot images that need borders */
.screenshot {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}
