@import '/css/page/page.css';
@import '/css/blocks/attention-block/attention-block.css';

.crediting__list,
.crediting__item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.crediting__title {
	display: flex;
	padding: 7px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: fit-content;
	border-radius: 20px;
	background: var(--50, #f7f7f9);
}

.crediting-support__btn {
	width: fit-content;
}

@media (max-width: 768px) {
	.crediting {
		background: #fff;
	}

	.crediting .whitebox {
		padding-left: 0;
		padding-right: 0;
	}

	.crediting-support .whitebox {
		border-radius: 16px;
	}

	.crediting-support__btn {
		width: auto;
	}
}

@media (min-width: 769px) {
	.crediting .page {
		margin-bottom: 16px;
	}

	.crediting-support {
		margin-bottom: 80px;
	}
}
