.bbat-feed-tabs {
	display: flex;
	gap: 8px;
	margin: 0 0 12px;
	padding: 4px;
	background: rgba(0, 0, 0, 0.04);
	border-radius: 999px;
	width: fit-content;
	max-width: 100%;
}

.bbat-feed-tab {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 999px;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
}

.bbat-feed-tab.is-active {
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	color: #d93b31;
}

.bbat-feed-tab:hover {
	text-decoration: none;
}

@media (max-width: 480px) {
	.bbat-feed-tabs {
		width: 100%;
	}

	.bbat-feed-tab {
		flex: 1;
		justify-content: center;
	}
}
