/*
 Theme Name: MANIPURI ZONE
 Author: Prem Sapam
 Description: MANIPURI ZONE official website
 Version: 1.0
 Text Domain: manipurizone
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f4f7f9;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.skip-link {
    background: linear-gradient(45deg, #2c3e50, #34495e);
    color: white;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.skip-link:focus {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
}

header {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    padding: 1.5rem;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.site-title a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transition: color 0.3s ease;
}

.site-title a:hover {
    color: #bdc3c7;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.social-links .follow-us {
    font-weight: bold;
    color: #ecf0f1;
    font-size: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.social-links a {
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.social-links a i {
    font-size: 1.5rem;
}

.social-links a:hover,
.social-links a:focus {
    transform: scale(1.15);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.social-links .social-facebook {
    color: #3b5998;
}

.social-links .social-youtube {
    color: #ff0000;
}

.social-links .social-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.social-links .social-whatsapp {
    color: #25D366;
}

.top-menu {
    background: linear-gradient(135deg, #34495e, #2c3e50);
    padding: 1.5rem 0;
    border-bottom: 4px solid #ecf0f1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.top-menu-links {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.top-menu-links li {
    margin: 0;
}

.top-menu-links a {
    color: #ecf0f1;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
    display: block;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.top-menu-links a:hover,
.top-menu-links a:focus {
    background: #2c3e50;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
}

.custom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 0.75rem 0;
    background: #34495e;
    border-top: 2px solid #ecf0f1;
}

.custom-links a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.custom-links a:hover,
.custom-links a:focus {
    background: #2c3e50;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.breadcrumbs {
    margin: 1.5rem 0;
    font-size: 0.95rem;
    color: #666;
    text-align: center;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.breadcrumbs a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs a:hover {
    color: #34495e;
    text-decoration: underline;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2rem;
}

main {
    flex: 2 1 600px;
    padding: 2rem 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

main#main-content {
    /* For skip link target */
}

.sidebar {
    flex: 1 1 300px;
    padding: 2rem 0;
}

