/* Web24-Ad Manager — Frontend-Styles */

/* Wrapper um Anzeige + Kennzeichnung */
.ad-manager-zone-wrap {
    margin: 8px 0;
}

/* Kennzeichnungs-Zeile */
.adm-label {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 4px 0;
    font-size: 0.75em;
    line-height: 1.4;
    color: #646970;
}

/* "Werbung*" Badge */
.adm-label__badge {
    display: inline-block;
    background: #f0f0f1;
    border: 1px solid #dcdcde;
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 0.85em;
    font-weight: 600;
    color: #3c434a;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Hinweistext */
.adm-label__text {
    flex: 1;
}

/* Textanzeige */
a.adm-text-ad,
span.adm-text-ad {
    display: inline-block;
    padding: 4px 8px;
    background: #f9f9f9;
    border: 1px solid #dcdcde;
    border-radius: 3px;
    color: #2271b1;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 1.5;
}

a.adm-text-ad:hover {
    background: #f0f0f1;
    text-decoration: underline;
}
