/* Optional front page section descriptions and shared form select spacing. */

.tiptop-front-section-description {
	max-width: min(100%, 680px);
	margin: var(--tt-space-3) 0 var(--tt-space-5);
	color: var(--tt-color-muted);
	font-size: var(--tt-text-note);
	font-weight: 500;
	line-height: var(--tt-leading-base, 1.95);
}

.tiptop-front-section-description > :first-child {
	margin-top: 0;
}

.tiptop-front-section-description > :last-child {
	margin-bottom: 0;
}

.blog-in .tiptop-front-section-description {
	margin-top: var(--tt-space-2);
}

.intro-news .tiptop-front-section-description {
	margin-inline: auto;
	text-align: center;
}

.tiptop-contact-form select,
.wpcf7 select {
	padding-right: calc(var(--tt-space-6) + 1.2rem);
	background-position: right var(--tt-space-4) center;
}
