/*
Theme Name: Panchayat Ministry Theme
Description: A custom WordPress theme for Ministry of Panchayati Raj website
Version: 1.0
Author: Your Name
*/

/* Import the existing CSS */
@import url('css/base.css');

/* WordPress specific styles */
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.9em;
    font-style: italic;
}

/* WordPress menu compatibility */
.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* WordPress widget areas */
.widget-area {
    margin-bottom: 30px;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}

/* WordPress content area */
.entry-content {
    line-height: 1.7;
}

.entry-title {
    font-size: 1.75em;
    font-weight: 600;
    margin-bottom: 15px;
}

/* WordPress pagination */
.pagination {
    margin: 30px 0;
}

.page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    background: #002244;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.page-numbers.current {
    background: #06b1ac;
    color: #000;
}

/* WordPress search form */
.search-form {
    display: flex;
    margin-bottom: 20px;
}

.search-field {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
}

.search-submit {
    padding: 8px 15px;
    background: #002244;
    color: #fff;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

/* WordPress comments */
.comment-list {
    list-style: none;
    padding: 0;
}

.comment {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.comment-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.comment-meta {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
}

.comment-content {
    line-height: 1.6;
}

/* WordPress admin bar compatibility */
.admin-bar .header-wrapper {
    top: 32px;
}

.member .khowMinisterBoxImg img{
    width: 140px;
    border-radius: 100%;
    border: 4px solid #06b1ac;
    height: 140px;
	    object-position: top;
    object-fit: cover;
}


@media (max-width: 782px) {
    .admin-bar .header-wrapper {
        top: 46px;
    }
}
