@import 'src/Components/GlobalStyles/mixins';

.container {
	@include MoneyBody;

	@media (max-width: 1000px) {
		div:first-of-type {
			//margin-left: 50px;
		}
	}

	.accordion {
		box-shadow: none;
		border: 1px solid var(--primary-color);
		margin-bottom: 30px;
		border-radius: 4px;
		text-align: left;

		.subtitle {
			margin-top: 20px;
			font-weight: 800;
			// -webkit-text-stroke-width: thin;
		}

		.start {
			display: block;
			margin-top: 20px;
			color: var(--primary-color);
			text-decoration: none;
		}
	}

	.subTitle .print {
		h2,
		h5 {
			font-size: 1.15rem;
			margin-top: 30px auto 0 auto;
			text-align: center;
		}
	}

	.container__header__title__paragraph2 .print {
		margin-top: 0;
	}

	.ebitdaMultiple {
		p {
			font-size: 25px;
			margin: 0 15px 0 0;
		}

		input[type='number'] {
			min-width: 20px;
			max-width: 90px;
		}

		h3 {
			font-size: 16px;
			width: auto;
		}
	}
}
