HEX
Server: nginx/1.18.0
System: Linux vps-9dcdb12e 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.24
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
Upload Files
File: /var/www/squish.pl/wp-content/plugins/contextual-related-posts/css/grid.css
.crp_related.crp-grid {
	clear: both;
	margin: 10px auto;
}

.crp_related.crp-grid h3, .crp_related.crp-grid figure {
	margin: 0 !important;
}

.crp_related.crp-grid ul {
	display: grid;
	gap: 10px;
	margin: 0;
	justify-items: center;
	list-style: none;
	padding: 0;
}

.crp_related.crp-grid ul li {
	text-align: left;
	display: flex;
	flex-direction: column;
	word-break: break-word;
}

.crp_related.crp-grid a:focus-visible {
	border: 1px solid #000;
	border-radius: 7px;
}

.crp_related.crp-grid ul li a.crp_link {
	flex-grow: 1;
	display: grid;
	overflow: hidden;
	padding: 3px;
}

.crp_related.crp-grid .crp_thumb, .crp_related.crp-grid .crp_title {
	display: block;
	margin: 0 auto;
}

.crp_related.crp-grid ul li a {
	text-decoration: none !important;
}

.crp_related.crp-grid ul li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.crp_clear {
	clear: both;
}

.crp_author, .crp_date, .crp_excerpt {
	display: block;
	font-size: 0.9em;
}