.range-slider .sl-tooltip:hover {
    background-color: #fff;
    z-index: 55;
}
.nd-content-body h6 {
    font-size: 1.2rem;
}
.nd-content-body h5 {
    font-size: 1.3rem;
}

.nd-content-body h4 {
    font-size: 1.4rem;
}
.nd-content-body h3 {
    font-size: 1.5rem;
}
.nd-content-body h2 {
    font-size: 1.6rem;
}
.nd-content-body h1 {
    font-size: 2rem;
    font-weight: 700;
}
.nd-content-body h1, .nd-content-body h2, .nd-content-body h3, .nd-content-body h4, .nd-content-body h5, .nd-content-body h6 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.3;
}
.nd-content-body ol, .nd-content-body ul {
    margin-bottom: 30px;
}
.nd-content-body ol {
    list-style-type: decimal;
    padding-left: 20px;
}
.nd-content-body li {
    margin-bottom: 16px;
}
.nd-content-body ul {
    list-style-type: circle;
    padding-left: 20px;
}
.nd-content-body a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.nd-content-body img {
    display: block;
    margin-bottom: 20px;
}
.nd-content-body p {
    margin-bottom: 20px;
}
/* wp-review pro overrides */
.wp-review-comment-title-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wp-review-comment-title-field .wp-review-comment-title-field-input-wrapper {
    width: 100%;
}
.wp-review-comment-title-field input {
    width: 100%;
    border-radius: 0.5rem;
    border-color: #e7e9ea;
}
.wp-review-comment-rating-star-wrapper {
    width: 100%;
}
.wp-review-comment-rating-star-wrapper .wp-review-comment-field-inner {
    width: 100%;
}