/*
Theme Name:   Scaling Success Child Theme
Theme URI:    #
Description:  Scaling Success Child Theme
Author:       Mirage Minds
Author URI:   #
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-elementor-child
*/

.wc-block-components-sidebar-layout.wc-block-checkout h2 {
    color: white !important;
}
.maxai-wrapper h3 {
    margin-bottom: 20px !important;
}
.dashboard-main.maxai-wrapper{
	margin-top:30px !important;
}
.maxai-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 25px;
}

.maxai-card {
    background: #424242;
    border: 1px solid #8c7600;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
span.trial-badge {
    background: white;
    color: black !important;
    padding: 10px;
    font-size: 19px;
    margin-left: auto;
    border-radius: 10px;
}
.maxai-card h4 {
    margin-bottom: 10px;
    font-size: 16px;
}

.maxai-card p {
    margin: 4px 0;
    font-size: 14px;
}

.maxai-card .remaining {
    margin-top: 8px;
    font-size: 15px;
    color: #2563eb;
}

.maxai-action {
    margin-top: 10px;
}


.maxai-card h4 {
    font-size: 25px !important;
    margin: 0px;
}
.wc-block-components-radio-control-accordion-option {
    color: white;
}

.wc-block-checkout__add-note {
    color: white;
}

.wp-block-woocommerce-checkout-order-summary-block {
    color: white;
    border-color: white;
}

.wp-block-woocommerce-checkout {
	max-width: 95%;
	margin: 0 auto !important;
}

.wp-block-woocommerce-checkout h3.wc-block-components-product-name {
    line-height: 1.2;
    font-size: 24px;
}
.woocommerce-order {
    color: white;
    max-width: 95%;
    margin: 0 auto;
}

.woocommerce-order a {
    color: white;
}

.woocommerce-order h2 {
    font-size: 35px;
    margin: 0 0px;
    line-height: 1.2;
}
.wc-block-components-text-input.wc-block-components-totals-coupon__input {
    color: black;
}
button#open-ai-app {
    margin-top: 30px;
    background: #8c7600;
    color: white;
    font-weight: normal;
    width: 160px;
    height: 52px;
    line-height: 1.2;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-MyAccount-content * {
    color: white !important;
}
.woocommerce-MyAccount-content a.woocommerce-button.button.view{
    background: white !important;
    width: 120px;
    color: black !important;
    text-align:center;
}
.e-my-account-tab button.woocommerce-Button.button {
    color: black !important;
    font-weight: bold !important;
    background: white !important;
}