39 lines
703 B
CSS
39 lines
703 B
CSS
.__PFX__-seowords {
|
|
margin: 16px 0;
|
|
font-size: 14px;
|
|
line-height: 1.8;
|
|
color: var(--text-muted-color);
|
|
}
|
|
|
|
.__PFX__-seowords a {
|
|
color: var(--text-color);
|
|
text-decoration: none;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.__PFX__-seowords a:hover {
|
|
color: var(--primary-color);
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* Family B */
|
|
.__PFX__-seowords.B .__PFX__-seowords-list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 6px 12px;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
/* Family C */
|
|
.__PFX__-seowords.C .__PFX__-seowords-label {
|
|
margin-right: 6px;
|
|
color: var(--text-muted-color);
|
|
}
|
|
|
|
/* Family D */
|
|
.__PFX__-seowords.D .__PFX__-seowords-paragraph {
|
|
margin: 0;
|
|
}
|