/* /Editors/PubsHalfPieChart.razor.rz.scp.css */
.maturity-chart[b-5tzfre9jmz] {
    width: 100%;
    min-width: 0;
    padding-bottom: clamp(44px, 7%, 60px);
    margin-inline: auto;
    box-sizing: border-box;
}

.maturity-chart__legend[b-5tzfre9jmz] {
    width: 100%;
    margin-bottom: 14px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    gap: 10px 22px;
}

.maturity-chart__legend-item[b-5tzfre9jmz] {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    min-width: 0;
}

.maturity-chart__legend-marker[b-5tzfre9jmz] {
    flex: 0 0 auto;

    width: 14px;
    height: 14px;

    border-radius: 3px;
}

.maturity-chart__legend-name[b-5tzfre9jmz] {
    overflow: hidden;

    color: #4d5559;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.maturity-chart__surface[b-5tzfre9jmz] {
    position: relative;

    width: 100%;
    min-width: 0;

    aspect-ratio: 2 / 1;
    overflow: visible;
}

.maturity-chart__viewport[b-5tzfre9jmz] {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;
    line-height: 0;
}

.maturity-chart__canvas[b-5tzfre9jmz] {
    position: absolute;
    inset: 0 auto auto 0;

    width: 100%;
    height: 200%;
}

.maturity-chart__js-host[b-5tzfre9jmz] {
    display: block;

    width: 100%;
    height: 100%;

    min-width: 0;
    min-height: 1px;
}

.maturity-chart__empty[b-5tzfre9jmz] {
    position: absolute;
    z-index: 5;
    inset: 0;

    display: grid;
    place-items: center;

    padding: 2rem;
    box-sizing: border-box;

    color: #6c757d;
    text-align: center;
}

.maturity-chart__result[b-5tzfre9jmz] {
    position: absolute;
    z-index: 10;

    top: 100%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: clamp(76px, 12%, 104px);
    aspect-ratio: 1 / 1;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background-color: #fff;
    color: #4d5559;

    box-shadow:
        0 5px 15px rgb(0 0 0 / 18%),
        0 0 0 1px rgb(0 0 0 / 6%);
}

.maturity-chart__result-label[b-5tzfre9jmz] {
    font-size: clamp(11px, 1.5vw, 14px);
    line-height: 1.1;
}

.maturity-chart__result-value[b-5tzfre9jmz] {
    margin-top: 4px;

    color: #287797;

    font-size: clamp(20px, 3vw, 27px);
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 600px) {
    .maturity-chart__legend[b-5tzfre9jmz] {
        justify-content: flex-start;
        gap: 8px 14px;
    }

    .maturity-chart__legend-name[b-5tzfre9jmz] {
        font-size: 12px;
    }
}
/* /Templates/CustomMainFormTemplateComponent.razor.rz.scp.css */
/* ============================================================
   WISESCI - MAIN FORM TEMPLATE
   ============================================================ */

.wise-app-shell[b-gn1n7vf611] {
    --wise-sidebar-width: 354px;
    --wise-header-height: 60px;
    /*
       Wciecie tresci od krawedzi okna. Jedna wartosc dla paska akcji i dla obszaru
       tresci - inaczej listwa i lista pod nia staja w innej linii. Zweza sie razem
       w media query nizej.
    */
    --wise-content-inset: 16px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    background: #f7f7f7;
    /* zabezpieczenie przed rozszerzaniem całej aplikacji */
    overflow: hidden;
}


/* ============================================================
   HEADER
   ============================================================ */

.wise-header[b-gn1n7vf611] {
    flex: 0 0 var(--wise-header-height);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: var(--wise-header-height);
    min-height: var(--wise-header-height);
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #222;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: none !important;
    /*
       Nie hidden.
       AccountComponent / popupy powinny móc wyjść poza header.
    */
    overflow: visible;
    position: relative;
    z-index: 20;
}


/* ============================================================
   LEWA CZĘŚĆ HEADERA
   ============================================================ */

.wise-brand-panel[b-gn1n7vf611] {
    flex: 0 0 var(--wise-sidebar-width);
    width: var(--wise-sidebar-width);
    min-width: var(--wise-sidebar-width);
    max-width: var(--wise-sidebar-width);
    height: var(--wise-header-height);
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    overflow: hidden;
}


    /* ============================================================
   LOGO
   ============================================================ */

    .wise-brand-panel .header-logo[b-gn1n7vf611] {
        flex: 0 0 auto;
        width: 116px;
        height: 38px;
        margin: 0;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }


