.edit-post-keyboard-shortcut-help {

	&__section {
		margin: 0 0 2rem 0;
	}


	&__section-title {
		font-size: 0.9rem;
		font-weight: 600;
	}

	&__shortcut {
		display: flex;
		align-items: center;
		padding: 0.6rem 0;
		border-top: 1px solid $light-gray-500;

		&:last-child {
			border-bottom: 1px solid $light-gray-500;
		}
	}

	&__shortcut-term {
		order: 1;
		font-weight: 600;
		margin: 0 0 0 1rem;
	}

	&__shortcut-description {
		flex: 1;
		order: 0;
		margin: 0;

		// IE 11 flex item fix - ensure the item does not collapse
		flex-basis: auto;
	}

	&__shortcut-key-combination {
		background: none;
		margin: 0;
		padding: 0;
	}

	&__shortcut-key {
		padding: 0.25rem 0.5rem;
		border-radius: 8%;
		margin: 0 0.2rem 0 0.2rem;

		&:last-child {
			margin: 0 0 0 0.2rem;
		}
	}
}
