/**
 * 記事上部メタ情報のX共有ボタン
 */

.p-articleMetas.-top .theories-x-share {
	align-items: center;
	align-self: center;
	color: #666;
	display: inline-flex;
	font-size: 12px;
	gap: .35em;
	line-height: 1;
	margin-left: auto;
	min-height: 32px;
	padding: 6px 2px;
	text-decoration: none;
	white-space: nowrap;
}

.p-articleMetas.-top .theories-x-share__icon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.08em;
	font-weight: 600;
}

@media (hover: hover) {
	.p-articleMetas.-top .theories-x-share:hover {
		color: #111;
	}
}

.p-articleMetas.-top .theories-x-share:focus-visible {
	border-radius: 2px;
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
