﻿.google-ad-container {
    position: relative;
}

.google-ad-container:has(> .adsbygoogle[data-ad-status="filled"])::after {
    content: "reklama";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    padding: 2px 4px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 10px;
    font-size: 10px;
    font-family: sans-serif;
    pointer-events: none;
}