/* MM ACF Tags Widget — default styles (all overridable via Elementor controls or shortcode attrs) */

.mm-acf-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.mm-acf-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 50px;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.4;
    border: 1px solid transparent;
    white-space: nowrap;
    box-sizing: border-box;
}
