.header.header-image .header-inner{
}
.header-text{

}

.ratings-selective:has(.rating:nth-child(1):hover) .rating:nth-child(1)::before {
    background-color: red;
}

.ratings-selective:has(.rating:nth-child(2):hover) .rating:nth-child(-n+2)::before {
    background-color: #e67e22;
}

.ratings-selective:has(.rating:nth-child(3):hover) .rating:nth-child(-n+3)::before {
    background-color: #f1c40f;;
}

.ratings-selective:has(.rating:nth-child(4):hover) .rating:nth-child(-n+4)::before {
    background-color: #27ae60;
}

.ratings-selective:has(.rating:nth-child(5):hover) .rating:nth-child(-n+5)::before {
    background-color: rgb(var(--star_fill_color));
}

.nav-bar-buttons button{
  border-radius:20px !important;
}

.header-image{
  opacity: 1 !important;
}