@import "../../variables";

/* stylelint-disable max-nesting-depth, selector-no-type */
.Statrates-section {
    margin-bottom: $offset_main * 3;

    .Statrates-header {
        position: relative;

        .HelpLink {
            bottom: 0;
            line-height: normal;
            position: absolute;
            right: 0;
            
            a {
                font-size: $font_size_default;
                font-weight: $weight_book;
            }
        }
    }

    .Statrates-data {
        text-align: right;
    }
}
/* stylelint-enable max-nesting-depth, selector-no-type */
