.pima-seo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 0;
}

.pima-seo-tag {
    background: #f1f1f1;
    border: 1px solid #ccc;
    color: #333;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pima-seo-tag:hover {
    background: #a3232b;
    color: #fff;
}
