/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap'); */

/*body {background:#fff;font-family: 'Josefin Sans', sans-serif;font-size:18px;color:#000;padding:0;margin:0 auto;} */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    background:#fff;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size:18px;
    color:#000;
    padding:0;
    margin:0 auto;
}


h1, h2, h3, h4 {margin:0 0 15px;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:22px;}
h4 {font-size:18px;}
p {margin:0 0 15px;}
input:focus {outline:0;}
.form-control:focus, .btn-success.focus, .btn-success:focus  {box-shadow:none;}
section {padding:80px 0;}
a {text-decoration:none;color: #850016;}
ul {padding:0;}
button:focus {outline: none;}
img {max-width: 100%;}

/* Override for blog images to prevent stretching */
.fs-t3 img {
    max-width: 100%;
    max-height: none;
}

.book_btn {
    background: #7f0019;
    padding: 9px 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px; 
}
.navbar {
	padding:0;
}
.navbar-nav {
    margin-left: auto;
}
.navbar-expand-lg .navbar-nav li .nav-link {
	padding:2rem 1.5rem;
	color:#454545;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.navbar-expand-lg .navbar-nav li a.nav-link:hover, .navbar-expand-lg .navbar-nav li.active a.nav-link {
	background:#7f0019;
	color:#fff !important;
}

/*======================== BANNER CSS STARTS ========================*/
#banner {
	background:#f2f2f2;
	padding:20px 0 32px;
	position:relative;
	width:100%;
}
/*#banner:before {
	content:"";
	position:absolute;
	top:8%;
	left:2%;
	background-image:url(../images/circel_shape01.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:320px;
	width:320px;
}*/
#banner:after {
	content:"";
	position:absolute;
	bottom:-68px;
	left:0;
	background-image:url(../images/waves.jpg);
	background-repeat:repeat-x;
	height:68px;
	width:100%;
}
.fs_t1-item-txt h1 {
	font-size:74px;
	line-height:1.2;
	color:#282828;
}
.fs_t1-item-txt strong {
	color:#7f0019;
}
.fs_t1-item-txt h4 {
	font-size:37px;
	line-height:1.2;
	color:#000;	
}
.fs_t1-item-txt p {
	font-size:19px;
	line-height:1.2;
	color:#282828;	
	max-width:510px;
}
.subscribe {
    margin: 50px 0 0;
}
.subscribe .input-group {
    border-radius: 90px;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px 10px 10px 0;
}
.subscribe .input-group input.form-control {
    border-radius: 90px 0 0 90px;
    border: none;
    color: #000;
    padding: 0 30px;
}
.subscribe .input-group .btn-success {
    border-radius: 90px;
    background: #7f0019;
    border: none;
    padding: 10px 20px;
	font-style: italic;
    text-transform: uppercase;
}
.subscribe .input-group .btn-success:hover, .subscribe .input-group .btn-success:focus, .subscribe .input-group .btn-success:active, .subscribe .input-group .btn-success:active:focus {
	background: #000;
	box-shadow:none;
}
.fs_t1-item-img img {
    width: 100%;
}
#book_deal {
	padding:140px 0 0px;
}
.head_title h2 {
    font-size: 47px;
    color: #282828;
    font-weight: 700;
    margin: 0 auto 40px;
    max-width: 720px;
}
.fs_t2-item .fs_t2-item-img img {
    border: 11px solid #f2f2f2;
}
.fs_t2-item h4 {
	color:#282828;
	font-size:17px;
	margin:15px 0 10px;
}
.fs_t2-item a {
    text-decoration: none;
}
.fs_t2-item span {
	color:#7f0019;
	font-size:15px;
}
#best_seller {
	background:#f2f2f2;
	position:relative;
}
/*#best_seller:before {
	content:"";
	position:absolute;
	top:8%;
	right:10px;
	background-image:url(../images/circel_shape01.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:320px;
	width:320px;
}*/
.fs_t3-item {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 8px 16px rgb(0 0 0 / 9%);
    margin: 0 0 30px;
}

/* Modern Blog Card Styling */
.fs-t3 .fs_t3-item.blog-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0 !important;
    margin: 0 0 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.blog-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.blog-image-wrapper {
    width: 100%;
    height: 280px !important;
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    flex-shrink: 0;
}

.blog-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    min-height: 280px;
    max-height: 280px;
    object-fit: cover !important;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image-wrapper img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: #282828;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: #7f0019;
}

