.iasupporters-admin .card {
	max-width: none;
	border-radius: 6px;
}

.iasupporters-admin .table td,
.iasupporters-admin .table th {
	vertical-align: middle;
}

.iasupporters-logo-cell {
	width: 180px;
}

.iasupporters-logo-cell img {
	display: block;
	max-width: 150px;
	max-height: 64px;
	object-fit: contain;
}

.iasupporters-order-column {
	width: 120px;
	min-width: 120px;
}

.iasupporters-order-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 44px;
	font-size: 1.25rem;
	font-weight: 700;
}

.iasupporters-preview {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 180px;
	padding: 18px;
	border: 1px solid #d0d7de;
	border-radius: 6px;
	background: #f6f7f7;
}

.iasupporters-preview img {
	display: block;
	max-width: 100%;
	max-height: 160px;
	object-fit: contain;
}

.iasupporters-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	margin: 0 auto;
}

.supporterdiv {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	min-height: 120px;
	padding: 20px;
	background-color: rgb(20 22 22 / 5%);
}

.supporterdiv a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.supporterimg {
	display: block;
	max-width: 100%;
	max-height: 90px;
	object-fit: contain;
}
