.wc-c2c-box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    border: 2px dashed #2f80ed;
    margin-top: 20px;
}

.wc-c2c-box h2 {
    margin-bottom: 15px;
    color: #2f80ed;
}

.wc-c2c-box .account {
    background: #f9fafb;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.wc-c2c-box .alert {
    margin-top: 15px;
    background: #fff4e5;
    padding: 12px;
    border-radius: 10px;
}

.account {
    background: #f9fafb;
    padding: 14px;
    border-radius: 12px;
    margin-bottom: 14px;
}

.copy-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.copy-row .label {
    font-weight: bold;
    white-space: nowrap;
}

.copy-row .value {
    font-family: monospace;
    direction: ltr;
    background: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.copy-btn {
    border: none;
    background: #2f80ed;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

.copy-btn:hover {
    background: #256bd1;
}

.copy-btn.copied {
    background: #27ae60;
}

.meta {
    font-size: 13px;
    color: #555;
    margin: 2px 0;
}

.wc-c2c-instructions {
    margin-top: 16px;
    background: #fff4e5;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
}