/**
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
*/
#like-btn{
    background:#32A4D5; 
                color:#fff; 
                padding:12px 25px; 
                border:none; 
                border-radius:50px;
                font-size:17px;
                cursor:pointer;
                display:flex;
                align-items:center;
                gap:10px;
}
.like-share-wrap{
     display:flex;
        justify-content:space-between;
        align-items:center;
        background:#F0F0F0;
        padding:25px 30px;
        margin:40px 0;
        border-radius:12px;
        box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.single-content-wrapper{
    max-width:1140px; 
    margin:150px auto;
}
.post-header h1{
    font-size:32px; margin:0; max-width:70%;
}
.post-header{
    display:flex; 
    justify-content:space-between; 
    align-items:center; 
    flex-wrap:wrap; 
    margin-bottom:25px;
}

.acf-highlight-box {
    padding: 20px;
    border-left: 5px solid #F0B622;
    background: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
    /*border-radius: 6px;*/
    margin: 20px 0;
}

.breadcrumb-bar {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  background: #F0B622;
  padding: 30px 0;
  z-index: 10;
  height:100px;
  margin-top:30px;
}
.breadcrumb-bar > div {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/*Related post style*/
.related-title {
    font-size: 26px;
    /*margin: 40px 0 25px;*/
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.related-thumb {
    width: 100%;
    height: auto;
    display: block;
}

.related-info {
    padding: 15px;
}

.related-title-link {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.related-date {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 5px;
}
/* FULL WIDTH RELATED POSTS */
.related-posts-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    background: #f0f0f0;
    padding: 60px 0;
}

.related-posts-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.related-img{
    width: 20%;
    margin-top: -20px;
    height: auto;
    margin-bottom: 50px;

}

/* Optional: adjust text color for visibility */
.related-title,
.related-info,
.related-title-link,
.related-date {
    color: #222; /* or white if you want contrast */
}
/*END*/

.comments-area {
    margin-top: 50px;
}

/*FOr share icon*/
.share-icons{
    display:flex; 
    gap:18px;
    align-items:center;
}

@media screen and (max-width: 768px) {
.share-icons{
    display:grid; 
    gap:5px;
    align-items:center;
}
.breadcrumb-bar {
  height:auto!important;
    padding:15px 0;
}
.single-content-wrapper{
    margin:10px auto;
}
.post-header{
    flex-wrap:nowrap; 
}
.related-grid {
    display: grid;
    grid-template-columns: none;
    gap: 20px;
}
.post-header h1{
    font-size:20px; margin:0; max-width:70%;
}
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
.single-content-wrapper{
    max-width:940px; 
}
}

