.ta-tb-btn {
	box-sizing: border-box;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	line-height: 1;
}
.ta-tb-btn-icon {
	display: inline-flex;
	width: 1.05rem;
	height: 1.05rem;
	flex: 0 0 auto;
}
.ta-tb-btn-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}
.ta-tb-btn-name {
	display: inline-block;
}
.ta-tb-follow-btn {
	box-sizing: border-box;
}
.ta-tb-follow-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	flex: 0 0 auto;
	line-height: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: inherit;
	border-radius: 50%;
}
.ta-tb-follow-icon img {
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	border-radius: 50%;
}
@media (max-width: 720px) {
	.ta-tb-intro-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
	}
	.ta-tb-intro-actions .ta-tb-follow-btn {
		grid-column: auto;
	}
}
.ta-tb-follow-icon:hover,
.ta-tb-follow-icon:focus-visible {
	opacity: 0.82;
}
.ta-tb-intro-actions .ta-tb-follow-btn {
	order: 0;
}
.ta-tb-intro-actions .ta-tb-socgal-btn {
	order: 1;
}
.ta-tb-intro-actions .ta-tb-share-btn {
	order: 2;
}
.ta-tb-intro-actions .ta-tb-btn-red {
	order: 3;
}
.ta-tb-intro-actions .ta-tb-btn-issues {
	order: 4;
}
.ta-tb-intro-actions .ta-tb-rss-btn {
	order: 5;
}
.ta-tb-socgal-btn {
	padding-left: 0.45rem;
	padding-right: 0.45rem;
}
.ta-socgal-modal .ta-socgal-card-shell {
	width: min(72rem, calc(100vw - 1.4rem));
	max-width: 72rem;
	max-height: calc(100vh - 1.4rem);
	overflow: auto;
	text-align: left;
}
.ta-socgal-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 1rem;
	margin: 1rem 0 0;
}
.ta-socgal-more {
	height: 1px;
	margin: 0.5rem 0 1.5rem;
}
.ta-socgal-item {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	background: #fff;
	border: 1px solid #111;
	padding: 0.7rem 0.7rem 0.85rem;
}
.ta-socgal-embed {
	min-height: 12rem;
	overflow: visible;
	position: relative;
}
.ta-socgal-poster-link {
	display: block;
	background: #111;
}
.ta-socgal-poster {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.ta-socgal-embed:has(iframe) .ta-socgal-poster-link {
	display: none;
}
.ta-socgal-poster-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 12rem;
	padding: 1rem;
	color: #fff;
	text-align: center;
	font-family: Oswald, Inter, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.ta-socgal-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.62rem 0.9rem;
	border: 1px solid #111;
	background: #111;
	color: #fff !important;
	font-family: Oswald, Inter, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-decoration: none;
	line-height: 1;
}
.ta-socgal-open img {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	background: #fff;
}
.ta-tb-share-btn,
.ta-tb-share-btn:hover,
.ta-tb-share-btn:focus-visible {
	background: #ecc918 !important;
	border: 1px solid #111 !important;
	color: #111 !important;
}
.ta-tb-btn-issues,
.ta-tb-btn-issues:hover,
.ta-tb-btn-issues:focus-visible {
	background: #e0e2e0 !important;
	border: 1px solid #111 !important;
	color: #111 !important;
}
.ta-tb-intro-actions .ta-tb-btn {
	border: 1px solid #111 !important;
}

.ta-tb-contents-kicker {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	font-size: clamp(1.85rem, 4vw, 3rem);
	line-height: 0.95;
	color: #c72127;
	text-align: center;
}

@media (max-width: 720px) {
	.ta-tb-intro-actions .ta-tb-btn {
		width: 100%;
	}
	.ta-tb-contents-kicker {
		font-size: 1.55rem;
		line-height: 1.05;
	}
}

.ta-tb-ticker a,
.ta-tb-ticker a:link,
.ta-tb-ticker a:visited,
.ta-tb-ticker .ta-tb-ticker-head {
	color: #fafae1 !important;
}
.ta-tb-ticker a:hover,
.ta-tb-ticker a:focus-visible,
.ta-tb-ticker a:hover .ta-tb-ticker-head,
.ta-tb-ticker a:focus-visible .ta-tb-ticker-head {
	color: #ecc918 !important;
}
