/*
Theme Name: E.C.Nations College Theme
Theme URI: https://www.ecncollege.com/
Author: Antigravity
Author URI: https://probloggertemplates.com/
Description: A modern, professional, and custom-designed WordPress theme for E.C.Nations College.
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: ecn-theme
Tags: college, education, customizer, modern, professional, dark-theme
*/

/* Inner Page Styles */
.site-main {
    padding: 100px 0;
    min-height: 70vh;
}

.entry-header {
    margin-bottom: 40px;
}

.entry-content {
    line-height: 1.8;
}

.entry-content p {
    margin-bottom: 20px;
}

.widget-area {
    margin-top: 60px;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--primary-color, #4facfe);
}

.posts-grid article {
    transition: transform 0.3s ease;
}

.posts-grid article:hover {
    transform: translateY(-5px);
}

.post-thumbnail {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.page-links {
    margin: 30px 0;
}

/* Fix for dark theme readability on inner pages */
body.page, body.single, body.archive, body.search, body.error404 {
    background-color: #0b0e14;
    color: #e0e0e0;
}

.section-title {
    margin-bottom: 30px;
}
