.cz-aam-ad {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.cz-aam-brand {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #555;
}

.cz-aam-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 6px;
    background: #0b63ce;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .3px;
}

.cz-aam-content {
    width: 100%;
    overflow: hidden;
}

.cz-aam-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cz-aam-content a {
    text-decoration: none;
}

.cz-aam-content a:hover {
    text-decoration: underline;
}

.cz-aam-content [style] {
    max-width: 100%;
}
