/**
Theme Name: Astra Child
Author: UK POST
Author URI: https://ukpost.in/
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
*/

/* body */
body.ast-separate-container {
    background-color: #ffffff;
}

.entry-content :where(h1,h2,h3,h4,h5,h6){
	    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
p{
	margin-bottom:10px
}
/* end body */

/* post list design */

.post-list-box .hfe-post-image img {
    max-height: 205px;
    object-fit: cover;
    object-position: center;
}
.post-list-box article.hfe-post-card {
    background: #FFFFFF;
    border: 1px solid #E5ECFF;
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.post-list-box article.hfe-post-card:hover {
    border-color: #2979ff2e;
    box-shadow: 0 8px 20px rgba(41, 121, 255, 0.08);
    transform: translateY(-4px);
}

/* end post list design */

/* archive post list */
.content-area .ast-archive-description {
    padding: 15px 20px !important;
    margin: 30px 0px !important;
    border: 1px solid #C6DAFA;
}
section.ast-archive-description .page-title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}
section.ast-archive-description p {
    font-size: 14px !important;
}
/* end archive post list */

/* post detail page */

.ast-container .content-area {
    padding-top: 10px !important;
    margin-top: 0px !important;
}
header.entry-header .entry-title {
    font-size: 28px;
    line-height: 45px;
}

.post-detail-banner-container {
    border: 1px solid #c6dafa1c;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(41, 121, 255, 0.08);
    overflow: hidden;
    background: #fff;
	text-align:center;
}

.post-detail-banner-container figure {
    margin-bottom: 0px;
    width: 100% !important;
    box-shadow: none;
}

.post-detail-banner-container figure figcaption {
    margin-bottom: 0px !important;
    width: 100%;
    border: 1px solid #dedede;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 5px 10px;
}

/* ===============================
   BLOG DETAIL PAGE - ENTRY CONTENT
   =============================== */

.entry-content {
/*   font-family: system-ui, -apple-system, sans-serif; */
  color: #4A5A6A;
  font-size: 16px;
  line-height: 1.8;
}

/* ===============================
   HEADINGS
   =============================== */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #0B1F3A;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* H1 */
.entry-content h1 {
  font-size: 32px;
}

/* H2 */
.entry-content h2 {
  font-size: 26px;
  border-left: 4px solid #2979FF;
  padding-left: 10px;
}

/* H3 */
.entry-content h3 {
  font-size: 22px;
}

/* H4 */
.entry-content h4 {
  font-size: 18px;
}

/* H5 */
.entry-content h5 {
  font-size: 16px;
}

/* H6 */
.entry-content h6 {
  font-size: 14px;
  color: #7A8CA5;
}

/* ===============================
   PARAGRAPH
   =============================== */

.entry-content p {
  margin-bottom: 18px;
  color: #4A5A6A;
  font-size: 16px;
}

/* ===============================
   LINKS
   =============================== */

.entry-content a {
  color: #2979FF;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.entry-content a:hover {
  color: #0056D6;
  border-bottom: 1px solid #0056D6;
}

/* ===============================
   LISTS
   =============================== */

.entry-content ul,
.entry-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.entry-content li {
  margin-bottom: 8px;
  line-height: 1.7;
}

/* Custom bullet */
.entry-content ul li::marker {
  color: #2979FF;
}

/* ===============================
   BLOCKQUOTE
   =============================== */

.entry-content blockquote {
  border-left: 4px solid #2979FF;
  background: #F5F9FF;
  padding: 15px 20px;
  margin: 25px 0;
  font-style: italic;
  color: #1E3A5F;
}

/* ===============================
   IMAGES
   =============================== */

/* .entry-content img {
  max-width: 100%;
  border-radius: 10px;
  margin: 20px 0;
} */



/* ===============================
   STRONG & EMPHASIS
   =============================== */

.entry-content strong {
  color: #0B1F3A;
  font-weight: 600;
}

.entry-content em {
  color: #1E3A5F;
}

/* ===============================
   TABLE
   =============================== */

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.entry-content th,
.entry-content td {
  border: 1px solid #E5ECFF;
  padding: 10px;
  text-align: left;
}

.entry-content th {
  background: #F5F9FF;
  color: #0B1F3A;
}

/* ===============================
   HR (DIVIDER)
   =============================== */

.entry-content hr {
  border: none;
  border-top: 1px solid #E0E7FF;
  margin: 30px 0;
}

/* ===============================
   MOBILE OPTIMIZATION
   =============================== */

/* also read this */

.read-more-box {
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 16px 18px;
  border-radius: 10px;
  margin: 25px 0;
  transition: all 0.3s ease;
}

.read-more-box:hover {
  background: #eef6ff;
  border-color: #3b82f6;
}

.read-more-title {
  font-size: 14px;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 6px;
}

.read-more-link {
  font-size: 16px;
  color: #111827;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
}

.read-more-link:hover {
  color: #2563eb;
  text-decoration: underline;
}

/* end also read this */
@media (max-width: 768px) {
  .entry-content {
    font-size: 15px;
  }
	
	header.entry-header .entry-title {
    font-size: 26px;
    line-height: 42px;
}

  .entry-content h1 {
    font-size: 26px;
  }

  .entry-content h2 {
    font-size: 22px;
  }

  .entry-content h3 {
    font-size: 20px;
  }
}
/* end post detail page */