@import '../../../../../_common/scss/main';

.OrderInformationHeader {
	position: relative;

	&__Button.dcom-button {
		padding: 0;
		height: $gutter-large;
	}

	&__Button {
		&--Disabled.dcom-button {
			color: $disabled-color;

			&:hover {
				cursor: not-allowed;
			}
		}
	}

	&__Inner {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: $gutter;
	}
}
