.addc-contest-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 auto 1.5rem;
	padding: 0.35rem;
	background: #f6f7f7;
	border-radius: 999px;
	max-width: 42rem;
}

.addc-contest-nav__tab {
	flex: 1 1 180px;
	border: 0;
	border-radius: 999px;
	padding: 0.75rem 1rem;
	background: transparent;
	color: #1d2327;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.addc-contest-nav__tab:hover {
	background: rgba(244, 122, 31, 0.12);
}

.addc-contest-nav__tab.is-active {
	background: #F47A1F;
	color: #fff;
}

body.addc-contest-tabs-active .addc-contest-section.is-hidden,
body.addc-contest-tabs-active .addc-contest-section[hidden] {
	display: none !important;
}

@media (max-width: 640px) {
	.addc-contest-nav {
		border-radius: 12px;
	}

	.addc-contest-nav__tab {
		flex-basis: 100%;
		border-radius: 8px;
	}
}
