/*
 * Theme Name: Theme Site
 * Author: Eduard Shpigel
 * Author URI: https://t.me/edshpigel
 */

.main-page__don-table-more {
	grid-gap: 7px;
}

button.main-page__don-table-more-num {
	margin: 0;
}
button.main-page__don-table-more-num.active + button + button ~ button:not(.main-page__don-table-more-next) {
	display: none;
}

@media (max-width: 576px) {
	div.main-page__need {
		margin-bottom: -10px;	
	}
	/* div.main-page__don-table-item-td:nth-child(2) {
		width: 60%;
	}
	div.main-page__don-table-item-td:last-child {
		width: 40%;
	}
	div.main-page__don-table-item-td:nth-child(4) {
		width: auto;
	} */
}

/* div.main-page__don-table-item-td:nth-child(2)>span {
	white-space: normal;
} */

.main-page__don-table-item-td-sum {
	white-space: nowrap;
}