/**
Theme Name: Astra-Child-Loksamvad
Author: MicroMishra
Author URI: https://loksamvad.com
Description: This is a child theme of Astra for Loksamvad.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-loksamvad
Template: astra
*/
/* minor style tweaks */
.entry-title {
  font-weight: 700;
  line-height: 1.2;
}

.entry-content p {
  margin-bottom: 1.2em;
}

.wp-block-query .wp-block-post-title a {
  text-decoration: none;
}

/* ========== Hindi Typography Refinement ========== */

/* Article headline */
.single .entry-title {
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.4em;
}

/* Article body paragraphs */
.single .entry-content p {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 1.25em;
}

/* First paragraph emphasis (BBC style) */
.single .entry-content p:first-of-type {
  font-size: 19px;
}

/* Subheadings inside articles */
.single .entry-content h2 {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  font-weight: 600;
}

/* Homepage headlines */
.wp-block-post-title {
  line-height: 1.25;
}

/* Remove underline everywhere */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
