.ddm-cli-dup-host {
    margin: 0.6rem 0 0.85rem;
}

.ddm-cli-dup-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid #c9a227;
    border-radius: 8px;
    background: #fff8e1;
    color: #3d3200;
}

.ddm-cli-dup-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    flex: 1 1 220px;
}

.ddm-cli-dup-text strong {
    font-size: 0.95rem;
}

.ddm-cli-dup-text span {
    font-size: 0.9rem;
}

.ddm-cli-dup-text em {
    font-style: normal;
    font-size: 0.82rem;
    color: #6a5a10;
}

.ddm-cli-dup-text small {
    font-size: 0.78rem;
    color: #5a4d12;
    line-height: 1.35;
}

.ddm-cli-dup-actions {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
}

.ddm-cli-dup-usa {
    appearance: none;
    border: none;
    border-radius: 6px;
    padding: 0.45rem 0.75rem;
    background: #1f4e79;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
}

.ddm-cli-dup-usa:hover {
    background: #163a5c;
}

.ddm-cli-dup-usa:disabled {
    opacity: 0.65;
    cursor: wait;
}

.ddm-cli-dup-dismiss {
    appearance: none;
    border: none;
    background: transparent;
    color: #6a5a10;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25rem 0.4rem;
    cursor: pointer;
    border-radius: 4px;
}

.ddm-cli-dup-dismiss:hover {
    background: rgba(0, 0, 0, 0.06);
}