.fs_t3-item-img img {
    width: 100%;
    margin: 0 0 26px;
}
.fs_t2-item-txt h2 {
	font-size:21px;
	color:#171717;
	font-weight:700;
}
.fs_t2-item-txt p {
	font-size:15px;
	color:#525252;
}
.fs_t2-item-txt a {
	color:#7f0019;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.fs_t2-item-txt a:hover {
	color:#000;
}
#testimonial {
	/*background-image:url(../images/testimonial_bg.jpg);*/
	background-color:#7f0019;
	background-repeat:no-repeat;
	background-size:cover;
}
#testimonial .head_title h2 {
	color:#fff;
}
.fs_t4-item {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.fs_t4-item-img {
    float: left;
    margin: 0 20px 0 0;
}
.fs_t4-item-text {
    padding: 10px 0 0;
}
.fs_t4-item-text h4 {
    margin: 0;
    color: #161616;
    font-size: 18px;
    font-weight: 700;
}
.fs_t4-item-text span {
    color: #515151;
    font-size: 14px;
	position:relative;
}
.fs_t4-item-text span:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    border: 2px solid #7f0019;
    height: 2px;
    width: 46px;
}
.rating {
    margin: 14px 0 0;
}
.fs_t4-item p {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
footer {
	padding:80px 0;
	background:#021c24;
	position:relative;
}
footer:before {
	content: "";
    position: absolute;
    top: 12%;
    left: -10px;
    height: 64px;
    width: 166px;
	background-image:url(../images/ftr_pattern.png);
	background-repeat:no-repeat;
	background-size:100%;
}
footer:after {
	content: "";
    position: absolute;
    bottom: 12%;
    right: 0;
    height: 64px;
    width: 166px;
	background-image:url(../images/ftr_pattern.png);
	background-repeat:no-repeat;
	background-size:100%;
}
.fs_t5-item-txt h3 {
    color: #fff;
    font-size: 19px;
    position: relative;
    margin: 0 0 34px;
	z-index:99;
}
.fs_t5-item-txt h3:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    background: #fff;
    width: 37px;
    height: 3px;
}
.fs_t5-item-txt ul {
    padding-left: 15px;
}
.fs_t5-item-txt li {
    color: #fff;
    padding: 0 0 15px 0;
}
.fs_t5-item-txt li a {
    color: #fff;
    font-size: 15px;
	text-decoration:none;
}
.fs_t5-item-txt li a:hover {
    color: #7f0019;
}
.fs_t5-item-txt .social {
    padding: 0;
}
.fs_t5-item-txt .social li {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 7px;
    background: #efefef;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.fs_t5-item-txt .social li:hover {
    background: #7f0019;
}


@media screen and (max-width: 1199px) {
.fs_t1-item-txt h1 {
    font-size: 56px;
}


}

@media screen and (max-width: 991px) {
.fs_t2-item {
    margin: 0 0 30px;
}
.fs_t2-item-img img{
	width:100%;
}
.fs_t5-item-txt h3 {
	font-size:18px;
}
.fs_t5-item-txt li a {
	font-size:14px;	
}
.navbar-nav {
    float: none;
}
.navbar-expand-lg .navbar-nav li .nav-link {
	padding:1rem 1.5rem;
}
.navbar-nav {
	margin-top:20px;
}

}

@media screen and (max-width: 767px) {
.fs_t1-item-txt h1 {
    font-size: 39px;
}
.head_title h2 {
    font-size: 22px;
}
.fs_t4-item {
    margin: 0 0 20px;
}
.fs_t5-item {
    margin: 0 0 40px;
}
footer {
    padding: 80px 0 40px;
}

/* Blog responsive styles */
.blog-header h1 {
    font-size: 32px;
}
.blog-image-wrapper {
    height: 220px;
}
.blog-card-content {
    padding: 16px;
}
.blog-title {
    font-size: 16px;
}
.row-5 {
    margin: 0 -10px;
}
.row-5 > [class*="col-"] {
    padding: 0 10px;
    margin-bottom: 20px;
}

	
}




.navbar-nav li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight:bold;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}



/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 767px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding: 0 .5rem;
  margin:0 .25rem;
}

  
/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

  
.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:100%;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  
 

  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}
.dropdown-menu ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 10px;
}

