.card-footer a {
    color: white;
    text-decoration: none;
}

.card-footer i {
    margin-right: 10px;
}

.card-footer:hover {
    background-color: #003a6b !important; /* Slightly lighter color on hover */
}

.card-header-alt {
    color:#003a6b;
    text-align: center;
    font-size: 1.4rem;
}

.nav-link i {
    color: #31a8ff !important;
    transition: color 0.3s ease;
}



.nav-link:hover i {
    color: #001d35; // This is the color when hovered
}

.preset-title-base {
    display: inline-block;
    color: #333;
    background-color: #f8f9fa;
    padding: 8px 8px;
    border: 2px solid #333;
    border-radius: 5px;
    font-size: 22px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  }
  
  .preset-title i {
    margin-right: 5px;
  }
  
  
  .preset-title {
    display: inline-block;
    color: #001d35; /* Dark text color */
    background-color: #f8f9fa; /* Light background */
    padding: 8px 8px;
    border: 2px dashed #31a8ff; /* Highlight color border with dashed style */
    border-radius: 5px;
    font-size: 22px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.preset-title-alt {
    display: inline-block;
    color: #f8f9fa; /* Light text color */
    background-color: #001d35; /* Dark background */
    padding: 8px 8px;
    border: 2px solid #31a8ff; /* Highlight color border */
    border-radius: 5px;
    font-size: 22px;
    box-shadow: 2px 2px 5px rgba(49, 168, 255, 0.6); /* Slight blue shadow */
}

.row {
    padding-top: 8px;
}

.card-body-light {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: black;
    background-color: rgb(228, 228, 228);
    font-size: 1.05rem;
    line-height: 2rem;
}

.star-rating {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
  }
  
  .stars-outer {
    position: relative;
    display: inline-block;
    color: #ccc;  /* Set the inactive star color */
  }

  .stars-outer, .stars-inner {
    font-size: 14px;  /* use the size you prefer */
  }
  
  
  .stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005"; /* Full-width star symbols */
    font-family: "Font Awesome 5 Free"; /* Font Awesome for the star symbols*/
    font-weight: 900;
  }
  
  .stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    color: #f8ce0b; /* Set the active star color */
  }
  
  .stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005"; /* Full-width star symbols */
    font-family: "Font Awesome 5 Free"; /* Font Awesome for the star symbols*/
    font-weight: 900;
  }
  
  .tags {
    display: block;
    margin-bottom: 10px;
}

.tag {
    display: inline-block;
    background: #eee;
    padding: 3px 7px;
    margin: 2px;
    border-radius: 3px;
}
