/*
Theme Name: Jantpaish Responsive News
Theme URI: #
Author: Jantpaish Team
Description: A responsive, mobile-first, Tailwind-powered local news theme.
Version: 1.1
Text Domain: jantpaish
*/

/* Hide scrollbar for menus and carousels but allow scroll */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body {
    background-color: #e2e8f0; 
}

/* App container - Now responsive for desktop! */
#app-container {
    width: 100%;
    min-height: 100vh;
    background-color: #f8fafc;
    display: flex;
    flex-direction: column;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

/* Custom section header underline */
.section-title {
    position: relative;
    padding-bottom: 0.5rem;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #b91c1c; /* brand-red */
}

/* Dropdown Menu Support */
.group:hover .group-hover\:block {
    display: block;
}

/* Share Buttons Custom Colors */
.bg-whatsapp { background-color: #25D366; }
.bg-facebook { background-color: #1877F2; }
.bg-x { background-color: #000000; }

/* WP Content Formatting */
.wp-content-area p { margin-bottom: 1rem; line-height: 1.8; font-size: 16px; color: #1f2937; }
.wp-content-area img { max-width: 100%; height: auto; border-radius: 0.375rem; margin-bottom: 1rem; }
.wp-content-area h2, .wp-content-area h3 { font-weight: bold; color: #111827; margin-top: 1.5rem; margin-bottom: 0.75rem; }
