/* =========================================
HERITAGE PAGE HEADER
(same styling as explore page header)
========================================= */

.tv-tree-header {

    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;

    text-align: center;
    padding: 60px 20px;

}

/* header content wrapper */

.tv-tree-header-inner {

    max-width: 900px;
    margin: auto;

}

/* english title */

.tv-tree-title {

    font-family: "Cinzel", serif;
    font-size: 36px;
    color: #3b1a10;
    margin: 0;

}

/* kannada subtitle */

.tv-tree-subtitle {

    font-family: "Noto Serif Kannada", serif;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: #6b3a1a;

}

/* =========================================
HERITAGE SEARCH SECTION
========================================= */

.tv-heritage-search{

background:#f2e6d6;
padding:30px 0;

}

/* centered search container */

.tv-heritage-search .tv-container{

max-width:900px;
margin:auto;

}

/* intro text */

.tv-heritage-intro{

text-align:center;
font-size:16px;
color:#5c3b20;
margin-bottom:20px;

}

/* search input */

#tv-heritage-search{

width:100%;
padding:12px 14px;

font-size:16px;

border:1px solid #c89f63;
border-radius:4px;

background:#fff;

}

/* =========================================
HERITAGE CATEGORY FILTER
========================================= */

.tv-heritage-filter{
background:#efe2cf;
}

.tv-filter-nav{
display:flex;
align-items:center;
justify-content:center;
gap:8px;
}

.tv-filter-scroll{
display:flex;
overflow-x:auto;
gap:10px;
padding:10px 0;
}

.tv-filter-scroll::-webkit-scrollbar{
display:none;
}

/* category box */

.tv-filter-item{

padding:6px 14px;

border:1px solid #c89f63;

background:#fff;

border-radius:4px;

font-size:14px;

cursor:pointer;

white-space:nowrap;

color:#4b2e16;

}

/* active category */

.tv-filter-item.active{

background:#6b3a1a;

color:#fff;

border-color:#6b3a1a;

}

/* arrows */

.tv-filter-arrow{

background:none;

border:none;

font-size:18px;

cursor:pointer;

color:#6b3a1a;

}


/* =========================================
HERITAGE ARTICLE LIST
========================================= */

.tv-heritage-articles{
background:#f2e6d6;
padding:40px 0;
}

/* card */

.tv-article-card{

background:#f7efe3;

border:1px solid #e2d2b6;

border-radius:6px;

padding:26px;

margin-bottom:24px;

max-width:900px;

margin-left:auto;
margin-right:auto;

}

/* title */

.tv-article-title{

font-family:"Cinzel",serif;

font-size:22px;

margin-bottom:8px;

}

.tv-article-title a{
color:#3b1a10;
text-decoration:none;
}

/* excerpt */

.tv-article-excerpt{

font-family:"Lora",serif;

font-size:15px;

color:#5c3b20;

margin-bottom:12px;

}

/* meta row */

.tv-article-meta{

font-size:13px;

color:#7a5b3a;

margin-bottom:16px;

}

/* fix wordpress blue links */

.tv-article-meta a{

color:#7a5b3a;

text-decoration:none;

}

.tv-article-meta a:hover{

text-decoration:underline;

}

/* actions row */

.tv-article-actions{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:10px;

}

/* read more button */

.tv-read-more{

background:#c89f63;

color:#3b1a10;

padding:8px 18px;

border-radius:4px;

font-size:14px;

font-weight:600;

text-decoration:none;

transition:0.2s;

}

.tv-read-more:hover{

background:#b98a4a;

}

/* share buttons */

.tv-actions-right{

display:flex;

gap:18px;

font-size:14px;

color:#6b3a1a;

}

.tv-share-native,
.tv-copy-link{

cursor:pointer;

}

.tv-share-native:hover,
.tv-copy-link:hover{

text-decoration:underline;

}

/* =========================================
HERITAGE PAGINATION
========================================= */

.tv-heritage-pagination{

margin-top:40px;

text-align:center;

font-size:15px;

}

.tv-heritage-pagination a{

padding:8px 12px;

margin:0 4px;

text-decoration:none;

border:1px solid #c89f63;

border-radius:4px;

color:#6b3a1a;

}

.tv-heritage-pagination .current{

padding:8px 12px;

margin:0 4px;

background:#6b3a1a;

color:#fff;

border-radius:4px;

}


/* =========================================
HERITAGE SINGLE ARTICLE PAGE
========================================= */

.tv-heritage-single{
background:#f2e6d6;
padding:60px 20px;
}

/* main width control */

.tv-container{
max-width:900px;
margin:auto;
}

/* article card */

.tv-single-card{

background:#f7efe3;

border:1px solid #e2d2b6;

border-radius:6px;

padding:40px;

}

/* title */

.tv-single-title{

font-family:"Cinzel",serif;

font-size:32px;

color:#3b1a10;

margin-bottom:10px;

}

/* meta */

.tv-single-meta{

font-size:14px;

color:#7a5b3a;

margin-bottom:25px;

}

/* content */

.tv-single-content{

font-family:"Lora",serif;

font-size:16px;

line-height:1.8;

color:#4a2b15;

}

/* headings */

.tv-single-content h2,
.tv-single-content h3{

margin-top:30px;
margin-bottom:10px;

font-family:"Cinzel",serif;

color:#3b1a10;

}

/* paragraph spacing */

.tv-single-content p{

margin-bottom:16px;

}

/* section divider */

.tv-single-content hr{

border:none;

border-top:1px solid #d6c3a3;

margin:30px 0;

}

/* fix category link color */

.tv-single-meta a{

color:#7a5b3a;

text-decoration:none;

}

.tv-single-meta a:hover{

text-decoration:underline;

}