/**
 * Single Product Page Custom Styles
 * Overrides theme styling for copy button
 */

.copy-code-btn:hover {
    box-shadow: none !important;
    background-color: rgba(0, 124, 186, 0.1) !important;
    transform: scale(1.1) !important;
}

.copy-code-btn {
    box-shadow: none !important;
}

/* Position SKU badge on the right side of badges container */
.entry-product-badges.product-badges {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.entry-product-badges.product-badges .product-code-badge {
    margin-left: auto !important;
    margin-right: 0 !important;
}