.sidebar-item .subscribe .input-group {
    display: block;
	border: none;
	background: none;
	border-radius: 0;
	padding: 0;
}
.sidebar-item .subscribe .input-group input.form-control {
    border: none;
    width: 100%;
    border-radius: 0;
    padding: 5px 10px;
}
.sidebar-item .fs-t1-inr {
    background: #7f0019;
    color: #fff;
    padding: 16px;
	margin: 0 0 30px;
}
.sidebar-item .subscribe {margin: 0;}
.sidebar-item .subscribe .input-group .btn-success {
    background: #000;
    border-radius: 0;
    width: 100%;
    margin: 5px 0 0;
    padding: 7px 10px;
}
.audible_img_amz {
    margin: 50px 0;
}
.book-item-links > a {
    background: #850016;
    color: #fff !important;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 0 5px;
}
.book-item-price  {
    font-size: 20px;
}
.book-item-price span {
    font-size: 30px;
}
.book-item {
    margin: 0 0 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    padding: 25px 25px 20px;
    overflow: hidden;
}
.book-item a {color:#7f0019;}
.book-item-book h2 span {
    display: block;
    font-size: 18px;
}
header {
    border-bottom: 1px solid #ddd;
}
main {
    margin: 40px 0;
}


.main_contact {
    padding: 70px 0;
}
.main_contact .contact_text {
	text-align:center;
}
.main_contact form {
    max-width: 560px;
    margin: 60px auto 0;
}

.book_btn:hover {
    text-decoration: none;
    background: #a52828;
    color: #fff;
}


footer {
    padding: 80px 0 50px;
}
.navbar .dropdown-menu {margin: 0;}



/* redesign */
.testimonial-dk .rating{
    margin-top: 0px;
}


/* 404 page css */
.not-found-dk{
    padding: 30px 0 80px;
}
.not-found-dk img{
        width: 280px;
        margin: auto;
}
.not-found-dk header{
    border-bottom: unset;
}

.not-found-dk header h1{
        margin-top: 30px;
}
.not-found-dk header h2{
    font-size: 200px;
    line-height: 165px;
    margin-top: 30px;
    color: #7f0019;
}
.not-found-dk p{
    margin-bottom: 40px;
}


.not-found-dk .book_btn{
    padding: 15px 30px;
    border-radius: 30px;
}
        

@media(max-width: 352px){
    .navbar-brand img{
        width: 190px !important;
    }
    #book_deal {
        padding: 80px 0 0px;
    }
    section {
        padding: 50px 0;
    }
    .fs_t4-item-img img{
        width: 80px;
    }
    .not-found-dk header h2 {
        font-size: 170px;
    }
}

.fs_t2-item{margin-bottom: 25px;}

/* Modern Blog Section Styling */
.fs-t3 {
    padding: 80px 0;
}

.blog-header {
    text-align: center;
    margin-bottom: 50px;
}

.blog-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.row-5 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row-5 > [class*="col-"] {
    padding: 0 15px;
    margin-bottom: 30px;
}

/* Ensure equal height cards */
.row-5 .blog-item {
    display: flex;
    height: 100%;
}

.row-5 .blog-item > .fs-t3-item {
    width: 100%;
}

/* Force consistent image sizing - prevent stretching */
.fs-t3 .blog-item .blog-image-wrapper,
.fs-t3 .blog-card .blog-image-wrapper {
    width: 100% !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    overflow: hidden !important;
    position: relative;
    display: block;
}

.fs-t3 .blog-item .blog-image-wrapper img,
.fs-t3 .blog-card .blog-image-wrapper img,
.fs-t3 .blog-item img {
    width: 100% !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* Blog images - same size without stretching (backup styles) */
.blog-item img,
.blog-item .blog-image-wrapper img {
    width: 100% !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
}

.book-item-desc {
   /*  line-height: 2.1; */
    line-height: 1.7;
    margin: 10px 0;
}
.book-item-info h1{
color:#850016;
}

.offer-box {
    background: #f6d457 none repeat scroll 0 0;
    border: 3px dashed #33394b;
    color: #111;
    margin: 15px 0;
    margin-left: 10px;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.offer-button-box {
    background: #850016;
    padding: 13px;
    display: inline-block;
    color: #fff !important;
    /* font-family: "Open Sans",sans-serif; */
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto 0px auto;
    /* border: solid 3px #685b5b !important; */
    margin-top: 10px !important;
}

/* ==================== Modern Single Post Styles ==================== */
.single-post-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.single-post-header {
    margin-bottom: 40px;
}

.single-post-featured-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
}

.single-post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.single-post-meta {
    margin-bottom: 30px;
}

.post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.post-category {
    display: inline-block;
    padding: 6px 14px;
    background: #7f0019;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-category:hover {
    background: #a52828;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(127, 0, 25, 0.3);
}

.single-post-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #282828;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}

.post-meta-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 15px;
    color: #666;
    margin-top: 16px;
}

