/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/astra-child
 Description:  Child theme for the Astra theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     astra
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
*/

/* Add your custom CSS below this line */
*{
	
    box-sizing: border-box;
}
 body {
      font-family: 'Reddit Sans', ui-sans-serif, sans-serif;
    }

    .nav-font {
      font-family: 'Reddit Sans', sans-serif;
    }


    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }

    .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }


















 /* =========================================================
   WORDPRESS GUTENBERG BLOCKS
   ========================================================= */

.entry-content .wp-block {
    box-sizing: border-box;
    max-width: 100%;
}

.entry-content .wp-block *,
.entry-content .wp-block *::before,
.entry-content .wp-block *::after {
    box-sizing: border-box;
}


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

.entry-content .wp-block-paragraph {
    font-size: 16px;
    line-height: 1.8; 
    margin: 0 0 22px;
}

.entry-content .wp-block-paragraph a {
    color: #6fa642;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.entry-content .wp-block-paragraph strong {
  
    font-weight: 600;
}


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

.entry-content .wp-block-heading {
    color: #111827;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 18px;
}

.entry-content h1.wp-block-heading {
    font-size: 42px;
}

.entry-content h2.wp-block-heading {
    font-size: 34px;
}

.entry-content h3.wp-block-heading {
    font-size: 28px;
}

.entry-content h4.wp-block-heading {
    font-size: 23px;
}

.entry-content h5.wp-block-heading {
    font-size: 20px;
}

.entry-content h6.wp-block-heading {
    font-size: 18px;
}


/* =========================================================
   LIST
   ========================================================= */

.entry-content .wp-block-list {
    margin: 0 0 25px;
    padding-left: 28px;
    color: #444;
    font-size: 17px;
    line-height: 1.8;
}

.entry-content .wp-block-list li {
    margin-bottom: 7px;
}

.entry-content .wp-block-list li::marker {
    color: #6fa642;
}


/* =========================================================
   IMAGE
   ========================================================= */

.entry-content .wp-block-image {
    margin: 30px 0;
}

.entry-content .wp-block-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.entry-content .wp-block-image figcaption {
    margin-top: 10px;
    font-size: 14px;
    color: #777;
    text-align: center;
}


/* =========================================================
   GALLERY
   ========================================================= */

.entry-content .wp-block-gallery {
    margin: 30px 0;
}

.entry-content .wp-block-gallery img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   QUOTE
   ========================================================= */

.entry-content .wp-block-quote {
    margin: 30px 0;
    padding: 25px 30px;
    border-left: 4px solid #6fa642;
    background: #f8fafc;
    color: #374151;
}

.entry-content .wp-block-quote p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.entry-content .wp-block-quote cite {
    display: block;
    font-size: 14px;
    color: #777;
}


/* =========================================================
   PULLQUOTE
   ========================================================= */

.entry-content .wp-block-pullquote {
    margin: 40px 0;
    padding: 35px 25px;
    border-top: 3px solid #111;
    border-bottom: 3px solid #111;
    text-align: center;
}

.entry-content .wp-block-pullquote p {
    font-size: 26px;
    line-height: 1.5;
}


/* =========================================================
   BUTTON
   ========================================================= */

.entry-content .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0;
}

.entry-content .wp-block-button__link {
    display: inline-block;
    padding: 13px 25px;
    border-radius: 6px;
    background: #6fa642;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all .2s ease;
}

.entry-content .wp-block-button__link:hover {
    background: #0f56bd;
    color: #fff;
}


/* =========================================================
   COLUMNS
   ========================================================= */

.entry-content .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
}

.entry-content .wp-block-column {
    flex: 1 1 0;
    min-width: 0;
}


/* =========================================================
   GROUP
   ========================================================= */

.entry-content .wp-block-group {
    box-sizing: border-box;
}


/* =========================================================
   COVER
   ========================================================= */

.entry-content .wp-block-cover {
    position: relative;
    margin: 30px 0;
    overflow: hidden;
}

.entry-content .wp-block-cover img {
    max-width: 100%;
}


/* =========================================================
   MEDIA & TEXT
   ========================================================= */

.entry-content .wp-block-media-text {
    margin: 35px 0;
}

.entry-content .wp-block-media-text img {
    width: 100%;
    height: auto;
}


/* =========================================================
   SEPARATOR
   ========================================================= */

