/* Public styles for Secure Banner Manager */
.sbm-banner-group {
    /* Add styling for the group container if needed */
    margin-bottom: 20px;
}

.sbm-banner-item {
    /* Add styling for individual banner items */
    margin-bottom: 10px;
    line-height: 0; /* To prevent extra space below image if it's wrapped in a link */
}

.sbm-banner-item img.sbm-banner-image {
    max-width: 100%;
    height: auto;
    display: block; /* Prevents inline spacing issues */
}