.post-date {
    color: #666;
    text-decoration: none;
}

.post-date::before {
    content: "📅";
    margin-right: 6px;
}

.post-author {
    color: #666;
}

.post-author::before {
    content: "✍️";
    margin-right: 6px;
}

.single-post-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px;
}

.single-post-content p {
    margin-bottom: 24px;
}

.single-post-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #282828;
    margin: 40px 0 20px;
    line-height: 1.3;
}

.single-post-content h3 {
    font-size: 26px;
    font-weight: 600;
    color: #282828;
    margin: 32px 0 16px;
    line-height: 1.3;
}

.single-post-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #282828;
    margin: 28px 0 14px;
    line-height: 1.3;
}

.single-post-content ul,
.single-post-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.single-post-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.single-post-content a {
    color: #7f0019;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.single-post-content a:hover {
    color: #a52828;
}

.single-post-content blockquote {
    border-left: 4px solid #7f0019;
    padding: 20px 24px;
    margin: 30px 0;
    background: #f9f9f9;
    font-style: italic;
    color: #555;
    border-radius: 4px;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.single-post-content code {
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 16px;
    color: #d63384;
}

.single-post-content pre {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 24px 0;
}

.single-post-content pre code {
    background: none;
    padding: 0;
    color: #333;
}

.single-post-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #e5e5e5;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.tags-label {
    font-weight: 600;
    color: #666;
    font-size: 15px;
}

.post-tags a {
    display: inline-block;
    padding: 6px 14px;
    background: #f0f0f0;
    color: #666 !important;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-tags a:hover {
    background: #7f0019;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(127, 0, 25, 0.2);
}

/* Sidebar Modern Styling */
.sidebar {
    padding-left: 30px;
}

.sidebar-items {
    position: sticky;
    top: 20px;
}

.sidebar-item {
    margin-bottom: 30px;
}

.sidebar-item .fs-t1-inr {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-item .fs-t1-inr:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.sidebar-item .fs-t1-inr h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.sidebar-item .fs-t1-inr p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.95);
}