/* ============================================================
   HAMBURGER
   ============================================================ */

.wise-hamburger[b-gn1n7vf611] {
    flex: 0 0 36px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #222;
    background: transparent;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

    .wise-hamburger:hover[b-gn1n7vf611] {
        background: #f1f1f1;
    }

    .wise-hamburger span[b-gn1n7vf611] {
        width: 26px;
        height: 2px;
        display: block;
        background: currentColor;
        border-radius: 2px;
    }


/* ============================================================
   CAPTION
   ============================================================ */

.wise-view-caption[b-gn1n7vf611] {
    /*
       Bierze DOKŁADNIE miejsce pomiędzy brandem a prawymi ikonami.
       Content captionu nie może rozszerzyć całego headera.
    */
    flex: 1 1 0;
    min-width: 0;
    height: var(--wise-header-height);
    padding: 0 24px;
    display: flex;
    align-items: center;
    color: #111;
    overflow: hidden;
}


    /* Wszystko wewnątrz ViewCaption może się kurczyć */
    .wise-view-caption[b-gn1n7vf611]  * {
        min-width: 0;
        line-height: 1.15;
    }


    /*
   Caption pozostaje w jednej linii.
   Nie zawijamy tekstu jak w poprzedniej wersji.
*/
    .wise-view-caption[b-gn1n7vf611]  div,
    .wise-view-caption[b-gn1n7vf611]  span {
        white-space: nowrap !important;
        text-overflow: clip !important;
    }


    /* ============================================================
   TYPOGRAFIA CAPTION
   ============================================================ */

    .wise-view-caption[b-gn1n7vf611]  .text-muted,
    .wise-view-caption[b-gn1n7vf611]  .small,
    .wise-view-caption[b-gn1n7vf611]  .caption-title,
    .wise-view-caption[b-gn1n7vf611]  .xaf-caption-title {
        margin: 0 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #222 !important;
    }


    .wise-view-caption[b-gn1n7vf611]  strong,
    .wise-view-caption[b-gn1n7vf611]  b,
    .wise-view-caption[b-gn1n7vf611]  .fw-bold,
    .wise-view-caption[b-gn1n7vf611]  .caption-main,
    .wise-view-caption[b-gn1n7vf611]  .xaf-caption {
        margin: 0 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
        color: #111 !important;
    }


/* ============================================================
   PRAWA CZĘŚĆ HEADERA
   toolbar + account + settings
   ============================================================ */

.wise-header-actions[b-gn1n7vf611] {
    flex: 0 0 auto;
    /*
       Rezerwujemy minimalnie miejsce na account + settings,
       aby caption nigdy ich nie wypchnął.
    */
    min-width: 96px;
    height: var(--wise-header-height);
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    white-space: nowrap;
    background: #fff;
    overflow: visible;
    position: relative;
    z-index: 30;
}


/* Toolbar w headerze nie może rozciągać się na całą szerokość */
.wise-header-toolbar[b-gn1n7vf611] {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
}


/* Konto + ustawienia */
.wise-account-actions[b-gn1n7vf611] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    width: auto;
}


    /* dodatkowe zabezpieczenie dla komponentów XAF */
    .wise-header-toolbar[b-gn1n7vf611]  *,
    .wise-account-actions[b-gn1n7vf611]  * {
        flex-shrink: 0;
    }


/* ============================================================
   WORKSPACE
   ============================================================ */

.wise-workspace[b-gn1n7vf611] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    display: flex;
    background: #f7f7f7;
    overflow: hidden;
}


/* ============================================================
   MAIN COLUMN
   ============================================================ */

.wise-main-column[b-gn1n7vf611] {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    /*
       UWAGA:
       celowo nie ustawiamy width: 0.
       To mogło powodować problemy wewnątrz SizeModeContainer.
    */
    width: auto;
    background: #f7f7f7;
    overflow: hidden;
}


/* ============================================================
   ACTION TOOLBAR
   ============================================================ */

