/*
Theme Name: Tuition Course Child
Theme URI: https://tuitioncourse.com
Template: feather-magazine
Description: Indian Largest free Tuition course and online classes.
Author: Pankaj Kumar
Version: 1.0
*/
/* TuitionCourse Post Template CSS */

/* कंटेनर सेटिंग */
.tc-full-width-container {
    background-color: #f8fafc;
    padding: 40px 0;
}

.tc-main-content {
    max-width: 850px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* हेडर और टाइटल */
.tc-entry-header {
    text-align: center;
    margin-bottom: 30px;
}

.tc-cat-links a {
    background: #0073aa;
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

.tc-post-title {
    font-size: 2.5rem;
    color: #1a202c;
    margin: 15px 0;
    line-height: 1.2;
    font-weight: 800;
}

.tc-post-meta {
    color: #718096;
    font-size: 14px;
}

.tc-meta-item {
    margin: 0 10px;
}

/* इमेज स्टाइल */
.tc-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

/* कंटेंट बॉडी */
.tc-content-body {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #2d3748;
}

.tc-content-body h2 {
    margin-top: 1.5em;
    color: #1a202c;
}

/* ऑथर ब्लॉक (Author Box) */
.tc-author-block {
    display: flex;
    background: #f1f5f9;
    padding: 25px;
    border-radius: 10px;
    margin-top: 50px;
    align-items: center;
}

.tc-author-avatar img {
    border-radius: 50%;
    border: 4px solid #fff;
    margin-right: 20px;
}

.tc-author-details h3 {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    color: #1a202c;
}

.tc-author-details p {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 15px;
}

.tc-social-links a {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/* मोबाइल रिस्पॉन्सिव */
@media screen and (max-width: 768px) {
    .tc-main-content {
        padding: 20px;
        margin: 10px;
    }
    
    .tc-post-title {
        font-size: 1.8rem;
    }
    
    .tc-author-block {
        flex-direction: column;
        text-align: center;
    }
    
    .tc-author-avatar img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}