	.dp_custom_module_1001 .short-description, .dp_custom_module_1001 .long-description{
	margin-bottom: 16px;
}
.dp_custom_module_1001 .buttons{
	display: flex;
	justify-content: flex-start;
}
.dp_custom_module_1001 .buttons.both{
	display: flex;
	justify-content: flex-start;
}
.dp_custom_module_1001 .buttons.both.stack{
	flex-direction: column;
}
.dp_custom_module_1001 .buttons.both a{
	margin-bottom: 10px;
	align-self: flex-start;
}
.dp_custom_module_1001 .buttons.both:not(.stack) a:first-of-type{
	margin-right: 10px;
}