.ast-e08103c8-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.ast-e08103c8-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: default;
}

a.ast-e08103c8-tag {
    cursor: pointer;
}

.ast-e08103c8-tag:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
}

.ast-e08103c8-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.ast-e08103c8-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    transition: fill 0.3s ease;
}