html.edu-job-map-saved-search-open,
        body.edu-job-map-saved-search-open {
            overflow: hidden !important;
            overscroll-behavior: none;
        }

        .edu-job-map-saved-search-wrap {
            display: flex;
            align-items: center;
        }

        .edu-job-map-saved-search-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: 44px;
            padding: 10px 14px;
            border: 1px solid #c8d2eb;
            border-radius: 10px;
            background: #fff;
            color: #14205c;
            font-weight: 750;
            cursor: pointer;
        }

        .edu-job-map-saved-search-button svg {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }

        .edu-job-map-saved-search-button small {
            display: inline-grid;
            place-items: center;
            min-width: 22px;
            min-height: 22px;
            padding: 0 6px;
            border-radius: 999px;
            background: #3057ea;
            color: #fff;
            font-size: 12px;
            line-height: 1;
        }

        .edu-job-map-saved-search-backdrop {
            position: fixed;
            inset: 0;
            z-index: 100050;
            background: rgba(9, 18, 52, .56);
        }

        .edu-job-map-saved-search-dialog {
            position: fixed;
            z-index: 100060;
            top: 50%;
            left: 50%;
            width: min(760px, calc(100vw - 32px));
            max-height: min(820px, calc(100vh - 32px));
            transform: translate(-50%, -50%);
            overflow: auto;
            border-radius: 18px;
            background: #fff;
            color: #18213f;
            box-shadow: 0 24px 80px rgba(6, 16, 52, .28);
        }

        .edu-job-map-saved-search-dialog__head {
            position: sticky;
            top: 0;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 18px;
            padding: 22px 24px;
            border-bottom: 1px solid #e1e6f2;
            background: #fff;
        }

        .edu-job-map-saved-search-dialog__head span {
            display: block;
            margin-bottom: 3px;
            color: #5a6686;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .04em;
        }

        .edu-job-map-saved-search-dialog__head h3,
        .edu-job-map-saved-search-dialog__content h4 {
            margin: 0;
            color: #14205c;
        }

        .edu-job-map-saved-search-dialog__head > button {
            flex: 0 0 auto;
            width: 44px;
            min-width: 44px;
            padding: 0;
            border: 1px solid #d4dbea;
            border-radius: 10px;
            background: #fff;
            color: #14205c;
            font-size: 28px;
            cursor: pointer;
        }

        .edu-job-map-saved-search-dialog__content {
            display: grid;
            gap: 24px;
            padding: 24px;
        }

        .edu-job-map-saved-search-current,
        .edu-job-map-saved-search-section {
            padding: 18px;
            border: 1px solid #dfe5f2;
            border-radius: 14px;
            background: #f9fbff;
        }

        .edu-job-map-saved-search-summary {
            margin: 8px 0 16px;
            color: #485674;
        }

        .edu-job-map-saved-search-form label {
            display: block;
            margin-bottom: 7px;
            font-weight: 750;
            color: #14205c;
        }

        .edu-job-map-saved-search-form > div {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 10px;
        }

        .edu-job-map-saved-search-form input {
            width: 100%;
            min-width: 0;
            padding: 10px 12px;
            border: 1px solid #b9c5dc;
            border-radius: 9px;
        }

        .edu-job-map-saved-search-form button,
        .edu-job-map-saved-search-item button,
        .edu-job-map-saved-search-section__head button {
            padding: 9px 13px;
            border: 1px solid #3057ea;
            border-radius: 9px;
            background: #3057ea;
            color: #fff;
            font-weight: 750;
            cursor: pointer;
        }

        .edu-job-map-saved-search-form button:disabled,
        .edu-job-map-saved-search-section__head button:disabled {
            opacity: .5;
            cursor: not-allowed;
        }

        .edu-job-map-saved-search-status {
            min-height: 24px;
            margin-top: 10px;
            font-weight: 650;
            color: #17603a;
        }

        .edu-job-map-saved-search-status.is-error {
            color: #9f1d28;
        }

        .edu-job-map-saved-search-section__head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
        }

        .edu-job-map-saved-search-section__head small {
            color: #62708f;
        }

        .edu-job-map-saved-search-section__head button {
            border-color: #c1cbe0;
            background: #fff;
            color: #26345f;
        }

        .edu-job-map-saved-search-list {
            display: grid;
            gap: 10px;
        }

        .edu-job-map-saved-search-item {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: center;
            gap: 14px;
            padding: 13px;
            border: 1px solid #e0e6f2;
            border-radius: 11px;
            background: #fff;
        }

        .edu-job-map-saved-search-item > div:first-child {
            display: grid;
            gap: 3px;
            min-width: 0;
        }

        .edu-job-map-saved-search-item strong,
        .edu-job-map-saved-search-item span,
        .edu-job-map-saved-search-item small {
            overflow-wrap: anywhere;
        }

        .edu-job-map-saved-search-item span {
            color: #4d5a78;
            font-size: 14px;
        }

        .edu-job-map-saved-search-item small {
            color: #73809a;
        }

        .edu-job-map-saved-search-item > div:last-child {
            display: flex;
            gap: 7px;
            flex-wrap: wrap;
            justify-content: flex-end;
        }

        .edu-job-map-saved-search-item button.is-secondary {
            border-color: #c7d0e2;
            background: #fff;
            color: #334166;
        }

        .edu-job-map-saved-search-empty,
        .edu-job-map-saved-search-privacy {
            margin: 0;
            color: #5d6985;
        }

        .edu-job-map-saved-search-privacy {
            font-size: 13px;
            line-height: 1.55;
        }

        @media (max-width: 620px) {
            .edu-job-map-saved-search-form > div,
            .edu-job-map-saved-search-item {
                grid-template-columns: 1fr;
            }

            .edu-job-map-saved-search-item > div:last-child {
                justify-content: flex-start;
            }

            .edu-job-map-saved-search-dialog__content,
            .edu-job-map-saved-search-dialog__head {
                padding-left: 16px;
                padding-right: 16px;
            }
        }

        html.edu-job-map-compare-open,
        body.edu-job-map-compare-open {
            overflow: hidden !important;
            overscroll-behavior: none;
        }

        .edu-job-map-compare-bar {
            position: fixed;
            z-index: 99990;
            right: 18px;
            bottom: 18px;
            left: 18px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            width: min(980px, calc(100vw - 36px));
            margin: 0 auto;
            padding: 10px 12px;
            border: 1px solid #b9c9f7;
            border-radius: 15px;
            background: rgba(255, 255, 255, .97);
            box-shadow: 0 16px 42px rgba(15, 23, 42, .2);
            backdrop-filter: blur(12px);
        }

        .edu-job-map-compare-bar[hidden] {
            display: none;
        }

        .edu-job-map-compare-bar__summary {
            display: flex;
            align-items: center;
            min-width: 0;
            flex: 1 1 auto;
            gap: 10px;
        }

        .edu-job-map-compare-bar__summary > strong {
            flex: 0 0 auto;
            color: #1f2a5c;
            font-size: 12px;
            line-height: 1.3;
            font-weight: 900;
        }

        .edu-job-map-compare-bar__items {
            display: flex;
            align-items: center;
            min-width: 0;
            flex: 1 1 auto;
            gap: 6px;
            overflow-x: auto;
            scrollbar-width: thin;
        }

        .edu-job-map-compare-bar__chip {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            min-width: 0;
            max-width: 190px;
            min-height: 30px;
            padding: 4px 7px 4px 9px;
            border: 1px solid #d4ddf5;
            border-radius: 999px;
            background: #f5f7ff;
            color: #26366e;
            font-family: inherit;
            font-size: 10px;
            line-height: 1.2;
            font-weight: 800;
            cursor: pointer;
        }

        .edu-job-map-compare-bar__chip span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .edu-job-map-compare-bar__chip strong {
            flex: 0 0 auto;
            color: #64748b;
            font-size: 16px;
            line-height: 1;
        }

        .edu-job-map-compare-bar__chip:hover,
        .edu-job-map-compare-bar__chip:focus-visible {
            outline: 0;
            border-color: #3057EA;
            background: #eef4ff;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .1);
        }

        .edu-job-map-compare-bar__status {
            flex: 0 0 auto;
            color: #176b3a;
            font-size: 10px;
            line-height: 1.35;
            font-weight: 800;
        }

        .edu-job-map-compare-bar__status.is-error {
            color: #a11919;
        }

        .edu-job-map-compare-bar__actions {
            display: flex;
            align-items: center;
            flex: 0 0 auto;
            gap: 7px;
        }

        .edu-job-map-compare-bar__actions button {
            min-height: 36px;
            padding: 7px 11px;
            border: 1px solid #cbd5e1;
            border-radius: 9px;
            background: #fff;
            color: #3057EA;
            font-family: inherit;
            font-size: 11px;
            line-height: 1.2;
            font-weight: 900;
            cursor: pointer;
        }

        .edu-job-map-compare-bar__open {
            border-color: #3057EA !important;
            background: #3057EA !important;
            color: #fff !important;
        }

        .edu-job-map-compare-bar__open:disabled {
            border-color: #cbd5e1 !important;
            background: #e8edf7 !important;
            color: #64748b !important;
            cursor: not-allowed;
        }

        .edu-job-map-compare-bar__actions button:hover:not(:disabled),
        .edu-job-map-compare-bar__actions button:focus-visible:not(:disabled) {
            outline: 0;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .12);
            transform: translateY(-1px);
        }

        .edu-job-map-compare-backdrop {
            position: fixed;
            inset: 0;
            z-index: 1000010;
            background: rgba(15, 23, 42, .55);
            opacity: 0;
            transition: opacity .2s ease;
            backdrop-filter: blur(3px);
        }

        .edu-job-map-compare-backdrop[hidden],
        .edu-job-map-compare-dialog[hidden] {
            display: none;
        }

        .edu-job-map-compare-backdrop.is-open {
            opacity: 1;
        }

        .edu-job-map-compare-dialog {
            position: fixed;
            z-index: 1000011;
            inset: 3vh 2vw;
            display: flex;
            flex-direction: column;
            width: auto;
            max-width: 1500px;
            height: 94vh;
            margin: 0 auto;
            overflow: hidden;
            border-radius: 18px;
            background: #fff;
            box-shadow: 0 24px 70px rgba(15, 23, 42, .3);
            opacity: 0;
            transform: translateY(18px) scale(.99);
            transition: opacity .2s ease, transform .2s ease;
        }

        .edu-job-map-compare-dialog.is-open {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .edu-job-map-compare-dialog__head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 16px;
            flex: 0 0 auto;
            padding:
                max(16px, env(safe-area-inset-top))
                max(18px, env(safe-area-inset-right))
                14px
                max(18px, env(safe-area-inset-left));
            border-bottom: 1px solid #e2e8f0;
            background: #f8faff;
        }

        .edu-job-map-compare-dialog__head span {
            display: block;
            margin-bottom: 3px;
            color: #3057EA;
            font-size: 10px;
            line-height: 1.2;
            font-weight: 900;
            letter-spacing: .07em;
            text-transform: uppercase;
        }

        .edu-job-map-compare-dialog__head h3 {
            margin: 0;
            color: #1f2a5c;
            font-size: 19px;
            line-height: 1.3;
            font-weight: 900;
        }

        .edu-job-map-compare-dialog__head > button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            padding: 0;
            border: 1px solid #cbd5e1;
            border-radius: 11px;
            background: #fff;
            color: #334155;
            font-family: inherit;
            font-size: 24px;
            line-height: 1;
            cursor: pointer;
        }

        .edu-job-map-compare-dialog__head > button:hover,
        .edu-job-map-compare-dialog__head > button:focus-visible {
            outline: 0;
            border-color: #3057EA;
            color: #3057EA;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .1);
        }

        .edu-job-map-compare-dialog__content {
            flex: 1 1 auto;
            min-height: 0;
            overflow: auto;
            overscroll-behavior: contain;
            padding: 18px max(18px, env(safe-area-inset-right))
                max(24px, env(safe-area-inset-bottom))
                max(18px, env(safe-area-inset-left));
        }

        .edu-job-map-compare-table-wrap {
            min-width: 760px;
            overflow: visible;
        }

        .edu-job-map-compare-table {
            width: 100%;
            table-layout: fixed;
            border-spacing: 0;
            border-collapse: separate;
            color: #1e293b;
            font-size: 12px;
            line-height: 1.45;
        }

        .edu-job-map-compare-table th,
        .edu-job-map-compare-table td {
            min-width: 180px;
            padding: 12px 13px;
            border-right: 1px solid #e2e8f0;
            border-bottom: 1px solid #e2e8f0;
            vertical-align: top;
            text-align: left;
            overflow-wrap: anywhere;
        }

        .edu-job-map-compare-table tr > :first-child {
            position: sticky;
            left: 0;
            z-index: 2;
            width: 175px;
            min-width: 175px;
            max-width: 175px;
            border-left: 1px solid #e2e8f0;
            background: #f8fafc;
            color: #475569;
            font-size: 10px;
            font-weight: 900;
            letter-spacing: .035em;
            text-transform: uppercase;
        }

        .edu-job-map-compare-table thead th {
            position: sticky;
            top: 0;
            z-index: 3;
            border-top: 1px solid #d5def0;
            background: #eef3ff;
        }

        .edu-job-map-compare-table thead th:first-child {
            z-index: 4;
            border-top-left-radius: 12px;
        }

        .edu-job-map-compare-table thead th:last-child {
            border-top-right-radius: 12px;
        }

        .edu-job-map-compare-table thead th strong,
        .edu-job-map-compare-table thead th span {
            display: block;
        }

        .edu-job-map-compare-table thead th strong {
            margin-bottom: 4px;
            color: #1f2a5c;
            font-size: 13px;
            line-height: 1.35;
            font-weight: 900;
        }

        .edu-job-map-compare-table thead th span {
            color: #64748b;
            font-size: 10px;
            line-height: 1.4;
            font-weight: 700;
        }

        .edu-job-map-compare-table thead th button {
            margin-top: 9px;
            padding: 4px 7px;
            border: 1px solid #cbd5e1;
            border-radius: 7px;
            background: #fff;
            color: #b21f4b;
            font-family: inherit;
            font-size: 9px;
            font-weight: 900;
            cursor: pointer;
        }

        .edu-job-map-compare-table tbody tr.is-different td {
            background: #fffaf0;
        }

        .edu-job-map-compare-table tbody tr.is-different > th {
            background: #fff3d6;
            color: #7b4b00;
        }

        .edu-job-map-compare-table__actions {
            display: grid;
            gap: 6px;
        }

        .edu-job-map-compare-table__actions a,
        .edu-job-map-compare-table__actions button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 34px;
            padding: 6px 8px;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            background: #fff;
            color: #3057EA;
            font-family: inherit;
            font-size: 10px;
            line-height: 1.25;
            font-weight: 900;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
        }

        .edu-job-map-compare-table__actions a {
            border-color: #3057EA;
            background: #3057EA;
            color: #fff !important;
        }

        .edu-job-map-compare-table__actions button.is-active {
            border-color: #d53c67;
            background: #fff1f5;
            color: #b21f4b;
        }

        .edu-job-map-compare-table__actions a:hover,
        .edu-job-map-compare-table__actions a:focus-visible,
        .edu-job-map-compare-table__actions button:hover,
        .edu-job-map-compare-table__actions button:focus-visible {
            outline: 0;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .1);
        }

        .edu-job-map-compare-dialog__empty,
        .edu-job-map-compare-dialog__note {
            margin: 14px 0 0;
            color: #64748b;
            font-size: 11px;
            line-height: 1.5;
        }

        .edu-job-map-list-card__compare-button,
        .edu-job-map-list-card__preview-button,
        .edu-job-map-list-card__compare-button,
        .edu-job-map-list-card__map-button {
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
            color: #3057EA;
            font-family: inherit;
            font-size: 11px;
            line-height: 1.3;
            font-weight: 800;
            cursor: pointer;
        }

        .edu-job-map-list-card__compare-button {
            color: #6b35a5;
        }

        .edu-job-map-list-card__compare-button.is-active {
            color: #176b3a;
        }

        .edu-job-map-list-card__compare-button::after {
            content: " ⇄";
        }

        .edu-job-map-preview__actions .edu-job-map-preview__compare.is-active {
            border-color: #8ccfa4;
            background: #edf9f1;
            color: #176b3a;
        }

        html.edu-job-map-preview-open,
        body.edu-job-map-preview-open {
            overflow: hidden !important;
            overscroll-behavior: none;
        }

        .edu-job-map-preview-backdrop {
            position: fixed;
            inset: 0;
            z-index: 1000000;
            background: rgba(15, 23, 42, .42);
            opacity: 0;
            transition: opacity .22s ease;
            backdrop-filter: blur(2px);
        }

        .edu-job-map-preview-backdrop[hidden],
        .edu-job-map-preview-panel[hidden] {
            display: none;
        }

        .edu-job-map-preview-backdrop.is-open {
            opacity: 1;
        }

        .edu-job-map-preview-panel {
            position: fixed;
            z-index: 1000001;
            top: 0;
            right: 0;
            display: flex;
            flex-direction: column;
            width: min(500px, 94vw);
            height: 100dvh;
            box-sizing: border-box;
            overflow: hidden;
            background: #fff;
            box-shadow: -18px 0 50px rgba(15, 23, 42, .2);
            transform: translateX(104%);
            transition: transform .24s ease;
        }

        .edu-job-map-preview-panel.is-open {
            transform: translateX(0);
        }

        .edu-job-map-preview-panel.is-hover-preview {
            box-shadow: -18px 0 50px rgba(15, 23, 42, .26);
        }

        .edu-job-map-preview-panel__head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 16px;
            flex: 0 0 auto;
            padding:
                max(18px, env(safe-area-inset-top))
                max(20px, env(safe-area-inset-right))
                16px
                22px;
            border-bottom: 1px solid #e2e8f0;
            background: #f8faff;
        }

        .edu-job-map-preview-panel__head span {
            display: block;
            margin-bottom: 3px;
            color: #3057EA;
            font-size: 10px;
            line-height: 1.2;
            font-weight: 900;
            letter-spacing: .07em;
            text-transform: uppercase;
        }

        .edu-job-map-preview-panel__head h3 {
            margin: 0;
            color: #1f2a5c;
            font-size: 16px;
            line-height: 1.35;
            font-weight: 900;
        }

        .edu-job-map-preview-panel__head > button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            padding: 0;
            border: 1px solid #cbd5e1;
            border-radius: 11px;
            background: #fff;
            color: #334155;
            font-family: inherit;
            font-size: 24px;
            line-height: 1;
            cursor: pointer;
        }

        .edu-job-map-preview-panel__head > button:hover,
        .edu-job-map-preview-panel__head > button:focus-visible {
            outline: 0;
            border-color: #3057EA;
            color: #3057EA;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .1);
        }

        .edu-job-map-preview-panel__content {
            flex: 1 1 auto;
            min-height: 0;
            overflow-y: auto;
            overscroll-behavior: contain;
            padding: 22px 22px max(24px, env(safe-area-inset-bottom));
            scrollbar-width: thin;
        }

        .edu-job-map-preview__intro {
            padding-right: 4px;
        }

        .edu-job-map-preview__company {
            display: block;
            margin-bottom: 6px;
            color: #475569;
            font-size: 12px;
            line-height: 1.4;
            font-weight: 800;
        }

        .edu-job-map-preview__intro h2 {
            margin: 0 0 8px;
            color: #1f2a5c;
            font-size: 23px;
            line-height: 1.25;
            font-weight: 900;
        }

        .edu-job-map-preview__place {
            margin: 0;
            color: #64748b;
            font-size: 13px;
            line-height: 1.5;
        }

        .edu-job-map-preview__badges {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin: 16px 0;
        }

        .edu-job-map-preview-badge {
            display: inline-flex;
            align-items: center;
            min-height: 25px;
            padding: 4px 8px;
            border: 1px solid #dbe4f2;
            border-radius: 999px;
            background: #f8fafc;
            color: #334155;
            font-size: 10px;
            line-height: 1.2;
            font-weight: 800;
        }

        .edu-job-map-preview-badge.is-new,
        .edu-job-map-preview-badge.is-recent {
            border-color: #b7e0c4;
            background: #edf9f1;
            color: #176b3a;
        }

        .edu-job-map-preview-badge.is-expiry {
            border-color: #f1cf85;
            background: #fff8e6;
            color: #855000;
        }

        .edu-job-map-preview-badge.is-urgent {
            border-color: #f3a0a0;
            background: #fff0f0;
            color: #a11919;
        }

        .edu-job-map-preview-badge.is-type {
            border-color: #b9d4ff;
            background: #eef5ff;
            color: #2452a3;
        }

        .edu-job-map-preview-badge.is-school {
            border-color: #b8dfc6;
            background: #eff9f2;
            color: #176b3a;
        }

        .edu-job-map-preview-badge.is-category {
            border-color: #c7d2fe;
            background: #f4f2ff;
            color: #4438a8;
        }

        .edu-job-map-preview-badge.is-specialization {
            border-color: #dbc9f1;
            background: #f7f0ff;
            color: #6b35a5;
        }

        .edu-job-map-preview__facts {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            margin: 0 0 19px;
        }

        .edu-job-map-preview__facts > div {
            min-width: 0;
            padding: 11px 12px;
            border: 1px solid #e2e8f0;
            border-radius: 11px;
            background: #f8fafc;
        }

        .edu-job-map-preview__facts dt {
            margin: 0 0 3px;
            color: #64748b;
            font-size: 9px;
            line-height: 1.25;
            font-weight: 900;
            letter-spacing: .04em;
            text-transform: uppercase;
        }

        .edu-job-map-preview__facts dd {
            margin: 0;
            color: #1e293b;
            font-size: 12px;
            line-height: 1.4;
            font-weight: 800;
        }

        .edu-job-map-preview__description {
            padding: 16px;
            border: 1px solid #dce5f5;
            border-radius: 13px;
            background: #fbfcff;
        }

        .edu-job-map-preview__description h3 {
            margin: 0 0 7px;
            color: #1f2a5c;
            font-size: 14px;
            line-height: 1.35;
            font-weight: 900;
        }

        .edu-job-map-preview__description p {
            margin: 0;
            color: #475569;
            font-size: 12px;
            line-height: 1.65;
        }

        .edu-job-map-preview__response {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            margin-top: 14px;
            padding: 13px 14px;
            border: 1px solid #b9d4ff;
            border-radius: 13px;
            background: #f2f7ff;
        }

        .edu-job-map-preview__response > div {
            display: flex;
            min-width: 0;
            flex-direction: column;
            gap: 2px;
        }

        .edu-job-map-preview__response strong {
            color: #1f2a5c;
            font-size: 12px;
            line-height: 1.35;
            font-weight: 900;
        }

        .edu-job-map-preview__response span {
            color: #64748b;
            font-size: 10px;
            line-height: 1.4;
        }

        .edu-job-map-preview__application {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            min-height: 36px;
            padding: 7px 11px;
            border-radius: 9px;
            background: #3057EA;
            color: #fff !important;
            font-size: 11px;
            line-height: 1.25;
            font-weight: 900;
            text-decoration: none !important;
        }

        .edu-job-map-preview__actions {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            margin-top: 18px;
        }

        .edu-job-map-preview__actions a,
        .edu-job-map-preview__actions button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 41px;
            margin: 0;
            padding: 8px 11px;
            border: 1px solid #cbd5e1;
            border-radius: 10px;
            background: #fff;
            color: #3057EA;
            font-family: inherit;
            font-size: 11px;
            line-height: 1.3;
            font-weight: 900;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
        }

        .edu-job-map-preview__actions .edu-job-map-preview__primary {
            grid-column: 1 / -1;
            border-color: #3057EA;
            background: #3057EA;
            color: #fff !important;
        }

        .edu-job-map-preview__actions .edu-job-map-preview__favorite.is-active {
            border-color: #d53c67;
            background: #fff1f5;
            color: #b21f4b;
        }

        .edu-job-map-preview__actions a:hover,
        .edu-job-map-preview__actions a:focus-visible,
        .edu-job-map-preview__actions button:hover,
        .edu-job-map-preview__actions button:focus-visible {
            outline: 0;
            border-color: #3057EA;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .1);
        }

        html.edu-job-map-fullscreen-open,
        body.edu-job-map-fullscreen-open {
            overflow: hidden !important;
            overscroll-behavior: none;
        }

        .edu-job-map-section.is-fullscreen {
            position: fixed;
            inset: 0;
            z-index: 999998;
            display: flex;
            flex-direction: column;
            width: 100vw;
            max-width: none;
            height: 100dvh;
            margin: 0;
            padding:
                max(14px, env(safe-area-inset-top))
                max(18px, env(safe-area-inset-right))
                max(14px, env(safe-area-inset-bottom))
                max(18px, env(safe-area-inset-left));
            box-sizing: border-box;
            overflow-x: hidden;
            overflow-y: auto;
            overscroll-behavior: contain;
            background: #f7f9fd;
        }

        .edu-job-map-section.is-fullscreen .edu-job-map-back,
        .edu-job-map-section.is-fullscreen .edu-job-map-note {
            display: none;
        }

        .edu-job-map-section.is-fullscreen .edu-job-map-head {
            position: sticky;
            top: calc(-1 * max(14px, env(safe-area-inset-top)));
            z-index: 2100;
            flex: 0 0 auto;
            margin:
                calc(-1 * max(14px, env(safe-area-inset-top)))
                calc(-1 * max(18px, env(safe-area-inset-right)))
                12px
                calc(-1 * max(18px, env(safe-area-inset-left)));
            padding:
                max(12px, env(safe-area-inset-top))
                max(18px, env(safe-area-inset-right))
                12px
                max(18px, env(safe-area-inset-left));
            border-bottom: 1px solid #dce5f5;
            background: rgba(247, 249, 253, .97);
            box-shadow: 0 8px 22px rgba(15, 23, 42, .07);
            backdrop-filter: blur(12px);
        }

        .edu-job-map-section.is-fullscreen .edu-job-map-mobile-filter-sheet {
            flex: 0 0 auto;
        }

        .edu-job-map-section.is-fullscreen .edu-job-map-layout {
            flex: 1 0 440px;
            grid-template-columns: minmax(350px, 38%) minmax(0, 1fr);
            width: 100%;
            height: auto;
            min-height: 440px;
        }

        .edu-job-map-section.is-fullscreen .edu-job-map-list-panel,
        .edu-job-map-section.is-fullscreen .edu-job-map-wrap {
            border-radius: 14px;
        }

        .edu-job-map-section.is-fullscreen .edu-job-map-canvas {
            min-height: 100%;
        }

        .edu-job-map-section {
            position: relative;
            margin: 28px 0;
        }

        .edu-job-map-back {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 18px;
            padding: 10px 16px;
            border: 1px solid #CAD3E7;
            border-radius: 12px;
            background: #fff;
            color: #3057EA;
            font-weight: 600;
            text-decoration: none;
            transition: .2s ease;
        }

        .edu-job-map-back:hover,
        .edu-job-map-back:focus-visible {
            background: #EFF6FF;
            border-color: #3057EA;
            color: #3057EA;
            text-decoration: none;
        }

        .edu-job-map-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            margin-bottom: 14px;
        }

        .edu-job-map-head h2 {
            margin: 0;
            color: #1f2a5c;
            font-size: 24px;
            font-weight: 700;
            white-space: nowrap;
        }

        .edu-job-map-head-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-wrap: wrap;
            gap: 9px 12px;
        }


        .edu-job-map-fullscreen-wrap {
            display: flex;
            align-items: center;
        }

        .edu-job-map-fullscreen-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            min-height: 36px;
            padding: 7px 12px;
            border: 1px solid #cbd5e1;
            border-radius: 10px;
            background: #fff;
            color: #3057EA;
            font-family: inherit;
            font-size: 12px;
            font-weight: 800;
            cursor: pointer;
            transition: .18s ease;
        }

        .edu-job-map-fullscreen-button svg {
            width: 17px;
            height: 17px;
            fill: currentColor;
        }

        .edu-job-map-fullscreen-button__collapse {
            display: none;
        }

        .edu-job-map-fullscreen-button:hover,
        .edu-job-map-fullscreen-button:focus-visible {
            outline: 0;
            border-color: #3057EA;
            background: #eef4ff;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .1);
        }

        .edu-job-map-fullscreen-button[aria-pressed="true"] {
            border-color: #1f2a5c;
            background: #1f2a5c;
            color: #fff;
        }

        .edu-job-map-fullscreen-button[aria-pressed="true"] .edu-job-map-fullscreen-button__expand {
            display: none;
        }

        .edu-job-map-fullscreen-button[aria-pressed="true"] .edu-job-map-fullscreen-button__collapse {
            display: block;
        }

        .edu-job-map-alert-wrap {
            display: flex;
            align-items: center;
        }

        .edu-job-map-alert-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            min-height: 36px;
            padding: 7px 12px;
            border: 1px solid #3057EA;
            border-radius: 10px;
            background: #3057EA;
            color: #fff;
            font-family: inherit;
            font-size: 12px;
            font-weight: 800;
            cursor: pointer;
            transition: .18s ease;
        }

        .edu-job-map-alert-button svg {
            width: 17px;
            height: 17px;
            fill: currentColor;
        }

        .edu-job-map-alert-button:hover:not(:disabled),
        .edu-job-map-alert-button:focus-visible:not(:disabled) {
            outline: 0;
            background: #2348d5;
            border-color: #2348d5;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .13);
        }

        .edu-job-map-alert-button:disabled {
            opacity: .55;
            cursor: wait;
        }

        .edu-job-map-alert-notice {
            margin: 0 0 12px;
            padding: 10px 13px;
            border: 1px solid #bfdbfe;
            border-radius: 11px;
            background: #eff6ff;
            color: #1e3a8a;
            font-size: 12px;
            line-height: 1.5;
            font-weight: 700;
        }

        .edu-job-map-alert-notice[hidden] { display: none; }
        .edu-job-map-alert-notice.is-success { border-color: #bbf7d0; background: #f0fdf4; color: #166534; }
        .edu-job-map-alert-notice.is-neutral { border-color: #cbd5e1; background: #f8fafc; color: #334155; }
        .edu-job-map-alert-notice.is-error { border-color: #fecdd3; background: #fff1f2; color: #9f1239; }

        .edu-job-map-alert-backdrop {
            position: fixed;
            z-index: 100000;
            inset: 0;
            background: rgba(15, 23, 42, .56);
            backdrop-filter: blur(2px);
        }

        .edu-job-map-alert-backdrop[hidden],
        .edu-job-map-alert-dialog[hidden] { display: none; }

        .edu-job-map-alert-dialog {
            position: fixed;
            z-index: 100001;
            top: 50%;
            left: 50%;
            width: min(620px, calc(100vw - 32px));
            max-height: calc(100vh - 36px);
            overflow-y: auto;
            transform: translate(-50%, -50%);
            border: 1px solid #dce5f5;
            border-radius: 18px;
            background: #fff;
            box-shadow: 0 28px 70px rgba(15, 23, 42, .28);
        }

        html.edu-job-map-alert-open,
        body.edu-job-map-alert-open { overflow: hidden; }

        .edu-job-map-alert-dialog__head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 18px;
            padding: 18px 20px 14px;
            border-bottom: 1px solid #e2e8f0;
        }

        .edu-job-map-alert-dialog__head h3 {
            margin: 0 0 4px;
            color: #1f2a5c;
            font-size: 20px;
            line-height: 1.3;
        }

        .edu-job-map-alert-dialog__head p {
            margin: 0;
            color: #64748b;
            font-size: 12px;
            line-height: 1.5;
        }

        .edu-job-map-alert-dialog__head > button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            width: 34px;
            height: 34px;
            padding: 0;
            border: 1px solid #cbd5e1;
            border-radius: 50%;
            background: #fff;
            color: #475569;
            font-size: 23px;
            line-height: 1;
            cursor: pointer;
        }

        .edu-job-map-alert-form {
            display: grid;
            gap: 14px;
            padding: 18px 20px 20px;
        }

        .edu-job-map-alert-summary-wrap > strong,
        .edu-job-map-alert-field > span {
            display: block;
            margin-bottom: 6px;
            color: #334155;
            font-size: 12px;
            font-weight: 800;
        }

        .edu-job-map-alert-summary {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .edu-job-map-alert-summary span {
            display: inline-flex;
            padding: 5px 9px;
            border-radius: 999px;
            background: #eef4ff;
            color: #1f2a5c;
            font-size: 11px;
            font-weight: 700;
        }

        .edu-job-map-alert-field input,
        .edu-job-map-alert-field select {
            width: 100%;
            min-height: 44px;
            padding: 9px 12px;
            border: 1px solid #cbd5e1;
            border-radius: 10px;
            background: #fff;
            color: #0f172a;
            font: inherit;
        }

        .edu-job-map-alert-field input:focus,
        .edu-job-map-alert-field select:focus {
            outline: 0;
            border-color: #3057EA;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .11);
        }

        .edu-job-map-alert-consent {
            display: grid;
            grid-template-columns: 20px minmax(0, 1fr);
            gap: 9px;
            align-items: start;
            color: #475569;
            font-size: 11px;
            line-height: 1.5;
        }

        .edu-job-map-alert-consent input { margin-top: 2px; }

        .edu-job-map-alert-honeypot {
            position: absolute !important;
            left: -10000px !important;
            width: 1px !important;
            height: 1px !important;
            overflow: hidden !important;
        }

        .edu-job-map-alert-privacy {
            margin: 0;
            padding: 9px 11px;
            border-radius: 9px;
            background: #fff7ed;
            color: #9a3412;
            font-size: 11px;
            line-height: 1.45;
        }

        .edu-job-map-alert-privacy[hidden] { display: none; }

        .edu-job-map-alert-status {
            min-height: 18px;
            color: #475569;
            font-size: 12px;
            line-height: 1.45;
        }

        .edu-job-map-alert-status.is-error { color: #be123c; }
        .edu-job-map-alert-status.is-success { color: #166534; font-weight: 700; }

        .edu-job-map-alert-actions {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
        }

        .edu-job-map-alert-actions button {
            min-height: 40px;
            padding: 8px 13px;
            border-radius: 10px;
            font-family: inherit;
            font-size: 12px;
            font-weight: 800;
            cursor: pointer;
        }

        .edu-job-map-alert-actions button[type="submit"] {
            border: 1px solid #3057EA;
            background: #3057EA;
            color: #fff;
        }

        .edu-job-map-alert-actions button[type="submit"]:disabled { opacity: .58; cursor: wait; }

        .edu-job-map-alert-cancel {
            border: 1px solid #cbd5e1;
            background: #fff;
            color: #475569;
        }

        .edu-job-map-share-wrap {
            position: relative;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .edu-job-map-share {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            min-height: 36px;
            padding: 7px 12px;
            border: 1px solid #cbd5e1;
            border-radius: 10px;
            background: #fff;
            color: #3057EA;
            font-family: inherit;
            font-size: 12px;
            font-weight: 800;
            cursor: pointer;
            transition: .18s ease;
        }

        .edu-job-map-share svg {
            width: 17px;
            height: 17px;
            fill: currentColor;
        }

        .edu-job-map-share:hover:not(:disabled),
        .edu-job-map-share:focus-visible:not(:disabled) {
            outline: 0;
            border-color: #3057EA;
            background: #eef4ff;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .1);
        }

        .edu-job-map-share:disabled {
            opacity: .52;
            cursor: wait;
        }

        .edu-job-map-share-status {
            position: absolute;
            z-index: 1000;
            top: calc(100% + 7px);
            right: 0;
            width: max-content;
            max-width: min(320px, 80vw);
            min-height: 0;
            padding: 0;
            border-radius: 9px;
            background: #166534;
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            line-height: 1.4;
            box-shadow: 0 8px 18px rgba(15, 23, 42, .16);
            pointer-events: none;
        }

        .edu-job-map-share-status:not(:empty) {
            padding: 8px 10px;
        }

        .edu-job-map-share-status.is-error {
            background: #9f1239;
        }

        .edu-job-map-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .edu-job-map-stats span {
            display: inline-flex;
            align-items: center;
            min-height: 30px;
            padding: 6px 12px;
            border-radius: 999px;
            background: #eef4ff;
            color: #1f2a5c;
            font-size: 13px;
            font-weight: 700;
        }

        .edu-job-map-toolbar {
            display: grid;
            grid-template-columns: repeat(14, minmax(0, 1fr));
            align-items: end;
            gap: 12px;
            margin-bottom: 10px;
            padding: 16px;
            border: 1px solid #dce5f5;
            border-radius: 16px;
            background: #f8faff;
            box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
        }

        .edu-job-map-field--search {
            grid-column: span 3;
        }

        .edu-job-map-field--region,
        .edu-job-map-field--district,
        .edu-job-map-field--types,
        .edu-job-map-field--categories {
            grid-column: span 2;
        }

        .edu-job-map-field--button {
            grid-column: span 3;
        }

        .edu-job-map-field {
            min-width: 0;
        }

        .edu-job-map-field label {
            display: block;
            margin: 0 0 6px;
            color: #334155;
            font-size: 13px;
            line-height: 1.3;
            font-weight: 700;
        }

        .edu-job-map-field input,
        .edu-job-map-field select,
        .edu-job-map-field button {
            width: 100%;
            height: 46px;
            margin: 0;
            border: 1px solid #cbd5e1;
            border-radius: 11px;
            font-family: inherit;
            font-size: 14px;
            line-height: 1.2;
            transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
        }

        .edu-job-map-field input,
        .edu-job-map-field select {
            background: #fff;
            color: #1e293b;
        }

        .edu-job-map-field select {
            padding: 0 38px 0 13px;
            cursor: pointer;
        }

        .edu-job-map-field input:focus,
        .edu-job-map-field select:focus,
        .edu-job-map-field button:focus-visible {
            outline: 0;
            border-color: #3057EA;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .14);
        }

        .edu-job-map-field input:disabled,
        .edu-job-map-field select:disabled,
        .edu-job-map-field button:disabled {
            cursor: wait;
            opacity: .65;
        }

        .edu-job-map-search-wrap {
            position: relative;
        }

        .edu-job-map-search-wrap > svg {
            position: absolute;
            top: 50%;
            left: 14px;
            width: 19px;
            height: 19px;
            fill: #64748b;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .edu-job-map-search-wrap input {
            padding: 0 14px 0 43px;
        }

        .edu-job-map-search-suggestions {
            position: absolute;
            z-index: 2600;
            top: calc(100% + 7px);
            left: 0;
            width: min(560px, calc(100vw - 48px));
            max-height: min(430px, 62vh);
            overflow-y: auto;
            overscroll-behavior: contain;
            padding: 6px;
            border: 1px solid #cbd5e1;
            border-radius: 13px;
            background: #fff;
            box-shadow: 0 16px 38px rgba(15, 23, 42, .18);
            scrollbar-width: thin;
        }

        .edu-job-map-search-suggestions[hidden] {
            display: none;
        }

        .edu-job-map-search-suggestions__group {
            padding: 8px 10px 5px;
            color: #64748b;
            font-size: 10px;
            line-height: 1.2;
            font-weight: 900;
            letter-spacing: .06em;
            text-transform: uppercase;
        }

        .edu-job-map-search-suggestions__option {
            display: grid;
            grid-template-columns: 34px minmax(0, 1fr) auto;
            align-items: center;
            gap: 9px;
            width: 100%;
            min-height: 52px;
            margin: 0;
            padding: 7px 9px;
            border: 0;
            border-radius: 9px;
            background: transparent;
            color: #1f2a5c;
            font-family: inherit;
            text-align: left;
            cursor: pointer;
            transition: background .15s ease, color .15s ease;
        }

        .edu-job-map-search-suggestions__option:hover,
        .edu-job-map-search-suggestions__option:focus-visible,
        .edu-job-map-search-suggestions__option.is-active {
            outline: 0;
            background: #eef4ff;
        }

        .edu-job-map-search-suggestions__icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border-radius: 9px;
            font-size: 12px;
            font-weight: 900;
        }

        .edu-job-map-search-suggestions__icon--position {
            background: #eef4ff;
            color: #3057EA;
        }

        .edu-job-map-search-suggestions__icon--school {
            background: #e9f7ef;
            color: #176b3a;
        }

        .edu-job-map-search-suggestions__icon--municipality {
            background: #fff4d6;
            color: #8a5200;
        }

        .edu-job-map-search-suggestions__content {
            display: flex;
            min-width: 0;
            flex-direction: column;
            gap: 2px;
        }

        .edu-job-map-search-suggestions__content strong {
            overflow: hidden;
            color: #1f2a5c;
            font-size: 12px;
            line-height: 1.35;
            font-weight: 800;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .edu-job-map-search-suggestions__content > span {
            overflow: hidden;
            color: #64748b;
            font-size: 10px;
            line-height: 1.35;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .edu-job-map-search-suggestions__option > small {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 30px;
            min-height: 24px;
            padding: 3px 7px;
            border-radius: 999px;
            background: #f1f5f9;
            color: #334155;
            font-size: 10px;
            line-height: 1;
            font-weight: 900;
            white-space: nowrap;
        }

        .edu-job-map-search-suggestions__empty {
            padding: 13px 12px;
            color: #64748b;
            font-size: 12px;
            line-height: 1.45;
        }

        .edu-job-map-field--button button {
            min-width: 0;
            padding: 0 17px;
            border-color: #3057EA;
            background: #fff;
            color: #3057EA;
            font-weight: 700;
            cursor: pointer;
        }

        .edu-job-map-field--button button:hover:not(:disabled) {
            background: #3057EA;
            color: #fff;
        }

        .edu-job-map-types {
            position: relative;
        }

        .edu-job-map-types__button {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 0 12px 0 13px;
            background: #fff;
            color: #1e293b;
            text-align: left;
            cursor: pointer;
        }

        .edu-job-map-types__button span {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .edu-job-map-types__button svg {
            flex: 0 0 auto;
            width: 17px;
            height: 17px;
            fill: currentColor;
            transition: transform .2s ease;
        }

        .edu-job-map-types__button[aria-expanded="true"] svg {
            transform: rotate(180deg);
        }

        .edu-job-map-types__panel {
            position: absolute;
            top: calc(100% + 7px);
            right: 0;
            left: 0;
            z-index: 1200;
            min-width: 230px;
            padding: 8px;
            border: 1px solid #cbd5e1;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 14px 30px rgba(15, 23, 42, .16);
        }

        .edu-job-map-types__options {
            display: grid;
            gap: 2px;
            max-height: 220px;
            overflow-y: auto;
        }

        .edu-job-map-types__option {
            display: flex !important;
            align-items: center;
            gap: 9px;
            margin: 0 !important;
            padding: 9px 8px;
            border-radius: 8px;
            color: #1e293b !important;
            font-size: 14px !important;
            line-height: 1.35 !important;
            font-weight: 500 !important;
            cursor: pointer;
        }

        .edu-job-map-types__option:hover {
            background: #f1f5ff;
        }

        .edu-job-map-types__option input {
            width: 17px !important;
            height: 17px !important;
            min-width: 17px;
            margin: 0 !important;
            accent-color: #3057EA;
        }

        .edu-job-map-categories__label {
            flex: 1 1 auto;
            min-width: 0;
        }

        .edu-job-map-categories__option small {
            flex: 0 0 auto;
            min-width: 25px;
            padding: 2px 6px;
            border-radius: 999px;
            background: #eef4ff;
            color: #3057EA;
            font-size: 10px;
            line-height: 1.2;
            font-weight: 800;
            text-align: center;
        }

        .edu-job-map-types__clear {
            width: 100%;
            height: auto !important;
            margin-top: 7px !important;
            padding: 9px 8px !important;
            border: 0 !important;
            border-top: 1px solid #e2e8f0 !important;
            border-radius: 0 0 8px 8px !important;
            background: transparent !important;
            color: #3057EA !important;
            font-size: 12px !important;
            font-weight: 700 !important;
            cursor: pointer;
        }

        .edu-job-map-types__clear:disabled {
            color: #94a3b8 !important;
            cursor: default;
        }

        .edu-job-map-advanced {
            margin: 0 0 12px;
        }

        .edu-job-map-advanced__button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: 38px;
            padding: 7px 12px;
            border: 1px solid #cbd5e1;
            border-radius: 11px;
            background: #fff;
            color: #3057EA;
            font-family: inherit;
            font-size: 12px;
            font-weight: 800;
            cursor: pointer;
            transition: .18s ease;
        }

        .edu-job-map-advanced__button:hover:not(:disabled),
        .edu-job-map-advanced__button:focus-visible:not(:disabled),
        .edu-job-map-advanced__button.is-active {
            outline: 0;
            border-color: #3057EA;
            background: #eef4ff;
        }

        .edu-job-map-advanced__button small {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 22px;
            min-height: 20px;
            padding: 2px 6px;
            border-radius: 999px;
            background: #3057EA;
            color: #fff;
            font-size: 10px;
            font-weight: 900;
        }

        .edu-job-map-advanced__button svg {
            width: 16px;
            height: 16px;
            fill: currentColor;
            transition: transform .18s ease;
        }

        .edu-job-map-advanced__button[aria-expanded="true"] svg {
            transform: rotate(180deg);
        }

        .edu-job-map-advanced__button:disabled {
            opacity: .55;
            cursor: wait;
        }

        .edu-job-map-advanced__panel {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            margin-top: 8px;
            padding: 13px;
            border: 1px solid #dce5f5;
            border-radius: 14px;
            background: #f8fbff;
            box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
        }

        .edu-job-map-advanced__panel[hidden] {
            display: none;
        }

        .edu-job-map-advanced__note {
            grid-column: 1 / -1;
            margin: 0;
            color: #64748b;
            font-size: 11px;
            line-height: 1.45;
        }

        .edu-job-map-advanced .edu-job-map-types__panel {
            min-width: 280px;
        }

        .edu-job-map-distance {
            display: grid;
            grid-template-columns: minmax(300px, 1.65fr) minmax(130px, .55fr) auto minmax(220px, 1fr);
            align-items: end;
            gap: 12px;
            margin: 0 0 10px;
            padding: 14px 16px;
            border: 1px solid #cfdaf1;
            border-radius: 16px;
            background: #fff;
            box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
        }

        .edu-job-map-distance label {
            display: block;
            margin: 0 0 6px;
            color: #334155;
            font-size: 13px;
            line-height: 1.3;
            font-weight: 700;
        }

        .edu-job-map-distance input,
        .edu-job-map-distance select,
        .edu-job-map-distance button {
            height: 44px;
            margin: 0;
            border: 1px solid #cbd5e1;
            border-radius: 10px;
            background: #fff;
            color: #1e293b;
            font-family: inherit;
            font-size: 13px;
            line-height: 1.2;
        }

        .edu-job-map-distance input:focus,
        .edu-job-map-distance select:focus,
        .edu-job-map-distance button:focus-visible {
            outline: 0;
            border-color: #3057EA;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .14);
        }

        .edu-job-map-distance input:disabled,
        .edu-job-map-distance select:disabled,
        .edu-job-map-distance button:disabled {
            cursor: wait;
            opacity: .65;
        }

        .edu-job-map-distance__input-row {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 8px;
        }

        .edu-job-map-distance__autocomplete {
            position: relative;
            min-width: 0;
        }

        .edu-job-map-distance__autocomplete input {
            width: 100%;
            padding: 0 13px;
        }

        .edu-job-map-distance__input-row > button {
            padding: 0 15px;
            border-color: #3057EA;
            color: #3057EA;
            font-weight: 800;
            cursor: pointer;
        }

        .edu-job-map-distance__input-row > button:hover:not(:disabled) {
            background: #eef4ff;
        }

        .edu-job-map-distance__suggestions {
            position: absolute;
            top: calc(100% + 6px);
            right: 0;
            left: 0;
            z-index: 1500;
            max-height: 260px;
            padding: 6px;
            border: 1px solid #cbd5e1;
            border-radius: 11px;
            background: #fff;
            box-shadow: 0 16px 34px rgba(15, 23, 42, .18);
            overflow-y: auto;
        }

        .edu-job-map-distance__suggestion {
            display: block;
            width: 100%;
            height: auto !important;
            min-height: 38px;
            padding: 9px 10px;
            border: 0 !important;
            border-radius: 8px !important;
            background: transparent !important;
            color: #1e293b !important;
            text-align: left;
            font-size: 12px !important;
            line-height: 1.35 !important;
            font-weight: 700;
            cursor: pointer;
        }

        .edu-job-map-distance__suggestion:hover,
        .edu-job-map-distance__suggestion:focus-visible {
            background: #eef4ff !important;
            color: #1f2a5c !important;
        }

        .edu-job-map-distance__suggestion-empty {
            padding: 10px;
            color: #64748b;
            font-size: 12px;
            line-height: 1.4;
        }

        .edu-job-map-distance__radius select {
            width: 100%;
            min-width: 125px;
            padding: 0 32px 0 12px;
            cursor: pointer;
        }

        .edu-job-map-distance__actions {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .edu-job-map-distance__actions button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            padding: 0 13px;
            white-space: nowrap;
            font-weight: 800;
            cursor: pointer;
        }

        .edu-job-map-distance__current {
            border-color: #3057EA !important;
            background: #3057EA !important;
            color: #fff !important;
        }

        .edu-job-map-distance__current:hover:not(:disabled) {
            background: #2448cf !important;
        }

        .edu-job-map-distance__current svg {
            width: 17px;
            height: 17px;
            fill: currentColor;
        }

        .edu-job-map-distance__clear {
            border-color: #d6deec !important;
            color: #475569 !important;
        }

        .edu-job-map-distance__clear:hover {
            background: #f8fafc !important;
        }

        .edu-job-map-distance__status {
            align-self: center;
            color: #64748b;
            font-size: 12px;
            line-height: 1.45;
        }

        .edu-job-map-distance__status.is-active {
            color: #1f2a5c;
            font-weight: 700;
        }

        .edu-job-map-distance__status.is-loading {
            color: #3057EA;
        }

        .edu-job-map-distance__status.is-error {
            color: #b42318;
            font-weight: 700;
        }

        .edu-job-map-visually-hidden {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }

        .edu-job-map-active-filters {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            margin: 0 0 12px;
            padding: 9px 11px;
            border: 1px solid #dce5f5;
            border-radius: 13px;
            background: #f8fbff;
        }

        .edu-job-map-active-filters[hidden] {
            display: none;
        }

        .edu-job-map-active-filters > strong {
            flex: 0 0 auto;
            color: #1f2a5c;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: .035em;
        }

        .edu-job-map-active-filters__list {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 6px;
            min-width: 0;
            flex: 1 1 auto;
        }

        .edu-job-map-active-filter {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            min-height: 30px;
            max-width: 100%;
            padding: 5px 8px 5px 10px;
            border: 1px solid #cbd8ee;
            border-radius: 999px;
            background: #fff;
            color: #26376f;
            font-family: inherit;
            font-size: 11px;
            font-weight: 750;
            line-height: 1.25;
            cursor: pointer;
            transition: .18s ease;
        }

        .edu-job-map-active-filter > span:first-child {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .edu-job-map-active-filter__remove {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #eef3fc;
            color: #53658e;
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
        }

        .edu-job-map-active-filter:hover,
        .edu-job-map-active-filter:focus-visible {
            outline: 0;
            border-color: #d24472;
            background: #fff7fa;
            color: #982049;
            box-shadow: 0 0 0 3px rgba(210, 68, 114, .08);
        }

        .edu-job-map-active-filter:hover .edu-job-map-active-filter__remove,
        .edu-job-map-active-filter:focus-visible .edu-job-map-active-filter__remove {
            background: #d24472;
            color: #fff;
        }

        .edu-job-map-active-filters__clear {
            flex: 0 0 auto;
            min-height: 30px;
            padding: 5px 7px;
            border: 0;
            background: transparent;
            color: #3057EA;
            font-family: inherit;
            font-size: 11px;
            font-weight: 800;
            text-decoration: underline;
            text-underline-offset: 3px;
            cursor: pointer;
        }

        .edu-job-map-active-filters__clear:hover,
        .edu-job-map-active-filters__clear:focus-visible {
            outline: 0;
            color: #1f3fc2;
        }

        .edu-job-map-toolbar-info {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            min-height: 24px;
            margin: 0 3px 9px;
            color: #64748b;
            font-size: 12px;
            line-height: 1.45;
        }

        .edu-job-map-status--warning {
            color: #92400e;
        }

        .edu-job-map-no-results {
            color: #b42318;
            font-weight: 700;
        }
        .edu-job-map-smart-empty {
            display: grid;
            grid-template-columns: 46px minmax(0, 1fr);
            gap: 13px;
            margin: 0 0 14px;
            padding: 14px 15px;
            border: 1px solid #f2c879;
            border-radius: 15px;
            background: linear-gradient(135deg, #fffaf0 0%, #fffdf8 100%);
            box-shadow: 0 8px 20px rgba(146, 64, 14, .055);
        }

        .edu-job-map-smart-empty[hidden] {
            display: none;
        }

        .edu-job-map-smart-empty__icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 46px;
            height: 46px;
            border-radius: 13px;
            background: #fff0c9;
            color: #9a5b00;
        }

        .edu-job-map-smart-empty__icon svg {
            width: 25px;
            height: 25px;
            fill: currentColor;
        }

        .edu-job-map-smart-empty__body {
            min-width: 0;
        }

        .edu-job-map-smart-empty__body > strong {
            display: block;
            margin: 1px 0 3px;
            color: #5f3900;
            font-size: 14px;
            line-height: 1.35;
            font-weight: 900;
        }

        .edu-job-map-smart-empty__body > p {
            margin: 0;
            color: #785322;
            font-size: 12px;
            line-height: 1.5;
        }

        .edu-job-map-smart-empty__actions {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 7px;
            margin-top: 10px;
        }

        .edu-job-map-smart-empty__action {
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            gap: 9px;
            min-height: 34px;
            padding: 6px 7px 6px 11px;
            border: 1px solid #e3bd72;
            border-radius: 999px;
            background: #fff;
            color: #6f4400;
            font-family: inherit;
            font-size: 11px;
            line-height: 1.25;
            font-weight: 800;
            cursor: pointer;
            transition: .18s ease;
        }

        .edu-job-map-smart-empty__action small {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 28px;
            min-height: 22px;
            padding: 3px 7px;
            border-radius: 999px;
            background: #fff0c9;
            color: #855000;
            font-size: 10px;
            line-height: 1;
            font-weight: 900;
            white-space: nowrap;
        }

        .edu-job-map-smart-empty__action:hover,
        .edu-job-map-smart-empty__action:focus-visible {
            outline: 0;
            border-color: #b7791f;
            background: #fff8e7;
            color: #5f3900;
            box-shadow: 0 0 0 3px rgba(183, 121, 31, .1);
            transform: translateY(-1px);
        }

        .edu-job-map-mobile-filter-sheet__head,
        .edu-job-map-mobile-filter-sheet__footer,
        .edu-job-map-mobile-filter-backdrop,
        .edu-job-map-mobile-bar {
            display: none;
        }

        .edu-job-map-mobile-tabs {
            display: none;
        }

        .edu-job-map-layout {
            display: grid;
            grid-template-columns: minmax(330px, 390px) minmax(0, 1fr);
            gap: 14px;
            height: min(75vh, 760px);
            min-height: 560px;
        }

        .edu-job-map-list-panel,
        .edu-job-map-wrap {
            min-width: 0;
            height: 100%;
            min-height: 0;
            border: 1px solid #dce5f5;
            border-radius: 18px;
            background: #fff;
            overflow: hidden;
            box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
        }

        .edu-job-map-list-panel {
            display: flex;
            flex-direction: column;
        }

        .edu-job-map-list-head {
            flex: 0 0 auto;
            padding: 15px 15px 12px;
            border-bottom: 1px solid #e2e8f0;
            background: #fff;
        }

        .edu-job-map-list-title-row {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 12px;
        }

        .edu-job-map-list-title-row h3 {
            margin: 0 0 2px;
            color: #1f2a5c;
            font-size: 17px;
            line-height: 1.3;
            font-weight: 800;
        }

        .edu-job-map-list-count {
            display: block;
            color: #64748b;
            font-size: 12px;
            line-height: 1.4;
        }

        .edu-job-map-list-fit {
            flex: 0 0 auto;
            min-height: 34px;
            padding: 7px 10px;
            border: 1px solid #b9c8ec;
            border-radius: 9px;
            background: #fff;
            color: #3057EA;
            font-family: inherit;
            font-size: 11px;
            font-weight: 800;
            cursor: pointer;
        }

        .edu-job-map-list-fit:hover:not(:disabled) {
            border-color: #3057EA;
            background: #eef4ff;
        }

        .edu-job-map-list-fit:disabled {
            cursor: wait;
            opacity: .6;
        }

        .edu-job-map-list-favorites {
            display: flex;
            align-items: center;
            gap: 7px;
            margin-top: 10px;
        }

        .edu-job-map-list-favorites__toggle {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            min-height: 34px;
            padding: 6px 9px;
            border: 1px solid #cbd5e1;
            border-radius: 9px;
            background: #fff;
            color: #475569;
            font-family: inherit;
            font-size: 11px;
            font-weight: 800;
            cursor: pointer;
            transition: .18s ease;
        }

        .edu-job-map-list-favorites__toggle svg {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }

        .edu-job-map-list-favorites__toggle small {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 22px;
            min-height: 20px;
            padding: 2px 6px;
            border-radius: 999px;
            background: #eef2f7;
            color: #334155;
            font-size: 10px;
            font-weight: 900;
        }

        .edu-job-map-list-favorites__toggle:hover:not(:disabled),
        .edu-job-map-list-favorites__toggle:focus-visible:not(:disabled) {
            outline: 0;
            border-color: #d24472;
            background: #fff7fa;
            color: #b42355;
        }

        .edu-job-map-list-favorites__toggle.is-active {
            border-color: #d24472;
            background: #fff0f5;
            color: #a9184b;
            box-shadow: 0 0 0 3px rgba(210, 68, 114, .1);
        }

        .edu-job-map-list-favorites__toggle.is-active small {
            background: #d24472;
            color: #fff;
        }

        .edu-job-map-list-favorites__toggle:disabled {
            opacity: .5;
            cursor: default;
        }

        .edu-job-map-list-favorites__clear {
            min-height: 32px;
            padding: 5px 2px;
            border: 0;
            background: transparent;
            color: #64748b;
            font-family: inherit;
            font-size: 10px;
            font-weight: 700;
            text-decoration: underline;
            text-underline-offset: 2px;
            cursor: pointer;
        }

        .edu-job-map-list-favorites__clear:hover,
        .edu-job-map-list-favorites__clear:focus-visible {
            color: #a9184b;
        }

        .edu-job-map-list-recent {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 7px;
            margin-top: 8px;
        }

        .edu-job-map-list-recent__toggle {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            min-height: 34px;
            padding: 6px 9px;
            border: 1px solid #cbd5e1;
            border-radius: 9px;
            background: #fff;
            color: #475569;
            font-family: inherit;
            font-size: 11px;
            font-weight: 800;
            cursor: pointer;
            transition: .18s ease;
        }

        .edu-job-map-list-recent__toggle svg {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }

        .edu-job-map-list-recent__toggle small {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 22px;
            min-height: 20px;
            padding: 2px 6px;
            border-radius: 999px;
            background: #fff4d6;
            color: #9a5b00;
            font-size: 10px;
            font-weight: 900;
        }

        .edu-job-map-list-recent__toggle:hover:not(:disabled),
        .edu-job-map-list-recent__toggle:focus-visible:not(:disabled) {
            outline: 0;
            border-color: #d59417;
            background: #fffaf0;
            color: #8a5200;
        }

        .edu-job-map-list-recent__toggle.is-active {
            border-color: #d59417;
            background: #fff4d6;
            color: #704000;
            box-shadow: 0 0 0 3px rgba(213, 148, 23, .11);
        }

        .edu-job-map-list-recent__toggle.is-active small {
            background: #d59417;
            color: #fff;
        }

        .edu-job-map-list-recent__toggle:disabled {
            opacity: .5;
            cursor: default;
        }

        .edu-job-map-list-recent__mark-read {
            min-height: 32px;
            padding: 5px 2px;
            border: 0;
            background: transparent;
            color: #64748b;
            font-family: inherit;
            font-size: 10px;
            font-weight: 700;
            text-decoration: underline;
            text-underline-offset: 2px;
            cursor: pointer;
        }

        .edu-job-map-list-recent__mark-read:hover,
        .edu-job-map-list-recent__mark-read:focus-visible {
            color: #8a5200;
        }

        .edu-job-map-list-recent__status {
            flex: 1 1 100%;
            min-height: 15px;
            color: #64748b;
            font-size: 10px;
            line-height: 1.4;
        }

        .edu-job-map-list-controls {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 128px;
            align-items: end;
            gap: 10px;
            margin-top: 12px;
        }

        .edu-job-map-list-scope {
            display: flex !important;
            align-items: center;
            gap: 7px;
            margin: 0 !important;
            color: #334155 !important;
            font-size: 11px !important;
            line-height: 1.3 !important;
            font-weight: 700 !important;
            cursor: pointer;
        }

        .edu-job-map-list-scope input {
            width: 16px;
            height: 16px;
            margin: 0;
            accent-color: #3057EA;
        }

        .edu-job-map-list-sort {
            display: block !important;
            margin: 0 !important;
        }

        .edu-job-map-list-sort > span {
            display: block;
            margin-bottom: 3px;
            color: #64748b;
            font-size: 10px;
            font-weight: 700;
        }

        .edu-job-map-list-sort select {
            width: 100%;
            height: 34px;
            padding: 0 25px 0 8px;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            background: #fff;
            color: #334155;
            font-family: inherit;
            font-size: 11px;
            font-weight: 700;
        }

        .edu-job-map-list-items {
            flex: 1 1 auto;
            min-height: 0;
            padding: 10px;
            overflow-y: auto;
            overscroll-behavior: contain;
            scrollbar-gutter: stable;
        }

        .edu-job-map-list-more {
            flex: 0 0 auto;
            width: calc(100% - 20px);
            min-height: 40px;
            margin: 0 10px 10px;
            padding: 8px 12px;
            border: 1px solid #b9c8ec;
            border-radius: 10px;
            background: #f8faff;
            color: #3057EA;
            font-family: inherit;
            font-size: 12px;
            font-weight: 800;
            cursor: pointer;
        }

        .edu-job-map-list-more:hover,
        .edu-job-map-list-more:focus-visible {
            border-color: #3057EA;
            background: #eef4ff;
            outline: 3px solid rgba(48, 87, 234, .2);
            outline-offset: 2px;
        }

        .edu-job-map-list-card {
            position: relative;
            margin: 0 0 9px;
            padding: 13px;
            border: 1px solid #dce5f5;
            border-radius: 13px;
            background: #fff;
            box-shadow: 0 4px 12px rgba(15, 23, 42, .035);
            cursor: pointer;
            transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
        }

        .edu-job-map-list-card__favorite {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            padding: 0;
            border: 1px solid #dce5f5;
            border-radius: 50%;
            background: rgba(255, 255, 255, .96);
            color: #94a3b8;
            cursor: pointer;
            transition: .18s ease;
        }

        .edu-job-map-list-card__favorite svg {
            width: 18px;
            height: 18px;
            fill: currentColor;
        }

        .edu-job-map-list-card__favorite:hover,
        .edu-job-map-list-card__favorite:focus-visible,
        .edu-job-map-list-card__favorite[aria-pressed="true"] {
            outline: 0;
            border-color: #d24472;
            background: #fff0f5;
            color: #d24472;
            transform: scale(1.05);
        }

        .edu-job-map-list-card.is-favorite {
            border-color: #f0bfd0;
        }

        .edu-job-map-list-card__badges,
        .edu-job-map-list-card h4 {
            padding-right: 32px;
        }

        .edu-job-map-list-card:hover,
        .edu-job-map-list-card:focus-visible {
            outline: 0;
            border-color: #9ab0f7;
            box-shadow: 0 8px 20px rgba(48, 87, 234, .11);
            transform: translateY(-1px);
        }

        .edu-job-map-list-card.is-active {
            border-color: #3057EA;
            background: #f3f6ff;
            box-shadow: 0 0 0 3px rgba(48, 87, 234, .12);
        }

        .edu-job-map-list-card__badges {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin-bottom: 7px;
        }

        .edu-job-map-list-card__new,
        .edu-job-map-list-card__expiry,
        .edu-job-map-list-card__type,
        .edu-job-map-list-card__school-type,
        .edu-job-map-list-card__specialization,
        .edu-job-map-list-card__school-type,
        .edu-job-map-list-card__specialization,
        .edu-job-map-list-card__category,
        .edu-job-map-list-card__distance {
            display: inline-flex;
            align-items: center;
            min-height: 20px;
            padding: 2px 7px;
            border-radius: 999px;
            font-size: 10px;
            line-height: 1.2;
            font-weight: 800;
        }

        .edu-job-map-list-card__distance {
            background: #1f2a5c;
            color: #fff;
        }

        .edu-job-map-list-card__new {
            background: #fff4d6;
            color: #9a5b06;
        }

        .edu-job-map-list-card__expiry {
            background: #fff0dd;
            color: #9a4d00;
            box-shadow: inset 0 0 0 1px rgba(234, 126, 17, .18);
        }

        .edu-job-map-list-card__expiry--urgent {
            background: #ffe1d5;
            color: #9f2f16;
            box-shadow: inset 0 0 0 1px rgba(199, 62, 32, .22);
        }

        .edu-job-map-list-card__expires-date {
            color: #9a4d00;
            font-weight: 700;
        }

        .edu-job-map-list-card__type {
            background: #eef4ff;
            color: #334155;
        }

        .edu-job-map-list-card__school-type {
            background: #e9f7ef;
            color: #176b3a;
        }

        .edu-job-map-list-card__specialization {
            background: #f4edff;
            color: #6b35a5;
        }

        .edu-job-map-list-card__category {
            border: 1px solid #c7d2fe;
            background: #f4f2ff;
            color: #4438a8;
        }

        .edu-job-map-list-card h4 {
            margin: 0 0 5px;
            font-size: 14px;
            line-height: 1.35;
            font-weight: 800;
        }

        .edu-job-map-list-card h4 a {
            color: #1f2a5c;
            text-decoration: none;
        }

        .edu-job-map-list-card h4 a:hover {
            color: #3057EA;
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        .edu-job-map-list-card__company {
            margin-bottom: 4px;
            color: #334155;
            font-size: 12px;
            line-height: 1.35;
            font-weight: 700;
        }

        .edu-job-map-list-card__address {
            color: #64748b;
            font-size: 11px;
            line-height: 1.4;
        }

        .edu-job-map-list-card__meta {
            display: flex;
            flex-wrap: wrap;
            gap: 4px 10px;
            margin-top: 7px;
            color: #64748b;
            font-size: 10px;
            line-height: 1.35;
        }

        .edu-job-map-list-card__actions {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 6px 10px;
            margin-top: 6px;
        }

        .edu-job-map-list-card__preview-button,
        .edu-job-map-list-card__map-button {
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
            color: #3057EA;
            font-family: inherit;
            font-size: 11px;
            line-height: 1.3;
            font-weight: 800;
            cursor: pointer;
        }

        .edu-job-map-list-card__preview-button::after {
            content: " →";
        }

        .edu-job-map-list-card__map-button {
            color: #64748b;
        }

        .edu-job-map-list-card__map-button::after {
            content: " ↗";
        }

        .edu-job-map-list-empty {
            margin: auto;
            padding: 28px 20px;
            color: #64748b;
            font-size: 12px;
            line-height: 1.5;
            text-align: center;
        }

        .edu-job-map-wrap {
            position: relative;
        }

        .edu-job-map-canvas {
            width: 100%;
            height: 100%;
            min-height: 0;
            background: #eaf0f8;
        }

        .edu-job-map-note {
            margin: 12px 2px 0;
            color: #64748b;
            font-size: 13px;
            line-height: 1.45;
        }

        .edu-job-map-wrap .leaflet-control-layers {
            border: 1px solid #CAD3E7 !important;
            border-radius: 12px !important;
            box-shadow: 0 8px 18px rgba(15, 23, 42, .10) !important;
            overflow: hidden;
            color: #1f2a5c;
            font-size: 13px;
            font-weight: 600;
        }

        .edu-job-map-wrap .leaflet-control-layers-expanded {
            padding: 8px 10px !important;
            background: rgba(255, 255, 255, .96) !important;
        }

        .edu-job-map-wrap .leaflet-control-layers label {
            margin: 2px 0;
            cursor: pointer;
        }

        .edu-job-map-pin {
            background: transparent !important;
            border: 0 !important;
        }

        .edu-job-map-pin-inner {
            position: relative;
            width: 38px;
            height: 38px;
            border: 3px solid #fff;
            border-radius: 50% 50% 50% 9px;
            background: #3057EA;
            box-shadow: 0 8px 18px rgba(15, 23, 42, .28);
            transform: rotate(-45deg);
        }

        .edu-job-map-pin-inner span {
            position: absolute;
            inset: 0;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 13px;
            line-height: 1;
            font-weight: 800;
            transform: rotate(45deg);
        }

        .edu-job-map-pin-inner::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .12);
            transform: translate(-50%, -50%);
        }

        .edu-job-map-pin--active .edu-job-map-pin-inner {
            background: #14205c;
            box-shadow:
                0 0 0 7px rgba(48, 87, 234, .22),
                0 10px 24px rgba(15, 23, 42, .34);
            transform: rotate(-45deg) scale(1.08);
        }

        .edu-job-cluster {
            border: 0 !important;
            background: transparent !important;
        }

        .edu-job-cluster > div {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            margin: 0;
            border: 4px solid #fff;
            border-radius: 50%;
            background: #1f2a5c;
            color: #fff;
            box-shadow:
                0 0 0 7px rgba(48, 87, 234, .18),
                0 10px 24px rgba(15, 23, 42, .28);
        }

        .edu-job-cluster span {
            font-size: 14px;
            line-height: 1;
            font-weight: 800;
        }

        .edu-job-cluster--medium span {
            font-size: 15px;
        }

        .edu-job-cluster--large span {
            font-size: 16px;
        }

        .edu-map-popup strong,
        .edu-map-popup-group strong {
            display: block;
            margin-bottom: 5px;
            color: #1f2a5c;
            font-size: 15px;
            line-height: 1.35;
        }

        .edu-map-popup small {
            display: block;
            margin-bottom: 8px;
            color: #64748b;
            font-size: 12px;
            line-height: 1.4;
        }

        .edu-map-popup-count {
            display: inline-flex;
            margin: 6px 0 8px;
            padding: 4px 8px;
            border-radius: 999px;
            background: #eef4ff;
            color: #1f2a5c;
            font-size: 12px;
            font-weight: 700;
        }

        .edu-map-popup-group ul {
            max-height: 240px;
            margin: 0;
            padding: 0 5px 0 0;
            list-style: none;
            overflow-y: auto;
        }

        .edu-map-favorite {
            float: right;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 27px;
            height: 27px;
            margin: -2px 0 3px 8px;
            padding: 0;
            border: 1px solid #dce5f5;
            border-radius: 50%;
            background: #fff;
            color: #94a3b8;
            cursor: pointer;
            transition: .18s ease;
        }

        .edu-map-favorite svg {
            width: 15px;
            height: 15px;
            fill: currentColor;
        }

        .edu-map-favorite:hover,
        .edu-map-favorite:focus-visible,
        .edu-map-favorite.is-active {
            outline: 0;
            border-color: #d24472;
            background: #fff0f5;
            color: #d24472;
        }

        .edu-map-popup-group li {
            margin: 7px 0;
            line-height: 1.4;
        }

        .edu-map-popup-group li.edu-map-popup-job--active {
            margin-right: 2px;
            margin-left: -5px;
            padding: 6px 7px;
            border-radius: 8px;
            background: #eef4ff;
            box-shadow: inset 3px 0 0 #3057EA;
        }

        .edu-map-popup a,
        .edu-map-popup-group a {
            color: #2563eb;
            font-weight: 700;
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        .edu-map-popup a:hover,
        .edu-map-popup-group a:hover {
            color: #1d4ed8;
        }

        .edu-map-job-type,
        .edu-map-job-school-type,
        .edu-map-job-specialization {
            display: inline-flex;
            align-items: center;
            margin: 0 5px 4px 0;
            padding: 2px 7px;
            border-radius: 999px;
            font-size: 10px;
            line-height: 1.25;
            font-weight: 800;
        }

        .edu-map-job-school-type {
            background: #e9f7ef;
            color: #176b3a;
        }

        .edu-map-job-specialization {
            background: #f4edff;
            color: #6b35a5;
        }

        .edu-map-job-category {
            display: inline-flex;
            align-items: center;
            margin: 0 6px 3px 0;
            padding: 2px 7px;
            border-radius: 999px;
            font-size: 10px;
            font-weight: 700;
        }

        .edu-map-job-type {
            background: #eef4ff;
            color: #334155;
        }

        .edu-map-job-category {
            border: 1px solid #c7d2fe;
            background: #f4f2ff;
            color: #4438a8;
        }

        .edu-job-map-list-card__new--since {
            background: #ffe9b8 !important;
            color: #7a4500 !important;
            box-shadow: inset 0 0 0 1px rgba(213, 148, 23, .22);
        }

        .edu-map-new--since {
            background: #ffe9b8 !important;
            color: #7a4500 !important;
            box-shadow: inset 0 0 0 1px rgba(213, 148, 23, .22);
        }

        .edu-map-expiry,
        .edu-map-expiry-date {
            display: inline-flex;
            align-items: center;
            margin: 0 6px 4px 0;
            padding: 2px 7px;
            border-radius: 999px;
            font-size: 10px;
            line-height: 1.25;
            font-weight: 800;
        }

        .edu-map-expiry {
            background: #fff0dd;
            color: #9a4d00;
            box-shadow: inset 0 0 0 1px rgba(234, 126, 17, .18);
        }

        .edu-map-expiry--urgent {
            background: #ffe1d5;
            color: #9f2f16;
        }

        .edu-map-expiry-date {
            background: #f8fafc;
            color: #64748b;
            font-weight: 700;
        }

        .edu-map-new {
            display: inline-flex;
            align-items: center;
            margin-right: 6px;
            padding: 2px 7px;
            border-radius: 999px;
            background: #fff4d6;
            color: #a16207;
            font-size: 11px;
            font-weight: 700;
            text-decoration: none;
        }

        @media (max-width: 1180px) {

            .edu-job-map-layout {
                grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
            }

            .edu-job-map-toolbar {
                grid-template-columns: 1.5fr 1fr 1fr;
            }

            .edu-job-map-field--search,
            .edu-job-map-field--region,
            .edu-job-map-field--district,
            .edu-job-map-field--types,
            .edu-job-map-field--categories,
            .edu-job-map-field--button {
                grid-column: auto;
            }

            .edu-job-map-field--button button {
                width: 100%;
            }

            .edu-job-map-distance {
                grid-template-columns: minmax(280px, 1fr) 140px;
            }

            .edu-job-map-distance__actions,
            .edu-job-map-distance__status {
                grid-column: 1 / -1;
            }
        }

        @media (max-width: 760px) {

            .edu-job-map-compare-bar {
                right: 8px;
                bottom: calc(76px + env(safe-area-inset-bottom));
                left: 8px;
                align-items: stretch;
                flex-direction: column;
                width: auto;
                padding: 9px;
                border-radius: 13px;
            }

            .edu-job-map-compare-bar__summary {
                align-items: flex-start;
                flex-wrap: wrap;
                gap: 7px;
            }

            .edu-job-map-compare-bar__summary > strong {
                width: 100%;
            }

            .edu-job-map-compare-bar__items {
                width: 100%;
            }

            .edu-job-map-compare-bar__status {
                width: 100%;
            }

            .edu-job-map-compare-bar__actions {
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
            }

            .edu-job-map-compare-bar__actions button {
                min-height: 40px;
            }

            .edu-job-map-compare-dialog {
                inset: 0;
                width: 100vw;
                height: 100dvh;
                border-radius: 0;
            }

            .edu-job-map-compare-dialog__head {
                padding:
                    max(13px, env(safe-area-inset-top))
                    max(12px, env(safe-area-inset-right))
                    12px
                    max(12px, env(safe-area-inset-left));
            }

            .edu-job-map-compare-dialog__head h3 {
                font-size: 16px;
            }

            .edu-job-map-compare-dialog__content {
                padding: 12px 10px max(18px, env(safe-area-inset-bottom));
            }

            .edu-job-map-compare-table-wrap {
                min-width: 720px;
            }

            .edu-job-map-compare-table th,
            .edu-job-map-compare-table td {
                min-width: 170px;
                padding: 10px;
            }

            .edu-job-map-compare-table tr > :first-child {
                width: 135px;
                min-width: 135px;
                max-width: 135px;
            }


            .edu-job-map-preview-panel {
                top: auto;
                right: 0;
                bottom: 0;
                width: 100%;
                height: min(86dvh, 760px);
                border-radius: 20px 20px 0 0;
                box-shadow: 0 -18px 44px rgba(15, 23, 42, .22);
                transform: translateY(104%);
            }

            .edu-job-map-preview-panel.is-open {
                transform: translateY(0);
            }

            .edu-job-map-preview-panel__head {
                padding: 14px 14px 12px;
            }

            .edu-job-map-preview-panel__head::before {
                position: absolute;
                top: 7px;
                left: 50%;
                width: 44px;
                height: 4px;
                border-radius: 999px;
                background: #cbd5e1;
                content: "";
                transform: translateX(-50%);
            }

            .edu-job-map-preview-panel__content {
                padding: 17px 14px calc(22px + env(safe-area-inset-bottom));
            }

            .edu-job-map-preview__intro h2 {
                font-size: 20px;
            }

            .edu-job-map-preview__facts {
                grid-template-columns: 1fr;
            }

            .edu-job-map-preview__response {
                align-items: stretch;
                flex-direction: column;
            }

            .edu-job-map-preview__application {
                width: 100%;
                box-sizing: border-box;
            }

            .edu-job-map-preview__actions {
                grid-template-columns: 1fr;
            }

            .edu-job-map-preview__actions .edu-job-map-preview__primary {
                grid-column: auto;
            }

            .edu-job-map-section.is-fullscreen {
                padding:
                    max(10px, env(safe-area-inset-top))
                    max(10px, env(safe-area-inset-right))
                    calc(82px + env(safe-area-inset-bottom))
                    max(10px, env(safe-area-inset-left));
            }

            .edu-job-map-section.is-fullscreen .edu-job-map-head {
                top: calc(-1 * max(10px, env(safe-area-inset-top)));
                margin:
                    calc(-1 * max(10px, env(safe-area-inset-top)))
                    calc(-1 * max(10px, env(safe-area-inset-right)))
                    10px
                    calc(-1 * max(10px, env(safe-area-inset-left)));
                padding:
                    max(10px, env(safe-area-inset-top))
                    max(10px, env(safe-area-inset-right))
                    10px
                    max(10px, env(safe-area-inset-left));
            }

            .edu-job-map-section.is-fullscreen .edu-job-map-head h2 {
                font-size: 20px;
            }

            .edu-job-map-section.is-fullscreen .edu-job-map-head-actions {
                gap: 7px;
            }

            .edu-job-map-section.is-fullscreen .edu-job-map-fullscreen-button span {
                max-width: 130px;
            }

            .edu-job-map-section.is-fullscreen .edu-job-map-layout {
                flex: 1 0 auto;
                height: auto;
                min-height: 0;
            }

            .edu-job-map-section.is-fullscreen .edu-job-map-list-panel,
            .edu-job-map-section.is-fullscreen .edu-job-map-wrap {
                height: calc(100dvh - 205px);
                min-height: 420px;
            }

            .edu-job-map-alert-dialog {
                top: auto;
                right: 8px;
                bottom: 8px;
                left: 8px;
                width: auto;
                max-height: calc(100dvh - 16px);
                transform: none;
                border-radius: 18px 18px 12px 12px;
            }

            .edu-job-map-alert-dialog__head,
            .edu-job-map-alert-form {
                padding-left: 15px;
                padding-right: 15px;
            }

            .edu-job-map-alert-actions {
                align-items: stretch;
                flex-direction: column;
            }

            .edu-job-map-alert-actions button {
                width: 100%;
            }


            .edu-job-map-search-suggestions {
                right: 0;
                width: 100%;
                max-height: 52vh;
            }

            .edu-job-map-search-suggestions__option {
                min-height: 58px;
            }

            .edu-job-map-active-filters {
                align-items: flex-start;
                flex-wrap: nowrap;
                padding: 8px 9px;
                overflow: hidden;
            }

            .edu-job-map-active-filters > strong {
                padding-top: 7px;
            }

            .edu-job-map-active-filters__list {
                flex-wrap: nowrap;
                overflow-x: auto;
                overscroll-behavior-inline: contain;
                padding: 1px 2px 5px;
                scroll-snap-type: inline proximity;
                scrollbar-width: thin;
            }

            .edu-job-map-active-filter {
                flex: 0 0 auto;
                max-width: 260px;
                scroll-snap-align: start;
            }

            .edu-job-map-active-filters__clear {
                padding-top: 7px;
                white-space: nowrap;
            }

            html.edu-job-map-filters-open,
            html.edu-job-map-filters-open body {
                overflow: hidden !important;
            }

            .edu-job-map-section {
                padding-bottom: 78px;
            }

            .edu-job-map-mobile-tabs {
                display: none !important;
            }

            .edu-job-map-mobile-filter-backdrop {
                position: fixed;
                inset: 0;
                z-index: 99996;
                display: block;
                background: rgba(15, 23, 42, .48);
                backdrop-filter: blur(2px);
            }

            .edu-job-map-mobile-filter-backdrop[hidden] {
                display: none;
            }

            .edu-job-map-mobile-filter-sheet {
                position: fixed;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 99997;
                display: flex;
                flex-direction: column;
                max-height: min(88dvh, 760px);
                border-radius: 20px 20px 0 0;
                background: #fff;
                box-shadow: 0 -18px 50px rgba(15, 23, 42, .24);
                transform: translateY(calc(100% + 20px));
                visibility: hidden;
                transition: transform .24s ease, visibility .24s ease;
            }

            .edu-job-map-mobile-filter-sheet.is-open {
                transform: translateY(0);
                visibility: visible;
            }

            .edu-job-map-mobile-filter-sheet__head {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                gap: 16px;
                flex: 0 0 auto;
                padding: 16px 18px 13px;
                border-bottom: 1px solid #e2e8f0;
            }

            .edu-job-map-mobile-filter-sheet__head strong,
            .edu-job-map-mobile-filter-sheet__head span {
                display: block;
            }

            .edu-job-map-mobile-filter-sheet__head strong {
                color: #1f2a5c;
                font-size: 16px;
            }

            .edu-job-map-mobile-filter-sheet__head span {
                margin-top: 3px;
                color: #64748b;
                font-size: 11px;
                line-height: 1.4;
            }

            .edu-job-map-mobile-filter-sheet__head > button {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                flex: 0 0 auto;
                width: 36px;
                height: 36px;
                padding: 0;
                border: 1px solid #d7e0f0;
                border-radius: 50%;
                background: #fff;
                color: #334155;
                font-size: 24px;
                line-height: 1;
                cursor: pointer;
            }

            .edu-job-map-mobile-filter-sheet__body {
                flex: 1 1 auto;
                min-height: 0;
                overflow-y: auto;
                overscroll-behavior: contain;
                padding: 14px;
            }

            .edu-job-map-mobile-filter-sheet__footer {
                display: block;
                flex: 0 0 auto;
                padding: 11px 14px calc(11px + env(safe-area-inset-bottom));
                border-top: 1px solid #e2e8f0;
                background: #fff;
            }

            .edu-job-map-mobile-filter-sheet__footer button {
                width: 100%;
                min-height: 46px;
                border: 1px solid #3057EA;
                border-radius: 12px;
                background: #3057EA;
                color: #fff;
                font-family: inherit;
                font-size: 14px;
                font-weight: 800;
                cursor: pointer;
            }

            .edu-job-map-mobile-filter-sheet .edu-job-map-toolbar,
            .edu-job-map-mobile-filter-sheet .edu-job-map-distance {
                margin-left: 0;
                margin-right: 0;
                box-shadow: none;
            }

            .edu-job-map-mobile-filter-sheet .edu-job-map-advanced {
                margin-bottom: 12px;
            }

            .edu-job-map-mobile-bar {
                position: fixed;
                left: max(10px, env(safe-area-inset-left));
                right: max(10px, env(safe-area-inset-right));
                bottom: max(8px, env(safe-area-inset-bottom));
                z-index: 99990;
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 3px;
                min-height: 62px;
                padding: 5px;
                border: 1px solid rgba(203, 213, 225, .95);
                border-radius: 17px;
                background: rgba(255, 255, 255, .96);
                box-shadow: 0 12px 35px rgba(15, 23, 42, .22);
                backdrop-filter: blur(12px);
            }

            .edu-job-map-mobile-bar__item {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                gap: 2px;
                min-width: 0;
                min-height: 50px;
                padding: 4px 2px;
                border: 0;
                border-radius: 12px;
                background: transparent;
                color: #64748b;
                font-family: inherit;
                font-size: 10px;
                font-weight: 800;
                line-height: 1.1;
                cursor: pointer;
            }

            .edu-job-map-mobile-bar__item.is-active,
            .edu-job-map-mobile-bar__item.has-active-filters {
                background: #eef4ff;
                color: #3057EA;
            }

            .edu-job-map-mobile-bar__icon {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 23px;
                height: 23px;
            }

            .edu-job-map-mobile-bar__icon svg {
                width: 21px;
                height: 21px;
                fill: currentColor;
            }

            .edu-job-map-mobile-bar__item small {
                position: absolute;
                top: 2px;
                right: calc(50% - 24px);
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-width: 18px;
                min-height: 18px;
                padding: 2px 5px;
                border: 2px solid #fff;
                border-radius: 999px;
                background: #3057EA;
                color: #fff;
                font-size: 9px;
                font-weight: 900;
            }

            .edu-job-map-mobile-bar__item[aria-pressed="true"] {
                background: #fff0f5;
                color: #c42a5d;
            }

            .edu-job-map-advanced__panel {
                grid-template-columns: 1fr;
                padding: 12px;
            }

            .edu-job-map-advanced__note {
                grid-column: auto;
            }

            .edu-job-map-advanced .edu-job-map-types__panel {
                min-width: 100%;
            }
            .edu-job-map-layout {
                display: block;
                height: auto;
                min-height: 0;
            }

            .edu-job-map-list-panel,
            .edu-job-map-wrap {
                height: 520px;
            }

            .edu-job-map-layout[data-mobile-view="map"] .edu-job-map-list-panel,
            .edu-job-map-layout[data-mobile-view="list"] .edu-job-map-wrap {
                display: none;
            }

            .edu-job-map-head {
                align-items: stretch;
                flex-direction: column;
            }

            .edu-job-map-head-actions {
                align-items: flex-start;
                justify-content: space-between;
            }

            .edu-job-map-share-status {
                right: auto;
                left: 0;
            }

            .edu-job-map-toolbar {
                grid-template-columns: 1fr;
                padding: 14px;
            }

            .edu-job-map-field--search,
            .edu-job-map-field--region,
            .edu-job-map-field--district,
            .edu-job-map-field--types,
            .edu-job-map-field--categories,
            .edu-job-map-field--button {
                grid-column: auto;
            }

            .edu-job-map-types__panel {
                min-width: 100%;
            }

            .edu-job-map-field--button button {
                width: 100%;
            }

            .edu-job-map-distance {
                grid-template-columns: 1fr;
                padding: 14px;
            }

            .edu-job-map-distance__actions,
            .edu-job-map-distance__status {
                grid-column: auto;
            }

            .edu-job-map-distance__actions {
                display: grid;
                grid-template-columns: 1fr 1fr;
            }

            .edu-job-map-distance__actions button {
                width: 100%;
            }

            .edu-job-map-toolbar-info {
                align-items: flex-start;
                flex-direction: column;
                gap: 4px;
            }

            .edu-job-map-smart-empty {
                grid-template-columns: 38px minmax(0, 1fr);
                gap: 10px;
                padding: 12px;
            }

            .edu-job-map-smart-empty__icon {
                width: 38px;
                height: 38px;
                border-radius: 11px;
            }

            .edu-job-map-smart-empty__icon svg {
                width: 21px;
                height: 21px;
            }

            .edu-job-map-smart-empty__actions {
                align-items: stretch;
                flex-direction: column;
            }

            .edu-job-map-smart-empty__action {
                width: 100%;
                border-radius: 10px;
            }

            .edu-job-map-list-controls {
                grid-template-columns: 1fr 120px;
            }

            .edu-job-map-wrap .leaflet-control-layers {
                max-width: calc(100% - 20px);
            }
        }

        @media (max-width: 480px) {
            .edu-job-map-stats span {
                padding: 5px 9px;
                font-size: 12px;
            }

            .edu-job-map-list-panel,
            .edu-job-map-wrap {
                height: 470px;
            }

            .edu-job-map-list-controls {
                grid-template-columns: 1fr;
            }

            .edu-job-map-distance__input-row,
            .edu-job-map-distance__actions {
                grid-template-columns: 1fr;
            }
        }


        .edu-map-job-company {
            display: block;
            margin-bottom: 2px;
            color: #475569;
            font-size: 11px;
            font-weight: 700;
        }

        .edu-job-map-status--error {
            color: #b42318;
        }


        /* =====================================================
         * 8) Přístupnost – WCAG 2.2 AA
         * ===================================================== */

        .edu-job-map-skip-links {
            position: absolute;
            z-index: 10050;
            top: 8px;
            left: 8px;
            display: flex;
            flex-direction: column;
            gap: 6px;
            pointer-events: none;
        }

        .edu-job-map-skip-links a {
            position: absolute;
            left: -10000px;
            width: 1px;
            height: 1px;
            overflow: hidden;
            padding: 10px 14px;
            border: 2px solid #14205c;
            border-radius: 8px;
            background: #fff;
            color: #14205c;
            font-weight: 800;
            text-decoration: underline;
            white-space: nowrap;
        }

        .edu-job-map-skip-links a:focus {
            position: relative;
            left: 0;
            width: auto;
            height: auto;
            overflow: visible;
            pointer-events: auto;
        }

        .edu-job-map-section a:focus-visible,
        .edu-job-map-section button:focus-visible,
        .edu-job-map-section input:focus-visible,
        .edu-job-map-section select:focus-visible,
        .edu-job-map-section [role="option"]:focus-visible,
        .edu-job-map-section [role="button"]:focus-visible,
        .edu-job-map-canvas:focus-visible,
        .edu-job-map-list-panel:focus-visible {
            outline: 3px solid #173fce !important;
            outline-offset: 3px !important;
            box-shadow: none !important;
        }

        .edu-job-map-canvas:focus-visible,
        .edu-job-map-list-panel:focus-visible {
            border-radius: 14px;
        }

        .edu-job-map-section button,
        .edu-job-map-section input,
        .edu-job-map-section select,
        .edu-job-map-section a.edu-job-map-preview__primary,
        .edu-job-map-distance__suggestion,
        .edu-job-map-search-suggestions__option {
            min-height: 44px;
        }

        .edu-job-map-distance__suggestion,
        .edu-job-map-search-suggestions__option {
            cursor: pointer;
        }

        .edu-job-map-distance__suggestion[aria-selected="true"],
        .edu-job-map-search-suggestions__option[aria-selected="true"] {
            outline: 2px solid #3057ea;
            outline-offset: -2px;
            background: #eef4ff;
        }

        .leaflet-marker-icon[role="button"],
        .edu-job-cluster[role="button"] {
            cursor: pointer;
        }

        .leaflet-marker-icon[role="button"]:focus-visible,
        .edu-job-cluster[role="button"]:focus-visible {
            outline: 3px solid #111827 !important;
            outline-offset: 4px !important;
        }

        .edu-job-map-alert-status.is-error,
        .edu-job-map-distance__status.is-error,
        .edu-job-map-share-status.is-error {
            color: #9f1d28;
            font-weight: 700;
        }

        .edu-job-map-preview__similar {
            margin-top: 24px;
            padding-top: 20px;
            border-top: 1px solid #dbe3f2;
        }

        .edu-job-map-preview__similar > h3 {
            margin: 0 0 12px;
            color: #14205c;
            font-size: 1.05rem;
        }

        .edu-job-map-preview__similar-status,
        .edu-job-map-preview__similar-empty {
            margin: 0;
            color: #59667d;
            font-size: .9rem;
        }

        .edu-job-map-preview__similar-list {
            display: grid;
            gap: 10px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .edu-job-map-preview__similar-list > li {
            margin: 0;
        }

        .edu-job-map-preview__similar-list article {
            padding: 13px;
            border: 1px solid #d8e0ef;
            border-radius: 12px;
            background: #f8faff;
        }

        .edu-job-map-preview__similar-list h4 {
            margin: 0 0 5px;
            font-size: .98rem;
            line-height: 1.35;
        }

        .edu-job-map-preview__similar-list h4 a {
            color: #14205c;
            text-decoration-thickness: 1px;
            text-underline-offset: 3px;
        }

        .edu-job-map-preview__similar-meta {
            margin: 0 0 7px;
            color: #59667d;
            font-size: .82rem;
        }

        .edu-job-map-preview__similar-reasons {
            margin: 0 0 9px 17px;
            padding: 0;
            color: #43516b;
            font-size: .8rem;
        }

        .edu-job-map-preview__similar-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .edu-job-map-preview__similar-actions button,
        .edu-job-map-preview__similar-actions a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px !important;
            padding: 7px 10px;
            border: 1px solid #becbf0;
            border-radius: 9px;
            background: #fff;
            color: #173fce;
            font-size: .78rem;
            font-weight: 800;
            text-decoration: none;
            cursor: pointer;
        }

        @media (prefers-reduced-motion: reduce) {
            .edu-job-map-section *,
            .edu-job-map-section *::before,
            .edu-job-map-section *::after {
                scroll-behavior: auto !important;
                animation-duration: .01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: .01ms !important;
            }
        }

        @media (forced-colors: active) {
            .edu-job-map-section button,
            .edu-job-map-section input,
            .edu-job-map-section select,
            .edu-job-map-section a,
            .edu-job-map-list-card,
            .edu-job-map-preview-panel,
            .edu-job-map-compare-dialog,
            .edu-job-map-alert-dialog,
            .edu-job-map-saved-search-dialog,
            .edu-job-map-mobile-filter-sheet,
            .leaflet-popup-content-wrapper,
            .edu-job-map-active-filter,
            .edu-job-map-preview-badge {
                border: 1px solid CanvasText;
                forced-color-adjust: auto;
            }

            .edu-job-map-section [aria-pressed="true"],
            .edu-job-map-section [aria-selected="true"],
            .edu-job-map-section .is-active {
                outline: 3px solid Highlight;
                outline-offset: 2px;
            }
        }


/* 4.1.4 – bez motivových odrážek před kartami podobných nabídek v rychlém náhledu. */
.edu-job-map-preview__similar-list > li {
    list-style: none !important;
}

.edu-job-map-preview__similar-list > li::before,
.edu-job-map-preview__similar-list > li::after {
    content: none !important;
    display: none !important;
}

.edu-job-map-preview__similar-list > li::marker {
    content: "" !important;
    color: transparent !important;
}


/* 4.1.5 – tvrdá ochrana podobných nabídek v panelu mapy před pseudo-odrážkami motivu. */
body .edu-job-map-section .edu-job-map-preview__similar-list > li::before,
body .edu-job-map-section .edu-job-map-preview__similar-list > li::after,
body .edu-job-map-preview-panel .edu-job-map-preview__similar-list > li::before,
body .edu-job-map-preview-panel .edu-job-map-preview__similar-list > li::after {
    content: none !important;
    display: none !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}


/* 4.3.1 – stejné ikonové akce v kartě seznamu mapy */
.edu-job-map-list-card__badges,
.edu-job-map-list-card h4 {
    padding-right: 0;
}

.edu-job-map-list-card__actions {
    gap: 6px;
    margin-top: 6px;
}

.edu-job-map-list-card__icon-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: #3057EA;
    font-family: inherit;
    line-height: 1;
    cursor: pointer;
}

.edu-job-map-list-card__icon-action svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.edu-job-map-list-card__favorite-action {
    color: #3057EA;
    font-size: 20px;
}

.edu-job-map-list-card__icon-action:hover,
.edu-job-map-list-card__icon-action:focus-visible,
.edu-job-map-list-card__icon-action.is-active {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #2448c8;
    outline: none;
    text-decoration: none;
}

.edu-job-map-list-card__favorite-action.is-active {
    border-color: #f0bfd0;
    background: #fff0f5;
    color: #d24472;
}

.edu-job-map-list-card__icon-action::after {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    z-index: 30;
    width: max-content;
    max-width: 220px;
    padding: 6px 8px;
    border-radius: 7px;
    background: #172554;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition: opacity .14s ease, transform .14s ease;
    white-space: nowrap;
}

.edu-job-map-list-card__icon-action:hover::after,
.edu-job-map-list-card__icon-action:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.edu-job-map-list-card__map-button {
    min-height: 34px;
}


/* 4.3.3 – ikona mapy a kompaktnější akce karet mapy */
.edu-job-map-list-card__actions {
    gap: 4px !important;
    margin-top: 4px !important;
}

.edu-job-map-list-card__map-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 9px !important;
    background: transparent !important;
    color: #64748b !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

.edu-job-map-list-card__map-button::after {
    content: attr(data-tooltip) !important;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    z-index: 20;
    width: max-content;
    max-width: 220px;
    padding: 6px 8px;
    border-radius: 7px;
    background: #172554;
    color: #fff;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition: opacity .14s ease, transform .14s ease;
    white-space: nowrap;
}

.edu-job-map-list-card__map-button:hover::after,
.edu-job-map-list-card__map-button:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.edu-job-map-list-card__map-button:hover,
.edu-job-map-list-card__map-button:focus-visible {
    border-color: #bfdbfe !important;
    background: #eff6ff !important;
    color: #2448c8 !important;
    outline: none !important;
}

.edu-job-map-list-card__map-icon {
    display: inline-block;
    width: 19px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask-image: url("icons/czech-republic-outline.png");
    mask-image: url("icons/czech-republic-outline.png");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}


/* 4.3.4 – kompaktnější typy úvazku a ovládání mapového podkladu. */
.edu-job-map-types__panel {
    padding: 5px !important;
}

.edu-job-map-types__options {
    gap: 0 !important;
}

.edu-job-map-types__option {
    gap: 8px !important;
    padding: 6px 7px !important;
    line-height: 1.25 !important;
}

.edu-job-map-types__option input {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
}

.edu-job-map-wrap .leaflet-control-layers {
    min-width: 88px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
}

.edu-job-map-wrap .leaflet-control-layers-expanded {
    padding: 5px 7px !important;
}

.edu-job-map-wrap .leaflet-control-layers-base {
    display: grid !important;
    gap: 2px !important;
}

.edu-job-map-wrap .leaflet-control-layers label {
    display: block !important;
    margin: 0 !important;
    padding: 3px 2px !important;
    line-height: 1.2 !important;
}

.edu-job-map-wrap .leaflet-control-layers label > span {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
}

.edu-job-map-wrap .leaflet-control-layers input[type="radio"] {
    flex: 0 0 auto !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
}

.edu-job-map-wrap .leaflet-control-layers label > span > span {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.edu-job-map-list-card__map-icon {
    width: 22px !important;
    height: 14px !important;
    background-color: #3057EA !important;
    -webkit-mask-image: url("icons/czech-republic-filled.png") !important;
    mask-image: url("icons/czech-republic-filled.png") !important;
    opacity: 1 !important;
}

.edu-job-map-list-card__actions > .edu-job-map-list-card__icon-action:first-child::after {
    left: 0;
    transform: translate(0, 4px);
}

.edu-job-map-list-card__actions > .edu-job-map-list-card__icon-action:first-child:hover::after,
.edu-job-map-list-card__actions > .edu-job-map-list-card__icon-action:first-child:focus-visible::after {
    transform: translate(0, 0);
}

.edu-job-map-list-card__actions > .edu-job-map-list-card__icon-action:last-child::after {
    right: 0;
    left: auto;
    transform: translate(0, 4px);
}

.edu-job-map-list-card__actions > .edu-job-map-list-card__icon-action:last-child:hover::after,
.edu-job-map-list-card__actions > .edu-job-map-list-card__icon-action:last-child:focus-visible::after {
    transform: translate(0, 0);
}

/* 4.4.3 – jednotná hierarchie a počty společných filtrů. */
.edu-job-map-types__option.edu-job-map-categories__option {
    padding-left: calc(8px + (var(--edu-map-facet-depth, 0) * 15px)) !important;
}

.edu-job-map-types__option.edu-job-map-categories__option.is-parent {
    color: #172554 !important;
    font-weight: 750 !important;
}

.edu-job-map-types__option.edu-job-map-categories__option small {
    min-width: 23px;
    margin-left: auto;
    padding: 2px 6px;
    border-radius: 999px;
    background: #eef4ff;
    color: #3057ea;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

/* 4.4.4 – vyhledávání, akce a mobilní spodní panel rozbalovacích filtrů. */
.edu-job-map-types__selected-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #e4ecff;
    color: #172554;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
}

.edu-job-map-types__selected-count[hidden] {
    display: none !important;
}

.edu-job-map-types__panel {
    display: flex;
    flex-direction: column;
    min-width: 280px;
    max-width: min(420px, calc(100vw - 32px));
}

.edu-job-map-types__search {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.edu-job-map-types__search svg {
    position: absolute;
    top: 50%;
    left: 11px;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #64748b;
    stroke-width: 1.8;
    stroke-linecap: round;
    transform: translateY(-50%);
    pointer-events: none;
}

.edu-job-map-types__search input {
    width: 100%;
    min-height: 40px;
    padding: 8px 11px 8px 36px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    background: #fff;
    color: #172554;
    font: inherit;
    font-size: 13px;
    outline: none;
}

.edu-job-map-types__search input:focus {
    border-color: #3057EA;
    box-shadow: 0 0 0 3px rgba(48, 87, 234, .12);
}

.edu-job-map-types__option[hidden] {
    display: none !important;
}

.edu-job-map-types__empty {
    margin: 10px 4px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.edu-job-map-types__footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e2e8f0;
}

.edu-job-map-types__clear,
.edu-job-map-types__apply {
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 8px 10px;
    border-radius: 9px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}

.edu-job-map-types__clear {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #3057EA;
}

.edu-job-map-types__apply {
    border: 1px solid #3057EA;
    background: #3057EA;
    color: #fff;
}

.edu-job-map-types__clear:hover:not(:disabled),
.edu-job-map-types__clear:focus-visible {
    border-color: #93c5fd;
    background: #eff6ff;
    outline: none;
}

.edu-job-map-types__apply:hover,
.edu-job-map-types__apply:focus-visible {
    border-color: #2448c8;
    background: #2448c8;
    outline: none;
}

@media (max-width: 760px) {
    html.edu-job-map-facet-mobile-open,
    body.edu-job-map-facet-mobile-open {
        overflow: hidden !important;
    }

    body.edu-job-map-facet-mobile-open::before {
        position: fixed;
        inset: 0;
        z-index: 100050;
        background: rgba(15, 23, 42, .48);
        content: "";
    }

    .edu-job-map-types__panel {
        position: fixed !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
        z-index: 100051 !important;
        width: 100vw !important;
        min-width: 0 !important;
        max-width: none !important;
        max-height: min(78vh, 680px);
        margin: 0 !important;
        padding: 16px 16px max(16px, env(safe-area-inset-bottom));
        border: 0 !important;
        border-radius: 20px 20px 0 0 !important;
        box-shadow: 0 -18px 50px rgba(15, 23, 42, .24) !important;
    }

    .edu-job-map-types__panel::before {
        display: block;
        width: 44px;
        height: 4px;
        margin: -4px auto 12px;
        border-radius: 999px;
        background: #cbd5e1;
        content: "";
    }

    .edu-job-map-types__options {
        max-height: none !important;
        min-height: 120px;
        flex: 1 1 auto;
    }

    .edu-job-map-types__footer {
        position: sticky;
        bottom: 0;
        background: #fff;
    }
}

/* 4.4.4 – přepsání staršího vzhledu tlačítka Vymazat výběr ve společné patičce. */
.edu-job-map-types__footer .edu-job-map-types__clear {
    width: 100% !important;
    height: auto !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #3057EA !important;
}

.edu-job-map-types__button > span,
.edu-job-list-facet__button > span {
    flex: 1 1 auto;
}

.edu-job-map-types__panel[hidden],
.edu-job-map-types__empty[hidden],
.edu-job-map-types__selected-count[hidden] {
    display: none !important;
}

/* 4.10.10 – počty typů úvazku a strukturovaný text rychlého náhledu. */
.edu-job-map-types__option--counted > span {
    flex: 1 1 auto;
    min-width: 0;
}

.edu-job-map-types__option--counted > small {
    flex: 0 0 auto;
    min-width: 25px;
    margin-left: auto;
    padding: 2px 6px;
    border-radius: 999px;
    background: #eef4ff;
    color: #3057ea;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.edu-job-map-preview__description > p {
    margin: 0 0 8px;
}

.edu-job-map-preview__description > p:last-child {
    margin-bottom: 0;
}

/* 4.10.68 – jemnější mezititulky převzaté z obsahu pracovního inzerátu. */
.edu-job-map-preview__description > h4 {
    margin: 10px 0 4px;
    color: #334155 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.edu-job-map-preview__description h3 + h4 {
    margin-top: 0;
}

.edu-job-map-preview__description ul,
.edu-job-map-preview__description ol {
    margin: 4px 0 9px;
    padding-left: 18px;
    color: #475569;
    font-size: 12px;
    line-height: 1.55;
}

.edu-job-map-preview__description li {
    margin: 0 0 4px;
    padding: 0;
}

.edu-job-map-preview__description blockquote {
    margin: 7px 0 9px;
    padding: 7px 9px;
    border-left: 3px solid #9db8ff;
    border-radius: 0 8px 8px 0;
    background: #f4f7ff;
    color: #475569;
    font-size: 12px;
    line-height: 1.55;
}

/* 4.10.20 – popisek rychlého náhledu se po otevření nezasekne nad ikonou. */
.edu-job-map-list-card__icon-action.is-preview-tooltip-suppressed::after {
    opacity: 0 !important;
    transform: translate(-50%, 4px) !important;
}


/* 4.10.28: nadpis mapy na jednom řádku; na úzkém mobilu se může zalomit. */
@media (max-width: 600px) {
    .edu-job-map-head h2 {
        white-space: normal;
    }
}


/* 4.10.55 – mobilní záhlaví mapy, ikonové akce a samostatně rolovatelný seznam. */
@media (max-width: 760px) {
    /* Nadpis stránky již vytváří šablona; druhý nadpis pluginu se na mobilu neopakuje. */
    .edu-job-map-head > h2 {
        display: none !important;
    }

    .edu-job-map-head-actions {
        display: grid !important;
        grid-template-columns: repeat(4, 44px) minmax(0, 1fr);
        align-items: center !important;
        justify-content: start !important;
        gap: 8px;
    }

    .edu-job-map-fullscreen-wrap,
    .edu-job-map-saved-search-wrap,
    .edu-job-map-alert-wrap,
    .edu-job-map-share-wrap {
        width: 44px;
        min-width: 44px;
    }

    .edu-job-map-fullscreen-button,
    .edu-job-map-saved-search-button,
    .edu-job-map-alert-button,
    .edu-job-map-share {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        border-radius: 12px !important;
    }

    .edu-job-map-fullscreen-button > span,
    .edu-job-map-saved-search-button > span,
    .edu-job-map-alert-button > span,
    .edu-job-map-share > span {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .edu-job-map-fullscreen-button svg,
    .edu-job-map-saved-search-button svg,
    .edu-job-map-alert-button svg,
    .edu-job-map-share svg {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important;
    }

    .edu-job-map-saved-search-button small {
        position: absolute;
        top: -5px;
        right: -5px;
        z-index: 2;
    }

    .edu-job-map-stats {
        grid-column: 1 / -1;
        width: 100%;
    }

    /* Seznam je na mobilu běžnou částí stránky, nikoli malým vnitřním rolovacím oknem. */
    .edu-job-map-layout[data-mobile-view="list"] {
        height: auto !important;
        overflow: visible !important;
    }

    .edu-job-map-layout[data-mobile-view="list"] .edu-job-map-list-panel {
        display: flex;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        touch-action: pan-y;
        overscroll-behavior: auto;
    }

    .edu-job-map-layout[data-mobile-view="list"] .edu-job-map-list-items {
        flex: 0 0 auto;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        overscroll-behavior: auto;
        touch-action: pan-y;
        scrollbar-gutter: auto;
    }

    .edu-job-map-layout[data-mobile-view="list"] .edu-job-map-wrap,
    .edu-job-map-layout[data-mobile-view="list"] .edu-job-map-canvas {
        display: none !important;
        pointer-events: none !important;
        touch-action: none !important;
    }

    .edu-job-map-list-more {
        position: static;
        margin-bottom: 16px;
    }
}

@media (max-width: 390px) {
    .edu-job-map-head-actions {
        grid-template-columns: repeat(4, 42px) minmax(0, 1fr);
        gap: 6px;
    }

    .edu-job-map-fullscreen-wrap,
    .edu-job-map-saved-search-wrap,
    .edu-job-map-alert-wrap,
    .edu-job-map-share-wrap,
    .edu-job-map-fullscreen-button,
    .edu-job-map-saved-search-button,
    .edu-job-map-alert-button,
    .edu-job-map-share {
        width: 42px !important;
        min-width: 42px !important;
    }
}


/* 4.10.56 – mobilní informační okno nabídky nad mapou. */
@media (max-width: 760px) {
    /* Popup musí být nad přepínačem podkladu a ostatními ovládacími prvky mapy. */
    .edu-job-map-canvas .leaflet-popup-pane {
        z-index: 1200;
    }

    .edu-job-map-canvas .leaflet-popup {
        max-width: calc(100vw - 28px) !important;
    }

    .edu-job-map-canvas .leaflet-popup-content-wrapper {
        max-width: calc(100vw - 28px);
        border-radius: 14px;
    }

    .edu-job-map-canvas .leaflet-popup-content {
        width: auto !important;
        min-width: 0 !important;
        margin: 14px 14px 13px !important;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    /* Výšku omezuje Leaflet; rolovat se má celé okno, ne jen seznam uvnitř. */
    .edu-job-map-canvas .leaflet-popup-content.leaflet-popup-scrolled {
        padding-right: 7px;
        border-top: 0;
        border-bottom: 0;
        overscroll-behavior: contain;
        touch-action: pan-y;
        scrollbar-gutter: stable;
    }

    .edu-job-map-canvas .edu-map-popup-group ul {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .edu-job-map-canvas .edu-map-popup strong,
    .edu-job-map-canvas .edu-map-popup-group strong,
    .edu-job-map-canvas .edu-map-popup a,
    .edu-job-map-canvas .edu-map-popup-group a {
        overflow-wrap: anywhere;
    }

    .edu-job-map-canvas .leaflet-container a.leaflet-popup-close-button {
        z-index: 2;
        width: 32px;
        height: 32px;
        padding: 6px;
        font-size: 24px;
        line-height: 18px;
    }
}

/* 4.10.57 – mobilní popup jako stabilní spodní panel mapy. */
@media (max-width: 760px) {
    .edu-job-map-canvas .leaflet-popup-pane {
        z-index: 1200;
        pointer-events: none;
    }

    .edu-job-map-canvas .leaflet-popup {
        position: absolute !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        top: auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
        pointer-events: auto;
    }

    .edu-job-map-canvas .leaflet-popup-content-wrapper {
        width: 100% !important;
        max-width: none !important;
        max-height: min(58vh, 330px);
        overflow: hidden;
        border: 1px solid #d8e1f2;
        border-radius: 14px;
        box-shadow: 0 12px 30px rgba(15, 23, 42, .22);
    }

    .edu-job-map-canvas .leaflet-popup-content {
        box-sizing: border-box;
        width: 100% !important;
        max-width: none !important;
        max-height: min(58vh, 330px) !important;
        margin: 0 !important;
        padding: 16px 44px 15px 16px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        touch-action: pan-y;
        scrollbar-gutter: stable;
    }

    .edu-job-map-canvas .leaflet-popup-tip-container {
        display: none !important;
    }

    .edu-job-map-canvas .edu-map-popup,
    .edu-job-map-canvas .edu-map-popup-group,
    .edu-job-map-canvas .edu-map-popup-group ul,
    .edu-job-map-canvas .edu-map-popup-group li,
    .edu-job-map-canvas .edu-map-popup strong,
    .edu-job-map-canvas .edu-map-popup small,
    .edu-job-map-canvas .edu-map-popup a {
        box-sizing: border-box;
        width: auto;
        min-width: 0;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .edu-job-map-canvas .edu-map-popup-group ul {
        max-height: none !important;
        overflow: visible !important;
    }

    .edu-job-map-canvas .leaflet-container a.leaflet-popup-close-button {
        top: 7px;
        right: 7px;
        z-index: 3;
        width: 34px;
        height: 34px;
        padding: 6px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .94);
        font-size: 24px;
        line-height: 20px;
    }
}

/* 4.10.61 – spolehlivý mobilní panel pro školu s více nabídkami. */
@media (max-width: 760px) {
    /* Leaflet popup pane je standardně transformovaná vrstva s nulovým rozměrem.
       Proto se panel s width:100 % mohl smrštit do úzkého svislého proužku. */
    .edu-job-map-canvas .leaflet-popup-pane {
        transform: none !important;
        pointer-events: none;
    }

    .edu-job-map-canvas .leaflet-popup {
        position: fixed !important;
        left: 14px !important;
        right: 14px !important;
        bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
        top: auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
        z-index: 10020 !important;
        pointer-events: auto;
    }

    .edu-job-map-canvas .leaflet-popup-content-wrapper {
        box-sizing: border-box;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        max-height: min(48vh, 360px) !important;
        overflow: hidden !important;
        border-radius: 16px;
    }

    .edu-job-map-canvas .leaflet-popup-content {
        box-sizing: border-box;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        max-height: min(48vh, 360px) !important;
        padding: 17px 46px 16px 17px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
        -webkit-overflow-scrolling: touch;
    }

    .edu-job-map-canvas .edu-map-popup-group,
    .edu-job-map-canvas .edu-map-popup-group ul,
    .edu-job-map-canvas .edu-map-popup-group li,
    .edu-job-map-canvas .edu-map-popup-group a,
    .edu-job-map-canvas .edu-map-popup-group strong,
    .edu-job-map-canvas .edu-map-popup-group small {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
    }

    .edu-job-map-canvas .edu-map-popup-group ul {
        margin-bottom: 0;
    }
}

/* 4.10.63 – samostatný mobilní panel školy s více nabídkami a funkčním posunem obsahu. */
@media (max-width: 760px) {
    .edu-job-map-canvas {
        position: relative;
    }

    .edu-map-mobile-multi-panel {
        position: absolute;
        z-index: 1300;
        left: 10px;
        right: 10px;
        bottom: 10px;
        box-sizing: border-box;
        height: auto;
        max-height: min(62vh, 390px);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        touch-action: pan-y !important;
        overscroll-behavior: contain;
        background: #fff;
        border: 1px solid #d6deef;
        border-radius: 16px;
        box-shadow: 0 14px 34px rgba(15, 23, 42, .25);
        opacity: 0;
        transform: translateY(12px);
        transition: opacity .16s ease, transform .16s ease;
        pointer-events: auto;
    }

    .edu-map-mobile-multi-panel.is-open {
        opacity: 1;
        transform: translateY(0);
    }

    .edu-map-mobile-multi-panel__content {
        box-sizing: border-box;
        min-height: 0;
        max-height: min(62vh, 390px);
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 16px 44px 16px 16px;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
    }

    .edu-map-mobile-multi-panel__close {
        position: absolute;
        z-index: 2;
        top: 7px;
        right: 7px;
        width: 34px;
        height: 34px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #fff;
        color: #24447f;
        font: 400 26px/32px Arial, sans-serif;
        cursor: pointer;
        box-shadow: 0 1px 5px rgba(15, 23, 42, .12);
    }

    .edu-map-mobile-multi-panel .edu-map-popup-group,
    .edu-map-mobile-multi-panel .edu-map-popup-group ul,
    .edu-map-mobile-multi-panel .edu-map-popup-group li,
    .edu-map-mobile-multi-panel .edu-map-popup-group a,
    .edu-map-mobile-multi-panel .edu-map-popup-group strong,
    .edu-map-mobile-multi-panel .edu-map-popup-group small {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .edu-map-mobile-multi-panel .edu-map-popup-group ul {
        max-height: none !important;
        overflow: visible !important;
        margin-bottom: 0;
    }
}

/* 4.10.69 – sjednocení nadpisů rychlého náhledu mapy a jemnější název pozice v kartě. */
body .edu-job-map-preview-panel .edu-job-map-preview-panel__head h3 {
    margin: 0 !important;
    color: #172554 !important;
    font-size: 23px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

body .edu-job-map-preview-panel .edu-job-map-preview__description > h3 {
    margin: 0 0 9px !important;
    color: #172554 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

body .edu-job-map-section .edu-job-map-list-card > h4,
body .edu-job-map-section .edu-job-map-list-card > h4 > a {
    font-size: 16px !important;
    line-height: 1.32 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

@media (max-width: 760px) {
    body .edu-job-map-section .edu-job-map-list-card > h4,
    body .edu-job-map-section .edu-job-map-list-card > h4 > a {
        font-size: 15px !important;
    }
}

