.apti-watermarked-container {
    position: relative;
    display: inline-block;
}

.apti-watermarked-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.apti-watermark {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .apti-watermark {
        font-size: 10px !important;
        padding: 3px 6px !important;
        white-space: normal !important;
        max-width: 90%;
    }
}