/* Settings page – tab visibility */
.ca-tab-content {
	display: none;
}

.ca-tab-content.active {
	display: block;
}

/* Services tab layout */
.ca-services-tab {
	max-width: 720px;
}

.ca-services-tab h2 {
	font-size: 1.4em;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.ca-services-tab p {
	font-size: 14px;
	line-height: 1.6;
	color: #3c434a;
}

.ca-services-tab .ca-hero-subtitle {
	font-size: 14px;
	color: #50575e;
	margin-bottom: 1.5em;
}

.ca-services-tab .ca-cta-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 1em;
}

.ca-services-tab .ca-cta-group a.button {
	text-decoration: none;
}

.ca-services-tab .ca-linkedin-link {
	font-size: 13px;
}

.ca-services-tab .ca-section-divider {
	border: none;
	border-top: 1px solid #dcdcde;
	margin: 2em 0;
}
