.jb-suite-job-search-form {
    width: 100%;
    max-width: 520px;
}

.jb-suite-job-search-responsive {
    display: flex;
    align-items: center;
    gap: 12px;
}

.jb-suite-job-search-desktop-label {
    position: relative;
    display: block;
}

.jb-suite-job-search-desktop-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-51%);
    color: #6b7280;
    pointer-events: none;
}

.jb-suite-job-search-desktop-icon::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' 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-form .jb-suite-job-search-desktop-input {
    width: 330px;
    padding: 8px 14px 6px 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;
    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);
}

.jb-suite-job-search-form .jb-suite-job-search-desktop-input:focus {
    outline: none;
    border-color: #0056d2;
    box-shadow: 0 0 0 3px rgba(0, 86, 210, 0.15);
}

.jb-suite-home-search {
    width: 100%;
}

@media (max-width: 991px) {
    .jb-suite-job-search-form .jb-suite-job-search-desktop-input {
        width: 100%;
    }
}
