/**
 * Module: Company Report Section.
 * Loaded only when a `company_report_section` layout is present.
 */
.company-report-section {
	background-color: var(--fuchs-bg-light, #E9E9E9);
}

.company-report-section .company-report-desc {
	font-size: 1.05rem;
	max-width: 60ch;
	margin-bottom: 0;
}

.company-report-section .company-report-btn {
	white-space: nowrap;
}
