/*
 Theme Name:   Aiero Child
 Description:  Aiero Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/aiero
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     aiero
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  aiero-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
.website-analyzer-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.website-analyzer-form .form-group {
    margin-bottom: 15px;
}

.website-analyzer-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.website-analyzer-form input[type="url"],
.website-analyzer-form input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.website-analyzer-form button {
    background: #2271b1;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.website-analyzer-results {
    margin-top: 30px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.website-analyzer-results h3 {
    margin-top: 20px;
    color: #2271b1;
}

.website-analyzer-results ul {
    list-style-type: disc;
    padding-left: 20px;
}

.gpt-comparison {
    background: #f0f6fc;
    padding: 15px;
    border-left: 4px solid #2271b1;
}