.sponsored-ad {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

/* FORCE bottom-left */
.sponsored-label {
    position: absolute;
    bottom: 6px;
    left: 6px;
    top: auto;
    right: auto;
    font-size: 11px;
    color: #fff;
    background: rgba(255, 107, 0, 0.9);
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 999;
}

.ad-image {
    width: 100%;
    height: auto;
    display: block;
}
