.sidebar-brand {
    color: var(--bs-primary);
    padding: 0rem 1.5rem;
    text-transform: uppercase;
}

.sidebar-brand:hover {
    color: var(--bs-primary);
}

.image-preview {
    max-width: 450px;
    height: auto;
}

#imagePreview {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.video-price {
    font-weight: bold;
    font-size: 0.975rem;
}

.sidebar-brand {
    font-size: 1.5rem;
    font-weight: 900;
}

.sidebar-brand sup {
    font-size: .5em;
    top: -.95em;
}

.video-title {
    color: rgb(73, 80, 87);
    font-size: 1.05rem;
}

.video-description__detail {
    font-size: 1.05rem;
}

.dropdown-item {
    display: flex;
    align-items: center;
}

#search-form.show {
    display: block !important;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 65px;
    box-shadow: 0 0 2rem 0 rgba(33, 37, 41, .2);
}

.rating {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    cursor: pointer;
}

.rating .star {
    color: #ccc;
}

.rating .star:hover,
.rating .star.hover {
    color: gold;
}