.copy-acc-container-6149f78c {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
}

.copy-acc-box-6149f78c {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-sizing: border-box;
}

.copy-acc-large-6149f78c {
    width: 100%;
}

.copy-acc-row-6149f78c {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
}

.copy-acc-small-6149f78c {
    flex: 1;
}

.copy-acc-info-6149f78c {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.copy-acc-label-6149f78c {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.copy-acc-value-6149f78c {
    margin: 4px 0 0 0;
    font-family: Consolas, monospace;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #082C45;
}

.copy-acc-small-6149f78c .copy-acc-value-6149f78c {
    font-size: 14px;
    line-height: 20px;
}

.copy-acc-sub-6149f78c {
    margin: 4px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #64748b;
}

.copy-acc-btn-6149f78c {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    height: 36px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 9999px;
    padding: 6px 16px;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #082C45;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.copy-acc-btn-6149f78c:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

.copy-acc-btn-6149f78c.copied {
    background: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .copy-acc-box-6149f78c {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .copy-acc-row-6149f78c {
        flex-direction: column;
    }
    .copy-acc-btn-6149f78c {
        align-self: flex-start;
    }
}
