.gdrts-sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.gdrts-clearfix {
    &:before,
    &:after {
        content: " ";
        display: table;
    }

    &:after {
        clear: both;
    }
}

.gdrts-dynamic-block {
    .gdrts-rating-please-wait {
        display: none;
    }

    &.gdrts-dynamic-loading .gdrts-rating-please-wait {
        display: block;
    }
}

.gdrts-rating-list,
.gdrts-rating-block,
.gdrts-custom-stars-block,
.gdrts-custom-like-block {
    box-sizing: border-box;

    * {
        box-sizing: border-box;
    }
}

.gdrts-rating-block {
    margin: 15px 0;

    .gdrts-inner-wrapper {
        position: relative;
        text-align: left;

        &.gdrts-grid-wrapper {
            width: 100%;
        }
    }

    &.gdrts-align-left {
        .gdrts-inner-wrapper {
            text-align: left;
            margin: 15px auto 15px 0;
        }
    }

    &.gdrts-align-center {
        .gdrts-inner-wrapper {
            text-align: center;
            margin: 15px auto;
        }
    }

    &.gdrts-align-right {
        .gdrts-inner-wrapper {
            text-align: right;
            margin: 15px 0 15px auto;
        }
    }
}

.gdrts-error-message {
    color: #800;
    font-weight: bold;
}


.gdrts-rating-please-wait {
    display: none;
    line-height: 24px;

    i.fa {
        margin: 0 6px 0 0;
        float: left;
        line-height: 24px;
    }
}

.gdrts-vote-saving {
    .gdrts-rating-please-wait {
        display: block;
    }
}
