@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');

body, article, h1, h2, h3, h4, h5, h6, textarea, input, select, .topbar, .main-menu, .breadcrumb, .copyrights-area, form span.required, .p-title {
    font-family: 'Hind Siliguri', 'Inter', sans-serif !important;
}

body.print-body p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.05px;
    text-align: justify;
    background: white;
}

body.print-body {
    height: 100%;
    margin: 0 auto !important;
    box-sizing: border-box;
}

body.print-body img {
    text-align: center;
    max-width: 100%;
}

.time.text-center.p-date {
    color: #fff;
    padding: 5px 0;
    width: 100%;
    background-color: #106634;
}

.text-center {
    text-align: center;
}

.content-center {
    text-align: center;
    margin: 8px;
    border: 0.1px solid #106634;
}

h2.p-title {
    font-weight: 700;
    text-align: center;
    padding: 16px;
    margin: 30px 0;
	font-size: 32px !important;
}

.news-details-print {
    padding: 16px;
}

.news-details-print img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
}

.print-float {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 40px;
    right: 10%;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    img {
        width: 100% !important;
    }
}

.print-copyright p {
    text-align: center;
    margin: 16px !important;
}

/* Cleaned Button Styles */
a.btn {
    display: inline-block;
    border-radius: 5px;
    margin: 5px;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

a.btn:hover {
    opacity: 0.85;
}

a.btn.red {
    background: red;
    color: white;
}

a.btn.green {
    background: green;
    color: white;
}

a.btn img {
    max-height: 18px;
    filter: brightness(0) invert(1);
    vertical-align: middle;
    margin-right: 8px;
}