/*!
Theme Name: Papermag Child
Template: papermag
Theme URI: https://itcroctheme.com/papermag/#demo
Author: itcroc
Author URI: https://themeforest.net/user/itcroc
Description: PaperMag child theme tailored for KalmunaiNET migrated news.
Version: 1.6.22
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: papermag-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --paper-ink: #343840;
  --paper-muted: #626b76;
  --paper-line: #e8e8e8;
  --paper-soft: #f2f2f2;
  --paper-white: #ffffff;
  --paper-blue: #d10014;
  --paper-red: #d10014;
}

body.kal-paper-body {
  background: var(--paper-white);
  color: var(--paper-ink);
  font-family: Arial, "Noto Sans Tamil", "Latha", sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

.kal-paper-body a {
  color: inherit;
  text-decoration: none;
}

.kal-paper-body img {
  height: auto;
  max-width: 100%;
}

.kal-paper-body .container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.kal-paper-header {
  background: var(--paper-white);
  border-bottom: 1px solid var(--paper-line);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.kal-paper-header .papermag-head-top {
  background: var(--paper-white);
  padding: 12px 0 10px;
}

.kal-paper-header .header-two-top-left .date,
.kal-paper-header .mailus a,
.kal-paper-header .papermag-darkmode span,
.kal-paper-header .header-right a,
.kal-paper-header .papermag-search-two {
  color: var(--paper-muted);
  font-size: 16px;
  line-height: 1.45;
}

.kal-paper-header .mailus {
  margin-right: 20px;
}

.kal-paper-header .mailus a,
.kal-paper-header .header-right a,
.kal-paper-header .papermag-search-two {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.kal-paper-header .papermag-darkmode {
  align-items: center;
  border: 1px solid var(--paper-line);
  border-radius: 999px;
  display: inline-flex;
  gap: 4px;
  padding: 4px 10px;
}

.kal-paper-header .papermag-darkmode .dark-mode::before {
  background: var(--paper-blue);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 7px;
  vertical-align: -2px;
  width: 12px;
}

.kal-paper-header .papermag-darkmode .light-mode {
  display: none;
}

.kal-text-logo {
  color: var(--paper-ink);
  display: inline-block;
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.kal-text-logo:hover {
  color: var(--paper-ink);
}

.kal-paper-header .site-logo {
  line-height: 0;
}

.kal-site-logo-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 0;
}

.kal-site-logo-image {
  display: block;
  height: auto;
  max-width: 100%;
  width: 210px;
}

.papermag-dark-mode-logo {
  display: none;
}

.kal-paper-header .header-main-two {
  border-top: 0;
  padding: 0;
}

.kal-paper-header .header-main-two .row {
  min-height: 70px;
}

.kal-paper-header .primary-menu ul {
  align-items: center;
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  padding: 6px 0;
  scrollbar-width: none;
}

.kal-paper-header .primary-menu ul#primary-menu,
.kal-paper-header .primary-menu .menu {
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  scrollbar-width: none;
}

.kal-paper-header .primary-menu ul#primary-menu::-webkit-scrollbar,
.kal-paper-header .primary-menu .menu::-webkit-scrollbar {
  display: none;
}

.kal-paper-header .primary-menu,
.kal-paper-header .menu-main-menu-container {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.kal-paper-header .primary-menu ul::-webkit-scrollbar {
  display: none;
}

.kal-paper-header .primary-menu li {
  flex: 0 0 auto;
}

.kal-paper-header .primary-menu a {
  color: var(--paper-muted);
  display: block;
  font-size: 15px;
  line-height: 1.55;
  padding: 12px 0;
  white-space: nowrap;
}

.kal-paper-header .primary-menu ul#primary-menu > li > a,
.kal-paper-header .primary-menu .menu > li > a {
  align-items: center;
  display: inline-flex !important;
  font-size: 15px;
  line-height: 1.65 !important;
  min-height: 44px;
  overflow: visible !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.kal-paper-header .primary-menu a:hover,
.kal-paper-header .header-right a:hover,
.kal-paper-header .papermag-search-two:hover {
  color: var(--paper-ink);
}

.kal-paper-header .header-right {
  align-items: center;
  gap: 18px;
}

.kal-paper-header .papermag-brodacust-item {
  display: flex;
  gap: 18px;
}

@media (min-width: 1500px) {
  .kal-paper-header .header-main-two .container {
    max-width: 1500px;
  }

  .kal-paper-header .primary-menu ul {
    gap: 16px;
  }

  .kal-paper-header .primary-menu,
  .kal-paper-header .menu-main-menu-container,
  .kal-paper-header .primary-menu ul#primary-menu,
  .kal-paper-header .primary-menu .menu {
    overflow: visible !important;
  }
}

.kal-paper-main .section-border {
  border-bottom: 0;
  position: relative;
}

.kal-paper-main .section-border:not(:first-child)::before {
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.065), rgba(5, 5, 5, 0));
  content: "";
  height: 28px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.kal-paper-main .section-border:nth-of-type(even) {
  background: #fafafa;
}

.kal-paper-top-stories {
  padding: 60px 0;
}

.kal-paper-lead .post__bloc_content {
  color: var(--paper-muted);
  font-size: 16px;
  line-height: 1.62;
  margin-top: 246px;
  padding-top: 0;
}

.post-bottom-meta {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 32px;
}

.auth-avater img {
  border-radius: 50%;
}

.auth-info-date span {
  color: var(--paper-ink);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.papermag-post-date {
  color: var(--paper-muted);
  font-size: 15px;
  margin-top: 5px;
}

.kal-paper-lead .post__bloc_img a {
  background-color: var(--paper-soft);
  background-position: center;
  background-size: cover;
  display: block;
  height: 408px;
  min-height: 408px;
}

.kal-paper-lead .post__title {
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.28;
  left: 0;
  margin: 0;
  max-width: none;
  position: absolute;
  top: 8px;
  width: min(650px, 100%);
  z-index: 2;
}

.kal-paper-lead .post__title a {
  background: var(--paper-white) !important;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--paper-ink) !important;
  padding-right: 14px;
  -webkit-text-fill-color: var(--paper-ink);
}

.post__overlay_item {
  height: 238px;
  min-height: 238px;
  overflow: hidden;
  position: relative;
}

.post__overlay_item .post-overlay-img,
.post__overlay_item .post-overlay-img img {
  height: 100%;
  min-height: 0;
  width: 100%;
}

.post__overlay_item .post-overlay-img img {
  display: block;
  filter: brightness(0.72);
  object-fit: cover;
}

.post__overlay_item::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.42));
  content: "";
  inset: 0;
  position: absolute;
}

.post-overlay-content {
  color: var(--paper-white);
  inset: 0;
  padding: 24px 30px 86px;
  position: absolute;
  z-index: 1;
}

.papermag-cate-name {
  color: var(--paper-red);
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.post-overlay-content .papermag-cate-name,
.post-overlay-content .auth-info-date span,
.post-overlay-content .papermag-post-date {
  color: var(--paper-white);
}

.post-overlay-content h4 {
  color: var(--paper-white);
  display: -webkit-box;
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.34;
  margin: 0;
  overflow: hidden;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-overlay-content .post-bottom-meta {
  bottom: 22px;
  left: 30px;
  margin-top: 0;
  position: absolute;
  right: 30px;
}

.kal-paper-quote {
  background: #f1f2f4 !important;
  margin-top: 24px;
  min-height: 246px;
  overflow: hidden;
  padding: 32px 36px;
  position: relative;
}

.kal-paper-quote h4 {
  color: var(--paper-ink) !important;
  display: -webkit-box;
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.42;
  margin: 0;
  max-width: 72%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-text-fill-color: var(--paper-ink);
}

.kal-paper-quote span {
  color: var(--paper-muted) !important;
  display: inline-block;
  margin-top: 22px;
  -webkit-text-fill-color: var(--paper-muted);
}

.kal-paper-quote .quote-auth-img img {
  bottom: 0;
  height: 150px;
  object-fit: cover;
  position: absolute;
  right: 28px;
  width: 140px;
}

.kal-paper-recent-section {
  padding: 60px 0 74px;
}

.post-section-title {
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 24px;
}

.papermag-tabs {
  gap: 18px;
  margin-bottom: 32px;
}

.papermag-tabs .nav-link {
  background: transparent;
  border: 0;
  color: var(--paper-muted);
  font-size: 16px;
  padding: 0;
}

.papermag-tabs .nav-link.active,
.papermag-tabs .nav-link:hover {
  background: transparent;
  color: var(--paper-ink);
}

.post-overlay-tab-itm {
  background: var(--paper-soft);
  min-height: 520px;
  position: relative;
}

.post-overlay-tab-itm .papermag-post_image {
  background-position: center;
  background-size: cover;
  min-height: 520px;
}

.papermag-img-link {
  display: block;
  inset: 0;
  position: absolute;
}

.post-tab-info-content {
  background: rgba(255, 255, 255, 0.94);
  bottom: 0;
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
}

.kal-recent-feature .post-overlay-tab-itm::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.74));
  bottom: 0;
  content: "";
  height: 58%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.kal-recent-feature .post-tab-info-content {
  background: transparent;
  color: var(--paper-white);
  left: 24px;
  padding: 0 34px 34px;
  right: 24px;
  text-align: center;
  z-index: 2;
}

.kal-recent-feature .post-tab-info-content .papermag-cate-name,
.kal-recent-feature .post-tab-info-content h3 a {
  color: var(--paper-white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.52);
}

.post-tab-info-content h3 {
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 32px;
  line-height: 1.28;
  margin: 0 0 20px;
}

.post-colum-item {
  margin-bottom: 30px;
}

.kal-paper-recent-section .post-colum-item {
  background: var(--paper-white);
  box-shadow: 0 14px 36px rgba(20, 25, 34, 0.075);
  margin-bottom: 30px;
  min-height: 0;
  overflow: hidden;
}

.post-grid-thumb a {
  background: var(--paper-soft);
  display: block;
  overflow: hidden;
}

.post-grid-thumb img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.kal-paper-recent-section .post-grid-thumb img {
  aspect-ratio: 3 / 2;
}

.post-colum-item:hover .post-grid-thumb img {
  transform: scale(1.03);
}

.post-content-col-grid h4 {
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 20px;
  line-height: 1.35;
  margin: 12px 0 8px;
}

.kal-paper-recent-section .post-content-col-grid {
  padding: 14px 16px 16px;
}

.kal-paper-recent-section .post-content-col-grid h4 {
  display: -webkit-box;
  font-size: 18px;
  line-height: 1.36;
  margin: 0 0 12px;
  min-height: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kal-paper-recent-section .common-style-meta {
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 10px;
}

.common-style-meta {
  align-items: center;
  color: var(--paper-muted);
  gap: 12px;
}

.common-style-meta .papermag-cate-name {
  margin: 0;
}

.kal-section-heading-row {
  align-items: flex-start;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.kal-section-heading-row .post-section-title {
  margin-bottom: 0;
}

.kal-paper-wide-section {
  padding: 72px 0;
}

.kal-paper-wide-row {
  align-items: flex-start !important;
}

.kal-paper-feature-list {
  display: grid;
  gap: 46px;
}

.kal-paper-list-story {
  align-items: flex-start;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 180px;
}

.kal-list-story-body h3,
.kal-paper-visual-feature h2,
.kal-topic-main h3,
.kal-topic-small h4,
.kal-video-feature h2,
.kal-video-side h4,
.kal-famous-item h3,
.kal-grid-story h3 {
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  letter-spacing: 0;
}

.kal-list-story-body h3 {
  font-size: 23px;
  line-height: 1.34;
  margin: 8px 0 22px;
}

.kal-list-story-body p,
.kal-topic-main p,
.kal-video-feature p,
.kal-grid-story p {
  color: var(--paper-muted);
  margin: 0 0 20px;
}

.kal-list-thumb {
  background-color: var(--paper-soft);
  background-position: center;
  background-size: cover;
  display: block;
  height: 118px;
  margin-top: 22px;
}

.kal-paper-visual-feature {
  min-height: 560px;
  position: relative;
}

.kal-paper-visual-image {
  background-color: var(--paper-soft);
  background-position: center;
  background-size: cover;
  display: block;
  inset: 0;
  position: absolute;
}

.kal-paper-visual-feature h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  max-width: 82%;
  position: relative;
  top: 42px;
  z-index: 2;
}

.kal-paper-visual-feature h2 a {
  background: var(--paper-white);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--paper-ink);
  padding-right: 12px;
}

.kal-paper-mini-strip {
  padding: 38px 0;
}

.kal-strip-track {
  display: grid;
  column-gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 24px;
}

.kal-strip-item {
  align-items: flex-start;
  display: grid;
  gap: 16px;
  grid-template-columns: 96px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
}

.kal-strip-thumb,
.kal-topic-small-image,
.kal-video-side-image,
.kal-grid-image,
.kal-topic-main-image {
  background-color: var(--paper-soft);
  background-position: center;
  background-size: cover;
  display: block;
}

.kal-strip-thumb {
  height: 88px;
  width: 96px;
}

.kal-strip-item h4 {
  display: -webkit-box;
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 17px;
  line-height: 1.42;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kal-paper-topic-section {
  padding: 70px 0 52px;
}

.kal-topic-column {
  height: 100%;
}

.kal-topic-main {
  margin-bottom: 28px;
}

.kal-topic-main-image {
  height: 254px;
  margin-bottom: 26px;
}

.kal-topic-main .common-style-meta {
  margin-bottom: 12px;
}

.kal-topic-main h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 14px;
}

.kal-topic-small {
  align-items: center;
  border-top: 1px solid var(--paper-line);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 82px;
  padding: 20px 0;
}

.kal-topic-small h4 {
  font-size: 17px;
  line-height: 1.35;
  margin: 0;
}

.kal-topic-small-image {
  height: 68px;
}

.kal-paper-video-section {
  padding: 70px 0;
}

.kal-video-feature {
  background: var(--paper-soft);
  min-height: 485px;
  overflow: hidden;
  padding: 78px 50px;
  position: relative;
}

.kal-video-play {
  align-items: center;
  background: var(--paper-white);
  border-radius: 50%;
  display: inline-flex;
  height: 80px;
  justify-content: center;
  margin-bottom: 52px;
  width: 80px;
  z-index: 2;
}

.kal-video-copy {
  max-width: 52%;
  position: relative;
  z-index: 2;
}

.kal-video-feature h2 {
  font-size: 29px;
  line-height: 1.28;
  margin: 0 0 20px;
}

.kal-video-image {
  background-position: center;
  background-size: cover;
  bottom: 0;
  display: block;
  opacity: 0.92;
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
}

.kal-video-side {
  min-height: 190px;
  overflow: hidden;
  position: relative;
}

.kal-video-side::after {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  inset: 0;
  position: absolute;
}

.kal-video-side-image {
  height: 190px;
}

.kal-video-side-content {
  bottom: 22px;
  color: var(--paper-white);
  left: 28px;
  position: absolute;
  right: 24px;
  z-index: 2;
}

.kal-video-small-play {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 12px;
  width: 52px;
}

.kal-video-side .papermag-cate-name {
  color: var(--paper-white);
}

.kal-video-side h4 {
  font-size: 18px;
  line-height: 1.32;
  margin: 0;
}

.kal-paper-adbox {
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
    repeating-linear-gradient(135deg, #222, #222 8px, #2e2e2e 8px, #2e2e2e 16px);
  color: var(--paper-white);
  display: flex;
  flex-direction: column;
  height: 190px;
  justify-content: center;
  margin-top: 24px;
  padding: 34px;
}

.kal-paper-adbox strong {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 70px;
}

.kal-paper-adbox span,
.kal-paper-adbox small {
  color: rgba(255, 255, 255, 0.72);
}

.kal-paper-famous-section {
  padding: 64px 0 42px;
}

.kal-famous-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 44px;
  min-height: 190px;
  overflow: hidden;
}

.kal-famous-item h3 {
  display: -webkit-box;
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 24px;
  min-height: 88px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kal-famous-item .post-bottom-meta {
  margin-top: auto;
}

.kal-paper-grid-section {
  padding: 66px 0 74px;
}

.kal-paper-body.single-post .papermag-single-content,
.kal-paper-body.single-post .papermag-single-post-section {
  background: var(--paper-white);
  color: var(--paper-ink);
}

.kal-paper-body.single-post .papermag-single-content .entry-header .entry-title,
.kal-paper-body.single-post .papermag-single-content .entry-header .entry-title a,
.kal-paper-body.single-post.papermag-dark-mode .papermag-single-content .entry-header .entry-title,
.kal-paper-body.single-post.papermag-dark-mode .papermag-single-content .entry-header .entry-title a {
  color: var(--paper-ink) !important;
  text-shadow: none;
}

.kal-paper-body.single-post .papermag-single-content .entry-content,
.kal-paper-body.single-post .papermag-single-content .entry-content p,
.kal-paper-body.single-post.papermag-dark-mode .papermag-single-content .entry-content,
.kal-paper-body.single-post.papermag-dark-mode .papermag-single-content .entry-content p {
  color: var(--paper-ink) !important;
}

.kal-paper-body .widget-area,
.kal-paper-body.papermag-dark-mode .widget-area {
  color: var(--paper-ink) !important;
}

.kal-paper-body .widget-area .widget,
.kal-paper-body.papermag-dark-mode .widget-area .widget {
  background: var(--paper-white);
  color: var(--paper-ink) !important;
}

.kal-paper-body .widget-area .widget-title,
.kal-paper-body .widget-area .wp-block-heading,
.kal-paper-body .widget-area .wp-block-search__label,
.kal-paper-body.papermag-dark-mode .widget-area .widget-title,
.kal-paper-body.papermag-dark-mode .widget-area .wp-block-heading,
.kal-paper-body.papermag-dark-mode .widget-area .wp-block-search__label {
  border-bottom: 1px solid var(--paper-line);
  color: var(--paper-ink) !important;
  display: block;
  font-family: Arial, "Noto Sans Tamil", "Latha", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 24px;
  padding-bottom: 16px;
  -webkit-text-fill-color: var(--paper-ink);
}

.kal-paper-body .widget-area .widget a,
.kal-paper-body .widget-area .widget li,
.kal-paper-body .widget-area .widget p,
.kal-paper-body .widget-area .widget .no-comments,
.kal-paper-body.papermag-dark-mode .widget-area .widget a,
.kal-paper-body.papermag-dark-mode .widget-area .widget li,
.kal-paper-body.papermag-dark-mode .widget-area .widget p,
.kal-paper-body.papermag-dark-mode .widget-area .widget .no-comments {
  color: var(--paper-ink) !important;
  -webkit-text-fill-color: var(--paper-ink);
}

.kal-paper-body .widget-area .wp-block-latest-posts,
.kal-paper-body .widget-area .wp-block-archives,
.kal-paper-body .widget-area .wp-block-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kal-paper-body .widget-area .wp-block-latest-posts li,
.kal-paper-body .widget-area .wp-block-archives li,
.kal-paper-body .widget-area .wp-block-categories li {
  margin: 0;
}

.kal-paper-body .widget-area .wp-block-latest-posts li:not(:last-child),
.kal-paper-body .widget-area .wp-block-archives li:not(:last-child),
.kal-paper-body .widget-area .wp-block-categories li:not(:last-child) {
  margin-bottom: 10px;
}

.kal-paper-body .widget-area .wp-block-latest-posts__post-title,
.kal-paper-body .widget-area .wp-block-archives a,
.kal-paper-body .widget-area .wp-block-categories a,
.kal-paper-body.papermag-dark-mode .widget-area .wp-block-latest-posts__post-title,
.kal-paper-body.papermag-dark-mode .widget-area .wp-block-archives a,
.kal-paper-body.papermag-dark-mode .widget-area .wp-block-categories a {
  background: var(--paper-white);
  border: 1px solid var(--paper-line);
  color: var(--paper-ink) !important;
  display: block;
  font-weight: 700;
  line-height: 1.45;
  padding: 14px 16px;
  -webkit-text-fill-color: var(--paper-ink);
}

.kal-paper-body .widget-area .wp-block-latest-posts__post-title:hover,
.kal-paper-body .widget-area .wp-block-archives a:hover,
.kal-paper-body .widget-area .wp-block-categories a:hover {
  border-color: rgba(11, 102, 255, 0.32);
  color: var(--paper-blue) !important;
  -webkit-text-fill-color: var(--paper-blue);
}

.kal-paper-body .widget-area .wp-block-search__inside-wrapper {
  display: flex;
  gap: 12px;
}

.kal-paper-body .widget-area .wp-block-search__input,
.kal-paper-body.papermag-dark-mode .widget-area .wp-block-search__input {
  background: var(--paper-white);
  border: 1px solid var(--paper-line);
  color: var(--paper-ink) !important;
  min-height: 48px;
  padding: 9px 12px;
}

.kal-paper-body .widget-area .wp-block-search__button,
.kal-paper-body.papermag-dark-mode .widget-area .wp-block-search__button {
  background: var(--paper-blue);
  border: 0;
  color: var(--paper-white) !important;
  min-height: 48px;
  padding: 9px 18px;
  -webkit-text-fill-color: var(--paper-white);
}

.kal-grid-image {
  height: 222px;
  margin-bottom: 24px;
}

.kal-grid-story .common-style-meta {
  margin-bottom: 12px;
}

.kal-grid-story h3 {
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 14px;
}

.kal-paper-footer {
  background: var(--paper-white);
  border-top: 1px solid var(--paper-line);
}

.kal-paper-footer .footer-top {
  padding: 0;
}

.kal-paper-footer .footer-wid-item {
  border-right: 1px solid var(--paper-line);
  padding: 50px 30px;
}

.kal-paper-footer .footer-wid-item:last-child {
  border-right: 0;
}

.kal-paper-footer h5 {
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 22px;
  margin: 0 0 18px;
}

.kal-paper-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kal-paper-footer li {
  margin-bottom: 10px;
}

.kal-paper-footer a,
.kal-paper-footer p,
.con-item-list {
  color: var(--paper-muted);
}

.item-count {
  margin-left: 4px;
}

.con-item-list {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.con-item-list p {
  margin: 0;
}

.recent-posts-widget .papermag__post-content {
  gap: 14px;
  margin-bottom: 18px;
}

.recent-posts-widget .post-thumb a {
  background-color: var(--paper-soft);
  background-position: center;
  background-size: cover;
  display: block;
  height: 72px;
  width: 86px;
}

.recent-posts-widget .papermag__post-title {
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 16px;
  line-height: 1.32;
  margin: 4px 0 0;
}

.footer-bottom {
  border-top: 1px solid var(--paper-line);
  padding: 28px 0;
}

.footer-btm-left h1 {
  font-family: Georgia, "Times New Roman", "Noto Serif Tamil", serif;
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 4px;
}

.footer-btm-left p,
.copyright p {
  color: var(--paper-muted);
  margin: 0;
}

.kal-footer-logo-link {
  display: inline-block;
  line-height: 0;
  margin-bottom: 10px;
}

.kal-footer-logo-image {
  display: block;
  height: auto;
  width: 220px;
}

.footer-nav ul {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}

.kal-paper-body .kal-paper-footer,
.kal-paper-body .kal-paper-footer .footer-top,
.kal-paper-body .kal-paper-footer .footer-bottom,
.kal-paper-body.papermag-dark-mode .kal-paper-footer,
.kal-paper-body.papermag-dark-mode .kal-paper-footer .footer-top,
.kal-paper-body.papermag-dark-mode .kal-paper-footer .footer-bottom {
  background: var(--paper-white) !important;
  color: var(--paper-ink) !important;
}

.kal-paper-body .kal-paper-footer .footer-bottom,
.kal-paper-body.papermag-dark-mode .kal-paper-footer .footer-bottom {
  border-top: 1px solid var(--paper-line) !important;
}

.kal-paper-body .kal-paper-footer .footer-btm-left h1,
.kal-paper-body .kal-paper-footer .footer-btm-left h1 a,
.kal-paper-body .kal-paper-footer .footer-btm-left p,
.kal-paper-body .kal-paper-footer .footer-nav a,
.kal-paper-body .kal-paper-footer .copyright p,
.kal-paper-body.papermag-dark-mode .kal-paper-footer .footer-btm-left h1,
.kal-paper-body.papermag-dark-mode .kal-paper-footer .footer-btm-left h1 a,
.kal-paper-body.papermag-dark-mode .kal-paper-footer .footer-btm-left p,
.kal-paper-body.papermag-dark-mode .kal-paper-footer .footer-nav a,
.kal-paper-body.papermag-dark-mode .kal-paper-footer .copyright p {
  color: var(--paper-ink) !important;
  -webkit-text-fill-color: var(--paper-ink);
}

.kal-paper-body .kal-paper-footer .footer-btm-left p,
.kal-paper-body .kal-paper-footer .copyright p,
.kal-paper-body.papermag-dark-mode .kal-paper-footer .footer-btm-left p,
.kal-paper-body.papermag-dark-mode .kal-paper-footer .copyright p {
  color: var(--paper-muted) !important;
  -webkit-text-fill-color: var(--paper-muted);
}

.kal-paper-body .pagination > li > a,
.kal-paper-body .pagination > li > span,
.kal-paper-body .page-link,
.kal-paper-body .pt-cv-pagination li a,
.kal-paper-body .papermag-post-pagination ul li a,
.kal-paper-body .papermag-post-pagination ul li span {
  background: var(--paper-white) !important;
  background-image: none !important;
  border-color: var(--paper-line) !important;
  color: var(--paper-red) !important;
  -webkit-text-fill-color: var(--paper-red);
}

.kal-paper-body .pt-cv-pagination.pagination,
.kal-paper-body .pagination {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none !important;
  margin: 26px 0 !important;
  padding-left: 0 !important;
}

.kal-paper-body .pt-cv-pagination.pagination > li,
.kal-paper-body .pagination > li {
  display: block !important;
  list-style: none !important;
  margin: 0 !important;
}

.kal-paper-body .pt-cv-pagination.pagination > li > a,
.kal-paper-body .pagination > li > a,
.kal-paper-body .pagination > li > span,
.kal-paper-body .page-link {
  align-items: center;
  border: 1px solid var(--paper-line) !important;
  display: inline-flex !important;
  font-size: 18px;
  height: 50px;
  justify-content: center;
  line-height: 1 !important;
  min-width: 50px;
  padding: 0 15px !important;
}

.kal-paper-body .pagination > .active > a,
.kal-paper-body .pagination > .active > a:focus,
.kal-paper-body .pagination > .active > a:hover,
.kal-paper-body .pagination > .active > span,
.kal-paper-body .pagination > .active > span:focus,
.kal-paper-body .pagination > .active > span:hover,
.kal-paper-body .page-item.active .page-link,
.kal-paper-body .pt-cv-pagination li.active a,
.kal-paper-body .pt-cv-pagination li a:hover,
.kal-paper-body .papermag-post-pagination ul li span.current,
.kal-paper-body .papermag-post-pagination ul li a:hover {
  background: var(--paper-red) !important;
  background-image: none !important;
  border-color: var(--paper-red) !important;
  color: var(--paper-white) !important;
  -webkit-text-fill-color: var(--paper-white);
}

.kal-paper-body,
.kal-paper-body p,
.kal-paper-body li,
.kal-paper-body a,
.kal-paper-body h1,
.kal-paper-body h2,
.kal-paper-body h3,
.kal-paper-body h4,
.kal-paper-body h5,
.kal-paper-body h6,
.kal-paper-body .entry-title,
.kal-paper-body .entry-title a,
.kal-paper-body .entry-content,
.kal-paper-body .entry-content p,
.kal-paper-body .exo-main-post-title,
.kal-paper-body .exo-main-post-title a,
.kal-paper-body .post__title,
.kal-paper-body .post__title a,
.kal-paper-body .papermag-post-title,
.kal-paper-body .papermag-post-title a,
.kal-paper-body .papermag__post-title,
.kal-paper-body .papermag__post-title a,
.kal-paper-body .wp-block-latest-posts__post-title,
.kal-paper-body .post-content-col-grid h4,
.kal-paper-body .post-content-col-grid h4 a,
.kal-paper-body .kal-list-story-body h3,
.kal-paper-body .kal-list-story-body h3 a,
.kal-paper-body .kal-topic-main h3,
.kal-paper-body .kal-topic-main h3 a,
.kal-paper-body .kal-topic-small h4,
.kal-paper-body .kal-topic-small h4 a,
.kal-paper-body .kal-famous-item h3,
.kal-paper-body .kal-famous-item h3 a,
.kal-paper-body .kal-grid-story h3,
.kal-paper-body .kal-grid-story h3 a,
.kal-paper-body .post_nav_inner a,
.kal-paper-body .post_nav_inner h4,
.kal-paper-body .post_nav_inner h4 a,
.kal-paper-body.papermag-dark-mode,
.kal-paper-body.papermag-dark-mode p,
.kal-paper-body.papermag-dark-mode li,
.kal-paper-body.papermag-dark-mode a,
.kal-paper-body.papermag-dark-mode h1,
.kal-paper-body.papermag-dark-mode h2,
.kal-paper-body.papermag-dark-mode h3,
.kal-paper-body.papermag-dark-mode h4,
.kal-paper-body.papermag-dark-mode h5,
.kal-paper-body.papermag-dark-mode h6,
.kal-paper-body.papermag-dark-mode .entry-title,
.kal-paper-body.papermag-dark-mode .entry-title a,
.kal-paper-body.papermag-dark-mode .entry-content,
.kal-paper-body.papermag-dark-mode .entry-content p,
.kal-paper-body.papermag-dark-mode .exo-main-post-title,
.kal-paper-body.papermag-dark-mode .exo-main-post-title a,
.kal-paper-body.papermag-dark-mode .post_nav_inner a,
.kal-paper-body.papermag-dark-mode .post_nav_inner h4,
.kal-paper-body.papermag-dark-mode .post_nav_inner h4 a {
  color: var(--paper-ink) !important;
  -webkit-text-fill-color: var(--paper-ink);
}

.kal-paper-body .post__bloc_content,
.kal-paper-body .kal-list-story-body p,
.kal-paper-body .kal-topic-main p,
.kal-paper-body .kal-video-feature p,
.kal-paper-body .kal-grid-story p,
.kal-paper-body .common-style-meta,
.kal-paper-body .papermag-post-date,
.kal-paper-body .auth-info-date .papermag-post-date,
.kal-paper-body .footer-btm-left p,
.kal-paper-body .copyright p {
  color: var(--paper-muted) !important;
  -webkit-text-fill-color: var(--paper-muted);
}

.kal-paper-body .post-overlay-content,
.kal-paper-body .post-overlay-content *,
.kal-paper-body .kal-recent-feature .post-tab-info-content,
.kal-paper-body .kal-recent-feature .post-tab-info-content *,
.kal-paper-body .kal-video-side-content,
.kal-paper-body .kal-video-side-content *,
.kal-paper-body .kal-paper-adbox,
.kal-paper-body .kal-paper-adbox *,
.kal-paper-body .wp-block-search__button,
.kal-paper-body .wp-block-search__button *,
.kal-paper-body.papermag-dark-mode .post-overlay-content,
.kal-paper-body.papermag-dark-mode .post-overlay-content *,
.kal-paper-body.papermag-dark-mode .kal-recent-feature .post-tab-info-content,
.kal-paper-body.papermag-dark-mode .kal-recent-feature .post-tab-info-content *,
.kal-paper-body.papermag-dark-mode .kal-video-side-content,
.kal-paper-body.papermag-dark-mode .kal-video-side-content *,
.kal-paper-body.papermag-dark-mode .kal-paper-adbox,
.kal-paper-body.papermag-dark-mode .kal-paper-adbox *,
.kal-paper-body.papermag-dark-mode .wp-block-search__button,
.kal-paper-body.papermag-dark-mode .wp-block-search__button * {
  color: var(--paper-white) !important;
  -webkit-text-fill-color: var(--paper-white);
}

/* Keep the main navigation faithful to PaperMag's light newspaper header. */
html body.kal-paper-body .kal-paper-site-content header.kal-paper-header,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content header.kal-paper-header {
  background: var(--paper-white) !important;
  height: auto !important;
}

