/* Top Content Widget Area Styles */

.top-content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top-content-widget img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.top-content .wp-block-image img,
.top-content .widget_media_image img {
    width: 100%;
    height: auto;
}

.top-content-widget .wp-block-image.posidonia-gradient {
    background: linear-gradient(120deg, #0C3B69 50%, #538CC1 50%);
}
