.fot-revenue-share {
	max-width: 1120px;
	margin: 0 auto;
	padding: 30px 30px 40px;
	color: #232325;
}

.fot-revenue-share__filters {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 10px 18px;
	margin: 0 0 28px;
}

.fot-revenue-share__field {
	display: grid;
	gap: 6px;
}

.fot-revenue-share__field label {
	font-weight: 600;
	color: #232325;
}

.fot-revenue-share__field input,
.fot-revenue-share__field select {
	min-width: 190px;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid #D6D6D8;
	border-radius: 8px;
	background-color: #fff;
	color: #232325;
	font: inherit;
	cursor: pointer;
}

.fot-revenue-share__field input:focus,
.fot-revenue-share__field select:focus {
	outline: none;
	border-color: #003A8C;
	box-shadow: 0 0 0 2px rgba(0, 58, 140, 0.1);
}

.fot-revenue-share__button {
	min-height: 48px;
	padding: 10px 24px;
	border: 1px solid #003A8C;
	border-radius: 8px;
	background: #003A8C;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	cursor: pointer;
}

.fot-revenue-share__button:hover,
.fot-revenue-share__button:focus {
	background: #01013D;
	border-color: #01013D;
	color: #fff;
}

.fot-revenue-share__table-wrap {
	overflow-x: auto;
	border: 1px solid #ECECEF;
	border-radius: 8px;
	background: #fff;
}

.fot-revenue-share__table {
	width: 100%;
	border-collapse: collapse;
}

.fot-revenue-share__table th,
.fot-revenue-share__table td {
	padding: 14px 16px;
	border-bottom: 1px solid #ECECEF;
	text-align: left;
	white-space: nowrap;
}

.fot-revenue-share__table th {
	background: #003A8C;
	color: #fff;
	font-weight: 700;
	font-size: 0.78rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fot-revenue-share__table td {
	color: #232325;
	font-size: 0.95rem;
}

.fot-revenue-share__table tbody tr:last-child td {
	border-bottom: 0;
}

.fot-revenue-share__empty {
	margin: 0;
	padding: 18px 20px;
	border-left: 4px solid #003A8C;
	border-radius: 8px;
	background: #E9F2FF;
	color: #232325;
}

.fot-revenue-share__totals {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.fot-revenue-share__total {
	display: grid;
	gap: 2px;
	min-width: 210px;
	padding: 16px;
	border: 1px solid #D6D6D8;
	border-radius: 8px;
	background: #fff;
}

.fot-revenue-share__total span,
.fot-revenue-share__total small {
	color: #6E6E6F;
}

.fot-revenue-share__total strong {
	font-size: 1.2rem;
	color: #003A8C;
}

@media (max-width: 767.98px) {
	.fot-revenue-share {
		padding: 18px 18px 30px;
	}

	.fot-revenue-share__filters,
	.fot-revenue-share__field,
	.fot-revenue-share__field input,
	.fot-revenue-share__field select,
	.fot-revenue-share__button {
		width: 100%;
	}
}
