/*
Theme Name: Nerikkalam
Theme URI: https://nerikkalam.com/
Author: Nerikkalam
Description: Custom classic WordPress theme for Nerikkalam. Designed to work with the existing Nerikkalam shortcode/plugin system.
Version: 1.0.0
Text Domain: nerikkalam
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    color: #172333;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.nkr-theme-main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.nkr-theme-content {
    width: min(calc(100% - 20px), 1700px);
    margin: 18px auto 30px;
}

.nkr-theme-title {
    margin: 0 0 14px;
    padding: 10px 14px;
    background: #0b438f;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}

.nkr-theme-article {
    background: #fff;
}

.nkr-theme-article-content {
    font-size: 16px;
    line-height: 1.75;
}

.nkr-theme-archive-item {
    padding: 14px 0;
    border-bottom: 1px solid #e2e7ed;
}

.nkr-theme-archive-item h2 {
    margin: 0 0 8px;
    font-size: 20px;
}

.nkr-theme-archive-item a {
    color: #0b438f;
    text-decoration: none;
}

.nkr-theme-pagination {
    margin: 22px 0;
}

/* Keep existing Nerikkalam header/body/footer aligned close to screen edges. */
.nkrh26-shell {
    width: min(calc(100% - 10px), 1700px) !important;
}

@media (max-width: 900px) {
    .nkr-theme-content {
        width: calc(100% - 10px);
        margin-top: 8px;
    }

    .nkr-theme-title {
        font-size: 18px;
        padding: 8px 10px;
    }

    /* Compact Breaking News label on mobile. */
    .nkrh26-breaking-label {
        min-width: auto !important;
        padding: 0 5px !important;
        line-height: 24px !important;
        font-size: 10px !important;
        white-space: nowrap !important;
    }

    .nkrh26-breaking-inner {
        min-height: 24px !important;
        padding: 0 5px !important;
    }
}
/* =========================================================
   NERIKKALAM FINAL FULL WIDTH LOCK
========================================================= */

html,
body{
    width:100%;
    max-width:100%;
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden;
}

*,
*::before,
*::after{
    box-sizing:border-box;
}

/* Global outer width */
.nkr-theme-main,
.nkr-theme-content,
.nkr-site-wrap{
    width:calc(100% - 4px) !important;
    max-width:none !important;
    margin-left:2px !important;
    margin-right:2px !important;
}

/* Prevent children pushing outside */
.nkr-theme-main > *,
.nkr-theme-content > *,
.nkr-site-wrap > *{
    min-width:0;
    max-width:100%;
}

img{
    max-width:100%;
    height:auto;
}