.tcp_plugins_card {
	border: 2px solid #e7e7e7;
	border-radius: 4px;
	width:100%;
	max-width:100%;
	min-width:500px;
	padding: 10px;
	background-color: white;
}

.tcp_plugins_card:hover {
	background-color: #fafafa;
	color: black;
	text-decoration: none;
}

.tcp_plugins_cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
	grid-auto-rows: auto;
	grid-gap: 10px;
}

.tcp_plugin_icon{
	width:50px;
	height:50px;
	margin-right:10px;
}

.tcp_plugins_card_container {
    display: inline-block;
    width: 100%;
    color: #23282d;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}