.wise-content-toolbar[b-gn1n7vf611] {
    flex: 0 0 auto;
    min-height: 58px;
    /* Odstep od gory i od obu krawedzi. Boki biora te sama zmienna co padding
       .wise-main-content, wiec listwa stoi w jednej linii z lista pod spodem
       takze na waskim oknie, gdzie wciecie sie zweza. */
    margin: 12px var(--wise-content-inset) 0;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #dedede;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}


/*
   GUZIKI PASKA

   Wszystkie regule nizej opieraja sie na rzeczywistym markupie XAF-a:

     <button class="dxbl-btn dxbl-btn-secondary dxbl-toolbar-item ..."
             data-action-name="Delete" disabled>
         <img class="dxbl-image ...">  <span>Delete</span>
     </button>

   Stad trzy rzeczy: guzik JEST elementem paska (klasa dxbl-toolbar-item siedzi
   na nim samym), stan wylaczony niesie i atrybut `disabled`, i klase
   `dxbl-disabled`, a kazdy guzik ma `data-action-name` z identyfikatorem akcji -
   pewniejszy uchwyt niz klasy DevExpressa, bo nie zmienia sie z wersja pakietow.

   ::deep jest konieczne: zawartosc paska przychodzi z komponentu DevExpressa,
   wiec nie dostaje atrybutu scope tego arkusza. Bez ::deep regula nic nie robi
   i wyglada to na zla nazwe klasy.
*/

/* Odstepy MIEDZY guzikami. DevExpress skleja sasiadujace przyciski w grupe -
   widac to po klasach `dxbl-btn-first` / `dxbl-btn-last`, ktore sam dokłada,
   bo liczy na rozdzielenie ich ramkami. Ramki zdejmujemy nizej, wiec bez
   marginesu pasek jest ciagiem ikon sklejonych w jedna plame.
   !important, bo walczymy z regula grupowania samego DevExpressa. */
.wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn.dxbl-toolbar-item {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

/* Plaski guzik: bez ramki i bez tla. Pole wyszukiwania zostaje nietkniete -
   lupa siedzi wewnatrz edytora, a to input, nie przycisk paska. */
.wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn:not(.dxbl-edit-btn) {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border: none;
    border-radius: var(--wise-radius-xs);
    background: transparent;
    box-shadow: none;
    color: var(--wise-text-secondary);
    font-weight: 500;
    transition: background-color .12s ease, color .12s ease;
}

    .wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn:not(.dxbl-edit-btn):hover {
        background: var(--wise-neutral-soft);
        color: var(--wise-text);
    }

    .wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn:not(.dxbl-edit-btn):active {
        background: var(--wise-border-soft);
    }

/* Ramki znikly, wiec fokus klawiatury musi byc widoczny czyms innym.
   Bez tego guzik pod Tab-em przestaje byc rozpoznawalny. */
.wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--wise-primary-soft);
}

/* Wylaczony - jak "Delete", dopoki nic nie jest zaznaczone. opacity zostaje 1,
   bo wyszarzenie niesie juz sam kolor tekstu. grayscale gasi ikone, do ktorej
   inaczej nie siegniemy: rysuje ja motyw DX i bez tego przy szarym napisie
   zostawal kolorowy kosz. */
.wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn:disabled,
.wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn.dxbl-disabled {
    background: transparent;
    color: var(--wise-text-placeholder);
    opacity: 1;
    filter: grayscale(1);
}

/* Jedyny pelny guzik na pasku. Klase `dxbl-btn-primary` dokłada DevExpress po
   tym, jak ActionBarAppearanceController ustawi akcji RenderStyle.Primary. */
.wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn.dxbl-btn-primary {
    padding: 7px 16px;
    background: var(--wise-primary);
    color: var(--wise-text-inverse);
    font-weight: 600;
}

    .wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn.dxbl-btn-primary:hover {
        background: var(--wise-primary-strong);
        color: var(--wise-text-inverse);
    }

    .wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn.dxbl-btn-primary:disabled {
        background: var(--wise-neutral-soft);
        color: var(--wise-text-placeholder);
    }

    /* Ikona na guziku glownym ma byc biala jak napis. Kolor siedzi w samym pliku
       ikony, wiec `color` jej nie ruszy: brightness(0) robi z niej czern,
       invert(1) biel. Filtr celuje w ikone, nie w guzik, zeby nie odbarwic napisu. */
    .wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn.dxbl-btn-primary img,
    .wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn.dxbl-btn-primary svg,
    .wise-content-toolbar[b-gn1n7vf611]  .dxbl-btn.dxbl-btn-primary .dxbl-image {
        filter: brightness(0) invert(1);
    }