/* Responsive Styles for Single Post */
@media screen and (max-width: 991px) {
    .sidebar {
        padding-left: 15px;
        margin-top: 40px;
    }
    
    .single-post-title {
        font-size: 32px;
    }
    
    .single-post-content {
        font-size: 17px;
    }
    
    .single-post-content h2 {
        font-size: 28px;
    }
    
    .single-post-content h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .single-post-wrapper {
        padding: 20px 0;
    }
    
    .single-post-title {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .single-post-content {
        font-size: 16px;
        line-height: 1.7;
    }
    
    .single-post-content h2 {
        font-size: 24px;
    }
    
    .single-post-content h3 {
        font-size: 20px;
    }
    
    .single-post-content h4 {
        font-size: 18px;
    }
    
    .post-meta-info {
        font-size: 14px;
        gap: 15px;
    }
    
    .single-post-featured-image {
        margin-bottom: 20px;
        border-radius: 8px;
    }
    
    .post-categories {
        margin-bottom: 12px;
    }
    
    .post-category {
        font-size: 12px;
        padding: 5px 12px;
    }
    
    .sidebar {
        padding-left: 0;
    }
    
    .sidebar-items {
        position: static;
    }
}

/* ==================== Phase 8 -- Book listing/detail page UI pattern ==================== */

/* Item 5/6/7/9: card layout -- title, author, price, date, in normal flow */
.book-item-book h2 {
    margin: 6px 0 2px;
}
.book-item-book h2 a {
    color: #850016;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}
.book-item-author {
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
}
.book-item-price {
    margin: 0 0 10px;
}
.book-item-price .price-current {
    font-size: 28px;
    font-weight: 700;
    color: #7f0019;
}
.book-item-price .price-regular {
    font-size: 18px;
    color: #999;
    margin-left: 8px;
    font-weight: 400;
    text-decoration: line-through;
}
.book-item-date {
    color: #444;
    margin: 0 0 12px;
    position: static;
}

/* Item 8: Read More / Read Less toggle (detail page description) */
.book-item-desc.collapsed {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}
.book-item-desc.collapsed:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
.read-more-btn {
    background: none;
    border: none;
    color: #7f0019;
    font-weight: 700;
    padding: 0;
    margin: -4px 0 20px;
    display: block;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
}
.read-more-btn:hover {
    text-decoration: underline;
}

/* Item 9: genre/length meta row + tags row */
.book-item-meta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 20px;
    margin: 0 0 6px;
}
.book-item-genre a,
.book-item-tags a {
    color: #7f0019;
}
.book-item-tags {
    color: #7f0019;
    font-weight: 500;
    margin: 0 0 10px;
}

/* Item 1/12/14/20: store buttons + Other Stores modal */
.book-item-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 20px;
}
.book-item-links .btn-store {
    background: #f0f0f0;
    color: #333 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .3px;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.6;
    margin: 0;
}
.book-item-links .btn-store:hover {
    background: #e2e2e2;
}
.book-item-links .btn-store {background: #7f0019;color: #fff !important;border: 1px solid #7f0019;}
.book-item-links .btn-store:hover {background: #5c0013;border: 1px solid #5c0013;}
.book-item-links .btn-other-stores {background: #6c757d;color: #fff !important;border: 1px solid #6c757d;}
.book-item-links .btn-other-stores:hover {background: #5c636a;border: 1px solid #5c636a;}
.other-stores {
    position: relative;
}
.other-stores-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 1000;
}
.other-stores.open .other-stores-backdrop {
    display: block;
}
.other-stores-dropdown {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    padding: 40px 24px 16px;
    width: 560px;
    max-width: 90vw;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 1001;
    column-count: 3;
    column-gap: 0;
}
.other-stores.open .other-stores-dropdown {
    display: block;
}
.other-stores-dropdown a {
    display: block;
    padding: 8px 10px;
    color: #333;
    white-space: nowrap;
    background: none;
    font-weight: 400;
    text-transform: none;
    border-radius: 0;
    margin: 0;
    break-inside: avoid;
}
.other-stores-dropdown a:hover {
    background: #f5f5f5;
}
.other-stores-close {
    position: absolute;
    top: 4px;
    right: 8px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: #888;
    cursor: pointer;
    padding: 4px 10px;
    font-family: inherit;
}
.other-stores-close:hover {
    color: #333;
}

/* Item 2: single signup section (list + detail content column) */
.site-signup-section {
    margin: 40px 0;
    padding: 40px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-radius: 6px;
    text-align: center;
}
.site-signup-section h3 {
    margin: 0 0 10px;
    color: #161616;
    font-size: 22px;
    font-weight: 700;
}
.site-signup-section p {
    margin: 0 0 25px;
    color: #555;
    font-size: 15px;
}
.site-signup-section .subscribe {
    max-width: 460px;
    margin: 0 auto;
}
.site-signup-section .subscribe .input-group {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    padding: 0;
}
.site-signup-section .subscribe .input-group input.form-control {
    border: none;
    border-radius: 0;
    flex: 1;
    padding: 0 20px;
}
.site-signup-section .subscribe .input-group-append {
    flex-shrink: 0;
}
.site-signup-section .subscribe .input-group .btn-success {
    border-radius: 0;
    font-style: normal;
}

/* Item 18: sidebar Recent Books widget (detail page) */
.sidebar-recent-posts {border: 1px solid #ddd;border-radius: 10px;padding: 20px;background: #fff;margin-top: 0;}
.sidebar-recent-posts h3 {margin: 0 0 15px;font-size: 20px;font-weight: 700;color: #1a1a1a;}
.sidebar-recent-posts-list {list-style: none;margin: 0;padding: 0;}
.sidebar-recent-posts-list li {margin: 0 0 15px;}
.sidebar-recent-posts-list li:last-child {margin: 0;}
.sidebar-recent-posts-list li a {display: flex;align-items: center;gap: 12px;color: #333;text-decoration: none;}
.sidebar-recent-posts-list li a img {width: 50px;height: 75px;object-fit: cover;border-radius: 4px;flex-shrink: 0;}
.sidebar-recent-posts-list li a span {font-size: 14px;font-weight: 600;line-height: 1.4;}
.sidebar-recent-posts-list li a:hover span {color: #7f0019;}

/* Item 19: wider container above 1400px (booksbarrel-family: plain .container, no separate .header-inner) */
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}

/* Item 22: subscribe form styling on the detail page */
.single-books input.subBtn {padding: 10px !important;}

/* Item 23: footer link lists showing default bullet dots */
.fs_t5-item-txt ul li {list-style: none;}