html body.kal-paper-body .kal-paper-site-content .kal-paper-header .papermag-head-top,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header .papermag-head-top {
  background: var(--paper-white) !important;
}

html body.kal-paper-body .kal-paper-site-content .kal-paper-header .header-two-top-left .date,
html body.kal-paper-body .kal-paper-site-content .kal-paper-header .mailus a,
html body.kal-paper-body .kal-paper-site-content .kal-paper-header .papermag-darkmode span,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header .header-two-top-left .date,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header .mailus a,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header .papermag-darkmode span {
  color: var(--paper-muted) !important;
  -webkit-text-fill-color: var(--paper-muted) !important;
}

.kal-paper-body .kal-paper-header .header-main-two,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-main-two {
  background: var(--paper-white) !important;
  background-image: none !important;
  border-bottom: 1px solid var(--paper-line) !important;
  border-top: 1px solid var(--paper-line) !important;
  color: var(--paper-muted) !important;
}

.kal-paper-body .kal-paper-header .header-main-two .container,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-main-two .container {
  max-width: 1200px !important;
}

.kal-paper-body .kal-paper-header .header-main-two .row,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-main-two .row {
  min-height: 78px;
}

.kal-paper-body .kal-paper-header .primary-menu ul,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul {
  gap: 40px;
  justify-content: flex-start !important;
  margin: 0 !important;
}

