/**
 * Advanced Dynamic Tags for StreetSoul
 * CSS styles for the Advanced Dynamic Tags widget
 */

.advanced-dynamic-tags {
    display: inline-block;
    line-height: 1.5;
    width: 100%;
}

.dynamic-tag-item {
    display: inline-block;
}

.dynamic-tag-item a {
    text-decoration: none !important;
    transition: color 0.3s ease;
    color: inherit;
}

.dynamic-tag-separator {
    display: inline-block;
    margin: 0 5px;
}

/* Override any theme styling that might interfere */
.elementor .elementor-widget-container .advanced-dynamic-tags a {
    color: inherit;
}

.elementor .elementor-widget-container .advanced-dynamic-tags a:hover {
    color: inherit;
}
