/* ListingPro Services Field - Select2 Styling */
.lpsf-services-select.select2-container {
    width: 100% !important;
}

.lpsf-services-select .select2-selection--multiple {
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}

.lpsf-services-select .select2-selection--multiple .select2-selection__choice {
    background-color: #007cba;
    border: 1px solid #005a8b;
    color: #fff;
    border-radius: 3px;
    padding: 2px 8px;
    margin: 2px;
    font-size: 13px;
}

.lpsf-services-select .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

.lpsf-services-select .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffcccc;
}

.lpsf-tag-counter {
    margin-top: 5px;
    text-align: right;
}

.lpsf-tag-counter small {
    font-size: 12px;
    color: #666;
}

/* Responsive design */
@media (max-width: 768px) {
    .lpsf-services-select .select2-selection--multiple .select2-selection__choice {
        font-size: 12px;
        padding: 1px 6px;
    }
}

/* Field description styling */
.lpsf-field-description {
    margin: 5px 0 10px 0 !important;
    color: #666 !important;
    font-size: 14px !important;
    font-style: italic !important;
    line-height: 1.4 !important;
}

/* Additional styling for better integration */
#inputListTags + .select2-container {
    margin-bottom: 10px;
}

/* Help tooltip styling consistency */
.lp-new-cat-wrape .help-text {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.lp-new-cat-wrape .help-text .help-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    width: 250px;
    background-color: #fff !important;
    color: #333 !important;
    text-align: left;
    border-radius: 6px;
    padding: 12px;
    transition: opacity 0.3s;
    border: 2px solid #007cba;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.lp-new-cat-wrape .help-text .help-tooltip p {
    color: #333 !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.lp-new-cat-wrape .help-text:hover .help-tooltip {
    visibility: visible;
    opacity: 1;
}

/* Arrow for tooltip */
.lp-new-cat-wrape .help-text .help-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #007cba transparent transparent transparent;
}
