/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 23 2026 | 08:08:09 */
.directorist-listing-category__popup__content {
    width: auto !important;
    min-width: 280px !important;
    max-width: 320px !important;
    white-space: nowrap !important;
    left: auto !important;
    right: 0 !important;
    bottom: 100% !important;
    margin-bottom: 10px !important;
    padding: 12px !important;
    border-radius: 10px !important;
}

.directorist-listing-category__popup__content::after {
    left: auto !important;
    right: 15px !important;
    bottom: -11px !important;
    border-top-color: var(--directorist-color-white) !important;
}

.directorist-listing-category__popup__content a {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding: 8px 10px !important;
    line-height: 1.4 !important;
}

.directorist-listing-single__meta__right .directorist-listing-category__popup__content {
    left: 0 !important;
    right: auto !important;
}

.directorist-listing-single__meta__right .directorist-listing-category__popup__content::after {
    right: auto !important;
    left: 15px !important;
}

@media only screen and (max-width: 480px) {
    .directorist-listing-category__popup__content {
        min-width: 260px !important;
        max-width: calc(100vw - 30px) !important;
        padding: 10px !important;
    }
}