
body {
    font-family: 'Montserrat', sans-serif;
    background: #f5f6f8;
}


/* ===== AMEYA BLOG LIST DESIGN ===== */

.ameya-blog-row {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.ameya-blog-row:hover {
    transform: translateY(-5px);
}

.ameya-blog-row img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.trending {
    padding: 8px;
    border-radius: 8px;
    transition: 0.3s;
}

.trending:hover {
    background: #f8f9fa;
}
/* CONTENT */
.ameya-blog-content {
    padding: 20px;
}

.ameya-blog-content h4 {
    font-weight: 600;
    margin: 10px 0;
}

.ameya-blog-content p {
    font-size: 14px;
    color: #666;
}

.ameya-blog-content a {
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
}

/* SIDEBAR */
.ameya-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    position: sticky;
    top: 100px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.ameya-sidebar h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

/* SIDEBAR ITEMS */
.ameya-sidebar-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.ameya-sidebar-item img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.ameya-sidebar-item h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

/* MOBILE */
@media(max-width:768px) {

    .ameya-blog-row img {
        height: 180px;
    }

}

/* BREADCRUMB */
.blog-breadcrumb {
    max-width: 1200px;
    margin: 20px auto;
    font-size: 14px;
}

/* LAYOUT */
.blog-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}
.blog-image-wrapper {
    position: relative;
}

.blog-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #0d6efd;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}
/* CONTENT */
.blog-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

/* REMOVE CARD LOOK */
.article-content .card {
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 30px;
}

.article-content .card-header {
    background: transparent;
    padding: 0;
    border: none;
}

.article-content .card-body {
    padding: 0;
}

/* TEXT STYLE */
/* ===== CKEDITOR CONTENT STYLING ===== */

.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

/* HEADINGS */
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #111;
}

.article-content h1 { font-size: 34px; }
.article-content h2 { font-size: 28px; }
.article-content h3 { font-size: 22px; }
.article-content h4 { font-size: 18px; }

/* PARAGRAPH */
.article-content p {
    margin-bottom: 15px;
    text-align: justify;
}

/* LIST */
.article-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.article-content li {
    margin-bottom: 8px;
}

/* BLOCKQUOTE (🔥 important) */
.article-content blockquote {
    border-left: 4px solid #0d6efd;
    padding-left: 15px;
    margin: 20px 0;
    color: #555;
    font-style: italic;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
}

/* TABLE */
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.article-content table th {
    background: unset !important;
    color: unset !important;
}

.article-content td {
    border: 1px solid #ddd;
    padding: 12px;
}

/* IMAGES */
.article-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 20px 0;
}

/* STRONG TEXT */
.article-content strong {
    color: #000;
}

/* LINKS */
.article-content a {
    color: #0d6efd;
    text-decoration: underline;
}
/* CTA */
.cta-box {
    margin-top: 40px;
    padding: 30px;
    background: #ffc107;
    text-align: center;
    border-radius: 10px;
}

.btn-cta {
    background: black;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

/* SIDEBAR */
.blog-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 100px;
}

.latest-post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.latest-post img {
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.article-content .card {
    border: none;
    background: transparent;
    box-shadow: none;
}

.article-content .card-header {
    background: transparent;
    padding: 0;
    border: none;
}

.article-content .card-body {
    padding: 0;
}

.article-content h3 {
    margin-top: 30px;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
}


.article-content td, th {
    padding: 10px;
    border: 1px solid #ddd;
}

/* ===== FORCE REMOVE CARD UI ===== */
.article-content .card,
.article-content .point-card {
    all: unset !important;
    display: block !important;
    margin-bottom: 30px !important;
}

/* REMOVE CARD HEADER */
.article-content .card-header {
    all: unset !important;
    display: block !important;
    margin-bottom: 10px !important;
}

/* REMOVE CARD BODY */
.article-content .card-body {
    all: unset !important;
    display: block !important;
}

/* FIX HEADINGS */
.article-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #111;
}

/* PARAGRAPH */
.article-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

/* LIST */
.article-content ul {
    padding-left: 20px;
}

.article-content li {
    margin-bottom: 10px;
}

/* TABLE CLEAN */
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.article-content td {
    border: 1px solid #ddd;
    padding: 12px;
}

/* CTA */
.article-content section {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(45deg, #ffc107, #ffca2c);
    border-radius: 10px;
    text-align: center;
}

/* TOP COVER IMAGE */
.blog-cover {
    margin-bottom: 25px;
}

.blog-cover img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

/* MOBILE */
@media(max-width:768px){
    .blog-cover img {
        height: 220px;
    }
}

.blog-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.blog-navigation a {
    background: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    color: #111;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.blog-navigation a:hover {
    background: #0d6efd;
    color: #fff;
}

.share-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.share-buttons a {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    background: #f1f3f5;
    color: #333;
    transition: 0.3s;
}

.share-buttons a:hover {
    background: #0d6efd;
    color: #fff;
}