body {
    font-family: Arial, sans-serif;
    background-color: #f6f8fa;
    margin: 0;
    padding: 10px;
}

.btn-outline-custom {
  color: #952b37; /* Custom text color */
  border-color: #952b37; /* Custom border color */
}

.btn-outline-custom:hover, 
.btn-outline-custom:focus {
  background-color: #952b37; /* Fill color on hover */
  color: white; /* Text color on hover */
}
h6 {
  font-size: 1rem;
  max-width: 250px;
  margin: 0 auto;
}

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .search-bar {
          flex-direction: column; /* Stack input and button on smaller screens */
      }

      .search-bar input {
          border-radius: 5px 5px 0 0; /* Rounded top corners for input */
          margin-bottom: 10px; /* Increased margin between input and button */
      }

      .search-bar button {
          border-radius: 0 0 5px 5px; /* Rounded bottom corners for button */
          width: 100%; /* Make button full width */
          margin-top: 5px; /* Margin added to the button when stacked */
      }

      .container {
          margin-top: 20px; /* added margin to the top of the whole container */
          margin-bottom: 20px; /* added margin to the bottom of the whole container */
          padding-left: 10px; /* added padding to the left of the container */
          padding-right: 10px; /* added padding to the right of the container */
      }
      .circle {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
    }

    h1 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 0.9rem;
    }
  }

  /* General Margin improvements */
  .input-group.search-bar {
      margin-left: auto;
      margin-right: auto;
      max-width: 500px; /* added max width to the search bar for larger screens */
  }

  .btn-outline-custom {
      margin-left: auto; /* added margin between the input and button on larger screens */
  }

.custom-control-input:focus~.custom-control-label::before {
    border-color: #952b37 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 47, 69, 0.25) !important;
  }
  
  .custom-control-input:checked~.custom-control-label::before {
    border-color: #952b37 !important;
    background-color: #952b37 !important;
  }
  
  .custom-control-input:active~.custom-control-label::before {
    background-color: #952b37 !important;
    border-color: #952b37 !important;
  }
  
  .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #952b37 !important;
  }
  
  .custom-control-input-green:not(:disabled):active~.custom-control-label::before {
    background-color: #952b37 !important;
    border-color: #952b37 !important;
  }




  .container1 {
    text-align: center;
  }

  .img1 {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-top: 0px;
    border: 1px; 
    border-color: #952b37; 
    border-style: solid;
  }

  .circle {
    width: 75px;
    height: 75px;
    background-color: #952b37;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: auto;
}
/* this is new */


.book-card {
  border: none;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.book-img {
  box-shadow: 10px 10px;
  box-shadow: 5px 5px 15px #952b37;
  width: 100%;
  max-width: 150px;
  border-radius: 8px;
  
}

.book-title {
  font-size: 20px;
  font-weight: bold;
}

.book-author {
  color: gray;
  font-size: 16px;
}

.amazon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.amazon-logo {
  width: 20px;
  margin-right: 5px;
}

.summary-btn {
  width: 100%;
  margin-top: 10px;
}

.awards {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 5px;
  margin-top: 10px;
}

.award-badge {
  display: flex;
  align-items: center;
  background: #952b373a;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 15px; 
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  
}

.award-logo {
  width: 25%;
  margin-right: 8px;

}
.award-text {
  width: 75%;
}

.score-title {
  font-weight: bold;
  font-size: 16px;
}
.footer {
  margin-top: auto;
}
.search-bar {
  max-width: 600px; /* Increase max-width */
  width: 100%; /* Ensure it spans full container width */
}

.search-bar input {
  height: 50px; /* Increase height */
  font-size: 18px; /* Make text larger */
}

.search-bar button {
  height: 50px; /* Match input height */
  font-size: 18px; /* Increase button icon size */
}












  



