/* Style for the autocaption overlay that is added by the plugin for some images, must be next to an img tag */
/* V2025-03-06 adapted by SP for GB2 and shadow instead of gradient bar, fix slider selector, replace customizer overrides */ 

.kde-teaser-click figure,
.kde-force-caption figure {
position: relative;
margin:0;
padding:0;
line-height: 0px;
}
 
.kde-teaser-click .autocaption, 
.kde-force-caption .autocaption {
position: absolute;
bottom: 2px;
right: 4px;
font-size: 11px;
color: #ffffff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
letter-spacing: 0.04em;
text-align: right;
line-height: 1.1;
background: none !important;
overflow: visible !important;
margin-top:0 !important;
}

.gb-inside-container .n2-ss-slide-background-image .autocaption {
    text-align: right;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
    letter-spacing: 0.04em;
    padding: 5px;
    font-size: 11px;
    white-space: nowrap;
    width: 99%;
}
