/* General Utility Styles */
.align-right { 
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
}

/* Product Details Tab Tweaks */
.shop_attributes th[colspan="2"] { 
    background: #f7f7f7; 
    font-weight: 700; 
    text-transform: uppercase; 
    font-size: 12px; 
}
