/* Product Tags Widget 1b529e47 — v1.0.0 */

.pt-wrap-1b529e47 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.pt-label-1b529e47 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    flex-shrink: 0;
}

.pt-tags-list-1b529e47 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.pt-tag-1b529e47 {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: default;
}

a.pt-tag-1b529e47 {
    cursor: pointer;
}

a.pt-tag-1b529e47:hover {
    background-color: #555;
    color: #fff;
    text-decoration: none;
}
