

.live-article {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 24px;
	font-family: 'Libre Baskerville', 'Georgia', serif;
}

.live-status-banner {
	display: inline-block;
	padding: 6px 14px;
	font-family: 'Lato', 'Source Sans 3', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 2px;
	margin-bottom: 16px;
}

.live-status-banner--active {
	background: #d0021b;
}

.live-status-banner--closed {
	background: #121212;
}

.live-article-header {
	text-align: center;
	padding: 32px 0 24px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 28px;
}

.live-article-header .live-article-meta {
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
}

.live-article-header .live-article-title {
	font-family: 'Nimbus Roman', 'Georgia', serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #121212;
	margin-bottom: 14px;
}

.live-article-header .live-article-description {
	font-size: 18px;
	line-height: 1.6;
	color: #363636;
	max-width: 640px;
	margin: 0 auto;
}

.live-nav {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 14px 24px;
	max-width: 800px;
	margin: 0 auto;
	border-bottom: 1px solid #e2e2e2;
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 14px;
}

.live-nav__topic {
	font-weight: 700;
	color: #d0021b;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.live-nav a {
	color: #666;
	text-decoration: none;
	transition: color .15s;
}

.live-nav a:hover,
.live-nav a.active {
	color: #121212;
}

.live-feed-header {
	display: none;
}

.live-feed-title {
	font-family: 'Libre Franklin', 'Lato', 'Source Sans 3', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #121212;
	margin: 0;
}

.live-feed-count {
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 13px;
	color: #999;
}

.live-entry {
	margin-bottom: 17px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}

.live-entry:first-child {
	margin-top: 10px;
}

.live-entry:last-child {
	border-bottom: none;
}

.live-entry--new {
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity .4s ease, transform .4s ease, background .8s ease .6s;
	background: #f0f0ee;
}

.live-entry--visible {
	opacity: 1;
	transform: translateY(0);
	background: transparent;
}

.live-entry__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}

.live-entry__author-row {
	display: flex;
	align-items: flex-start;
}

.live-entry__avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #f0f0f0;
	margin-right: 10px;
	flex-shrink: 0;
}

.live-entry__author-meta {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 35px;
}

.live-entry__time {
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #d0021b;
}

.live-entry__author-name {
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: -3px;
}

.live-entry__permalink {
	color: #999;
	flex-shrink: 0;
	transition: color .15s;
}

.live-entry__permalink:hover {
	color: #d0021b;
}

.live-entry__permalink svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	fill: none;
}

.live-entry__headline {
	font-family: 'Nimbus Roman', 'Georgia', serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.25;
	color: #333;
	margin-top: -12px;
	margin-bottom: 15px;
}

.live-entry__body {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #363636;
}

.live-entry__body p {
	margin-top: -8px;
	margin-bottom: 10px;
}

.live-entry__body p:last-child {
	margin-bottom: 0;
}

.live-entry__body img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

.live-entry__body figure,
.live-entry__body .wp-caption {
	max-width: 100% !important;
	margin: 0;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.live-entry__body figure img,
.live-entry__body .wp-caption img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 0;
}

.live-entry__body figcaption,
.live-entry__body .wp-caption-text {
	padding-top: 12px;
	padding-bottom: 6px;
	font-size: 0.92rem;
	line-height: 1.4;
	color: #333;
	font-style: normal;
}

.live-entry__img {
	max-width: 100%;
	height: auto;
	margin-top: 12px;
}

.live-entry__preview {
	position: relative;
}

.live-entry__full {
	display: none;
}

.live-show-more,
.live-show-less {
	display: inline-block;
	background: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 6px 12px;
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease;
	margin: 15px 0 5px 0;
	clear: both;
}

.live-show-more:hover,
.live-show-less:hover {
	background: #e0e0e0;
}

.live-load-more {
	text-align: center;
	padding: 24px 0 40px;
}

.live-load-more__btn {
	padding: 10px 24px;
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	cursor: pointer;
	transition: border-color .15s, background .15s;
}

.live-load-more__btn:hover {
	border-color: #999;
	background: #f9f9f9;
}

.live-load-more__btn:disabled {
	opacity: .5;
	cursor: default;
}

.live-article-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 16px 0;
}

.live-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 20px;
	cursor: pointer;
	transition: background .15s;
}

.live-action-btn:hover {
	background: #e8e8e8;
}

.live-action-btn svg {
	width: 16px;
	height: 16px;
}

.live-author-panel {
	margin-bottom: 0;
	border-bottom: 1px solid #e2e2e2;
	padding: 18px 0;
}