.widget {
    margin-bottom: 2.5rem;
    background: linear-gradient(135deg, #f9f9f9 0%, #eceff1 100%);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.widget-title {
    color: #2c3e50;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #34495e;
    padding-bottom: 0.75rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.widget ul {
    list-style: none;
}

.widget_categories ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 0.75rem;
    -webkit-overflow-scrolling: touch;
}

.widget_categories ul li {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.widget_categories ul li a {
    color: #34495e;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0.6rem 1.2rem;
    background: #ecf0f1;
    border-radius: 25px;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.widget_categories ul li a:hover,
.widget_categories ul li a:focus {
    background: #2c3e50;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.widget ul li {
    margin-bottom: 1rem;
}

.widget ul li a {
    color: #34495e;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.widget ul li a:hover,
.widget ul li a:focus {
    color: #2c3e50;
    padding-left: 8px;
}

.widget_recent_entries ul li {
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px dashed #34495e;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: background 0.3s ease;
}

.widget_recent_entries ul li:last-child {
    border-bottom: none;
}

.widget_recent_entries ul li a {
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:focus {
    color: #34495e;
}

.widget_recent_entries ul li .post-date {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.widget_recent_entries ul li:hover {
    background: rgba(52, 73, 94, 0.1);
}

footer {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.footer-link {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
    animation: fadeInUpFooter 0.5s ease-out forwards;
    opacity: 0;
}

.footer-links a:nth-child(1) { animation-delay: 0.1s; }
.footer-links a:nth-child(2) { animation-delay: 0.2s; }
.footer-links a:nth-child(3) { animation-delay: 0.3s; }
.footer-links a:nth-child(4) { animation-delay: 0.4s; }
.footer-links a:nth-child(5) { animation-delay: 0.5s; }
.footer-links a:nth-child(6) { animation-delay: 0.6s; }
.footer-links a:nth-child(7) { animation-delay: 0.7s; }
.footer-links a:nth-child(8) { animation-delay: 0.8s; }
.footer-links a:nth-child(9) { animation-delay: 0.9s; }
.footer-links a:nth-child(10) { animation-delay: 1.0s; }
.footer-links a:nth-child(11) { animation-delay: 1.1s; }
.footer-links a:nth-child(12) { animation-delay: 1.2s; }
.footer-links a:nth-child(13) { animation-delay: 1.3s; }

.footer-link:hover,
.footer-link:focus {
    background: linear-gradient(45deg, #34495e, #2c3e50);
    color: #fff;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.footer-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: -1;
}

.footer-link:hover::before {
    width: 200%;
    height: 200%;
}

footer p {
    font-size: 0.95rem;
    color: #bdc3c7;
    margin-top: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@keyframes fadeInUpFooter {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.post {
    margin-bottom: 2.5rem;
    padding: 2rem;
    border-bottom: 3px solid #2c3e50;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.post:last-child {
    border-bottom: none;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.post img, .featured-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    object-fit: cover;
    loading: lazy;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.post img:hover, .featured-image:hover {
    transform: scale(1.05);
}

.single-post .featured-image {
    max-width: 100px;
    margin-bottom: 2rem;
}

.entry-content {
    font-size: 1.2rem;
    word-wrap: break-word;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.view-post {
    display: inline-block;
    margin-top: 1.5rem;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(45deg, #2c3e50, #34495e);
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.view-post:hover {
    background: linear-gradient(45deg, #34495e, #2c3e50);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.post h2 a, h1 {
    color: #2c3e50;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: color 0.3s ease;
}

.post h2 a:hover {
    color: #34495e;
    text-decoration: underline;
}

.share-button {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.share-button i {
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.share-button.whatsapp {
    background: linear-gradient(45deg, #25D366, #20b358);
}

.share-button.whatsapp:hover,
.share-button.whatsapp:focus {
    background: linear-gradient(45deg, #20b358, #25D366);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.share-button.facebook {
    background: linear-gradient(45deg, #3b5998, #344e86);
}

.share-button.facebook:hover,
.share-button.facebook:focus {
    background: linear-gradient(45deg, #344e86, #3b5998);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.share-button.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.share-button.instagram:hover,
.share-button.instagram:focus {
    background: linear-gradient(45deg, #e0842d, #d35e34, #c7233d, #b81f5c, #a8167a);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.search-form {
    margin: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.search-field {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.search-field:focus {
    border-color: #34495e;
    outline: none;
}

.search-submit {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(45deg, #2c3e50, #34495e);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.search-submit:hover {
    background: linear-gradient(45deg, #34495e, #2c3e50);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.pagination {
    margin: 2.5rem 0;
    text-align: center;
}

.pagination .nav-links a,
.pagination .nav-links span {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    margin: 0 0.3rem;
    background: linear-gradient(45deg, #2c3e50, #34495e);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pagination .nav-links a:hover {
    background: linear-gradient(45deg, #34495e, #2c3e50);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.pagination .nav-links .current {
    background: linear-gradient(45deg, #34495e, #2c3e50);
    font-weight: bold;
    transform: scale(1.05);
}

.comments-area {
    margin-top: 2.5rem;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.comments-title {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #34495e;
    padding-bottom: 0.75rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-body {
    background: #f9f9f9;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #34495e;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comment-body:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 0.75rem;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.comment-avatar {
    border-radius: 50%;
    border: 3px solid #34495e;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.comment-author-name {
    font-weight: bold;
    color: #2c3e50;
    font-size: 1.1rem;
}

.comment-date {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.comment-content {
    margin: 0.75rem 0;
    font-size: 1.1rem;
    color: #333;
}

.comment-awaiting-moderation {
    font-style: italic;
    color: #e74c3c;
}

.comment-reply {
    margin-top: 0.75rem;
}

.comment-reply a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5rem 1rem;
    background: linear-gradient(45deg, #2c3e50, #34495e);
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.comment-reply a:hover,
.comment-reply a:focus {
    background: linear-gradient(45deg, #34495e, #2c3e50);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.comment-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.comment-navigation a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5rem 1rem;
    background: #ecf0f1;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.comment-navigation a:hover {
    background: #34495e;
    color: #fff;
}

.stylish-comment-form {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    margin-top: 2.5rem;
}

.stylish-comment-form h3 {
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.stylish-comment-form p {
    margin-bottom: 1.5rem;
}

.stylish-comment-form input[type="text"],
.stylish-comment-form input[type="email"],
.stylish-comment-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.stylish-comment-form input[type="text"]:focus,
.stylish-comment-form input[type="email"]:focus,
.stylish-comment-form textarea:focus {
    border-color: #34495e;
    box-shadow: 0 0 8px rgba(52, 73, 94, 0.3);
    outline: none;
}

.stylish-comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.stylish-comment-form .submit {
    background: linear-gradient(45deg, #2c3e50, #34495e);
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.stylish-comment-form .submit:hover {
    background: linear-gradient(45deg, #34495e, #2c3e50);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.archive-header, .search-header {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f9f9f9, #eceff1);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.archive-header h1, .search-header h1 {
    font-size: 2rem;
    color: #2c3e50;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.category-description, .tag-description {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #666;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column; /* Stack site title and social links vertically */
        align-items: center; /* Center-align items */
        gap: 1rem; /* Add spacing between stacked elements */
    }

    .social-links {
        flex-wrap: wrap; /* Allow social links to wrap if needed */
        justify-content: center; /* Center-align social links */
        gap: 1rem; /* Consistent spacing */
    }

    .top-menu {
        padding: 1rem 0; /* Reduce padding slightly for smaller screens */
    }

    .top-menu-links {
        gap: 1rem; /* Reduce gap between menu items */
        justify-content: center; /* Ensure centered alignment */
    }

    .custom-links {
        padding: 0.5rem 0; /* Reduce padding */
        gap: 0.75rem; /* Reduce gap between custom links */
    }

    .container {
        flex-direction: column;
        padding: 0 1rem;
        gap: 1.5rem;
    }

    main, .sidebar {
        flex: 1 1 100%;
        padding: 1.5rem 0;
    }

    .post {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }

    .post img, .featured-image {
        max-width: 200px;
    }

    .widget {
        padding: 1.5rem;
    }

    .widget-title {
        font-size: 1.3rem;
    }

    .widget_recent_entries ul li {
        padding: 0.75rem 0;
    }

    .widget_categories ul {
        gap: 0.75rem;
    }

    .widget_categories ul li a {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .comments-area {
        padding: 1.5rem;
    }

    .comments-title {
        font-size: 1.5rem;
    }

    .comment-body {
        padding: 1rem;
    }

    .footer-links {
        gap: 1rem;
        padding: 0 1rem;
    }

    .footer-link {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 0.5rem; /* Reduce padding for very small screens */
    }

    .site-title a {
        font-size: 1.5rem; /* Slightly smaller title */
    }

    .social-links {
        gap: 0.75rem; /* Tighter spacing */
    }

    .social-links a {
        font-size: 0.9rem; /* Smaller text */
    }

    .social-links a i {
        font-size: 1.2rem; /* Smaller icons */
    }

    .top-menu-links {
        gap: 0.75rem; /* Tighter spacing */
    }

    .top-menu-links a {
        font-size: 1rem; /* Smaller menu items */
        padding: 0.6rem 1rem; /* Adjust padding */
    }

    .custom-links a {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }

    .container {
        padding: 0 0.75rem;
    }

    .post {
        margin-bottom: 1.5rem;
        padding: 1rem;
    }

    .post img, .featured-image {
        max-width: 150px;
    }

    .widget {
        padding: 1rem;
    }

    .widget-title {
        font-size: 1.1rem;
    }

    .widget_recent_entries ul li {
        padding: 0.5rem 0;
    }

    .widget_categories ul li a {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }

    .share-button {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .comments-title {
        font-size: 1.3rem;
    }

    .comment-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links {
        gap: 0.75rem;
    }

    .footer-link {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }

    footer {
        padding: 2rem 1rem;
    }
}