.content__section {
	background: #fff;
	padding: 2rem 3rem;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	width: 320px;
	text-align: center;
}

.content__section-title {
	margin-bottom: 1.5rem;
	font-weight: 600;
	color: #333;
}

.content__section-form-label {
	display: block;
	text-align: left;
	font-size: 0.9rem;
	color: #555;
	margin-bottom: 0.3rem;
	margin-top: 1rem;
}

.content__section-form-input {
	width: 100%;
	padding: 0.5rem 0.7rem;
	font-size: 1rem;
	border: 1.5px solid #ddd;
	border-radius: 6px;
	transition: border-color 0.3s ease;
}

.content__section-form-input:focus {
	border-color: #4a90e2;
	outline: none;
}

.content__section-form-button {
	margin-top: 2rem;
	width: 100%;
	padding: 0.75rem 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: #fff;
	background-color: #4a90e2;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.content__section-form-button:hover {
	background-color: #357abd;
}

.header__downloads-history {
	position: absolute;
	top: 3rem;
	right: 3rem;
	display: block;
	height: 40px;
	width: 40px;
	color: #333;
	text-decoration: none;
	padding: 0.25rem;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.header__downloads-history:hover,
.header__downloads-history:focus {
	background-color: rgba(0, 0, 0, 0.1);
	outline: none;
}

.header__downloads-icon {
	width: 24px;
	height: 24px;
	stroke: currentColor;
}
