/*
 Theme Name:   Bullish Child
 Theme URI:    https://wdtbullish.wpengine.com/
 Description:  Bullish Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     bullish
 Version:      1.0.0
 Text Domain:  bullish-child
 Tested up to: 6.8 
 Requires PHP: 7.4
 Tags: Blog,Portfolio
 License: GNU General Public License v2 or later License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2025 Buddhathemes. All rights reserved.
*/

/* Spinner animation */
.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Responsive improvements */
@media (max-width: 480px) {
    .education-sip-planner-widget {
        margin: 10px;
    }
    
    .sip-form-container {
        padding: 20px 15px;
    }
    
    .form-actions {
        flex-direction: column;
    }
}

/* Print styles */
@media print {
    .form-actions,
    .btn-calculate,
    .btn-submit {
        display: none !important;
    }
}