/* CSSSPLIT 005, 004_products.css, 1059-1093, All product related dots, etc. --/--/-- */
/* Version 01.1.1 */


.ursaminor-product-dots {
    display: inline-flex;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

.ursaminor-product-dot {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background-color: #2a7c5f; /* just a visible green test */
}


.ursaminor-product-dots {
    display: inline-flex;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

.ursaminor-product-dot {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background-color: #2a7c5f; /* default fallback */
}

/* Per-type colours (tweak to match your portal UI) */
.ursaminor-product-dot--original { background-color: #2a7c5f; } /* green */
.ursaminor-product-dot--prints   { background-color: #b56a2b; } /* warm ochre */
.ursaminor-product-dot--digital  { background-color: #2f5fbd; } /* blue */
.ursaminor-product-dot--custom   { background-color: #e6a72b; } /* amber */