.seo-cloud-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: inherit;
    gap: 10px;
}

.seo-cloud-pill {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.2;
    cursor: pointer;
}

.seo-cloud-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
}

.seo-cloud-icon i {
    font-size: inherit;
}

.seo-cloud-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* Weight Scalings */
.seo-cloud-weight-small {
    font-size: 0.85rem;
}

.seo-cloud-weight-medium {
    font-size: 1rem;
}

.seo-cloud-weight-large {
    font-size: 1.2rem;
    font-weight: 600;
}

.seo-cloud-weight-xlarge {
    font-size: 1.4rem;
    font-weight: 700;
}
