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

.OrderInformationDropdown {
	display: flex;
	flex-direction: column;
	padding-bottom: $gutter;

	&:hover {
		cursor: default;
	}

	&__Container {
		position: relative;
		top: 12px;
		width: 350px;
		min-height: 250px;

		&:hover {
			cursor: default;
		}
	}
}