.kal-paper-body .kal-paper-header .primary-menu ul > li,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li {
  margin: 0 !important;
}

.kal-paper-body .kal-paper-header .primary-menu ul > li > a,
.kal-paper-body .kal-paper-header .header-right a,
.kal-paper-body .kal-paper-header .header-right a span,
.kal-paper-body .kal-paper-header .header-right a i,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li > a,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-right a,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-right a span,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-right a i {
  color: var(--paper-muted) !important;
  -webkit-text-fill-color: var(--paper-muted) !important;
}

html body.kal-paper-body .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a {
  color: var(--paper-muted) !important;
  -webkit-text-fill-color: var(--paper-muted) !important;
}

.kal-paper-body .kal-paper-header .primary-menu ul > li > a,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li > a {
  line-height: 1.5 !important;
  min-height: 48px;
  padding: 13px 0 !important;
}

.kal-paper-body .kal-paper-header .header-right,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-right {
  justify-content: flex-end !important;
  width: 100%;
}

.kal-paper-body .kal-paper-header .papermag-brodacust-item,
.kal-paper-body.papermag-dark-mode .kal-paper-header .papermag-brodacust-item {
  gap: 26px;
  padding-left: 0 !important;
}

.kal-paper-body .kal-paper-header .papermag-brodacust-item a:not(:first-child),
.kal-paper-body.papermag-dark-mode .kal-paper-header .papermag-brodacust-item a:not(:first-child) {
  padding-left: 0 !important;
}

