/**
 * DWP Banner Column Module - Styles
 * Styling for banner display in left column
 */

/* Hide the block title "Banners" */
#dwp-banner-column .title_block {
    display: none;
}

/* Main banner container */
.dwp-banner-item {
    margin-top: 30px;
}

/* Banner list styling */
#dwp-banner-column .block_content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Individual banner item - centered */
#dwp-banner-column .dwp-banner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

/* Banner link styling */
#dwp-banner-column .dwp-banner-item a {
    display: inline-block;
    width: 100%;
}

/* Banner image styling - centered and responsive */
#dwp-banner-column .dwp-banner-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
