/*
Site Name:  MOSweb Online!
Site URI:   https://mosweb.federalproductions.com
Author:     Ted Thompson
Author URI: 
Version:    2025.09.26
License:    GPL
*/

.home .post-thumbnail {
    background: #000 url('https://mosweb.federalproductions.com/wp-content/uploads/2025/09/stars-scaled-e1758963595328.jpg');
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    /* max-height: 256px; */
}

.vscf-info {
    font-size: xxx-large;
}

a[target="_blank"]::after {
	content: "\2197";
    padding-inline-start: 0.25rem;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
}

.widget_wpc_filters_widget {
    overflow: visible;
    font-size: small;
}

p.entry-meta {
	display: none;
}

.post-thumbnail {
	text-align: center;
}

ul.childpages {
	list-style: none;
	padding-left: 0 !important;
}

.childpage-menu-item {
	display: flex;
}

.featured-image img {
	border: 1px solid #000;
	border-radius: 15px;
}

.childpage-menu-item {
	margin-bottom: 1.75em;
}

.childpage-menu-item .featured-image {
	flex-basis: 33.33%;
}

.childpage-menu-item .subpage-text {
	flex-basis: 66.66%;
	margin-left: 1em;
}

.subpage-title a {
	text-decoration: none;
}

.subpage-text h2 {
	padding-top: 0;
}

.subpage-excerpt p {
	margin-block-start: 1em;
	margin-top: 1.2rem;
}

.tcdb-table>div:nth-child(2n) {
	text-align: left;
	font-style: italic;
	font-weight: normal;
}

.tcdb-table>div:nth-child(4n+3) {
	background: #f6decd;
}

.tcdb-table>div:nth-child(4n+4) {
	background: #f6decd;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	object-fit: scale-down !important;
}

.tcdb-table {
	display: grid;
	grid-template-columns: auto auto;
	max-width: 480px;
	margin: 0 auto;
}

.tcdb-table>div {
	padding: 5px 2px;
	font-weight: bold;
	text-align: center;
}