.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--bs-danger);
    transition: color .2s ease;
}

.form-check-input {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

.section-preview img,
.section-preview iframe {
    width: 100%!important;
    height: auto!important;
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.section-preview iframe {
    min-height: 400px !important;
}

.section-preview h2,
.section-preview h3,
.section-preview h4,
.section-preview h5,
.section-preview h6 {
    margin-top: 3.75rem !important;
}

.section-preview p,
.section-preview li {
    margin-top: 0;
    margin-bottom: 1rem;
}

.section-menu .subsections {
    border-left: 1px dotted #ccc;
    padding-left: 2.5rem;
    margin-left: 0.8rem;
}

.search-sections {

}

.search-sections form {
    position: relative;
    height: 50px;
    background: transparent;
    border-radius: 30px;
}

.search-sections form input {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    border: medium none;
    padding: 10px 20px;
    color: #fff;
}

.bootstrap-autocomplete.dropdown-menu {
    left: 0 !important;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.search-sections .bootstrap-autocomplete.dropdown-menu {
    left: 0 !important;
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--black);
}

.search-sections form span {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}

/* Rating  */
.rating-stars {
    display: inline-flex;
    gap: 8px;
    font-size: 32px;
    cursor: pointer;
}

.rating-stars i {
    color: #ccc;
    transition: color 0.2s ease;
}

.rating-stars i.active,
.rating-stars i.hover {
    color: #f5b301;
}
