/* Hero Section Block Editor Styles */

.wp-block-teamforce-hero-section-editor {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #f8fafc;
	padding: 20px;
}

.wp-block-teamforce-hero-section-editor h3 {
	color: #1e2a4a;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

.wp-block-teamforce-hero-section-editor h4 {
	color: #1e2a4a;
	font-size: 14px;
	font-weight: bold;
}

/* Tab Navigation */
.hero-section-tabs-nav {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 0;
}

.hero-section-tab-button {
	padding: 10px 16px !important;
	border: none !important;
	border-bottom: 3px solid transparent !important;
	background: transparent !important;
	color: #666 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-bottom: -2px;
}

.hero-section-tab-button:hover {
	color: #1e2a4a !important;
	background: transparent !important;
}

.hero-section-tab-button.active,
.hero-section-tab-button[aria-pressed="true"] {
	color: #1e2a4a !important;
	border-bottom-color: #67c4e8 !important;
	background: transparent !important;
}

/* Tab Content */
.hero-section-tab-content {
	animation: fadeIn 0.2s ease-in;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.wp-block-teamforce-hero-section-editor .components-text-control__input,
.wp-block-teamforce-hero-section-editor .components-textarea-control__input {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-size: 13px;
}

.wp-block-teamforce-hero-section-editor label {
	color: #1e2a4a;
	font-size: 13px;
	font-weight: 500;
}

/* Service Pill Active State */
.service-pill {
	transition: all 0.5s ease;
}

.service-pill.active {
	background-color: rgba(103, 196, 232, 0.3) !important;
	border-color: rgba(103, 196, 232, 0.8) !important;
	box-shadow: 0 0 20px rgba(103, 196, 232, 0.4);
}