.kal-paper-body .kal-paper-header .primary-menu ul > li > a:hover,
.kal-paper-body .kal-paper-header .primary-menu ul > li > a:focus-visible,
.kal-paper-body .kal-paper-header .header-right a:hover,
.kal-paper-body .kal-paper-header .header-right a:focus-visible,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li > a:hover,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li > a:focus-visible,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-right a:hover,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-right a:focus-visible {
  color: var(--paper-ink) !important;
  -webkit-text-fill-color: var(--paper-ink) !important;
}

@media (min-width: 992px) {
  .kal-paper-header .primary-menu,
  .kal-paper-header .menu-main-menu-container,
  .kal-paper-header .primary-menu ul#primary-menu,
  .kal-paper-header .primary-menu .menu {
    overflow: visible !important;
  }
}

@media (max-width: 1180px) {
  .kal-paper-header .header-main-two .row {
    gap: 18px;
  }

  .kal-paper-header .header-right {
    justify-content: flex-end !important;
  }

  .kal-paper-lead .post__bloc_content {
    margin-top: 0;
  }

  .kal-paper-lead .post__title {
    font-size: 42px;
    margin-top: 24px;
    position: static;
    width: auto;
  }

  .kal-section-heading-row {
    display: block;
  }

  .kal-section-heading-row .post-section-title {
    margin-bottom: 22px;
  }

  .kal-paper-list-story {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .kal-paper-visual-feature {
    margin-top: 40px;
  }

  .kal-strip-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kal-topic-column,
  .kal-grid-story {
    margin-bottom: 40px;
  }

  .kal-video-side {
    margin-top: 30px;
  }
}

@media (max-width: 760px) {
  .kal-paper-body .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .kal-paper-header {
    position: relative;
  }

  .kal-paper-header .papermag-head-top {
    padding: 16px 0;
  }

  .kal-text-logo {
    font-size: 42px;
    margin: 18px 0;
    text-align: left;
  }

  .kal-site-logo-link {
    margin: 14px 0;
  }

  .kal-site-logo-image {
    width: 180px;
  }

  .kal-footer-logo-image {
    width: 190px;
  }

  .kal-paper-header .text-center {
    text-align: left !important;
  }

  .kal-paper-header .justify-content-end {
    justify-content: flex-start !important;
  }

  .kal-paper-header .header-main-two .row {
    min-height: 0;
    padding: 18px 0;
  }

  .kal-paper-header .primary-menu ul,
  .kal-paper-header .papermag-brodacust-item {
    gap: 24px;
  }

  .kal-paper-header .header-right {
    flex-wrap: wrap;
    gap: 20px;
  }

  .kal-paper-top-stories,
  .kal-paper-recent-section,
  .kal-paper-wide-section,
  .kal-paper-topic-section,
  .kal-paper-video-section,
  .kal-paper-famous-section,
  .kal-paper-grid-section {
    padding: 42px 0;
  }

  .kal-paper-lead .post__bloc_img a,
  .post-overlay-tab-itm,
  .post-overlay-tab-itm .papermag-post_image {
    min-height: 320px;
  }

  .kal-paper-lead .post__title {
    font-size: 34px;
  }

  .post-tab-info-content h3 {
    font-size: 25px;
  }

  .kal-paper-feature-list {
    gap: 28px;
  }

  .kal-paper-list-story {
    grid-template-columns: 1fr;
  }

  .kal-list-thumb {
    height: 190px;
    margin-top: 0;
    order: -1;
  }

  .kal-paper-visual-feature {
    min-height: 360px;
  }

  .kal-paper-visual-feature h2 {
    font-size: 25px;
    max-width: 94%;
    top: 24px;
  }

  .kal-strip-track {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .kal-topic-main-image,
  .kal-grid-image {
    height: 220px;
  }

  .kal-video-feature {
    min-height: 0;
    padding: 34px 28px 260px;
  }

  .kal-video-play {
    height: 62px;
    margin-bottom: 28px;
    width: 62px;
  }

  .kal-video-copy {
    max-width: none;
  }

  .kal-video-feature h2 {
    font-size: 24px;
  }

  .kal-video-image {
    height: 240px;
    left: 0;
    top: auto;
    width: 100%;
  }

  .kal-famous-item {
    margin-bottom: 34px;
  }

  .post__overlay_item {
    margin-top: 30px;
  }

  .kal-paper-quote h4 {
    max-width: none;
  }

  .kal-paper-quote .quote-auth-img {
    display: none;
  }

  .kal-paper-footer .footer-wid-item {
    border-right: 0;
    padding: 28px 16px;
  }

  .footer-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .kal-paper-footer .text-right {
    text-align: left !important;
  }
}

/* KalmunaiNET newsroom masthead. */
html body.kal-paper-body .kal-paper-site-content header.kal-paper-header,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content header.kal-paper-header {
  background: #fff !important;
  border-bottom: 0 !important;
  border-top: 6px solid var(--paper-red) !important;
  box-shadow: none;
  padding-bottom: 0 !important;
  position: relative;
}

html body.kal-paper-body .kal-paper-site-content .kal-paper-header .papermag-head-top,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header .papermag-head-top {
  background-color: #fff !important;
  background-image: url("assets/images/kalmunainet-masthead-v2.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 !important;
}

.kal-paper-header .papermag-head-top .container,
.kal-paper-header .header-main-two .container,
.kal-paper-body.papermag-dark-mode .kal-paper-header .papermag-head-top .container,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-main-two .container {
  max-width: 1780px !important;
  padding-left: 56px;
  padding-right: 56px;
}

.kal-paper-header .papermag-head-top .row {
  align-items: center !important;
  min-height: 282px;
}

.kal-header-date,
.kal-paper-header .mailus a {
  align-items: center;
  color: #262c33 !important;
  display: inline-flex;
  font-size: 18px !important;
  font-weight: 500;
  gap: 14px;
  line-height: 1.4;
  -webkit-text-fill-color: #262c33 !important;
}

.kal-header-round-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(209, 0, 20, 0.08);
  border-radius: 50%;
  box-shadow: 0 9px 25px rgba(35, 39, 45, 0.1);
  color: var(--paper-red) !important;
  display: inline-flex;
  flex: 0 0 58px;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  -webkit-text-fill-color: var(--paper-red) !important;
  width: 58px;
}

.kal-paper-header .mailus {
  border-left: 1px solid rgba(52, 56, 64, 0.12);
  margin: 0;
  padding-left: 22px;
}

.kal-paper-header .mailus a {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  padding: 9px 20px 9px 8px;
  transition: color 180ms ease, transform 180ms ease;
}

.kal-paper-header .mailus a:hover,
.kal-paper-header .mailus a:focus-visible {
  color: var(--paper-red) !important;
  transform: translateY(-1px);
  -webkit-text-fill-color: var(--paper-red) !important;
}

.kal-paper-header .mailus .kal-header-round-icon {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  flex-basis: 34px;
  font-size: 28px;
  height: 34px;
  width: 34px;
}

.kal-paper-header .site-logo,
.kal-paper-header .papermag-dark-mode-logo {
  margin: 0 !important;
}

.kal-paper-header .kal-site-logo-link {
  margin: 0;
}

.kal-paper-header .kal-site-logo-image {
  width: 360px;
}

.kal-paper-body .kal-paper-header .header-main-two,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-main-two {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid #eceff1 !important;
  border-top: 1px solid #e7eaec !important;
  box-shadow: 0 7px 18px rgba(31, 36, 41, 0.1);
}

.kal-paper-body .kal-paper-header .header-main-two .row,
.kal-paper-body.papermag-dark-mode .kal-paper-header .header-main-two .row {
  min-height: 102px;
}

.kal-paper-body .kal-paper-header .primary-menu ul,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul {
  gap: 0;
  overflow: visible !important;
  padding: 0 !important;
}

.kal-paper-body .kal-paper-header .primary-menu ul > li,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li {
  align-items: center;
  display: flex;
  min-height: 102px;
  padding: 0 32px;
  position: relative;
}

.kal-paper-body .kal-paper-header .primary-menu ul > li:first-child,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li:first-child {
  padding-left: 16px;
}

.kal-paper-body .kal-paper-header .primary-menu ul > li + li::before,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li + li::before {
  background: #e7e9eb;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 37px;
  width: 1px;
}

html body.kal-paper-body .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a {
  color: #242a31 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5 !important;
  min-height: 0;
  overflow: visible !important;
  padding: 36px 0 35px !important;
  transition: color 180ms ease;
  -webkit-text-fill-color: #242a31 !important;
}

.kal-paper-body .kal-paper-header .primary-menu ul > li.current-menu-item::after,
.kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li.current-menu-item::after {
  background: var(--paper-red);
  bottom: -1px;
  content: "";
  height: 4px;
  left: 16px;
  position: absolute;
  right: 16px;
}

html body.kal-paper-body .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item.current-menu-item > a,
html body.kal-paper-body .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a:hover,
html body.kal-paper-body .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a:focus-visible,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item.current-menu-item > a,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a:hover,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a:focus-visible {
  color: var(--paper-red) !important;
  -webkit-text-fill-color: var(--paper-red) !important;
}

.kal-paper-header .header-right {
  gap: 0;
}

.kal-paper-header .papermag-search-two,
.kal-paper-body.papermag-dark-mode .kal-paper-header .papermag-search-two {
  color: #242a31 !important;
  font-size: 18px;
  gap: 14px;
  text-decoration: none;
  -webkit-text-fill-color: #242a31 !important;
}

.kal-paper-header .papermag-search-two i {
  color: var(--paper-red) !important;
  font-size: 26px;
  -webkit-text-fill-color: var(--paper-red) !important;
}

.kal-paper-header .papermag-search-two span {
  text-decoration: none;
}

@media (min-width: 992px) {
  .kal-paper-header .header-main-two .col-lg-8 {
    flex: 0 0 84%;
    max-width: 84%;
  }

  .kal-paper-header .header-main-two .col-lg-4 {
    flex: 0 0 16%;
    max-width: 16%;
  }
}

@media (max-width: 1280px) and (min-width: 992px) {
  .kal-paper-header .papermag-head-top .container,
  .kal-paper-header .header-main-two .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .kal-paper-body .kal-paper-header .primary-menu ul > li,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li {
    padding-left: 18px;
    padding-right: 18px;
  }

  html body.kal-paper-body .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a,
  html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  html body.kal-paper-body .kal-paper-site-content header.kal-paper-header,
  html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content header.kal-paper-header {
    border-top-width: 4px !important;
  }

  html body.kal-paper-body .kal-paper-site-content .kal-paper-header .papermag-head-top,
  html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header .papermag-head-top {
    background-position: left center;
    padding: 18px 0 16px !important;
  }

  .kal-paper-header .papermag-head-top .container,
  .kal-paper-header .header-main-two .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .kal-paper-header .papermag-head-top .row {
    min-height: 0;
  }

  .kal-header-date,
  .kal-paper-header .mailus a {
    font-size: 14px !important;
    gap: 9px;
  }

  .kal-header-round-icon {
    flex-basis: 36px;
    font-size: 16px;
    height: 36px;
    width: 36px;
  }

  .kal-paper-header .mailus {
    border-left: 0;
    padding-left: 0;
  }

  .kal-paper-header .mailus a {
    padding: 0;
  }

  .kal-paper-header .mailus .kal-header-round-icon {
    flex-basis: 24px;
    font-size: 20px;
    height: 24px;
    width: 24px;
  }

  .kal-paper-header .kal-site-logo-image {
    width: 190px;
  }

  .kal-paper-body .kal-paper-header .header-main-two .row,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .header-main-two .row {
    height: 58px !important;
    min-height: 58px !important;
  }

  .kal-paper-header .papermag-search-two,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .papermag-search-two {
    display: inline-flex !important;
    font-size: 14px;
    gap: 8px;
  }

  .kal-paper-header .papermag-search-two i {
    font-size: 18px;
  }
}

/* PaperMag mobile composition. Keep this after the general responsive rules. */
@media (max-width: 991px) {
  html body.kal-paper-body .kal-paper-site-content .kal-paper-header {
    padding-bottom: 0 !important;
  }

  html body.kal-paper-body .kal-paper-site-content .kal-paper-header .papermag-head-top {
    padding: 18px 0 16px !important;
  }

  .kal-paper-header .papermag-head-top .row {
    align-items: center !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .kal-paper-header .papermag-head-top .col-lg-3,
  .kal-paper-header .papermag-head-top .col-lg-6 {
    flex: 0 0 auto;
    max-width: 100%;
    text-align: center !important;
    width: 100%;
  }

  .kal-paper-header .header-two-top-left,
  .kal-paper-header .papermag-head-top .text-center,
  .kal-paper-header .papermag-head-top .text-right {
    justify-content: center !important;
    text-align: center !important;
  }

  .kal-paper-header .header-two-top-left,
  .kal-paper-header .site-logo,
  .kal-paper-header .papermag-dark-mode-logo {
    margin-bottom: 0 !important;
  }

  .kal-paper-header .papermag-head-top .text-right {
    align-items: center;
    display: flex;
  }

  .kal-site-logo-link {
    justify-content: center;
    margin: 0;
  }

  .kal-site-logo-image {
    height: auto;
    width: 180px;
  }

  .kal-paper-header .mailus {
    margin-right: 16px;
  }

  .kal-paper-header .papermag-darkmode {
    border: 0;
    border-radius: 0;
    gap: 0;
    min-width: 0;
    padding: 0;
    width: auto !important;
  }

  .kal-paper-header .papermag-darkmode .dark-mode {
    border: 1px solid var(--paper-line);
    border-radius: 13px;
    display: inline-block !important;
    line-height: 26px;
    padding-left: 14px;
    position: relative;
    text-align: center;
    width: 61px;
  }

  .kal-paper-header .papermag-darkmode .dark-mode::before {
    content: none !important;
  }

  .kal-paper-header .header-main-two {
    margin-top: 0;
  }

  .kal-paper-header .header-main-two .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .kal-paper-header .header-main-two .row {
    align-items: center !important;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0;
  }

  .kal-paper-header .header-main-two .col-lg-8 {
    flex: 0 0 48px;
    max-width: 48px;
    padding: 0;
    width: 48px !important;
  }

  .kal-paper-header .header-main-two .col-lg-4 {
    flex: 1 1 auto;
    max-width: none;
    padding: 0;
    width: auto !important;
  }

  .kal-paper-header .papermag-search-two {
    display: none !important;
  }

  .kal-paper-header .header-right {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-end !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
  }

  .kal-paper-header .papermag-brodacust-item {
    gap: 24px;
    justify-content: flex-end;
  }

  .kal-paper-header .papermag-brodacust-item a,
  .kal-paper-header .papermag-brodacust-item a span,
  .kal-paper-header .papermag-brodacust-item a i {
    font-size: 14px;
    line-height: normal;
  }

  .kal-paper-header #papermag_mobile_menu {
    height: 44px;
    position: relative;
    width: 44px;
  }

  .kal-paper-header #papermag_mobile_menu .slicknav_menu {
    left: 0 !important;
    padding: 0;
    position: relative !important;
    top: 0 !important;
    width: 44px;
  }

  .kal-paper-header #papermag_mobile_menu .slicknav_btn {
    float: none !important;
    height: 38px;
    left: 0 !important;
    margin: 0;
    right: auto !important;
    top: 0 !important;
    width: 38px;
  }

  .kal-paper-header #papermag_mobile_menu .slicknav_nav_icon::after {
    background: #111 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }

  .kal-paper-header #papermag_mobile_menu .slicknav_nav {
    left: 0;
    position: absolute;
    top: 48px;
    width: calc(100vw - 36px);
    z-index: 999;
  }
}

