.hosting-directory-picker + .find-select-control {
    padding-left: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%232563eb' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Cpath d='M3 7.5h6l2 2h10v9.5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7.5Z'/%3E%3Cpath d='M3 7.5V5a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v2.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 13px center;
}

.hosting-directory-error {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #dc3545 !important;
    line-height: 1.45;
}

.hosting-directory-error i { margin-top: 1px; }
.hosting-offcanvas .find-select-menu { z-index: 12; }
.hosting-offcanvas label:has(.find-select.open) { position: relative; z-index: 12; }