.live-author-panel__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 20px;
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #fff;
	background: #121212;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: background .15s;
}

.live-author-panel__toggle:hover {
	background: #333;
}

.live-author-panel__toggle svg {
	width: 14px;
	height: 14px;
	padding: 3px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	flex-shrink: 0;
	transition: transform .2s ease;
}

.live-author-panel__toggle--active svg {
	transform: rotate(45deg);
}

.live-author-panel__toggle--active {
	background: #999;
	color: #fff;
}

.live-author-panel__form {
	margin-top: 18px;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}

.live-author-panel__field {
	margin-bottom: 16px;
}

.live-author-panel__field label {
	display: block;
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #999;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.live-author-panel__field label .optional {
	font-weight: 400;
	text-transform: none;
	color: #bbb;
	letter-spacing: 0;
}

.live-author-panel__field input[type="text"] {
	width: 100%;
	padding: 0 0 8px;
	font-family: 'Libre Baskerville', 'Georgia', serif;
	font-size: 15px;
	line-height: 1.4;
	color: #121212;
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-sizing: border-box;
	transition: border-color .15s;
}

.live-author-panel__field input[type="text"]:focus {
	outline: none;
	border-bottom-color: #121212;
}

.live-author-panel__field input[type="text"]::placeholder {
	color: #ccc;
}

.live-author-panel__field textarea {
	width: 100%;
	padding: 12px 14px;
	font-family: 'Libre Baskerville', 'Georgia', serif;
	font-size: 15px;
	line-height: 1.6;
	color: #121212;
	background: #f8f8f7;
	border: 1px solid #e8e8e6;
	border-radius: 3px;
	box-sizing: border-box;
	resize: vertical;
	min-height: 110px;
	transition: border-color .15s, background .15s;
}

.live-author-panel__field textarea:focus {
	outline: none;
	border-color: #ccc;
	background: #fff;
}

.live-author-panel__field textarea::placeholder {
	color: #bbb;
}

.live-author-panel__row {
	display: flex;
	gap: 20px;
}

.live-author-panel__field--half {
	flex: 1;
}

.live-author-panel__image-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.live-author-panel__img-btn {
	padding: 6px 12px;
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #666;
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 20px;
	cursor: pointer;
	white-space: nowrap;
	transition: border-color .15s, color .15s;
}

.live-author-panel__img-btn:hover {
	border-color: #999;
	color: #333;
}

.live-author-panel__img-name {
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 12px;
	color: #999;
}

.live-author-panel__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 4px;
}

.live-author-panel__submit {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 20px;
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #fff;
	background: #121212;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: background .15s;
}

.live-author-panel__submit:hover {
	background: #333;
}

.live-author-panel__submit:disabled {
	background: #999;
	cursor: default;
}

.live-author-panel__submit svg {
	width: 13px;
	height: 13px;
}

.live-author-panel__cancel {
	padding: 9px 16px;
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: #999;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: color .15s;
}

.live-author-panel__cancel:hover {
	color: #333;
}

.live-author-panel__status {
	margin-top: 12px;
	font-family: 'Lato', 'Source Sans 3', sans-serif;
	font-size: 12px;
	color: #999;
	min-height: 16px;
}

.live-author-panel__status--ok {
	color: #2a6e3f;
}

.live-author-panel__status--error {
	color: #d0021b;
}

.reveille-live-feed {
	border-top: none;
	margin: 0 0;
	padding-top: 0;
}

.reveille-live-feed .live-feed-header {
	display: none;
}

.reveille-live-feed .live-entry {
	margin-bottom: 12px;
	padding-bottom: 20px;
}

.reveille-live-feed .live-entry__headline {
	font-size: 1.4rem;
	margin-top: -8px;
	margin-bottom: 10px;
}

.reveille-live-feed .live-entry__body {
	font-size: 1.1rem;
}

@media (max-width: 768px) {
	.live-article {
		padding: 0 16px;
	}

	.live-article-header .live-article-title {
		font-size: 24px;
	}

	.live-article-header .live-article-description {
		font-size: 16px;
	}

	.live-nav {
		padding: 12px 16px;
		gap: 14px;
		font-size: 13px;
		overflow-x: auto;
		white-space: nowrap;
	}

	.live-entry__headline {
		font-size: 1.4rem;
	}

	.live-entry__body {
		font-size: 1.1rem;
	}

	.live-author-panel__row {
		flex-direction: column;
		gap: 0;
	}

	.live-author-panel__form {
		padding: 16px;
	}
}
