/*
Theme Name: EQTheme
Theme URI: https://github.com/cornQ/eqtheme
Author: CORNQ
Author URI: https://cornq.com
Description: A minimal and blazing-fast starter WordPress theme designed for full compatibility with Elementor Free and Pro.
Version: 1.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eqtheme
*/

/* Reset and basic styles */
body {
margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
  }


/* Fix comment box alignment */
.comment-form-comment {
    text-align: left !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.comment-form-comment textarea {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}


input[type="submit"]{
    cursor: pointer;
}