/**
 * SectionHeader — styles.
 */

@import '../../scss/variables';

.rank-math-ai-visibility-section-header {
	display:        flex;
	flex-direction: column;
	gap:            8px;

	.rank-math-ai-visibility-section-header__title {
		margin:      0;
		font-size:   18px;
		font-weight: 500;
		line-height: 26px;
		color:       $color-text-primary;
	}

	.rank-math-ai-visibility-section-header__subtitle {
		margin:      0;
		font-size:   12px;
		font-weight: 400;
		line-height: 16px;
		color:       $color-text-secondary;
	}
}
