/*
Theme Name: ToolBoxAI Child
Theme URI: https://toolboxai.modeltheme.com/
Template: toolboxai
Author: ModelTheme
Author URI: https://modeltheme.com/
Description: AI Tools SaaS Platform Theme
Version: 1.0
Text Domain: toolboxai
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */

/* Fix Submit Tool button — white text on blue background */
a.sub-btn {
    color: #ffffff !important;
    background: #2563EB !important;
    border-color: #2563EB !important;
}
a.sub-btn:hover {
    color: #ffffff !important;
    background: #1D4ED8 !important;
    border-color: #1D4ED8 !important;
}

/* Hide Quick Actions floating bar on mobile — blocks content on small screens */
@media (max-width: 767px) {
    .toolboxsaas-quick-actions {
        display: none !important;
    }
}

/* Tool detail hero: branded dark gradient for when no screenshot is available */
.toolboxsaas-tool-cover {
    background-color: #0f1629 !important;
}

/* Pricing page (body.page-id-25541) — plan buttons, scoped to avoid global side-effects */
.page-id-25541 .woocommerce a.button,
.page-id-25541 .add_to_cart_button {
    background: #7C3AED !important;
    color: #ffffff !important;
    border: 2px solid #7C3AED !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    -webkit-text-fill-color: #ffffff !important;
}
.page-id-25541 .woocommerce a.button:hover,
.page-id-25541 .add_to_cart_button:hover {
    background: #6D28D9 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
