/*
 * Conservative compatibility styles for older Blogger download controls.
 * The original href, label and class are left untouched by the importer.
 */
.btn,
.button.medium {
	display: inline-block;
	box-sizing: border-box;
	margin: 0.25rem 0.35rem 0.25rem 0;
	padding: 0.65rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.btn:hover,
.button.medium:hover {
	filter: brightness(0.94);
	text-decoration: none;
	transform: translateY(-1px);
}

.btn.first,
.button.medium {
	background: #2f80ed;
	color: #fff;
}

.btn.fourth {
	background: #27ae60;
	color: #fff;
}

.btn.fifth {
	background: #8e44ad;
	color: #fff;
}

.btn:focus,
.button.medium:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
