/*
/*
 Theme Name: Royal Elementor Kit Child
 Theme URI: https://www.magicalcrete.com
 Description: Child theme for Royal Elementor Kit to add dynamic homepage and customizations
 Author: Your Name
 Author URI: https://www.magicalcrete.com
 Template: royal-elementor-kit
 Version: 1.0
 Text Domain: royal-elementor-kit-child
*/

/* ====== FEATURED POST ====== */
.mc-featured-post {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.mc-featured-post img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    border-radius: 15px;
    margin-bottom: 20px;
}

.mc-featured-post h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.mc-featured-post p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #333;
    max-width: 900px;
}

/* ====== PAGINATED BLOGPOSTS ====== */
.mc-post-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mc-post-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.mc-post-row img {
    max-width: 250px;
    border-radius: 6px;
}

.mc-post-text h2 {
    margin-top: 0;
}

.mc-read-more {
    display: inline-block;
    padding: 6px 12px;
    background: #b70000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.mc-read-more:hover {
    background: #900000;
}

/* Pagination buttons */
.mc-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.mc-pagination a {
    padding: 8px 16px;
    background: #b70000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.mc-pagination a:hover {
    background: #900000;
}

/* Archive link below paginated posts */
.mc-archive-link a {
    display: inline-block;
    padding: 8px 16px;
    background: #b70000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background 0.3s;
}

.mc-archive-link a:hover {
    background: #900000;
}

/* ====== ARCHIVE PAGE ====== */
.mc-archive-filter {
    margin-bottom: 20px;
}

#mc-archive-year {
    padding: 6px 10px;
    font-size: 1.1rem;
}

.mc-archive-list {
    list-style: none;
    padding: 0;
}

.mc-archive-item {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.mc-archive-item a {
    color: #b70000;
    text-decoration: none;
    font-weight: 600;
}

.mc-archive-item a:hover {
    text-decoration: underline;
}

/* ====== RESPONSIVE ADJUSTMENTS ====== */
@media screen and (max-width: 1024px) {
    .mc-featured-post h2 {
        font-size: 1.8rem;
    }
    .mc-post-row {
        gap: 15px;
    }
    .mc-post-row img {
        max-width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .mc-featured-post h2 {
        font-size: 1.5rem;
    }
    .mc-post-row {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .mc-post-row img {
        max-width: 100%;
    }
}

/* ====== TEXT JUSTIFICATION ====== */
.elementor-widget-post-content p,
.elementor-widget-text-editor p,
.entry-content p,
.post-excerpt p {
    text-align:
