/*
Theme Name: Layakaram
Theme URI: https://layakaram.local
Description: Child theme for BlogHash preserving Layakaram customizations.
Author: Codex
Template: bloghash
Version: 1.0.0
Text Domain: layakaram
*/

/* Site typography standards */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");

@font-face {
  font-family: "Ajantha";
  src: url("assets/fonts/Ajantha.eot");
  src: url("assets/fonts/Ajantha.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Ajantha.ttf") format("truetype"),
    url("assets/fonts/Ajantha.svg#Ajantha") format("svg"),
    url("assets/fonts/Ajantha.woff2") format("woff2"),
    url("assets/fonts/Ajantha.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ajantha";
  src: url("assets/fonts/Ajantha.eot");
  src: url("assets/fonts/Ajantha.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Ajantha.ttf") format("truetype"),
    url("assets/fonts/Ajantha.svg#Ajantha") format("svg"),
    url("assets/fonts/Ajantha.woff2") format("woff2"),
    url("assets/fonts/Ajantha.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pallavi";
  src: url("assets/fonts/PallaviThin.woff2") format("woff2"),
    url("assets/fonts/PallaviThin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pallavi";
  src: url("assets/fonts/PallaviMedium.woff2") format("woff2"),
    url("assets/fonts/PallaviMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pallavi";
  src: url("assets/fonts/PallaviBold.woff2") format("woff2"),
    url("assets/fonts/PallaviBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body,
button,
input,
select,
textarea,
p, span, div, a, li {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
/*   color: rgb(36 23 23); */
  font-size: 18px;
  line-height: 25px;
}

body .elementor-widget-container,
body .elementor-text-editor,
body .elementor-heading-title,
body .elementor-kit,
body .site-main,
body .entry-content,
body .widget,
body .bloghash-logo .site-title,
body .bloghash-nav,
body .bloghash-nav a {
  font-family: "Roboto", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.widget-title,
.entry-title,
.page-title,
.bloghash-logo .site-title,
.layakaram-home-feature-title,
.layakaram-home-list-title,
.layakaram-home-trend-title {
  font-family: "Roboto", sans-serif !important;
}

/* Force spans inside headings to inherit the heading font instead of the global body span font */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span,
.widget-title span, .entry-title span, .page-title span,
.telugu-heading span, .layakaram-lyrics-title span {
  font-family: inherit !important;
}

/* Explicit Telugu Heading Font */
.layakaram-lyrics-title,
.layakaram-lyrics-board-heading--left,
.layakaram-lyrics-cell--telugu h1,
.layakaram-lyrics-cell--telugu h2,
.layakaram-lyrics-cell--telugu h3,
.layakaram-lyrics-cell--telugu h4,
.layakaram-lyrics-cell--telugu h5,
.layakaram-lyrics-cell--telugu h6,
.telugu-heading {
  font-family: "Ajantha", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.widget-title,
.entry-title,
.page-title,
.bloghash-logo .site-title,
.layakaram-home-feature-title,
.layakaram-home-list-title,
.layakaram-home-trend-title {
  color: #06050e;
}

.single-content,
.single article,
.single-post article,
.single .entry-content,
.single-post .entry-content {
  font-size: 19px;
  line-height: 135%;
  color: #000;
}

.single-content p,
.single article p,
.single-post article p,
.single .entry-content p,
.single-post .entry-content p {
  margin-top: 0;
  margin-bottom: 24px;
}

.bloghash-nav > ul > li > a,
.bloghash-topbar-widget .bloghash-nav > ul > li > a,
#bloghash-copyright .bloghash-nav > ul > li > a,
.bloghash-header-widgets a:not(.bloghash-btn) {
  line-height: 20px;
  font-size: 16px;
  color: rgb(36 23 23);
  position: relative;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.bloghash-nav > ul > li > a:hover,
.bloghash-nav > ul > li.current-menu-item > a,
.bloghash-nav > ul > li.current-menu-ancestor > a,
.bloghash-header-widgets a:not(.bloghash-btn):hover {
  color: rgb(36 23 23);
}

@media (max-width: 960px) {
  #bloghash-header-inner .site-navigation > ul a > span,
  #bloghash-header-inner .site-navigation > ul .sub-menu a > span {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    color: rgb(36 23 23);
  }
}

.layakaram-home-editorial {
  margin: 40px 0 52px;
}

.layakaram-home-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.75fr) minmax(0, 0.75fr);
  gap: 42px;
  align-items: start;
}

.layakaram-home-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.layakaram-home-heading .widget-title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex: 1;
  margin: 0;
  overflow: hidden;
}

.layakaram-home-heading .widget-title > span {
  flex-shrink: 0;
  max-width: 100%;
  white-space: nowrap;
}

.layakaram-home-heading .widget-title::after {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: var(--bloghash-primary);
  line-height: 0.1;
  border: 1px solid rgba(185, 185, 185, 0.4);
  border-width: 1px 0;
  flex: 1;
  height: 4px;
  display: inline-block;
}

.layakaram-home-heading-controls {
  flex-shrink: 0;
}

.layakaram-home-heading-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.layakaram-home-show-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #06050e;
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 12px;
  border: 1px solid rgba(36, 23, 23, 0.12);
  border-radius: 999px;
  background: #fff;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.layakaram-home-show-all:hover,
.layakaram-home-show-all:focus {
  color: #fff;
  background: var(--bloghash-primary);
  border-color: var(--bloghash-primary);
}

.layakaram-home-slider-controls {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.layakaram-home-slider-button.swiper-button-prev,
.layakaram-home-slider-button.swiper-button-next {
  position: relative;
  inset: auto;
  margin-top: 0;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(36, 23, 23, 0.12);
  --swiper-navigation-sides-offset: 0;
  color: var(--bloghash-secondary);
  background: var(--bloghash-white);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.layakaram-home-slider-button.swiper-button-prev::after,
.layakaram-home-slider-button.swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}

.layakaram-home-slider-button.swiper-button-prev:hover,
.layakaram-home-slider-button.swiper-button-next:hover {
  background: var(--bloghash-primary);
  color: #fff;
  border-color: var(--bloghash-primary);
}

.layakaram-home-slider-dots {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.layakaram-home-slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(6, 5, 14, 0.22);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.layakaram-home-slider-dot.is-active {
  background: var(--bloghash-primary);
  transform: scale(1.15);
}

.layakaram-home-feature-card {
  display: block;
}

.layakaram-home-feature-slider {
  position: relative;
}

.layakaram-home-feature-slides {
  position: relative;
  transition: height 0.35s ease;
}

.layakaram-home-feature-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
}

.layakaram-home-feature-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  position: relative;
}

.layakaram-home-feature-image {
  display: block;
  margin-bottom: 24px;
}

.layakaram-home-feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

.layakaram-home-feature-title,
.layakaram-home-list-title {
  margin: 0 0 12px;
  font-weight: 600;
  color: #06050e;
}

.layakaram-home-feature-title {
  font-size: 34px;
  line-height: 1.18;
  color: #06050e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.site-content .layakaram-home-feature-title > a,
.site-content .layakaram-home-list-title > a,
.site-content .layakaram-home-trend-title > a,
.site-content .entry-title > a,
.site-content .page-title > a,
.site-content .widget-title > a,
.site-content .layakaram-home-feature-title > a:link,
.site-content .layakaram-home-list-title > a:link,
.site-content .layakaram-home-trend-title > a:link,
.site-content .entry-title > a:link,
.site-content .page-title > a:link,
.site-content .widget-title > a:link,
.site-content .layakaram-home-feature-title > a:visited,
.site-content .layakaram-home-list-title > a:visited,
.site-content .layakaram-home-trend-title > a:visited,
.site-content .entry-title > a:visited,
.site-content .page-title > a:visited,
.site-content .widget-title > a:visited,
.site-content .layakaram-home-feature-title > a:hover,
.site-content .layakaram-home-list-title > a:hover,
.site-content .layakaram-home-trend-title > a:hover,
.site-content .entry-title > a:hover,
.site-content .page-title > a:hover,
.site-content .widget-title > a:hover,
.site-content .layakaram-home-feature-title > a:focus,
.site-content .layakaram-home-list-title > a:focus,
.site-content .layakaram-home-trend-title > a:focus,
.site-content .entry-title > a:focus,
.site-content .page-title > a:focus,
.site-content .widget-title > a:focus,
.site-content .layakaram-home-feature-title > a:active,
.site-content .layakaram-home-list-title > a:active,
.site-content .layakaram-home-trend-title > a:active,
.site-content .entry-title > a:active,
.site-content .page-title > a:active,
.site-content .widget-title > a:active {
  color: #06050e !important;
  text-decoration: none;
}

.layakaram-home-feature-excerpt {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(36, 23, 23, 0.82);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.layakaram-home-meta {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(36, 23, 23, 0.62);
}

.layakaram-home-list-posts {
  display: grid;
  gap: 26px;
}

.layakaram-home-list-item {
  padding-bottom: 2px;
}

.layakaram-home-list-title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.35;
}

.layakaram-home-trends {
  margin: 12px 0 52px;
}

.layakaram-home-trends-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(320px, 0.9fr);
  gap: 42px;
  align-items: stretch;
}

.layakaram-home-trends-main,
.layakaram-home-trends-side {
  height: 100%;
}

.layakaram-home-trends-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 25px;
}

.layakaram-home-trend-card {
  display: flex;
  flex-direction: column;
}

.layakaram-home-trend-image {
  display: block;
  margin-bottom: 18px;
}

.layakaram-home-trend-image img {
  width: 100%;
  height: auto;
  display: block;
}

.layakaram-home-trend-title {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  color: #06050e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.layakaram-home-trend-excerpt {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(36, 23, 23, 0.82);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.layakaram-home-trends-side {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-self: stretch;
}

.layakaram-home-stacked-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding-bottom: 8px;
}

.layakaram-home-stacked-list + .layakaram-home-stacked-list {
  border-top: 1px solid rgba(36, 23, 23, 0.12);
  padding-top: 28px;
}

@media (max-width: 1100px) {
  .layakaram-home-editorial-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .layakaram-home-feature-title {
    font-size: 28px;
  }

  .layakaram-home-trends-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .layakaram-home-trends-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .layakaram-home-heading {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .layakaram-home-heading .widget-title {
    width: 100%;
  }

  .layakaram-home-heading .widget-title > span {
    white-space: normal;
  }

  .layakaram-home-trends-cards {
    grid-template-columns: 1fr;
  }
}

/* Responsive polish and reading experience */
img,
svg,
video {
  max-width: 100%;
  height: auto;
}

iframe,
embed,
object {
  max-width: 100%;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

body {
  overflow-wrap: break-word;
}

body.home,
body.blog {
  overflow-x: hidden;
}

#hero .bloghash-horizontal-slider .bloghash-swiper.swiper {
  margin-left: 0;
  margin-right: 0;
}

#hero .layakaram-devotee-slide,
#hero .layakaram-devotee-slide .post-thumb,
#hero .layakaram-devotee-slide .post-thumb a {
  width: 100%;
  min-width: 0;
}

#hero .layakaram-devotee-slide .post-thumb {
  overflow: hidden;
  border-radius: 18px;
}

#hero .layakaram-devotee-slide .post-thumb img {
  display: block;
  width: 100%;
  /* height: auto; */
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

#hero .layakaram-devotee-slide .entry-header {
  padding-top: 14px;
  text-align: center;
}

#hero .layakaram-devotee-slide .entry-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.entry-content > *,
.doc-body > * {
  max-width: 100%;
}

.entry-content table,
.doc-body table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.entry-content pre,
.doc-body pre {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.entry-content ul,
.entry-content ol,
.doc-body ul,
.doc-body ol {
  padding-left: 1.25rem;
}

.single .entry-content h2,
.single-post .entry-content h2,
.page .entry-content h2,
.doc-body h2 {
  margin: 1.5em 0 0.7em;
  line-height: 1.2;
  scroll-margin-top: 110px;
}

.single .entry-content h3,
.single-post .entry-content h3,
.page .entry-content h3,
.doc-body h3 {
  margin: 1.4em 0 0.65em;
  line-height: 1.24;
}

.single .entry-content img,
.single-post .entry-content img,
.page .entry-content img,
.doc-body img {
  border-radius: 10px;
}

.layakaram-want-to-know-widget,
.openai-right-sidebar .widget-box {
  border: 1px solid rgba(36, 23, 23, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(6, 5, 14, 0.04);
}

.layakaram-want-to-know-widget {
  padding: 22px 22px 18px;
}

.layakaram-want-to-know-list {
  margin: 0;
  padding: 0;
}

.layakaram-want-to-know-list li + li {
  margin-top: 10px;
}

.layakaram-want-to-know-list a {
  color: #06050e;
  text-decoration: none;
}

.layakaram-want-to-know-list a:hover,
.layakaram-want-to-know-list a:focus {
  color: var(--bloghash-primary);
}

.openai-doc-wrapper {
  display: grid;
  grid-template-columns: minmax(180px, 0.58fr) minmax(0, 1.45fr) minmax(
      260px,
      0.8fr
    );
  gap: 32px;
  align-items: start;
  margin-bottom: 56px;
}

.openai-doc-sidebar,
.openai-right-sidebar {
  position: sticky;
  top: 110px;
}

.openai-doc-sidebar,
.openai-right-sidebar .widget-box {
  background: #fff;
}

.openai-doc-sidebar {
  padding: 22px 20px 20px 0;
  border: 1px solid rgba(36, 23, 23, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(6, 5, 14, 0.04);
}

.openai-doc-sidebar h3,
.openai-right-sidebar h4,
.layakaram-want-to-know-widget .widget-title {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.25;
  color: #06050e;
}

.openai-toc {
  display: grid;
  gap: 10px;
}

.openai-toc a,
.sidebar-link,
.sidebar-cats a {
  color: #06050e;
  text-decoration: none;
}

.openai-toc a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(6, 5, 14, 0.8);
}

.openai-toc a:hover,
.openai-toc a:focus,
.sidebar-link:hover,
.sidebar-link:focus,
.sidebar-cats a:hover,
.sidebar-cats a:focus {
  color: var(--bloghash-primary);
}

.openai-doc-content {
  min-width: 0;
}

.doc-title {
  margin: 0 0 22px;
  line-height: 1.08;
  color: #533549;
}

.doc-body {
  font-size: 18px;
  line-height: 1.72;
  color: #000;
}

.doc-body p {
  margin: 0 0 22px;
}

.mobile-doc-toc {
  display: none;
  margin-bottom: 22px;
}

#mobile-toc-select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(36, 23, 23, 0.14);
  border-radius: 12px;
  background: #fff;
  color: #06050e;
}

.docs-widget {
  display: grid;
  gap: 20px;
}

.openai-right-sidebar .widget-box {
  padding: 20px;
}

.sidebar-link {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

.sidebar-link + .sidebar-link {
  margin-top: 12px;
}

.sidebar-cats {
  margin: 0;
  padding-left: 18px;
}

.sidebar-cats li + li {
  margin-top: 10px;
}

.pdf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #06050e;
  color: #fff;
  text-decoration: none;
}

.pdf-btn:hover,
.pdf-btn:focus {
  background: var(--bloghash-primary);
  color: #fff;
}

@media (max-width: 1200px) {
  .openai-doc-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    gap: 28px;
  }

  .openai-doc-sidebar {
    display: none;
  }

  .mobile-doc-toc {
    display: block;
  }
}

@media (max-width: 960px) {
  .single-content,
  .single article,
  .single-post article,
  .single .entry-content,
  .single-post .entry-content {
    font-size: 18px;
    line-height: 1.68;
  }

  .single-content p,
  .single article p,
  .single-post article p,
  .single .entry-content p,
  .single-post .entry-content p {
    margin-bottom: 20px;
  }

  .layakaram-home-editorial,
  .layakaram-home-trends {
    margin: 30px 0 42px;
  }

  .layakaram-home-editorial-grid,
  .layakaram-home-trends-grid {
    gap: 28px;
  }

  .layakaram-home-list-posts {
    gap: 22px;
  }

  .layakaram-home-feature-image {
    margin-bottom: 18px;
  }

  .layakaram-home-feature-title {
    font-size: 26px;
  }

  .layakaram-home-feature-excerpt,
  .layakaram-home-trend-excerpt {
    font-size: 15px;
  }

  .layakaram-home-list-title {
    font-size: 17px;
  }

  .openai-doc-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .openai-right-sidebar,
  .openai-doc-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .bloghash-container,
  .bloghash-container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .layakaram-home-heading .widget-title {
    gap: 0.9rem;
  }

  .layakaram-home-heading .widget-title::after {
    min-width: 36px;
  }

  .layakaram-home-heading-controls {
    width: 100%;
  }

  .layakaram-home-heading-actions {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  .layakaram-home-slider-controls {
    justify-content: flex-start;
  }

  .layakaram-home-slider-button.swiper-button-prev,
  .layakaram-home-slider-button.swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .layakaram-home-feature-title {
    font-size: 22px;
    line-height: 1.22;
  }

  .layakaram-home-list-title,
  .layakaram-home-trend-title {
    font-size: 16px;
  }

  .layakaram-home-meta {
    font-size: 13px;
  }

  #hero {
    overflow: hidden;
  }

  #hero .bloghash-hero-container.bloghash-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  #hero .bloghash-horizontal-slider .bloghash-swiper.swiper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 14px;
  }

  #hero .layakaram-devotee-slide .post-thumb {
    border-radius: 14px;
  }

  #hero .layakaram-devotee-slide .entry-title {
    font-size: 15px;
  }

  .layakaram-home-feature-image,
  .layakaram-home-trend-image {
    overflow: hidden;
    border-radius: 14px;
  }

  .layakaram-home-feature-image img,
  .layakaram-home-trend-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .doc-title {
    font-size: 1.9rem;
  }

  .doc-body,
  .single .entry-content,
  .single-post .entry-content {
    font-size: 17px;
    line-height: 1.7;
  }

  .openai-doc-sidebar,
  .openai-right-sidebar .widget-box,
  .layakaram-want-to-know-widget {
    border-radius: 14px;
  }
}

