.auto-ad-url .card-head .ontb-self-service-ad-header-extra {
    display: inline-block;
    min-width: 0;
    max-width: min(320px, 38vw);
    margin-left: 12px;
    overflow: hidden;
    color: inherit;
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.72;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auto-ad-url .card-head a.ontb-self-service-ad-header-extra:hover,
.auto-ad-url .card-head a.ontb-self-service-ad-header-extra:focus {
    opacity: 1;
    text-decoration: underline;
}

.auto-ad-url .card-head a.ontb-self-service-ad-header-extra:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

@media (max-width: 575px) {
    .auto-ad-url .card-head .ontb-self-service-ad-header-extra {
        max-width: 32vw;
        margin-left: 8px;
    }
}