.entry-content .wp-block-separator {
    margin: 35px 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.entry-content .wp-block-separator.is-style-wide {
    width: 100%;
}

.entry-content .wp-block-separator.is-style-dots {
    border: 0;
    text-align: center;
}


/* =========================================================
   SPACER
   ========================================================= */

.entry-content .wp-block-spacer {
    clear: both;
}


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

.entry-content .wp-block-table {
    width: 100%;
    margin: 30px 0;
    overflow-x: auto;
}

.entry-content .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.entry-content .wp-block-table th,
.entry-content .wp-block-table td {
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.entry-content .wp-block-table th {
    background: #f8fafc;
    font-weight: 600;
}


/* =========================================================
   CODE
   ========================================================= */

.entry-content .wp-block-code {
    margin: 25px 0;
    padding: 20px;
    background: #111827;
    color: #f9fafb;
    border-radius: 6px;
    overflow-x: auto;
}

.entry-content .wp-block-code code {
    font-family: monospace;
    font-size: 14px;
}


/* =========================================================
   PREFORMATTED
   ========================================================= */

.entry-content .wp-block-preformatted {
    margin: 25px 0;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    overflow-x: auto;
}


/* =========================================================
   VERSE
   ========================================================= */

.entry-content .wp-block-verse {
    margin: 25px 0;
    padding: 20px;
    background: #f8fafc;
    white-space: pre-wrap;
}


/* =========================================================
   EMBEDS
   ========================================================= */

.entry-content .wp-block-embed {
    margin: 30px 0;
}

.entry-content .wp-block-embed iframe {
    max-width: 100%;
}


/* =========================================================
   VIDEO
   ========================================================= */

.entry-content .wp-block-video {
    margin: 30px 0;
}

.entry-content .wp-block-video video {
    width: 100%;
    height: auto;
}


/* =========================================================
   AUDIO
   ========================================================= */

.entry-content .wp-block-audio {
    margin: 25px 0;
}

.entry-content .wp-block-audio audio {
    width: 100%;
}


/* =========================================================
   FILE
   ========================================================= */

.entry-content .wp-block-file {
    margin: 25px 0;
}

.entry-content .wp-block-file a {
    color: #6fa642;
}


/* =========================================================
   DETAILS
   ========================================================= */

.entry-content .wp-block-details {
    margin: 20px 0;
    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.entry-content .wp-block-details summary {
    cursor: pointer;
    font-weight: 600;
}


/* =========================================================
   SEARCH
   ========================================================= */

.entry-content .wp-block-search {
    margin: 25px 0;
}

.entry-content .wp-block-search__input {
    min-height: 45px;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
}

.entry-content .wp-block-search__button {
    min-height: 45px;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    background: #6fa642;
    color: #fff;
}


/* =========================================================
   ARCHIVES / CATEGORIES / LATEST POSTS
   ========================================================= */

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
    margin: 25px 0;
    padding-left: 20px;
}

.entry-content .wp-block-latest-posts li {
    margin-bottom: 10px;
}


/* =========================================================
   QUERY LOOP
   ========================================================= */

.entry-content .wp-block-query {
    margin: 30px 0;
}

.entry-content .wp-block-post {
    margin-bottom: 30px;
}

.entry-content .wp-block-post-title {
    margin-bottom: 10px;
}

.entry-content .wp-block-post-excerpt {
    color: #555;
}


/* =========================================================
   POST FEATURED IMAGE
   ========================================================= */

.entry-content .wp-block-post-featured-image {
    margin: 20px 0;
}

.entry-content .wp-block-post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.entry-content .wp-block-navigation {
    margin: 20px 0;
}

.entry-content .wp-block-navigation a {
    text-decoration: none;
}


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

.entry-content .wp-block-social-links {
    margin: 25px 0;
}

.entry-content .wp-social-link {
    transition: transform .2s ease;
}

.entry-content .wp-social-link:hover {
    transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {

    .entry-content .wp-block-paragraph {
        font-size: 16px;
        line-height: 1.7;
    }

    .entry-content h1.wp-block-heading {
        font-size: 32px;
    }

    .entry-content h2.wp-block-heading {
        font-size: 28px;
    }

    .entry-content h3.wp-block-heading {
        font-size: 24px;
    }

    .entry-content .wp-block-columns {
        flex-direction: column;
        gap: 20px;
    }

    .entry-content .wp-block-column {
        width: 100%;
        flex-basis: 100%;
    }

    .entry-content .wp-block-quote {
        padding: 20px;
    }

    .entry-content .wp-block-pullquote p {
        font-size: 21px;
    }

    .entry-content .wp-block-image {
        margin: 20px 0;
    }

    .entry-content .wp-block-table {
        overflow-x: auto;
    }
}


/* =========================================================
   COMMON BLOCK SAFETY
   ========================================================= */

.entry-content .wp-block img {
    max-width: 100%;
}

.entry-content .wp-block iframe {
    max-width: 100%;
}

.entry-content .wp-block video {
    max-width: 100%;
}

.entry-content .wp-block a {
    overflow-wrap: break-word;
}

blockquote {}

/* Gutenberg Blockquote */
.entry-content blockquote.wp-block-quote,
.entry-content blockquote {
    margin: 30px 0;
    padding: 30px 35px;
    border-left: 5px solid #6fa642;
    background: #f7f9fc;
    border-radius: 0 10px 10px 0;
}

/* Paragraph inside Blockquote */
.entry-content blockquote.wp-block-quote .wp-block-paragraph,
.entry-content blockquote p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    color: #374151;
}

/* Center aligned paragraph */
.entry-content blockquote .has-text-align-center,
.entry-content blockquote p[style*="text-align: center"] {
    text-align: center !important;
}

/* Mobile */
@media (max-width: 767px) {
    .entry-content blockquote.wp-block-quote,
    .entry-content blockquote {
        padding: 22px 20px;
        margin: 25px 0;
    }

    .entry-content blockquote.wp-block-quote .wp-block-paragraph,
    .entry-content blockquote p {
        font-size: 17px;
        line-height: 1.7;
    }
}