@media (max-width: 480px) {
  #hero .bloghash-hero-slider.bloghash-blog-horizontal {
    margin-top: 18px;
  }

  #hero .layakaram-devotee-slide .entry-header {
    padding-top: 10px;
  }

  #hero .layakaram-devotee-slide .entry-title {
    font-size: 14px;
    line-height: 1.2;
  }

  .layakaram-home-editorial,
  .layakaram-home-trends {
    margin: 24px 0 34px;
  }

  .layakaram-home-editorial-grid,
  .layakaram-home-trends-grid,
  .layakaram-home-trends-side {
    gap: 22px;
  }

  .layakaram-home-heading {
    margin-bottom: 18px;
  }

  .layakaram-home-list-posts {
    gap: 18px;
  }

  .layakaram-home-feature-excerpt {
    margin-bottom: 14px;
  }

  .layakaram-home-feature-slider,
  .layakaram-home-editorial-main,
  .layakaram-home-editorial-list,
  .layakaram-home-trends-main,
  .layakaram-home-stacked-list,
  .layakaram-home-trend-card {
    min-width: 0;
  }

  .layakaram-home-feature-copy,
  .layakaram-home-trend-card,
  .layakaram-home-list-item {
    overflow: hidden;
  }

  .layakaram-home-heading .widget-title {
    font-size: 26px;
    line-height: 1.15;
  }

  .layakaram-home-slider-controls {
    gap: 8px;
  }

  .layakaram-home-show-all {
    padding: 7px 11px;
  }

  .layakaram-home-feature-title {
    font-size: 21px;
  }

  .openai-right-sidebar .widget-box {
    padding: 18px;
  }
}

/* Bilingual lyrics layout */
.layakaram-lyrics-page {
  margin-top: 36px;
  margin-bottom: 56px;
}

.layakaram-lyrics-page #primary,
.layakaram-lyrics-page #content,
.layakaram-lyrics-page #secondary,
.layakaram-lyrics-page .bloghash-sidebar-inner {
  min-width: 0;
}

.layakaram-lyrics-article {
  background: #fff;
  padding: 0 !important;
  box-shadow: none !important;
  min-width: 0;
}

.layakaram-lyrics-hero {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.layakaram-lyrics-idol-frame {
  background: linear-gradient(180deg, #fff8e5 0%, #fff1c6 100%);
  border: 1px solid #f6b042;
  border-radius: 16px;
  overflow: hidden;
  padding: 10px;
}

.layakaram-lyrics-idol-frame img {
  display: block;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 4 / 5.2; */
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
}

.layakaram-lyrics-title {
  margin: 0 0 10px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #06050e;
}

.layakaram-lyrics-subtitle {
  margin: 0 0 24px;
  line-height: 1.2;
  color: #06050e;
}

.layakaram-lyrics-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
}

.layakaram-lyrics-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 7px;
  border: 1.5px solid rgba(128, 93, 32, 0.34);
  background: #fff;
  color: #211b16;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease,
    transform 0.25s ease;
}

