body.dark-mode {
      background-color: #121212;
      color: #ffffff;
}
#site-alert {
  background-color: #dc3545; /* Bootstrap red */
  color: white;
  text-align: center;
  padding: 0.75rem;
  font-weight: bold;
}
.hero {
	background: linear-gradient(to right, #f8f9fa, #e9ecef); /* Very light gray gradient */
  	color: #212529;
	padding: 3rem 1rem;
	text-align: center;
}
@media (min-width: 768px) {
	.hero {
	padding: 4rem 2rem;
	}
}
@media (min-width: 992px) { /* Large screens and up */
  .sticky-sidebar {
    position: sticky;
    top: 100px; /* Adjust based on your navbar/hero height */
    z-index: 100;
  }
}
@media (min-width: 1200px) {
	.hero {
	padding: 5rem 2rem;
	}
}
.center-box {
	background-color: #f8f9fa; /* Light gray background */
	border: 1px solid #ddd; /* Optional border for better visibility */
	border-radius: 8px; /* Rounded corners */
	padding: 20px; /* Space inside the box */
	font-family: "Comic Sans MS", "Comic Sans", cursive; /* Handwritten-like font */
	max-width: 600px; /* Max width of the box */
	margin: auto; /* Center the box horizontally */
	text-align: center; /* Center the text inside the box */
}
.blockquote-footer {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1rem;
	color: #6c757d;
	text-align: right;
	padding: 0; /* Removes any padding */
	margin: 0; /* Optionally remove margins too */
}
.btn-outline-primary:hover {
background-color: #0d6efd; /* Bootstrap primary blue */
color: #ffffff;
}
.hub-card {
	background-color: #f8f9fa; /* light gray inside the cards */
  	transition: transform 0.3s ease, box-shadow 0.3s ease;
  	box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* no shadow by default */
}
.hub-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* subtle lift shadow */
}
.highlight-key {
  color: #5a5a5a; /* Dark gray for quiet emphasis */
  font-weight: bold;  /* Optional if you want slight lift */
}
.sidebar-content .active {
  background-color: #0d6efd;
  color: #ffffff;
  font-weight: bold;
}
.sticky-sidebar {
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.coaching-tip {
  display: flex;
  align-items: flex-start;
  border-left: 5px solid #0d6efd;
  background-color: #f3f8ff;
  padding: 1rem 1.25rem;
  margin: 2rem 0;
  border-radius: 0.375rem;
  font-size: 1rem;
  box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.1);
}
.coaching-tip-icon {
  font-size: 1.5rem;
  color: #ffc107; /* Bootstrap yellow */
  margin-right: 0.75rem;
  margin-top: 0.15rem;
}
.coaching-tip h5 {
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  color: #0d6efd;
  font-size: 1.1rem;
}
.coaching-tip p:last-child {
  margin-bottom: 0;
}
.coaching-insight {
  display: flex;
  align-items: flex-start;
  border-left: 4px solid #0dcaf0; /* Light blue */
  background-color: #e9f7fc; /* Very light blue background */
  padding: 0.75rem 1rem;
  margin: 1.5rem auto; /* Centered horizontally */
  border-radius: 0.5rem;
  font-size: 0.9rem; /* Smaller font size */
  box-shadow: 0 0 0 1px rgba(13, 202, 240, 0.15);
  width: 80%; /* 80% width */
}
.coaching-insight-icon {
  font-size: 1.1rem; /* Slightly smaller icon */
  color: #0dcaf0;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}
.coaching-insight h6 {
  margin: 0 0 0.25rem 0;
  font-weight: 600;
  color: #0d6efd;
  font-size: 0.95rem; /* Smaller heading */
}
.coaching-insight p:last-child {
  margin-bottom: 0;
  color: #212529;
}
.footnote {
	color: gray;
	font-size: smaller;
	border: 0;
}
.learn-more-box {
	background-color: #e9ecef; /* Matches sidebar background color */
	border: 1px solid #dee2e6; /* Adds a border around the box */
	border-radius: 8px; /* Optional rounded corners */
	padding: 15px; /* Adds space inside the box */
	margin-top: 20px; /* Adds space between the header and this box */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds subtle shadow for better visibility */
	text-align: center; /* Centers inline and inline-block content */
}

.book-image {
	height: 150px;
	align-content: center;
}  
.book-title {
	font-weight: bold;
	font-style: italic;
	color: RoyalBlue;
	min-height: 3em;
} 
.book-item {
	border-right: 1px solid #dee2e6;
}

.book-item:last-child {
	border-right: none;
}

.affiliate-links {
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	margin-top: 2rem;
}
.affiliate-links img {
	max-width: 100%;
	height: auto;
}
.footer {
	background-color: #343a40;
	color: white;
	text-align: center;
	padding: 1rem 0;
}
.footer-link:hover {
	color: #adb5bd !important;
}
@media (min-width: 992px) {
	.navbar-toggler {
	display: none;
	}
}
@media (max-width: 767.98px) {
  .book-item {
	padding: 15px;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
  }

  .book-item:last-child {
    border-bottom: none;
  }
}