.ct-option-textarea {
	textarea {
		width: 100%;
		min-height: 80px;
		padding: 4px 6px;
		font-size: 14px;
		resize: none;
		border-radius: 3px;
		transition: box-shadow 0.1s linear, border-color 0.1s linear;

		&:hover {
			border-color: #0e8ecc;
		}

		&:focus {
			border-color: #0e8ecc;
			box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07), 0 0 0 1px #0e8ecc;
		}
	}
}
