.gs-forms {
	.gs-table {
		table-layout: fixed;

		a:not(:hover) {
			text-decoration: none;
		}
	}

	&__form-name {
		font-weight: 600;

		&:not(:hover) {
			text-decoration: none;
		}
	}

	.gs-form-settings-button {
		vertical-align: middle;
		min-height: 22px;
		padding-block: 4px;
		height: auto;
		font-size: 12px;
	}

	.gs-toggle + .gs-form-settings-button {
		margin-left: 5px;
	}
}

.gs-code-tag {
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 5px 7px 4px;
	background: rgba(0, 0, 0, 0.07);
	border: 0;
	border-radius: 4px;
	outline: none;
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	font-style: normal;

	&.copyable {
		cursor: pointer;
	}
}
