.riz-notes{margin:4px 0 18px;}
.riz-notes__label{display:block;font-size:16px;font-weight:400;letter-spacing:.2px;margin-bottom:8px;color:#999;}
.riz-notes__input{
	width:100%;box-sizing:border-box;padding:10px 12px;
	font-family:inherit;font-size:15px;line-height:1.4;color:#222;
	background:#fff;border:0;border-radius:2px;box-shadow:0 0 0 1px #dcdcdc;
	resize:vertical;min-height:48px;transition:box-shadow .16s ease;
}
.riz-notes__input:hover{box-shadow:0 0 0 1px #222;}
.riz-notes__input:focus{outline:none;box-shadow:0 0 0 2px #D35155;}
.riz-notes__input::placeholder{color:#999;}
.riz-notes__counter{margin-top:6px;font-size:13px;color:#999;text-align:right;letter-spacing:.2px;}
.riz-notes__count{font-variant-numeric:tabular-nums;}
.riz-notes--near .riz-notes__counter{color:#D35155;}
