/* ============================================
    Plunksna Woo Product Attributes - v1.10.74
   ============================================ */

.plunksna-woo-attr {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.plunksna-woo-attr__row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

/* Inline layout: Label: Value on same line */
.plunksna-woo-attr--inline .plunksna-woo-attr__row {
    gap: 0 6px;
}

/* Stack layout: Label above value */
.plunksna-woo-attr--stack .plunksna-woo-attr__row {
    flex-direction: column;
    gap: 2px;
}

.plunksna-woo-attr__label {
    font-weight: 700;
    font-size: inherit;
    line-height: 1.4;
}

.plunksna-woo-attr__value {
    font-size: inherit;
    line-height: 1.4;
}
