/**
 * Theme Name:     Tstrata
 * Author:         NectarBlocks
 * Template:       nectar-blocks-theme
 * Text Domain:	   tstrata
 * Description:    Nectarblocks is a lightweight and modern WordPress theme designed for seamless compatibility with the Nectarblocks page builder plugin.
 */




/* Generic term styles */
.project-terms .project-term {
    display: inline-block;
}

/* Inline text version (Markets, Applications) – keep commas */
.project-terms:not(.project-terms--with-images) .project-term-link {
    display: inline;
}

.project-terms:not(.project-terms--with-images) .project-term + .project-term::before {
    content: ", ";
}

/* Solutions with images – badge layout, no commas */
.project-terms.project-terms--with-images {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.project-terms.project-terms--with-images .project-term {
    display: inline-flex;
}

.project-terms.project-terms--with-images .project-term-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none; /* Salient may override; tweak as needed */
}

.project-term-image-wrap {
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 999px; /* circle */
}

.project-term-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-term-name {
    white-space: nowrap;
}
