/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Code for custom comment form */
/*Blog padding 0 on mobile view*/
.elementor-page-2076 .ast-container{
	padding:0px !important;
}
/* Wrap author & email in one row */
.comment-form-author,
.comment-form-email {
  width: 48%;
}

/* Flex layout for name + email */
#commentform {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.comment-body{
	border-radius:unset !important;
}
/* Comment textarea full width */
.comment-form-comment,
.form-submit {
  width: 100%;
}

/* Inputs & textarea styling */
#commentform input,
#commentform textarea {
  width: 100%;
  padding: 14px;
  border-radius: 0px !important;
  border: 1px solid #ddd;
  background: #f9f9f9;
  font-size: 14px;
}
 textarea#comment{
	 border-radius: 0px !important;
}
.elementor-post-navigation__separator{
	display:none;
}
/* Submit button alignment */
.form-submit {
  margin-top: 10px;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 767px) {
  .comment-form-author,
  .comment-form-email {
    width: 100%;
  }

  #commentform {
    gap: 0;
  }
}
/* Comment comment form css end */

/* Comment list show css start */
/* Comment list grid */
.comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  margin:0;
}

/* Remove default list styling */
.comment-list li {
  font-family:"DM Sans, Sans-Serif";
  list-style: none;
  margin: 0;
}

/* Comment box */
.comment-body {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  height: 100%;
}

/* Top row: name + date */
.comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* User name */
.comment-author {
  font-weight: 600;
  font-size: 15px;
  color: #222;
}

/* Hide avatar (optional) */
.comment-author img {
  display: none;
}

/* Date */
.comment-metadata {
  font-size: 12px;
  color: #888;
}

/* Comment text */
.comment-content {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  .comment-list {
    grid-template-columns: 1fr;
  }
}
/* Comment list show css end */


#ast-commentform #submit{
	border:1px solid;
    border-radius:4px;
}

.says{
	display:none;
}
.fn{
	font-size:20px;
	font-style:unset;
}

