@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');

/* Band-aid if something else is still leaking width */
html, body {
  overflow-x: hidden;
}


.book_container
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.hadith_book_cover
{
	width: 220px;
	border-radius: 5px;
}

.book_container_header
{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'QuickSand', Serif;
	color: #001a00;
}

.book_desc
{
	text-align: center;
}

.book_desc_p
{
	font-family: 'QuickSand', sans-serif;
	font-size: 18px;
	margin-left:40px;
	margin-right:40px; 
	text-align: justify;
	color: #00404c;
}

.book_desc_pad
{
	font-family: 'QuickSand', sans-serif;
	font-size: 18px;
	margin-left:60px;
	margin-right:60px; 
	text-align: justify;
	color: #00404c;
}

.book_desc_quote
{
	font-family: 'QuickSand', sans-serif;
	font-size: 18px;
	margin-left:60px;
	margin-right:60px; 
	text-align: justify;
	color: #008800;
}

#HadithVolNavbar ul li a
{
	color: #990099;
}

#HadithVolNavbar ul li a:hover
{
	color: #cc00cc;
}

/* Optional: subtle visual cue for unavailable image */
.img-unavailable {
  pointer-events: none; /* just in case */
}


/* The neutral gray badge */
.availability-badge {
  display: inline-block;
  background: rgba(120, 120, 120, 0.85);
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 6px;
  text-transform: uppercase;
}



