
.optimized-by{
position:static;
}

/* ===== OPTIMIZED NOTE ===== */
.optimized-by{
position:sticky;
top:120px;              /* Abstand vom oberen Viewport */
align-self:flex-start;  /* verhindert Stretch im Flex */
margin-left:auto;       /* nach rechts schieben */
font-size:12px;
line-height:1.4;
color:#777;
border-top:1px solid #e5e5e5;
box-shadow:
0 -3px 0 0 #fafafa,
0 -4px 0 0 #e5e5e5;
width:100%;
}
.optimized-by a{
color:#777;
text-decoration:none;
font-weight:500;
}
.optimized-by a:hover{
text-decoration:underline;
}
.david-kriesten {
color:#0ea5a4;
}


.optimized-by::after{
content:"Dieses Angebot wurde von David Kriesten optimiert – Onpage für verkaufsfördernde HTML-Produktbeschreibungen und Offpage für bessere Sichtbarkeit, Rankings und maximale Verkaufschancen.";
position:absolute;
left:0;
bottom:120%;
width:260px;
max-width:calc(100vw - 40px);
font-size:12px;
line-height:1.4;
background:#fff;
border:1px solid #ddd;
padding:10px;
color:#444;
opacity:0;
visibility:hidden;
transition:.2s;
white-space:pre-line;
box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.optimized-by:hover::after{
opacity:1;
visibility:visible;
}

/* ====================== BANNER ====================== */
.dk .dk_header-banner {
	width: 100%;
	background: url('https://app.david-kriesten.de/seller/287-kamelleshop/banner.png') center/contain no-repeat #f8f8f8;
	aspect-ratio: 1600 / 420;
	background-size: contain;
}
