﻿.section__button {
	border: none;
	outline: none;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	padding: .8em;
	width: 100%;
	min-height: 48px;
}

.section__button--disabled {
	background: #ebe7e7;
	cursor: pointer;
}

.section__button--active {
	background: var(--color-button-active);
	cursor: pointer;
}
