/*
Theme Name:   OceanWP-TSV-Child
Theme URI:    https://oceanwp.org/
Description:  OceanWP Child Theme for TSV Südkreta
Author:       TSV Südkreta
Author URI:   https://oceanwp.org/
Template:     oceanwp
Version:      1.0.0
Text Domain:  oceanwp-tsv-child
*/

/*
 * IMPORTANT: Do NOT add font-size or font-family rules to this file.
 * All typography should be controlled through WordPress Customizer.
 * This file should remain empty to avoid overriding customizer settings.
 */

/* Add your custom CSS below this line (but avoid typography rules) */

/* Hide clock icon in related posts when date is not shown */
#related-posts .icon-clock {
	display: none;
}

/* Enforce 1:1 aspect ratio for related post images */
#related-posts .related-post-media {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
	background: #000;
}

#related-posts .related-post-media a {
	display: block;
	width: 100%;
	height: 100%;
}

#related-posts .related-post-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
