.menu-nav-palpites {
	max-height: 110px;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.menu-nav-palpites.expanded {
	max-height: 1000px;
}

#show-more-btn {
	margin-top: 15px;
	padding: 2px 15px;
	font-size: 14px;
	cursor: pointer;
	border: none;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	border: 1px solid var(--sc-color-primary);
}

.palpite-single-content h2 {
	margin-bottom: 10px;
}
