.casted-list-card {
	margin-bottom: 0.5rem;
	.casted-card-body {
		padding: 0 1.25rem 0 0;
		display: flex;
		justify-content: space-between;
		align-items: center;

		&.flex-column {
			flex-direction: column;
			align-items: flex-start;
			padding: 0 0 1rem 0;
		}

		&.flex-row {
			flex-direction: row;
		}
	}
}
