.regular-ad-note {
    color: #414141;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 8px;
    font-weight: 400;
    position: relative;
    text-align: left;
    text-decoration: none;
}

.regular-ad {
    max-width: 100%;
    overflow: hidden;
}

.debug-ad {
    background-color: red;
    color: white;
    padding: .4em;
}