/* Kreska po lewej stronie guzika, ktory zaczyna druga grupe na pasku (dzis "Usun").

   Klase `wise-toolbar-group-start` nadaje ActionBarLayout... a dokladniej
   ActionBarAppearanceController, przez CustomizeControl. To celowo NIE jest
   selektor na `data-action-name`: ten atrybut niesie **napis** akcji, a nie jej
   identyfikator - po spolszczeniu captionu robi sie z niego "Usuń" i regula
   przestaje pasowac, po cichu. Sprawdzone kosztem dwoch rund.

   Dwie inne drogi tez odpadly:
   1. `ToolbarItemModel.BeginGroup` - ustawia sie bez bledu i nic nie rysuje.
   2. Pseudoelement ::before z ujemnym offsetem - stoi poza obrysem guzika,
      wiec ginie przy `overflow: hidden`.

   Obramowanie jest czescia pudelka guzika, wiec nikt go nie przytnie.
   !important, bo regula bazowa wyzej zdejmuje ramki wszystkim guzikom paska. */
.wise-content-toolbar[b-gn1n7vf611]  .wise-toolbar-group-start {
    margin-left: 14px !important;
    padding-left: 18px !important;
    border-left: 1px solid var(--wise-border-strong) !important;
    border-radius: 0 var(--wise-radius-xs) var(--wise-radius-xs) 0;
}


/* ============================================================
   CONTENT
   ============================================================ */

.wise-main-content[b-gn1n7vf611] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 12px var(--wise-content-inset) 24px;
    box-sizing: border-box;
    background: #f7f7f7;
}


.wise-tabbed-content[b-gn1n7vf611] {
    width: 100%;
    min-width: 0;
    min-height: 0;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991.98px) {

    .wise-app-shell[b-gn1n7vf611] {
        --wise-sidebar-width: 260px;
        --wise-header-height: 64px;
        /* Wciecie zweza sie razem z ekranem - pasek akcji idzie za tym sam,
           bo czyta te sama zmienna. */
        --wise-content-inset: 12px;
    }


    .wise-brand-panel[b-gn1n7vf611] {
        padding-left: 14px;
        padding-right: 14px;
        gap: 12px;
    }


        .wise-brand-panel .header-logo[b-gn1n7vf611] {
            width: 145px;
            height: 34px;
        }


    .wise-view-caption[b-gn1n7vf611] {
        padding: 0 16px;
    }


        .wise-view-caption[b-gn1n7vf611]  .text-muted,
        .wise-view-caption[b-gn1n7vf611]  .small,
        .wise-view-caption[b-gn1n7vf611]  .caption-title,
        .wise-view-caption[b-gn1n7vf611]  .xaf-caption-title {
            font-size: 13px !important;
        }


        .wise-view-caption[b-gn1n7vf611]  strong,
        .wise-view-caption[b-gn1n7vf611]  b,
        .wise-view-caption[b-gn1n7vf611]  .fw-bold,
        .wise-view-caption[b-gn1n7vf611]  .caption-main,
        .wise-view-caption[b-gn1n7vf611]  .xaf-caption {
            font-size: 15px !important;
        }


    .wise-main-content[b-gn1n7vf611] {
        padding: 12px var(--wise-content-inset) 12px;
    }


    .wise-content-toolbar[b-gn1n7vf611] {
        padding-left: 8px;
        padding-right: 8px;
    }
}


@media (max-width: 575.98px) {

    .wise-app-shell[b-gn1n7vf611] {
        --wise-sidebar-width: 170px;
        --wise-header-height: 64px;
    }


    .wise-view-caption[b-gn1n7vf611] {
        display: none;
    }


    .wise-header-actions[b-gn1n7vf611] {
        margin-left: auto;
    }
}
/* /Templates/CustomNavigationNode.razor.rz.scp.css */
.wise-nav-node[b-22idbmoxnl] {
    width: 100%;
}

.wise-nav-row[b-22idbmoxnl] {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    color: #111;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: left;
    font: inherit;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
}

.wise-nav-row:hover[b-22idbmoxnl] {
    background: #f3f3f3;
}

.wise-nav-group[b-22idbmoxnl] {
    font-weight: 700;
}

.wise-nav-leaf[b-22idbmoxnl] {
    font-weight: 600;
}

.wise-nav-selected[b-22idbmoxnl] {
    background: #dedede;
}

.wise-nav-selected:hover[b-22idbmoxnl] {
    background: #dedede;
}

.wise-nav-active-path.wise-nav-group[b-22idbmoxnl] {
    font-weight: 700;
}

