/**
 * Overseas game guide links.
 *
 * Used after comments on single posts and at the top of category archives.
 */
.remerabo-overseas-guide-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 13px;
	padding: 9px 12px;
	border: 1px solid #2f2934;
	border-left: 3px solid #f04a9a;
	background: #100e12;
	color: #ddd;
}

.remerabo-overseas-guide-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.remerabo-overseas-guide-copy strong {
	color: #eee;
	font-size: 10px;
	line-height: 1.35;
}

.remerabo-overseas-guide-copy span {
	color: #a8a1ad;
	font-size: 8px;
}

.remerabo-overseas-guide-links {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 80px, 1fr ) );
	gap: 3px;
}

.remerabo-overseas-guide-links a {
	padding: 5px 12px;
	border: 1px solid #36313a;
	color: #ccc !important;
	font-size: 8px;
	text-align: center;
	text-decoration: none !important;
}

.remerabo-overseas-guide-links a:hover,
.remerabo-overseas-guide-links a:focus-visible {
	border-color: #f04a9a;
	color: #fff !important;
}

@media (max-width: 700px) {
	.remerabo-overseas-guide-link {
		align-items: stretch;
		flex-direction: column;
	}

	.remerabo-overseas-guide-links {
		grid-template-columns: repeat( 2, 1fr );
	}
}
