/*
Theme Name: NewsPortal One
Theme URI: https://example.com/newsportal-one
Author: Mohammad Roman
Description: Deeply optimized, ultra-fast Bengali news portal with Schema.org AI-scan compliance and seamless mobile-responsive grids.
Version: 3.0.0
Text Domain: newsportal-one
*/

/* Strip explicitly inline styles with border-color to enforce theme consistency */
html :where([style*=border-color]){
    border-style: none !important;
}


/* Comment Reply Indentation Fix */
.wp-comment-area .children {
    margin-left: 40px;
    padding-left: 20px;
    border-left: 2px solid var(--border-color);
}
@media (max-width: 768px) {
    .wp-comment-area .children { margin-left: 15px; padding-left: 10px; }
}