.wc-copy-product-info-module {
    display: block;
    max-width: 100%;
}

.wc-copy-product-info-button,
.copy-product-info-button,
.ip-copy-product-info-button,
#copy-product-info {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 46px;
    max-width: 100%;
    padding: 0.78rem 1.18rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font: inherit;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.wc-copy-product-info-button--dark,
.copy-product-info-button,
.ip-copy-product-info-button,
#copy-product-info {
    border-color: rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, #111827 0%, #334155 100%);
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.wc-copy-product-info-button--light {
    border-color: #d7dee8;
    background: #ffffff;
    color: #172033 !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.wc-copy-product-info-button--outline,
.wc-copy-product-info-button--plain {
    border-color: #cbd5e1;
    background: transparent;
    color: #172033 !important;
    box-shadow: none;
}

.wc-copy-product-info-button--plain {
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.wc-copy-product-info-button:hover,
.copy-product-info-button:hover,
.ip-copy-product-info-button:hover,
#copy-product-info:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.wc-copy-product-info-button--outline:hover,
.wc-copy-product-info-button--plain:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.wc-copy-product-info-button:active,
.copy-product-info-button:active,
.ip-copy-product-info-button:active,
#copy-product-info:active {
    transform: translateY(0);
}

.wc-copy-product-info-button:focus-visible,
.copy-product-info-button:focus-visible,
.ip-copy-product-info-button:focus-visible,
#copy-product-info:focus-visible {
    outline: 3px solid rgba(59, 130, 246, 0.45);
    outline-offset: 3px;
}

.wc-copy-product-info-button.is-copied,
.copy-product-info-button.is-copied,
.ip-copy-product-info-button.is-copied,
#copy-product-info.is-copied {
    background: linear-gradient(135deg, #065f46 0%, #047857 100%);
    border-color: transparent;
    color: #ffffff !important;
}

.wc-copy-product-info-button.has-copy-error,
.copy-product-info-button.has-copy-error,
.ip-copy-product-info-button.has-copy-error,
#copy-product-info.has-copy-error {
    background: linear-gradient(135deg, #7f1d1d 0%, #991b1b 100%);
    border-color: transparent;
    color: #ffffff !important;
}

.wc-copy-product-info-button__icon,
.ip-copy-product-info-button__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35em;
    height: 1.35em;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 0.95em;
    line-height: 1;
}

.wc-copy-product-info-button--light .wc-copy-product-info-button__icon,
.wc-copy-product-info-button--outline .wc-copy-product-info-button__icon,
.wc-copy-product-info-button--plain .wc-copy-product-info-button__icon {
    background: rgba(15, 23, 42, 0.08);
}

.wc-copy-product-info-button__label,
.ip-copy-product-info-button__label {
    overflow-wrap: anywhere;
}

.wc-copy-product-info-button--small {
    min-height: 38px;
    padding: 0.58rem 0.92rem;
    font-size: 0.92em;
}

.wc-copy-product-info-button--large {
    min-height: 54px;
    padding: 0.95rem 1.35rem;
    font-size: 1.05em;
}

.wc-copy-product-info-button--full {
    width: 100%;
}

.wc-copy-product-info-status,
.ip-copy-product-info-status {
    display: inline-block;
    margin-left: 0.7rem;
    color: #475569;
    font-size: 0.92em;
    vertical-align: middle;
}

.et_pb_module .wc-copy-product-info-module,
.et_pb_text .wc-copy-product-info-module,
.et-db #et-boc .wc-copy-product-info-module {
    max-width: 100%;
}

@media (max-width: 480px) {
    .wc-copy-product-info-button,
    .copy-product-info-button,
    .ip-copy-product-info-button,
    #copy-product-info {
        width: 100%;
    }

    .wc-copy-product-info-status,
    .ip-copy-product-info-status {
        display: block;
        margin-top: 0.55rem;
        margin-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wc-copy-product-info-button,
    .copy-product-info-button,
    .ip-copy-product-info-button,
    #copy-product-info {
        transition: none;
    }

    .wc-copy-product-info-button:hover,
    .copy-product-info-button:hover,
    .ip-copy-product-info-button:hover,
    #copy-product-info:hover {
        transform: none;
    }
}
