/**
 * =======================================================================
 * SILVERFOX ENGINE: MAILING LIST STYLESHEET
 * =======================================================================
 */

/* =========================================
   1. LANDING PAGE FEED (MATCHES FOIA)
   ========================================= */
.mailinglist-repo .mailer-feed .mailer-record-row {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-left: 4px solid #842c21; /* Brand Red indicator */
	padding: 15px 20px;
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

@media (min-width: 768px) {
	.mailinglist-repo .mailer-feed .mailer-record-row {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.mailinglist-repo .mailer-feed .mailer-record-row:hover {
	background-color: #fdfaf9;
	border-color: #ccc;
}

.mailinglist-repo .mailer-record-main {
	flex: 1;
	padding-right: 20px;
}

.mailinglist-repo .mailer-record-title {
	margin: 0 0 4px 0;
	font-size: 1.15rem;
	font-weight: bold;
	line-height: 1.3;
}

.mailinglist-repo .mailer-record-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.15s ease;
}

.mailinglist-repo .mailer-record-title a:hover {
	color: #842c21;
}

.mailinglist-repo .mailer-record-date {
	display: inline-block;
	font-size: 0.75rem;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}

.mailinglist-repo .mailer-record-excerpt {
	margin: 0;
	font-size: 0.9rem;
	color: #555;
	line-height: 1.4;
}

.mailinglist-repo .mailer-record-actions {
	margin-top: 12px;
	text-align: left;
}

@media (min-width: 768px) {
	.mailinglist-repo .mailer-record-actions {
		margin-top: 0;
		text-align: right;
		min-width: 120px;
	}
}

/* =========================================
   2. FORM & SINGLE VIEW LAYOUT
   ========================================= */
.mailinglist-repo .breadcrumbs {
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 0.8rem;
	margin-bottom: 20px;
}

.padding-20 { padding: 20px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
