/**
 * Component: Image
 * 
 * Styles for the Image component.
 *
 * @package SCDA-2025
 */

/* Basic component styling */
.image {
    margin-bottom: var(--spacing-sm);

    img {
        display: block;
        width: 100%;
        height: auto;
    }
}