/* Add Issue block frontend styles */
.wp-block-maqgu-addissue {
    color: #000;
    background: #fff;
    border: 1px dotted #000;
	padding:20px;
}

.wp-block-maqgu-addissue .issue-embed {
	text-transform: uppercase;
	font-size:.6em;
	letter-spacing: 2px;
	color: #444;
	text-align: left;
	margin:0;
	font-family:sans-serif;
}

.wp-block-maqgu-addissue .issue-title {
	font-size:1.25em;
	color: #000;
	text-align: center;
	margin:0;
}

/* Shared styles for all embed blocks frontend - same as addarticle */
.post-embed {
	display: flex;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	margin: 20px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: box-shadow 0.3s ease;
}

.post-embed:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.post-embed .thumbnail {
	width: 150px;
	height: 100px;
	background-size: cover;
	background-position: center;
	background-color: #f0f0f0;
	flex-shrink: 0;
}

.post-embed .details {
	padding: 15px;
	flex: 1;
}

.post-embed .title {
	margin: 0 0 8px 0;
	font-size: 1em;
}


.post-embed .authordate {
	margin: 0;
	font-size: 0.9em;
	color: #666;
}

.in-issue-post-embed {
	margin: 15px 0;
}

.in-issue-post-embed .title {
	margin: 0 0 5px 0;
	/* font-weight: bold; */
}



.in-issue-post-embed .author {
	margin: 0;
	font-size: 0.9em;
	font-style: italic;
}
