body.woocommerce-order-received .thankyou-bacs-value {
display: inline-block;
margin-right: 16px;
font-weight: 600;
}
body.woocommerce-order-received .thankyou-copy-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 7px 18px;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.03em;
line-height: 1;
border: 0;
border-radius: 999px;
background: #23395B;
color: #ffffff;
cursor: pointer;
transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
text-transform: uppercase;
margin-left: auto;
}
body.woocommerce-order-received .thankyou-copy-btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(35, 57, 91, 0.2);
background: #1c2f4c;
}
body.woocommerce-order-received .thankyou-copy-btn:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(35, 57, 91, 0.25);
}
body.woocommerce-order-received .thankyou-copy-btn.is-copied {
background: #2d9c5e;
box-shadow: 0 6px 16px rgba(45, 156, 94, 0.25);
}
body.woocommerce-order-received .thankyou-copy-btn.copy-error {
background: #c0392b;
box-shadow: 0 6px 16px rgba(192, 57, 43, 0.2);
}
body.woocommerce-order-received .thankyou-copy-btn__icon {
font-size: 0.9rem;
}
body.woocommerce-order-received .thankyou-bacs-table td {
display: flex;
align-items: center;
gap: 12px;
}
@media (max-width: 640px) {
body.woocommerce-order-received .thankyou-bacs-table td {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
body.woocommerce-order-received .thankyou-copy-btn {
margin-left: 0;
}
}