/**
 * Inline Action Buttons & Delivery Estimate
 * Premium styles for action buttons with inline styles override
 */

/* Action Button Hover Effects (Inline) */
.product-action-buttons button.action-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.25) !important;
    border-width: 2px !important;
}

.product-action-buttons button.action-btn:active {
    transform: translateY(-1px) !important;
}

/* Delivery Estimate Section Responsive */
@media (max-width: 768px) {
    .delivery-estimate-section {
        padding: 16px 20px !important;
    }
    
    .delivery-estimate-section svg {
        width: 20px !important;
        height: 20px !important;
    }
    
    .product-action-buttons {
        grid-template-columns: 1fr !important;
    }
    
    .meta-card {
        min-width: 100% !important;
    }
}

/* Action Button Grid Responsive */
@media (max-width: 480px) {
    .product-action-buttons button {
        font-size: 0.875rem !important;
        padding: 12px 20px !important;
    }
    
    .product-action-buttons svg {
        width: 16px !important;
        height: 16px !important;
    }
}
