/* Reduce space between post title and metadata box */
.post-title {
	margin: 0;
}

.post-meta {
    font-size: 14px;
	font-weight: 300;
    color: #555;
	margin-top: 2px !important;
	margin-bottom: 30px;
	padding: 0px;
}

.post-meta span {
    margin-right: 10px;
}

.post-date {
	padding: 0;
	margin: 0;
}

.post-author {
	padding: 0;	
	margin: 0;
}

.publisher {
	padding: 0;
	margin: 0;
}

.post-original-url a {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
}

.post-editor-note {
    margin-top: 15px;
	margin-bottom: 15px;
    font-style: italic;
    background: #f7f7f7;
    padding: 10px;
    border-left: 4px solid #0073aa;
}

/* POSTS widget container */
.myposts-widget {
    margin-bottom: 30px;
}

/* POSTS title */
.myposts-title {
    padding: 5px 0px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    display: block;
}

/* POSTS list items */
.myposts-widget li {
    padding: 10px 5px;
    margin-bottom: 15px;
    list-style: none;
    font-size: 16px;
    color: #333;
}

.myposts-widget li a {
    padding-top: 10px;
    list-style: none;
    font-size: 16px;
    color: #333;
	text-decoration: none;
}

.post-featured-image img {
    max-width: 100%;
    height: auto;
    display: block;
}
.post-photo-credit {
    font-size: 12px;          /* smaller text */
    color: #666;              /* subtle grey */
    margin-top: 4px;          /* closer to the image */
    line-height: 1.3;         /* tighter spacing */
    font-style: italic;       /* optional, looks like a credit */
}

.post-content iframe,
.post-content iframe[src*="youtube.com"],
.post-content iframe[src*="youtu.be"] {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}