@media (max-width: 760px) {
  .kal-paper-top-stories {
    padding: 56px 0 44px;
  }

  .kal-paper-lead {
    position: relative;
  }

  .kal-paper-lead > .row {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .kal-paper-lead > .row > .col-lg-8 {
    order: 1;
    padding: 0;
  }

  .kal-paper-lead > .row > .col-lg-4 {
    order: 2;
    padding: 0;
  }

  .kal-paper-lead .post__bloc_img a {
    border-radius: 0 !important;
    height: 390px;
    min-height: 390px;
  }

  .kal-paper-lead .post__bloc_content {
    margin-top: 0;
    padding-top: 18px;
  }

  .kal-paper-lead .post__title {
    background: transparent !important;
    font-size: 28px;
    left: 0;
    line-height: 1.3;
    margin: 0;
    max-width: 96%;
    position: absolute;
    top: 10px;
    width: auto;
    z-index: 3;
  }

  .kal-paper-lead .post__title a {
    background: #fff !important;
    box-decoration-break: clone;
    box-shadow: 0.5em 0 0 #fff, -0.5em 0 0 #fff;
    display: inline !important;
    -webkit-box-decoration-break: clone;
    -webkit-box-shadow: 0.5em 0 0 #fff, -0.5em 0 0 #fff;
    padding: 2px 5px 3px 0;
  }
}

/* Final mobile masthead overrides must follow PaperMag's mobile compatibility block. */
@media (max-width: 991px) {
  .kal-paper-header .kal-site-logo-image {
    width: 190px;
  }

  .kal-paper-header .mailus {
    margin-right: 0;
  }

  .kal-paper-header .header-main-two .row,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .header-main-two .row {
    height: 58px !important;
    min-height: 58px !important;
  }

  .kal-paper-header .papermag-search-two,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .papermag-search-two {
    display: inline-flex !important;
  }
}

/* Reference-calibrated header geometry. */
html body.kal-paper-body .kal-paper-site-content .kal-paper-header .header-main-two .container,
html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header .header-main-two .container {
  max-width: 1780px !important;
}

@media (min-width: 992px) {
  .kal-paper-header .papermag-head-top .row {
    min-height: 224px;
  }

  .kal-paper-header .kal-site-logo-image {
    width: 280px;
  }

  .kal-header-date,
  .kal-paper-header .mailus a {
    font-size: 16px !important;
    gap: 12px;
  }

  .kal-header-round-icon {
    flex-basis: 46px;
    font-size: 20px;
    height: 46px;
    width: 46px;
  }

  .kal-paper-header .mailus .kal-header-round-icon {
    flex-basis: 24px;
    font-size: 24px;
    height: 28px;
    width: 24px;
  }

  .kal-paper-header .header-main-two .row {
    align-items: center !important;
    column-gap: 24px;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 260px;
    min-height: 84px !important;
  }

  .kal-paper-header .header-main-two .col-lg-8,
  .kal-paper-header .header-main-two .col-lg-4 {
    flex: none;
    max-width: none;
    min-width: 0;
    width: auto;
  }

  .kal-paper-header .primary-menu,
  .kal-paper-header .menu-main-menu-container {
    min-width: 0;
    overflow: visible;
    width: 100%;
  }

  .kal-paper-body .kal-paper-header .primary-menu ul > li,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li {
    min-height: 84px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .kal-paper-body .kal-paper-header .primary-menu ul > li:first-child,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li:first-child {
    padding-left: 16px;
  }

  .kal-paper-body .kal-paper-header .primary-menu ul > li + li::before,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li + li::before {
    height: 28px;
    top: 28px;
  }

  html body.kal-paper-body .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a,
  html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a {
    font-size: 16px;
    padding-bottom: 27px !important;
    padding-top: 27px !important;
  }

  .kal-paper-body .kal-paper-header .primary-menu ul > li.current-menu-item::after,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li.current-menu-item::after {
    height: 3px;
  }

  .kal-paper-body .kal-paper-header .header-right,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .header-right {
    justify-content: center !important;
  }

  .kal-paper-header .papermag-search-two,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .papermag-search-two {
    font-size: 16px;
    gap: 11px;
  }

  .kal-paper-header .papermag-search-two i {
    font-size: 22px;
  }
}

@media (max-width: 1280px) and (min-width: 1101px) {
  .kal-paper-header .header-main-two .row {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .kal-paper-body .kal-paper-header .primary-menu ul > li,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li {
    padding-left: 14px;
    padding-right: 14px;
  }

  html body.kal-paper-body .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a,
  html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a {
    font-size: 15px;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .kal-paper-header .header-main-two .row {
    column-gap: 12px;
    grid-template-columns: minmax(0, 1fr) 170px;
  }

  .kal-paper-body .kal-paper-header .primary-menu ul > li,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .primary-menu ul > li {
    padding-left: 9px;
    padding-right: 9px;
  }

  html body.kal-paper-body .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a,
  html body.kal-paper-body.papermag-dark-mode .kal-paper-site-content .kal-paper-header #primary-menu.menu > li.menu-item > a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .kal-paper-header .papermag-head-top .row {
    gap: 10px;
  }

  .kal-paper-header .kal-site-logo-image {
    width: 175px;
  }

  .kal-paper-header .header-main-two .row,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .header-main-two .row {
    height: 56px !important;
    min-height: 56px !important;
  }

  .kal-paper-header .header-main-two .col-lg-4 {
    overflow: hidden;
  }

  .kal-paper-header .papermag-search-two,
  .kal-paper-body.papermag-dark-mode .kal-paper-header .papermag-search-two {
    max-width: 100%;
    white-space: nowrap;
  }

  .kal-paper-header .kal-header-round-icon i,
  .kal-paper-header .papermag-search-two i {
    line-height: 1 !important;
  }

  .kal-paper-header #papermag_mobile_menu .slicknav_btn {
    align-items: center;
    background: #111 !important;
    border-radius: 0 !important;
    display: flex !important;
    justify-content: center;
  }

  .kal-paper-header #papermag_mobile_menu .slicknav_icon,
  .kal-paper-header #papermag_mobile_menu .slicknav_nav_icon {
    display: block !important;
    float: none !important;
    height: 14px !important;
    margin: 0 !important;
    position: relative !important;
    width: 18px !important;
  }

  .kal-paper-header #papermag_mobile_menu .slicknav_nav_icon::after {
    background: #fff !important;
    bottom: auto !important;
    box-sizing: content-box !important;
    box-shadow: 0 6px 0 #fff, 0 12px 0 #fff !important;
    content: "" !important;
    height: 2px !important;
    left: 0 !important;
    padding: 0 !important;
    right: auto !important;
    top: 0 !important;
    width: 18px !important;
  }
}

