.sema-ia {
margin: 2rem 0 0.5rem;
padding: 1rem 1.15rem;
border: 1px solid #e6e6e6;
border-radius: 12px;
background: #fafafa;
font-family: inherit;
line-height: 1.5;
}
.sema-ia__head {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #666;
margin-bottom: 0.6rem;
}
.sema-ia__pills {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.sema-ia__pill {
display: inline-flex;
align-items: center;
gap: 0.45rem;
padding: 0.28rem 0.7rem;
border: 1px solid #ccc; border-radius: 999px;
background: #f0f0f0; font-size: 0.82rem;
font-weight: 600;
color: #2b2b2b; line-height: 1.2;
}
.sema-ia__dot {
width: 0.6rem;
height: 0.6rem;
border-radius: 50%;
background: #888;
flex: 0 0 auto;
}
.sema-ia__note {
margin: 0.75rem 0 0;
font-size: 0.86rem;
color: #444;
font-style: italic;
}
.sema-ia__empty {
font-size: 0.82rem;
color: #999;
font-style: italic;
} .sema-ia-preview { margin: 0; } .sema-ia-featcaption {
display: block;
margin: 0.5rem 0 0;
font-size: 0.85rem;
line-height: 1.4;
color: #666;
font-style: italic;
text-align: center;
}