@charset "UTF-8";
/* CSS Document */

.newsletter-container {
	max-width: 600px;
	margin: 40px auto;
	padding: 20px;
}
	
	.summary {
		font-size: 13px;
		font-weight: 500;
		color: #666666;
		font-family: "Barlow", arial, sans-serif;
	}
	
	#header-graphic {
		width: 600px;
		height: 150px;
		display: block;
		margin-bottom: 0;
	}
	
	#header-row {
		background-color: #4f390f;
		color: white;
		text-align: center;
		padding: 5px 0;
		margin-bottom: 30px;
		font-size: 14px;
		font-weight: bold;
		font-family: arial;
	}

.newsletter-story {
	background-color: #f5f5f5;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #dadada;
	border-bottom: 1px solid #4f390f;
}

.newsletter-story h2 {
	font-family: "Barlow", arial, sans-serif;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 0;
	color: #4f390f;
	font-size: 24px;
}
	
	.newsletter-story p {
		font-family: "Barlow", arial, sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		margin-bottom: 12px;
		color: #606060;
	}
	
	.newsletter-story a {
		font-weight: bold;
		color: #4f390f;
	}
	
	.newsletter-story th {
		font-family: "Barlow", arial, sans-serif;
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
		margin: 0;
		margin-bottom: 12px;
		padding: 10px;
		border-bottom: 2px solid black;
		text-align: left;
	}
	
	.newsletter-story td {
		font-family: "Barlow", arial, sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		margin-bottom: 12px;
		padding: 10px;
	}

.newsletter-story img.img-float-left {
	float: left;
	margin: 0 15px 15px 0;
}

.newsletter-story img.img-float-right {
	float: right;
	margin: 0 0 15px 15px;
}

.copyright {
	text-align: center;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #dadada;
}

.copyright p {
	font-family: "Barlow", arial, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	margin-bottom: 12px;
	color: #606060;
}

.copyright p img {
	width: 27px;
	height: 36px;
	vertical-align: middle;
	margin-right: 5px;
}

.copyright a {
	font-weight: bold;
	color: #4f390f;
	font-size: 13px;
}


.newsletter-preview-container {
	display: flex !important;
	gap: 20px;
	margin-top: 20px;
	width: 100%;
	max-width: none;
}

	.summary {
		font-size: 13px;
		font-weight: 500;
		color: #666666;
		font-family: "Barlow", arial, sans-serif;
	}
	
	.browser-link a {
		color: #4f390f;
		font-weight: bold;
		font-size: 13px;
	}
	
	#header-graphic {
		width: 600px;
		height: 150px;
		display: block;
		margin-bottom: 0;
	}
	
	#header-row {
		background-color: #4f390f;
		color: white;
		text-align: center;
		padding: 5px 0;
		margin-bottom: 30px;
		font-size: 14px;
		font-weight: bold;
		font-family: arial;
	}

.newsletter-preview {
	width: 600px;
	flex-shrink: 0;
	border: 1px solid #ccc;
	padding: 20px;
}

.newsletter-form {
	flex-grow: 1;
	min-width: 0;
	position: sticky;
	top: 20px;
	align-self: flex-start;
	max-height: calc(100vh - 120px);
	overflow-y: auto;
}

.preview-story {
	background-color: #f5f5f5;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #dadada;
	border-bottom: 1px solid #4f390f;
}

.preview-story h2 {
	font-family: "Barlow", arial, sans-serif;
	margin-top: 0;
	border-bottom: 0;
	color: #4f390f;
	font-size: 24px;
}
	
	.preview-story p {
		font-family: "Barlow", arial, sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		margin-bottom: 12px;
		color: #606060;
	}
	
	.preview-story p a {
		font-weight: bold;
		color: #4f390f;
	}
	
.newsletter-preview .img-float-left {
	float: left;
	margin: 0 15px 15px 0;
}

.newsletter-preview .img-float-right {
	float: right;
	margin: 0 0 15px 15px;
}