/* Recent news section matched to Updates/recent.jpeg. */
.kal-paper-recent-section {
  background: #fff;
  padding: 42px 0 84px;
}

.kal-paper-recent-section .container {
  max-width: 1200px;
}

.kal-paper-recent-section .kal-section-heading-row {
  align-items: center;
  margin-bottom: 38px;
}

.kal-paper-recent-section .post-section-title {
  color: #29303a;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 18px;
  position: relative;
}

.kal-paper-recent-section .post-section-title::after {
  background: var(--paper-red);
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 52px;
}

.kal-paper-recent-section .papermag-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  justify-content: flex-end;
  margin: 0;
}

.kal-paper-recent-section .papermag-tabs .nav-link {
  background: transparent !important;
  border: 0;
  border-radius: 7px;
  color: #2f3540 !important;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  -webkit-text-fill-color: #2f3540 !important;
}

.kal-paper-recent-section .papermag-tabs .nav-link.active,
.kal-paper-recent-section .papermag-tabs .nav-link:hover,
.kal-paper-recent-section .papermag-tabs .nav-link:focus-visible {
  background: var(--paper-red) !important;
  box-shadow: 0 10px 24px rgba(209, 0, 20, 0.18);
  color: #fff !important;
  padding: 12px 24px;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-recent-section .post-tabs-politics-item-wrapp > .row {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
  margin-left: 0;
  margin-right: 0;
}

.kal-paper-recent-section .post-tabs-politics-item-wrapp > .row > .col-lg-6,
.kal-paper-recent-section .post-tabs-politics-item-wrapp > .row > .col-lg-6:last-child > .row > .col-lg-6 {
  flex: none;
  max-width: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.kal-paper-recent-section .post-tabs-politics-item-wrapp > .row > .col-lg-6:last-child > .row {
  align-items: stretch;
  display: grid;
  gap: 28px 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.kal-paper-recent-section .kal-recent-feature {
  height: 100%;
}

.kal-paper-recent-section .kal-recent-feature .post-overlay-tab-itm {
  background: #111;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(28, 33, 42, 0.12);
  height: 100%;
  min-height: 650px;
  overflow: hidden;
}

.kal-paper-recent-section .kal-recent-feature .post-overlay-tab-itm .papermag-post_image {
  height: 100%;
  min-height: 650px;
}

.kal-paper-recent-section .kal-recent-feature .post-overlay-tab-itm::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 34%, rgba(0, 0, 0, 0.84) 100%);
  height: 68%;
}

.kal-paper-recent-section .kal-recent-feature .post-tab-info-content {
  bottom: 42px;
  left: 34px;
  padding: 0;
  right: 34px;
  text-align: left;
}

.kal-paper-recent-section .kal-recent-feature .post-tab-info-content .papermag-cate-name {
  color: #fff !important;
  display: inline-flex;
  margin: 0 0 16px;
  text-shadow: none;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-recent-section .kal-recent-feature .post-tab-info-content .papermag-cate-name span {
  background: var(--paper-red);
  border-radius: 6px;
  color: #fff !important;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 12px;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-recent-section .kal-recent-feature .post-tab-info-content h3 {
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 18px;
  max-width: 660px;
}

.kal-paper-recent-section .kal-recent-feature .post-tab-info-content h3 a {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.52);
  -webkit-text-fill-color: #fff !important;
}

.kal-recent-feature-date {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  -webkit-text-fill-color: #fff;
}

.kal-paper-recent-section .post-colum-item {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 15px 34px rgba(28, 33, 42, 0.12);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  min-height: 0;
  overflow: hidden;
}

.kal-paper-recent-section .post-grid-thumb a {
  background: #eef1f4;
  display: block;
  overflow: hidden;
}

.kal-paper-recent-section .post-grid-thumb img {
  aspect-ratio: 16 / 8.5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.kal-paper-recent-section .post-content-col-grid {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px 26px 18px;
}

.kal-paper-recent-section .post-content-col-grid h4 {
  color: #29303a;
  display: -webkit-box;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.42;
  margin: 0 0 22px;
  max-height: calc(1.42em * 3);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kal-paper-recent-section .post-content-col-grid h4 a {
  color: #29303a !important;
  -webkit-text-fill-color: #29303a !important;
}

.kal-paper-recent-section .post-content-col-grid h4 a:hover,
.kal-paper-recent-section .post-content-col-grid h4 a:focus-visible {
  color: var(--paper-red) !important;
  -webkit-text-fill-color: var(--paper-red) !important;
}

.kal-paper-recent-section .common-style-meta {
  align-items: center;
  color: #77818d;
  display: flex;
  flex-wrap: nowrap;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 14px;
  gap: 10px;
  margin-top: auto;
}

.kal-paper-recent-section .common-style-meta .papermag-cate-name {
  color: var(--paper-red) !important;
  font-weight: 700;
  min-width: 0;
  -webkit-text-fill-color: var(--paper-red) !important;
}

.kal-paper-recent-section .common-style-meta span {
  color: #77818d !important;
  white-space: nowrap;
  -webkit-text-fill-color: #77818d !important;
}

.kal-paper-recent-section .kal-recent-card-arrow {
  color: var(--paper-red) !important;
  font-size: 20px;
  line-height: 1;
  margin-left: auto;
  -webkit-text-fill-color: var(--paper-red) !important;
}

@media (max-width: 1280px) {
  .kal-paper-recent-section .container {
    max-width: 1200px;
  }

  .kal-paper-recent-section .kal-recent-feature .post-overlay-tab-itm,
  .kal-paper-recent-section .kal-recent-feature .post-overlay-tab-itm .papermag-post_image {
    min-height: 610px;
  }

  .kal-paper-recent-section .post-content-col-grid h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .kal-paper-recent-section {
    padding: 54px 0 62px;
  }

  .kal-paper-recent-section .kal-section-heading-row {
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 30px;
  }

  .kal-paper-recent-section .post-section-title {
    font-size: 28px;
  }

  .kal-paper-recent-section .papermag-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
    width: 100%;
  }

  .kal-paper-recent-section .post-tabs-politics-item-wrapp > .row {
    grid-template-columns: 1fr;
  }

  .kal-paper-recent-section .post-tabs-politics-item-wrapp > .row > .col-lg-6:last-child > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kal-paper-recent-section .kal-recent-feature .post-overlay-tab-itm,
  .kal-paper-recent-section .kal-recent-feature .post-overlay-tab-itm .papermag-post_image {
    min-height: 520px;
  }
}

@media (max-width: 575px) {
  .kal-paper-recent-section {
    padding: 42px 0 48px;
  }

  .kal-paper-recent-section .post-section-title {
    font-size: 24px;
  }

  .kal-paper-recent-section .papermag-tabs {
    gap: 10px 16px;
  }

  .kal-paper-recent-section .papermag-tabs .nav-link {
    font-size: 14px;
  }

  .kal-paper-recent-section .papermag-tabs .nav-link.active,
  .kal-paper-recent-section .papermag-tabs .nav-link:hover,
  .kal-paper-recent-section .papermag-tabs .nav-link:focus-visible {
    padding: 10px 16px;
  }

  .kal-paper-recent-section .post-tabs-politics-item-wrapp > .row,
  .kal-paper-recent-section .post-tabs-politics-item-wrapp > .row > .col-lg-6:last-child > .row {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .kal-paper-recent-section .kal-recent-feature .post-overlay-tab-itm,
  .kal-paper-recent-section .kal-recent-feature .post-overlay-tab-itm .papermag-post_image {
    min-height: 470px;
  }

  .kal-paper-recent-section .kal-recent-feature .post-tab-info-content {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .kal-paper-recent-section .kal-recent-feature .post-tab-info-content h3 {
    font-size: 26px;
  }

  .kal-paper-recent-section .post-grid-thumb img {
    aspect-ratio: 16 / 9;
  }

  .kal-paper-recent-section .post-content-col-grid {
    padding: 20px 22px 18px;
  }
}

/* Compact the wide feature band so it reads as a finished editorial section. */
.kal-paper-wide-section {
  background: #fff4f4 !important;
  padding: 48px 0 16px;
}

.kal-paper-wide-section .container {
  max-width: 1200px;
}

.kal-paper-wide-row {
  align-items: stretch !important;
}

.kal-paper-wide-row > .col-lg-5,
.kal-paper-wide-row > .col-lg-7 {
  display: flex;
}

.kal-paper-feature-list {
  gap: 18px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
  width: 100%;
}

.kal-paper-list-story {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(209, 0, 20, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(34, 39, 48, 0.07);
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 160px;
  min-height: 0;
  overflow: hidden;
  padding: 18px;
}

.kal-list-story-body {
  min-width: 0;
}

.kal-list-story-body .papermag-cate-name {
  color: #d10014 !important;
  display: inline-block;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
  -webkit-text-fill-color: #d10014 !important;
}

.kal-list-story-body h3 {
  display: -webkit-box;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.34;
  margin: 0 0 12px;
  max-height: calc(1.34em * 3);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kal-list-story-body h3 a {
  color: #29303a !important;
  -webkit-text-fill-color: #29303a !important;
}

.kal-list-story-body p {
  color: #5f6874 !important;
  display: -webkit-box;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 14px;
  max-height: calc(1.6em * 3);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-text-fill-color: #5f6874 !important;
}

.kal-paper-list-story .common-style-meta {
  color: #687484 !important;
  font-size: 13px;
  gap: 10px;
  -webkit-text-fill-color: #687484 !important;
}

.kal-list-thumb {
  border-radius: 10px;
  height: 132px;
  margin-top: 0;
}

.kal-paper-visual-feature {
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(34, 39, 48, 0.14);
  flex: 1 1 auto;
  height: 100%;
  min-height: 510px;
  overflow: hidden;
  width: 100%;
}

.kal-paper-visual-image {
  background-position: center;
}

.kal-paper-visual-feature h2 {
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.28;
  max-width: 78%;
  top: 36px;
}

.kal-paper-visual-feature h2 a {
  background: rgba(255, 255, 255, 0.95);
  color: #29303a !important;
  padding: 4px 12px 5px 0;
  -webkit-text-fill-color: #29303a !important;
}

@media (max-width: 991px) {
  .kal-paper-wide-section {
    padding: 42px 0 18px;
  }

  .kal-paper-wide-row {
    row-gap: 24px;
  }

  .kal-paper-wide-row > .col-lg-5,
  .kal-paper-wide-row > .col-lg-7 {
    display: block;
  }

  .kal-paper-feature-list {
    gap: 18px;
    grid-template-rows: auto;
  }

  .kal-paper-list-story {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .kal-paper-visual-feature {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .kal-paper-list-story {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .kal-list-thumb {
    height: 190px;
    order: -1;
  }

  .kal-paper-visual-feature {
    min-height: 340px;
  }

  .kal-paper-visual-feature h2 {
    font-size: 24px;
    max-width: 94%;
    top: 22px;
  }
}

/* Important lead section matched to Updates/important.jpeg. */
.kal-paper-top-stories {
  background: #fff !important;
  padding: 58px 0 64px;
}

.kal-paper-top-stories .container {
  max-width: 1200px;
}

.kal-paper-top-stories > .container > .row {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 2.25fr) minmax(300px, 0.9fr);
  margin-left: 0;
  margin-right: 0;
}

.kal-paper-top-stories > .container > .row > .col-lg-8,
.kal-paper-top-stories > .container > .row > .kal-paper-side-stack {
  flex: none;
  max-width: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.kal-paper-lead {
  height: 560px;
  min-width: 0;
  position: relative;
}

.kal-paper-lead > .row {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.7fr);
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.kal-paper-lead > .row > .col-lg-4,
.kal-paper-lead > .row > .col-lg-8 {
  flex: none;
  max-width: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.kal-paper-lead .post__bloc_content {
  background: #fff;
  border-left: 5px solid var(--paper-red);
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(28, 33, 42, 0.1);
  color: #5e6874 !important;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  height: 100%;
  justify-content: flex-start;
  line-height: 1.62;
  margin-top: 0 !important;
  min-height: 520px;
  padding: 32px 26px !important;
  -webkit-text-fill-color: #5e6874 !important;
}

.kal-lead-card-kicker {
  align-items: center;
  color: var(--paper-red) !important;
  display: inline-flex;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.2;
  margin-bottom: 24px;
  -webkit-text-fill-color: var(--paper-red) !important;
}

.kal-lead-card-kicker span {
  background: var(--paper-red);
  border-radius: 999px;
  display: inline-block;
  height: 8px;
  width: 8px;
}

.kal-lead-card-title {
  display: -webkit-box;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.34;
  margin: 0;
  max-height: calc(1.34em * 6);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.kal-lead-card-title a {
  color: #29303a !important;
  -webkit-text-fill-color: #29303a !important;
}

.kal-lead-card-rule {
  background: var(--paper-red);
  display: block;
  height: 4px;
  margin: 24px 0 34px;
  width: 58px;
}

.kal-paper-lead .post__bloc_content p {
  color: #5e6874 !important;
  display: -webkit-box;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 24px;
  max-height: calc(1.7em * 5);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  -webkit-text-fill-color: #5e6874 !important;
}

.kal-card-date,
.kal-lead-image-date,
.kal-quote-date {
  align-items: center;
  display: inline-flex;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  gap: 8px;
}

.kal-card-date {
  color: #8a94a0 !important;
  font-size: 15px;
  font-weight: 700;
  margin-top: auto;
  -webkit-text-fill-color: #8a94a0 !important;
}

.kal-paper-lead .post__bloc_img,
.kal-paper-lead .post__bloc_img a {
  height: 560px;
  min-height: 520px;
  position: relative;
}

.kal-paper-lead .post__bloc_img {
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(28, 33, 42, 0.14);
  overflow: hidden;
}

.kal-paper-lead .post__bloc_img a {
  background-position: center;
  background-size: cover;
  display: block;
}

.kal-paper-lead .post__bloc_img::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.kal-paper-lead .post__title,
.kal-lead-image-kicker,
.kal-lead-image-date {
  left: calc(39% + 24px);
  position: absolute;
  right: 28px;
  z-index: 3;
}

.kal-lead-image-kicker {
  align-items: center;
  bottom: 188px;
  display: inline-flex;
}

.kal-lead-image-kicker span {
  background: var(--paper-red);
  border-radius: 5px;
  color: #fff !important;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 12px;
  -webkit-text-fill-color: #fff !important;
}

.kal-lead-image-kicker i {
  background: var(--paper-red);
  border-radius: 5px 0 0 5px;
  color: #fff !important;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-lead .post__title {
  bottom: 70px;
  color: #fff !important;
  display: -webkit-box;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
  max-height: calc(1.35em * 3);
  max-width: none;
  overflow: hidden;
  top: auto;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-lead .post__title a {
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 0 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
  -webkit-text-fill-color: #fff !important;
}

.kal-lead-image-date {
  bottom: 28px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-side-stack {
  display: grid !important;
  gap: 24px;
  grid-template-rows: 1fr 1fr;
  height: 560px;
}

.kal-paper-side-stack .post__overlay_item,
.kal-paper-side-stack .kal-paper-quote {
  border-radius: 13px;
  height: 100%;
  margin-top: 0;
  min-height: 0;
}

.kal-paper-overlay .post-overlay-img,
.kal-paper-overlay .post-overlay-img img {
  filter: brightness(0.48) saturate(0.86);
  height: 100%;
}

.kal-paper-overlay::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.95));
}

.kal-paper-overlay .post-overlay-content {
  display: flex;
  flex-direction: column;
  padding: 28px 28px 24px;
}

.kal-paper-overlay .papermag-cate-name span {
  background: var(--paper-red);
  border-radius: 5px;
  color: #fff !important;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 11px;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-overlay .post-overlay-content h4 {
  display: -webkit-box;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  margin: 6px 0 0;
  max-height: calc(1.45em * 4);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.kal-paper-overlay .auth-avater,
.kal-paper-overlay .auth-info-date > span {
  display: none;
}

.kal-paper-overlay .post-bottom-meta {
  bottom: 24px;
  left: 28px;
  margin-top: 0;
  position: absolute;
  right: 28px;
}

.kal-paper-overlay .papermag-post-date {
  color: #fff !important;
  font-weight: 800;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-quote {
  background:
    radial-gradient(circle at 82% 74%, rgba(255, 255, 255, 0.24) 0 54px, transparent 55px),
    radial-gradient(circle at 92% 84%, rgba(255, 255, 255, 0.12) 0 120px, transparent 121px),
    linear-gradient(135deg, #d10014 0%, #f01e2f 100%) !important;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 38px 36px !important;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-quote::before {
  color: rgba(255, 255, 255, 0.88);
  content: "\201C";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 86px;
  font-weight: 700;
  left: 32px;
  line-height: 1;
  position: absolute;
  top: 18px;
}

.kal-paper-quote::after {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  bottom: 34px;
  color: rgba(255, 255, 255, 0.74);
  content: "\201D";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  height: 92px;
  line-height: 105px;
  position: absolute;
  right: 34px;
  text-align: center;
  width: 92px;
}

.kal-paper-quote h4 {
  color: #fff !important;
  display: -webkit-box;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.42;
  margin: 36px 0 22px;
  max-height: calc(1.42em * 4);
  max-width: 76%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-quote .quote-info > span {
  display: none;
}

.kal-paper-quote .kal-quote-date,
.kal-paper-quote .kal-quote-date span {
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  -webkit-text-fill-color: #fff !important;
}

.kal-paper-quote .quote-auth-img {
  display: none;
}

@media (max-width: 991px) {
  .kal-paper-top-stories {
    padding: 42px 0 48px;
  }

  .kal-paper-top-stories > .container > .row {
    grid-template-columns: 1fr;
  }

  .kal-paper-lead > .row {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.22fr);
  }

  .kal-paper-lead .post__bloc_content,
  .kal-paper-lead .post__bloc_img,
  .kal-paper-lead .post__bloc_img a {
    height: 460px;
    min-height: 460px;
  }

  .kal-paper-lead .post__title,
  .kal-lead-image-kicker,
  .kal-lead-image-date {
    left: calc(42% + 24px);
  }
}

@media (max-width: 760px) {
  .kal-paper-lead > .row {
    display: grid !important;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .kal-paper-lead > .row > .col-lg-8,
  .kal-paper-lead > .row > .col-lg-4 {
    order: initial;
  }

  .kal-paper-lead .post__bloc_content {
    height: auto;
    min-height: 0;
    padding: 28px 24px !important;
  }

  .kal-lead-card-title {
    font-size: 23px;
    -webkit-line-clamp: 4;
  }

  .kal-paper-lead .post__bloc_content p {
    -webkit-line-clamp: 4;
  }

  .kal-paper-lead .post__bloc_img,
  .kal-paper-lead .post__bloc_img a {
    height: 430px;
    min-height: 430px;
  }

  .kal-paper-lead .post__title,
  .kal-lead-image-kicker,
  .kal-lead-image-date {
    left: 24px;
    right: 24px;
  }

  .kal-lead-image-kicker {
    bottom: 170px;
  }

  .kal-paper-lead .post__title {
    bottom: 62px;
    font-size: 22px;
    max-height: calc(1.34em * 4);
    -webkit-line-clamp: 4;
  }

  .kal-lead-image-date {
    bottom: 26px;
  }

  .kal-paper-side-stack {
    height: auto;
    gap: 20px;
    grid-template-rows: none;
  }

  .kal-paper-side-stack .post__overlay_item {
    height: 260px;
  }

  .kal-paper-side-stack .kal-paper-quote {
    min-height: 250px;
  }
}

@media (max-width: 575px) {
  .kal-paper-top-stories {
    padding: 34px 0 40px;
  }

  .kal-lead-card-title {
    font-size: 23px;
  }

  .kal-paper-lead .post__bloc_img,
  .kal-paper-lead .post__bloc_img a {
    height: 390px;
    min-height: 390px;
  }

  .kal-lead-image-kicker {
    bottom: 160px;
  }

  .kal-paper-lead .post__title {
    font-size: 22px;
  }

  .kal-paper-overlay .post-overlay-content h4,
  .kal-paper-quote h4 {
    font-size: 20px;
  }
}

/* Balance the video feature and ad column so the section does not leave dead space. */
.kal-paper-video-section {
  background: #fff;
  padding: 56px 0 58px;
}

.kal-paper-video-section .container {
  max-width: 1200px;
}

.kal-paper-video-section .row {
  align-items: stretch;
}

.kal-paper-video-section .row > .col-lg-8,
.kal-paper-video-section .row > .col-lg-4 {
  display: flex;
}

.kal-video-feature {
  border-radius: 0;
  box-shadow: 0 16px 42px rgba(28, 33, 42, 0.08);
  flex: 1 1 auto;
  height: 430px;
  min-height: 430px;
  padding: 44px 42px;
  width: 100%;
}

.kal-video-play {
  height: 72px;
  margin-bottom: 30px;
  width: 72px;
}

.kal-video-copy {
  max-width: 52%;
}

.kal-video-feature h2 {
  display: -webkit-box;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.36;
  margin: 0 0 18px;
  max-height: calc(1.36em * 4);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.kal-video-feature h2 a {
  color: #29303a !important;
  -webkit-text-fill-color: #29303a !important;
}

.kal-video-feature p {
  display: -webkit-box;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 22px;
  max-height: calc(1.65em * 4);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.kal-video-image {
  height: 100%;
  width: 46%;
}

.kal-paper-video-section .row > .col-lg-4 {
  display: grid;
  gap: 24px;
  grid-template-rows: 1fr 1fr;
}

.kal-video-side,
.kal-paper-adbox {
  height: auto;
  margin-top: 0;
  min-height: 0;
}

.kal-video-side-image {
  height: 100%;
}

.kal-paper-adbox {
  border-radius: 0;
  min-height: 0;
}

.kal-paper-adbox strong {
  margin-bottom: 54px;
}

@media (max-width: 991px) {
  .kal-paper-video-section {
    padding: 44px 0 48px;
  }

  .kal-paper-video-section .row {
    row-gap: 24px;
  }

  .kal-paper-video-section .row > .col-lg-8,
  .kal-paper-video-section .row > .col-lg-4 {
    display: block;
  }

  .kal-video-feature {
    height: auto;
    min-height: 0;
    padding: 34px 28px 260px;
  }

  .kal-video-image {
    height: 240px;
    left: 0;
    top: auto;
    width: 100%;
  }

  .kal-paper-video-section .row > .col-lg-4 {
    display: grid;
    gap: 20px;
    grid-template-rows: none;
  }

  .kal-video-side,
  .kal-paper-adbox {
    height: 210px;
  }
}

@media (max-width: 575px) {
  .kal-video-feature {
    padding: 28px 22px 250px;
  }

  .kal-video-play {
    height: 58px;
    margin-bottom: 22px;
    width: 58px;
  }

  .kal-video-feature h2 {
    font-size: 24px;
  }

  .kal-video-feature p {
    -webkit-line-clamp: 3;
    max-height: calc(1.65em * 3);
  }

  .kal-video-side,
  .kal-paper-adbox {
    height: 190px;
  }
}

/* Newsroom footer matched to Updates/footer.jpeg. */
.kal-paper-footer.kal-footer-newsroom,
.kal-paper-body.papermag-dark-mode .kal-paper-footer.kal-footer-newsroom {
  background: #fff !important;
  border-top: 1px solid #eceff3;
  color: #27313d !important;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  -webkit-text-fill-color: initial;
}

.kal-footer-newsroom .container {
  max-width: 1460px;
}

.kal-footer-brand-strip {
  background: #fff;
  border-bottom: 1px solid rgba(209, 0, 20, 0.24);
  padding: 24px 0;
}

.kal-footer-brand-row {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}

.kal-footer-brand {
  align-items: center;
  display: flex;
  gap: 34px;
  min-width: 0;
}

.kal-footer-newsroom .kal-footer-logo-link {
  flex: 0 0 auto;
  line-height: 0;
  margin: 0;
}

.kal-footer-newsroom .kal-footer-logo-image {
  display: block;
  height: auto;
  width: 220px;
}

.kal-footer-brand p {
  border-left: 1px solid #dfe3e8;
  color: #697381 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
  max-width: 310px;
  padding-left: 32px;
  -webkit-text-fill-color: #697381 !important;
}

.kal-footer-strip-nav {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kal-footer-newsroom .footer-nav ul {
  align-items: center;
  display: flex;
  gap: 48px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kal-footer-newsroom .footer-nav li {
  margin: 0;
  padding: 0 0 18px;
  position: relative;
}

.kal-footer-newsroom .footer-nav li.current-menu-item::after,
.kal-footer-newsroom .footer-nav li:hover::after {
  background: var(--paper-red);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 52px;
}

.kal-footer-newsroom .footer-nav a,
.kal-footer-newsroom .copyright p {
  color: #27313d !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  -webkit-text-fill-color: #27313d !important;
}

.kal-footer-newsroom .copyright p {
  color: #65717f !important;
  font-size: 15px;
  font-weight: 500;
  -webkit-text-fill-color: #65717f !important;
}

.kal-footer-main {
  background:
    radial-gradient(circle at 24px 24px, rgba(39, 49, 61, 0.045) 1px, transparent 1.5px) 0 100% / 20px 20px no-repeat,
    #fff;
  padding: 0 !important;
}

.kal-footer-grid {
  border-bottom: 1px solid #eceff3;
  display: grid !important;
  grid-template-columns: 1.03fr 1.03fr 1fr 1.14fr;
  margin-left: 0;
  margin-right: 0;
}

.kal-footer-newsroom .footer-wid-item {
  border-right: 1px solid #e4e8ed !important;
  flex: none;
  max-width: none;
  min-width: 0;
  padding: 42px 32px 38px !important;
  width: auto;
}

.kal-footer-newsroom .footer-wid-item:last-child {
  border-right: 0 !important;
}

.kal-footer-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}

.kal-footer-icon {
  align-items: center;
  background: rgba(209, 0, 20, 0.08);
  border-radius: 10px;
  color: var(--paper-red);
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 19px;
  height: 42px;
  justify-content: center;
  width: 42px;
  -webkit-text-fill-color: var(--paper-red);
}

.kal-footer-newsroom h5 {
  color: #27313d !important;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 14px;
  position: relative;
  -webkit-text-fill-color: #27313d !important;
}

.kal-footer-newsroom h5::after {
  background: var(--paper-red);
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 46px;
}

.kal-footer-newsroom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kal-footer-newsroom li {
  margin: 0;
}

.kal-footer-link-list {
  display: grid;
  gap: 16px;
}

.kal-footer-newsroom a {
  text-decoration: none !important;
}

.kal-footer-link-list a {
  align-items: center;
  color: #27313d !important;
  display: grid;
  font-size: 15px;
  font-weight: 600;
  gap: 12px;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  line-height: 1.45;
  -webkit-text-fill-color: #27313d !important;
}

.kal-footer-link-list:not(.kal-footer-categories) a {
  grid-template-columns: 14px minmax(0, 1fr);
}

.kal-footer-chevron {
  color: var(--paper-red);
  font-size: 22px;
  line-height: 1;
  -webkit-text-fill-color: var(--paper-red);
}

.kal-footer-link-text {
  min-width: 0;
}

.kal-footer-newsroom .item-count {
  color: #27313d;
  font-weight: 500;
  margin-left: 14px;
  -webkit-text-fill-color: #27313d;
}

.kal-footer-contact {
  display: grid;
  gap: 24px;
}

.kal-footer-newsroom .con-item-list {
  align-items: center;
  color: #27313d !important;
  display: flex;
  gap: 14px;
  margin: 0;
  -webkit-text-fill-color: #27313d !important;
}

.kal-footer-newsroom .con-item-list i {
  color: var(--paper-red);
  flex: 0 0 18px;
  font-size: 16px;
  text-align: center;
  -webkit-text-fill-color: var(--paper-red);
}

.kal-footer-newsroom .con-item-list p,
.kal-footer-newsroom .con-item-list a {
  color: #27313d !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  -webkit-text-fill-color: #27313d !important;
}

.kal-footer-hot-topic .papermag-post-item {
  display: grid;
  gap: 16px;
}

.kal-footer-hot-topic .papermag__post-content {
  border-bottom: 1px solid #eceff3;
  display: grid !important;
  gap: 14px;
  grid-template-columns: 78px minmax(0, 1fr);
  margin: 0;
  padding-bottom: 16px;
}

.kal-footer-hot-topic .papermag__post-content:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.kal-footer-hot-topic .post-thumb a {
  background-color: #edf1f4;
  background-position: center;
  background-size: cover;
  display: block;
  height: 68px;
  width: 78px;
}

.kal-footer-hot-topic .common-style-meta {
  align-items: center;
  color: #647181;
  display: flex !important;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 9px;
  margin: 0 0 6px;
}

.kal-footer-hot-topic .common-style-meta .papermag-cate-name,
.kal-footer-hot-topic .common-style-meta .papermag-cate-name span {
  color: var(--paper-red) !important;
  font-weight: 700;
  -webkit-text-fill-color: var(--paper-red) !important;
}

.kal-footer-hot-topic .common-style-meta span {
  color: #647181 !important;
  -webkit-text-fill-color: #647181 !important;
}

.kal-footer-hot-topic .papermag__post-title {
  display: -webkit-box;
  font-family: "Noto Sans Tamil", "Latha", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.36;
  margin: 0;
  max-height: calc(1.36em * 3);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kal-footer-hot-topic .papermag__post-title a {
  background: none !important;
  background-image: none !important;
  background-size: 0 !important;
  color: #27313d !important;
  text-decoration: none !important;
  -webkit-text-fill-color: #27313d !important;
}

.kal-footer-hot-topic .papermag-common-hover:hover .hover-title a {
  background: none !important;
  background-image: none !important;
  background-size: 0 !important;
}

.kal-footer-hot-topic .hover-title a::before,
.kal-footer-hot-topic .hover-title a::after {
  content: none !important;
  display: none !important;
}

.kal-footer-hot-topic .papermag__post-title a:hover,
.kal-footer-hot-topic .papermag__post-title a:focus-visible,
.kal-footer-link-list a:hover .kal-footer-link-text,
.kal-footer-link-list a:focus-visible .kal-footer-link-text {
  color: var(--paper-red) !important;
  -webkit-text-fill-color: var(--paper-red) !important;
}

.kal-footer-note {
  align-items: center;
  color: #65717f;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  min-height: 58px;
  text-align: center;
  -webkit-text-fill-color: #65717f;
}

.kal-footer-note i {
  color: var(--paper-red);
  -webkit-text-fill-color: var(--paper-red);
}

@media (max-width: 1180px) {
  .kal-footer-brand-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .kal-footer-strip-nav {
    align-items: flex-start;
  }

  .kal-footer-newsroom .footer-nav ul {
    justify-content: flex-start;
  }

  .kal-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kal-footer-newsroom .footer-wid-item:nth-child(2n) {
    border-right: 0 !important;
  }
}

@media (max-width: 760px) {
  .kal-footer-brand-strip {
    padding: 28px 0;
  }

  .kal-footer-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .kal-footer-brand p {
    border-left: 0;
    border-top: 1px solid #dfe3e8;
    max-width: none;
    padding-left: 0;
    padding-top: 18px;
  }

  .kal-footer-newsroom .footer-nav ul {
    flex-wrap: wrap;
    gap: 22px;
  }

  .kal-footer-newsroom .footer-nav li {
    padding-bottom: 12px;
  }

  .kal-footer-grid {
    grid-template-columns: 1fr;
  }

  .kal-footer-newsroom .footer-wid-item,
  .kal-footer-newsroom .footer-wid-item:nth-child(2n) {
    border-bottom: 1px solid #e4e8ed;
    border-right: 0 !important;
    padding: 34px 4px 34px !important;
  }

  .kal-footer-newsroom .footer-wid-item:last-child {
    border-bottom: 0;
  }

  .kal-footer-newsroom .kal-footer-logo-image {
    width: 210px;
  }

  .kal-footer-hot-topic .papermag__post-content {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .kal-footer-hot-topic .post-thumb a {
    height: 70px;
    width: 82px;
  }
}
