*,
*::before,
*::after {
    box-sizing: border-box;
}

/* button cursor-pointer */
button {
    cursor: pointer;
    font-family: inherit;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.user-select-none {
    user-select: none;
}

a {
    text-decoration: none;
}

.gr-mb-5px {
    margin-bottom: 7px;
}

.gr-preview * {
    line-height: 1.2;
}

.gr-error-text-styles {
    font-size: 13px;
    font-weight: 300;
}

.gr-mw-mobile {
    max-width: 375px;
}

.gr-overflow-hidden {
    overflow: hidden;
}

.gr-background-preview {
    background-attachment: fixed;
}

.star-rating .stars-line {
    flex-wrap: wrap;
}