/* board/footer banner mobile layout extracted from theme-board-pages.css */
.board-banner-grid-mobile ul {
	display: block;
}

.board-banner-grid-mobile ul::after {
	content: '';
	display: block;
	clear: both;
}

.board-banner-grid-mobile ul li {
	float: left;
	width: calc((100% - 6px) / 2);
	margin-left: 6px;
	text-align: center;
}

.board-banner-grid-mobile ul li img {
	width: 100%;
}

.board-banner-grid-mobile ul li:nth-child(1),
.board-banner-grid-mobile ul li:nth-child(2) {
	margin-top: 0 !important;
}

.board-banner-grid-mobile ul li:nth-child(odd) {
	margin-left: 0;
}

.board-banner-surface .board-banner-admin-link {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: 100%;
	min-height: 30px;
	margin: 0 0 8px auto !important;
	padding: 0 11px !important;
	box-sizing: border-box;
	border: 1px solid rgba(15, 140, 124, 0.24);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: none;
	color: #075f58 !important;
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.board-banner-surface .board-banner-admin-link:hover,
.board-banner-surface .board-banner-admin-link:focus {
	border-color: rgba(246, 183, 60, 0.72);
	background: #fff7e6;
	box-shadow: none;
	color: var(--slotmaru-gold-deep, #9d5c11) !important;
}

@media (max-width: 767px) {
	.board-banner-surface .board-banner-admin-link {
		min-height: 28px;
		margin-bottom: 6px !important;
		padding: 0 9px !important;
		border-radius: 6px;
		font-size: 11px !important;
	}

	.board-banner-grid-mobile ul li {
		width: calc((100% - 3px) / 2);
		margin-left: 3px;
		margin-top: 3px;
	}
}

.bo_top_bn img {
	max-width: 100%;
}