.layakaram-lyrics-action:hover,
.layakaram-lyrics-action:focus {
  color: #fff;
  background: #533549;
  border-color: #533549;
  transform: translateY(-1px);
}

.layakaram-lyrics-action i {
  font-size: 20px;
}

.layakaram-lyrics-board {
  overflow: hidden;
  border: 2px solid #f6b042;
  border-radius: 16px;
  background: #fffefb;
  max-width: 100%;
}

.layakaram-lyrics-board-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #533549;
  color: #fff;
}

.layakaram-lyrics-board-head.is-single-column {
  grid-template-columns: 1fr;
}

.layakaram-lyrics-board-heading {
  padding: 16px 25px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color:#fff;
}

.layakaram-lyrics-board-heading--left {
  border-right: 1px solid rgba(255, 228, 178, 0.24);
}

.layakaram-lyrics-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  /* border-top: 1px solid rgba(215, 176, 97, 0.6); */
}

.layakaram-lyrics-row.is-single-column {
  grid-template-columns: 1fr;
}

.layakaram-lyrics-row:first-child {
  border-top: 0;
}

.layakaram-lyrics-cell {
  min-width: 0;
  padding: 24px 26px;
  font-size: 19px;
  line-height: 1.55;
  color: #14110d;
  font-family: "Roboto", sans-serif !important;
  overflow-wrap: anywhere;
}

