

.gs-page-modal-button {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font: inherit;
	text-align: inherit;
	line-height: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #2271b1;
	text-decoration: underline;

	&__name {
		display: inline-block;
		font-weight: 500;
		margin-right: 4px;
		text-underline-offset: 2px;
	}

	&__type {
		display: inline-block;
		background: rgba(181, 191, 201, 0.2);
		border-radius: 4px;
		padding: 2px 4px;
		font-size: 11px;
		color: #3c434a;
	}

	&:hover,
	&:focus,
	&:active {
		.gs-page-modal-button__name {
			text-decoration: underline;
		}
	}
}
