/**
Theme Name: ProQyz Blogs
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: proqyz-blogs
Template: astra
*/

/*

Google Blog Style Single Post

Add this to your Astra Child Theme's style.css OR Appearance > Customize > Additional CSS
*/

.google-blog-single {
/* Ideally uses Google Sans, falling back to clean sans-serif */
font-family: 'Google Sans', Roboto, 'Helvetica Neue', Arial, sans-serif;
color: #202124;
background-color: #fff;
padding-top: 40px;
}

/* Constraint Containers /
.google-blog-container,
.google-blog-featured-image-container {
max-width: 1040px; / Wider width for header & image */
margin: 0 auto;
padding: 0 20px;
}

.google-blog-content-container {
max-width: 700px; /* Narrower width for optimal reading line length */
margin: 0 auto;
padding: 0 20px;
}

/* Header & Breadcrumbs */
.google-blog-header {
margin-bottom: 40px;
}

.google-blog-breadcrumb {
font-size: 14px;
margin-bottom: 24px;
font-weight: 500;
}

.google-blog-breadcrumb a {
color: #1a73e8; /* Google Blue */
text-decoration: none;
}

.google-blog-breadcrumb a:hover {
text-decoration: underline;
}

.google-blog-breadcrumb .separator {
margin: 0 8px;
color: #5f6368;
}

/* Post Title */
.google-blog-title {
font-size: 48px;
font-weight: 400;
line-height: 1.15;
letter-spacing: -0.5px;
margin: 0 0 32px 0;
color: #202124;
}

/* Meta Top Row (Flexbox for Date & Excerpt) */
.google-blog-meta-top {
display: flex;
gap: 40px;
margin-bottom: 24px;
align-items: flex-start;
}

.google-blog-date-time {
flex: 0 0 120px;
display: flex;
flex-direction: column;
font-size: 13px;
color: #5f6368;
line-height: 1.6;
}

.google-blog-excerpt {
flex: 1;
font-size: 20px;
line-height: 1.5;
color: #3c4043;
font-weight: 400;
}

.google-blog-excerpt p {
margin: 0; /* Override default WP paragraph margin */
}

/* Subtle Horizontal Dividers */
.google-blog-divider {
border: 0;
border-top: 1px solid #dadce0;
margin: 12px 0;
}

/* Meta Bottom Row (Author & Share) */
.google-blog-meta-bottom {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 0;
}

.google-blog-author {
font-size: 14px;
font-weight: 500;
color: #202124;
}

.google-blog-share {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
font-weight: 500;
color: #202124;
cursor: pointer;
transition: opacity 0.2s ease;
}

.google-blog-share:hover {
opacity: 0.6;
}

/* Featured Image Formatting */
.google-blog-featured-image-container {
margin-top: 32px;
margin-bottom: 48px;
}

.google-blog-featured-image {
width: 100%;
height: auto;
border-radius: 16px; /* Smooth rounded corners */
display: block;
object-fit: cover;
}

/* Main Body Content */
.google-blog-content {
font-size: 18px;
line-height: 1.7;
color: #3c4043;
margin-bottom: 80px;
}

.google-blog-content p {
margin-bottom: 1.6em;
}

.google-blog-content h2,
.google-blog-content h3 {
color: #202124;
font-weight: 400;
margin-top: 2em;
margin-bottom: 1em;
}

.google-blog-content a {
color: #1a73e8;
text-decoration: none;
}

.google-blog-content a:hover {
text-decoration: underline;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
.google-blog-title {
font-size: 36px;
}

.google-blog-meta-top {
    flex-direction: column;
    gap: 16px;
}

.google-blog-date-time {
    flex: none;
    flex-direction: row; /* Put date and read time next to each other on mobile */
    gap: 16px;
}

.google-blog-excerpt {
    font-size: 17px;
}

.google-blog-featured-image {
    border-radius: 12px;
}


}