/* Explicit Telugu Paragraph Font */
.layakaram-lyrics-cell--telugu,
.layakaram-lyrics-cell--telugu p,
.layakaram-lyrics-cell--telugu span,
.layakaram-lyrics-cell--telugu div,
.telugu-text {
  font-family: "Pallavi", sans-serif !important;
  font-weight: 500 !important;
}

.layakaram-lyrics-cell--telugu {
  border-right: 1px solid rgba(215, 176, 97, 0.6);
  font-weight: 500;
}

.layakaram-lyrics-cell--english {
  font-size: 19px;
}

.layakaram-lyrics-extra {
  margin-top: 32px;
}

.layakaram-lyrics-extra h2,
.layakaram-lyrics-extra h3 {
  color: #112748;
}

@media (max-width: 960px) {
  .layakaram-lyrics-article {
    padding: 0 !important;
    border-radius: 0;
  }

  .layakaram-lyrics-hero {
    grid-template-columns: minmax(150px, 180px) minmax(0, 1fr);
    gap: 22px;
  }

  .layakaram-lyrics-board-heading {
    padding: 16px 18px;
    font-size: 18px;
  }

  .layakaram-lyrics-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .layakaram-lyrics-cell {
    padding: 20px 18px;
    font-size: 18px;
  }
  .bloghash-container {
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  .layakaram-lyrics-page {
    margin-top: 24px;
    margin-bottom: 42px;
  }

  .layakaram-lyrics-hero {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .layakaram-lyrics-hero-media {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .layakaram-lyrics-hero-copy {
    width: 100%;
  }

  .layakaram-lyrics-idol-frame {
    /* width: min(260px, 100%); */
    width: 100%;
  }

  .layakaram-lyrics-actions {
    justify-content: center;
  }

  .layakaram-lyrics-action {
    flex: 1 1 calc(50% - 7px);
  }

  .layakaram-lyrics-board-head {
    grid-template-columns: 1fr;
  }

  .layakaram-lyrics-board-heading--left {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 228, 178, 0.24);
  }

  .layakaram-lyrics-row {
    grid-template-columns: 1fr;
  }

  .layakaram-lyrics-cell--telugu {
    border-right: 0;
    border-bottom: 1px solid rgba(215, 176, 97, 0.45);
  }
}

@media (max-width: 640px) {
  .layakaram-lyrics-page {
    margin-top: 18px;
    margin-bottom: 34px;
  }

  .layakaram-lyrics-hero {
    gap: 18px;
    margin-bottom: 20px;
  }

  .layakaram-lyrics-idol-frame {
    width: min(340px, 100%);
    padding: 8px;
  }

  .layakaram-lyrics-actions {
    gap: 10px;
  }

  .layakaram-lyrics-action {
    flex: 1 1 100%;
    width: 100%;
  }

  .layakaram-lyrics-board-heading {
    padding: 12px 14px;
  }

  .layakaram-lyrics-cell {
    padding: 14px;
    font-size: 17px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .layakaram-lyrics-title {
    font-size: 2.8rem;
  }

  .layakaram-lyrics-subtitle {
    margin-bottom: 16px;
    font-size: 2rem;
  }

  .layakaram-lyrics-action {
    min-height: 46px;
    font-size: 18px;
    padding: 10px 14px;
    border-radius: 12px;
  }

  .layakaram-lyrics-board {
    border-radius: 14px;
  }

  .layakaram-lyrics-board-heading {
    padding: 12px 14px;
    font-size: 18px;
  }

  .layakaram-lyrics-cell {
    padding: 12px;
    font-size: 18px;
    line-height: 1.58;
  }
}

@media (max-width: 380px) {
  .layakaram-lyrics-title {
    font-size: 1.6rem;
  }

  .layakaram-lyrics-subtitle {
    font-size: 0.94rem;
  }

  .layakaram-lyrics-action {
    gap: 8px;
    font-size: 13px;
  }

  .layakaram-lyrics-action i {
    font-size: 16px;
  }

  .layakaram-lyrics-cell {
    font-size: 15px;
  }
}

@media print {
  .layakaram-lyrics-actions,
  #bloghash-header,
  #bloghash-footer,
  #bloghash-scroll-top,
  #comments,
  #secondary {
    display: none !important;
  }

  .layakaram-lyrics-article {
    box-shadow: none;
    border-color: #f6b042;
  }
}

/* Filmock Card Style for Category Grid */
.top-news-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    gap: 0;
}
.top-news-item {
    width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 24px;
    box-sizing: border-box;
    flex: unset;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Roboto", sans-serif;
}
@media (min-width: 992px) {
    .top-news-item {
        width: 33.3333%;
    }
}
.top-news-item .image-wrapper {
    position: relative;
    overflow: hidden;
    height: 180px;
    margin-bottom: 12px;
    border-radius: 3px;
}
.top-news-item .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}
.top-news-item:hover img {
    transform: scale(1.05);
}
.top-news-item h2 {
    font-size: 22px;
    line-height: 135%;
    font-weight: 700;
    color: rgb(36, 23, 23);
    margin-bottom: 12px;
    padding-top: 0;
}
.top-news-item p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(36, 23, 23);
    margin-bottom: 12px;
    height: 48px;
    overflow: hidden;
}
.top-news-item .post-date {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #666;
}
@media (max-width: 575px) {
    .top-news-item p {
        display: none;
    }
}
.top-news-item a {
    text-decoration: none;
}


#masthead {
    margin-bottom: 1.6rem;
}