.wise-nav-disabled[b-22idbmoxnl] {
    opacity: 0.55;
    cursor: default;
}

.wise-nav-chevron[b-22idbmoxnl],
.wise-nav-chevron-spacer[b-22idbmoxnl] {
    width: 12px;
    min-width: 12px;
    height: 12px;
    display: inline-block;
}

.wise-nav-chevron[b-22idbmoxnl] {
    position: relative;
    transition: transform 120ms ease;
}

.wise-nav-chevron[b-22idbmoxnl]::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 1px;
    width: 7px;
    height: 7px;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    transform: rotate(-45deg);
    transform-origin: center;
}

.wise-nav-chevron-open[b-22idbmoxnl]::before {
    transform: rotate(45deg);
    top: 0;
}

.wise-nav-caption[b-22idbmoxnl] {
    min-width: 0;
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
}

.wise-nav-children[b-22idbmoxnl] {
    width: 100%;
}
/* /Templates/CustomShowNavigationItemActionControlComponent.razor.rz.scp.css */
.wise-sidebar[b-mgwyi13ylh] {
    width: 354px;
    min-width: 354px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-right: 1px solid #dedede;
    transition: width 160ms ease, min-width 160ms ease, opacity 120ms ease;
    z-index: 4;
}

.wise-sidebar-hidden[b-mgwyi13ylh] {
    width: 0;
    min-width: 0;
    opacity: 0;
    pointer-events: none;
    border-right: 0;
}

.wise-sidebar-scroll[b-mgwyi13ylh] {
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}

.wise-nav-filter-wrap[b-mgwyi13ylh] {
    padding: 14px 14px 12px;
}

.wise-nav-filter[b-mgwyi13ylh] {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
}

.wise-nav-filter:focus-within[b-mgwyi13ylh] {
    border-color: #999;
}

.wise-nav-filter-icon[b-mgwyi13ylh] {
    width: 18px;
    height: 18px;
    flex: 0 0 20px;
    fill: none;
    stroke: #222;
    stroke-width: 1.7;
    stroke-linecap: round;
}

.wise-nav-filter input[b-mgwyi13ylh] {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0;
    color: #333;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
}

.wise-nav-filter input[b-mgwyi13ylh]::placeholder {
    color: #6f7782;
    opacity: 1;
}

.wise-nav-filter input[b-mgwyi13ylh]::-webkit-search-cancel-button {
    cursor: pointer;
}

.wise-nav-list[b-mgwyi13ylh] {
    padding: 4px 0 18px;
}

@media (max-width: 991.98px) {
    .wise-sidebar[b-mgwyi13ylh] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: min(354px, 88vw);
        min-width: min(354px, 88vw);
        box-shadow: 6px 0 18px rgba(0, 0, 0, 0.12);
    }

    .wise-sidebar-hidden[b-mgwyi13ylh] {
        width: 0;
        min-width: 0;
        box-shadow: none;
    }
}

.wise-nav-filter-icon-wrap[b-mgwyi13ylh] {
    height: 24px;
    margin-left: 8px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid #d8d8d8;
    flex: 0 0 auto;
}


}
/* /Views/MyDetails/MyDetailsView.razor.rz.scp.css */
.wise-profile-grid[b-34nr9mv87b] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.wise-profile-field[b-34nr9mv87b] {
    min-height: 86px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.wise-profile-label[b-34nr9mv87b] {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 500;
    color: #6b6b6b;
}

.wise-profile-value[b-34nr9mv87b] {
    font-size: 16px;
    font-weight: 600;
    color: #181818;
    word-break: break-word;
}


/* ============================================================
   JEDNOSTKI
   ============================================================ */

.wise-unit-list[b-34nr9mv87b] {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    overflow: hidden;
}

.wise-unit-row[b-34nr9mv87b] {
    min-height: 58px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #ececec;
}

    .wise-unit-row:last-child[b-34nr9mv87b] {
        border-bottom: 0;
    }

.wise-unit-icon[b-34nr9mv87b] {
    width: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wise-unit-icon-dot[b-34nr9mv87b] {
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    background: #333;
}

.wise-unit-content[b-34nr9mv87b] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.wise-unit-name[b-34nr9mv87b] {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.wise-empty-state[b-34nr9mv87b] {
    padding: 20px;
    color: #777;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}


@media (max-width: 767.98px) {

    .wise-profile-grid[b-34nr9mv87b] {
        grid-template-columns: 1fr;
    }
}
