.jb-suite-job-search-mobile-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
}

.jb-suite-job-search-mobile-overlay.is-visible {
    display: flex;
}

.jb-suite-job-search-mobile-panel {
    width: min(520px, calc(100% - 32px));
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.jb-suite-job-search-mobile-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jb-suite-job-search-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
}

.jb-suite-job-search-mobile-close {
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.jb-suite-job-search-mobile-field {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.jb-suite-job-search-mobile-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    pointer-events: none;
}

.jb-suite-job-search-mobile-icon::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%236b7280' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 1 0 1.414-1.414l-3.85-3.85a1 1 0 0 0-.114-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
}

.jb-suite-job-search-mobile-submit {
    border: 0;
    background: #0056d2;
    color: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 600;
    cursor: pointer;
}

.jb-suite-job-search-responsive .jb-suite-job-search-mobile-submit {
    border: 0;
    background: #0056d2;
    color: #fff;
    border-radius: 999px;
    padding: 15px 16px;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

@media (max-width: 768px) {
    .jb-suite-job-search-mobile-overlay {
        align-items: stretch;
        justify-content: stretch;
    }

    .jb-suite-job-search-mobile-panel {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 20px 16px;
        margin-top: 0;
    }

    .jb-suite-job-search-mobile-form {
        flex-direction: column;
        align-items: stretch;
    }

    .jb-suite-job-search-mobile-submit {
        width: 100%;
    }
}

.jb-suite-job-search-responsive .jb-suite-job-search-mobile-input {
    width: 380px;
    padding: 6px 14px 7px 40px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    color: #111827;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: auto;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    box-sizing: border-box;
    transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (max-width: 991px) {
    .jb-suite-job-search-responsive .jb-suite-job-search-mobile-input {
        width: 100%;
        padding: 7px 40px 5px 40px;
        max-width: 100%;
        min-width: 0;
    }
}
