/*
 * TOP1 Service shared workspace geometry.
 * The Orders section is the spacing reference for every CRM work surface.
 */

.top1-app-shell.top1-app-shell[data-top1-section] > .top1-app-main > .top1-app-content {
	padding: 20px 22px 28px 18px !important;
}

.top1-app-shell.top1-app-shell[data-top1-section] > .top1-app-main > .top1-app-content > .top1-workspace {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
}

@media (max-width: 1100px) {
	.top1-app-shell.top1-app-shell[data-top1-section] > .top1-app-main > .top1-app-content {
		padding: 16px 16px 24px !important;
	}
}

@media (max-width: 767px) {
	.top1-app-shell.top1-app-shell[data-top1-section] > .top1-app-main > .top1-app-content {
		padding: 12px 10px 20px !important;
	}
}
