hr {
    height: 2px;
    background-color: gray; 
    border: none;
}

.productDescription {
    min-height: 2rem;
    margin: 1rem 0 1rem 0;
}

#productSelectionDescription{
    min-height: 2rem;
    margin: 1rem 0 1rem 0;
}

#extraDetails{
    min-height: 2rem;
    margin: 1rem 0 1rem 0;
}

.productDescriptionImages {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    height: auto;
    align-items: center;
    justify-items: center;
}

em { text-decoration:underline; }

.star {
    font-size: 24px;
    color: #ccc;
}

.gold {
    color: orange;
}

.comment {
    font-weight: 600;
}

.name {
    font-size: 22px;
}

.review, #reviewForm {
    border: 1px solid black;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#reviewForm {
    width: 100%;
    height: 100%;
    border: none;
}

.star-rating .star{
    cursor: pointer;
}

.star-rating .star.selected {
    color: orange;
}

.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.btn_page {
    border: 1px solid black;
}

.pagination li.active a {
    font-weight: bold;
    background-color: orange;
}

.reason {
    border: 1px dashed red;
    padding: 1rem;
    margin-top: 1rem;
}

h5 {
    font-weight: bold;
}

textarea {
    resize: none;
}

.star-rating, .star-rating-select {
    font-size: 18px;
    margin-bottom: 10px;
}
.star-rating-select span {
    cursor: pointer;
}
.star-rating i, .star-rating-select span {
    color: #ccc; /* Default star color */
}

.star-rating i.filled, .star-rating-select span.filled {
    color: orange; /* Filled star color */
}