@charset "utf-8";
/* --- Reset / safety --- */
*{ box-sizing: border-box; }
html, body{ width:100%; height:100%; overflow-x:hidden; }
img{ max-width:100%; height:auto; }

/* === Fonts === */
.archivo-black-regular { font-family: "Archivo Black", sans-serif; font-weight: 400; font-style: normal; }
.archivo-400 { font-family: "Archivo", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; }
.archivo-narrow-400 { font-family: "Archivo Narrow", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; }

/* === Base === */
body{
  font-family: "Archivo", sans-serif;
  background:#e7e7e7 url(_g/dot2.png);
  margin:0;
}
.all_wrap{
  width:100%;
  min-width:100%;
  max-width:2440px;
  margin:0 auto;
  background:#fff;
  position:relative;
}


#login-button{
    cursor:pointer;
}



/* === Top bar === */
.top {
    display: grid;
    grid-template-columns: 60px 180px minmax(0, 1fr) 200px;
    background: #001655bb;
    color: #fff;
    height: 60px;
    align-items: center;
    width: 100%;
    position: fixed;
    backdrop-filter: blur(8px);
    z-index: 1000;
}
.logo{ display:flex; align-items:center; justify-content:center; height:60px; }
.logo img { width:30px; height:30px; }
.tytul {
    font-size: 15px;
    font-weight: 100;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
}
.avatar{ height:32px; width:32px; overflow:hidden; background:#fff; border-radius:100%; margin:0 16px; float:right; }
.avatar img{ width:100%; }
.top_profil{
  display:flex;
  align-items:center;        /* pionowe wyśrodkowanie względem avatara */
  justify-content:flex-end;  /* trzymamy całość przy prawej krawędzi */
  gap:0px;
  white-space:nowrap;        /* nie łam tekstu na dwie linie */
  padding-right:10px;
}

.top_profil .name{
  line-height:1;             /* brak „unoszenia” tekstu przez line-height */
}

.profil-rola {
    grid-area: name;
    font-size: 14px;
    position: relative;
    top: 30px;
}

.top_profil .avatar{
  width:32px; height:32px;
  border-radius:50%;
  overflow:hidden;
  flex:0 0 32px;             /* stała szer. – nie „zgniata” się */
}

.top_profil .avatar img{
  width:100%; height:100%;
  object-fit:cover;
  display:block;             /* usuwa dodatkowe 2–3px od baseline obrazka */
}

/* === Layout === */
.tresciowy { display:grid; grid-template-columns:300px auto; background:#f8f8f8; }

/* === Lewe menu === */
.lewe_menu {
    padding: 15px;
    margin-top: 60px;
    background-color: #ffffff;
}
.lewe_menu .pozycja{ font-weight:500; padding:8px 15px; margin-bottom:4px; color:#444; border-radius:4px; }
.lewe_menu .wybrana{ background:#e0e0e0; }
.lewe_menu a{ display:block; text-decoration:none; color:#000; }
.lewe_menu a:hover{ background:#f0f0f0; }

/* === Prawa treść === */
.prawa_tresc {
    padding: 10px 30px 30px 30px;
    margin-top: 60px;
    max-width: 1280px;
}
.naglowek { display:grid; grid-template-columns: 40px auto auto; font-size:40px; font-weight:400; margin-bottom:20px; }
.naglowek .icon img { width:32px; height:32px; }

.profil-linia {
    display: grid;
    grid-template-columns: 150px auto auto;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    align-items: center;
}

/* === Top menu: 1 rząd, nie nachodzi na inne kolumny === */
.menu_top{
  min-width:0;
  display:flex; align-items:center; justify-content:center;
  gap:0; padding:0; white-space:nowrap; flex-wrap:nowrap;
  overflow:hidden;              /* KLUCZ: nic nie wychodzi poza kolumnę */
  position:relative; z-index:2;
}
.menu_top a { margin:0 10px; white-space:nowrap; flex:0 0 auto; }
.menu_top a:link, .menu_top a:visited, .menu_top a:active { color:#cacaca; text-decoration:none; }
.menu_top a:hover { color:#e0e0e0; }
.menu_top .wybrana { color:#fff !important; font-weight:500; }


.top_profil a { }
.top_profil a:link, .top_profil a:visited, .top_profil a:active { color:#cacaca; text-decoration:none; }
.top_profil a:hover { color:#e0e0e0; }

/* „Więcej” (ellipsis) */
.menu-more{
  position:relative;
  display:inline-flex;          /* zawsze widoczny, JS ukryje jeśli niepotrzebny */
  align-items:center;
  flex:0 0 auto;
}
.menu-more__btn{
  background:transparent; border:none; color:#fff; cursor:pointer; font-size:20px; padding:0 10px;
}
/* Dropdown jako fixed (nie utnie go overflow:hidden) – pozycjonuje JS */
.menu-more__list{
  position:fixed; left:0; top:0; display:none;
  min-width:180px; background:#3d3d3d; border:1px solid #333; border-radius:1px;
  padding:8px; z-index:1000; text-align:left;
  box-shadow:0 8px 24px rgba(0,0,0,.4);
}
.menu-more__list a{ display:block; padding:6px 10px; margin:0; color:#cacaca; text-decoration:none; }
.menu-more__list a:hover{ background:#7f0708; color:#fff; }

/* Okruszki itd. */
.okruszki { color:#333; margin:20px 0 30px; display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.okruszki a{ color:#333; text-decoration:none; }
.okruszki a:hover { text-decoration:underline; color:#000; background:#f0f0f0; }
.okruszki .wybrana{ display:inline-block; font-weight:600; color:#000; }


.tytul { color: #fff;  }
.tytul a{ color:#fff; text-decoration:none; }
.tytul a:hover { text-decoration:none; color: #fff; }

.stopka_tytul { color: #fff !important; }
.stopka_tytul a{ color:#fff !important; text-decoration:none; }
.stopka_tytul a:hover { text-decoration:none; color: #fff; }


/**    .tytul   display:inline-block; font-weight:600; color:#000; **/

.prawa_float { float:right; text-align:right; }
.tabela_userzy{ display:grid; grid-template-columns: 200px 200px; }
.tabela_userzy .opis{ font-size:16px; }
.tabela_userzy .nr{ font-family:"Archivo Black", sans-serif; font-weight:400; font-size:40px; }

.pasek_menusowy {
    height: 36px;
    padding: 10px 0px 4px 0px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    font-size: 15px;
}
.pasek_menusowy .aktywna { border-bottom:2px solid #000; padding-bottom:8px; }
.pasek_menusowy a, .pasek_menusowy a:link, .pasek_menusowy a:visited, .pasek_menusowy a:hover, .pasek_menusowy a:active  {   color: #333;    text-decoration: none; margin-right: 10px; }    
    
.szukajka {
    line-height: 17px;
    max-width: 420px;
    font-size: 12px;
    color: #444;
}
.szukajka input{
  height:30px; border-radius:8px; border:1px solid #bbb; padding-left:35px; margin-top:8px; font-size:14px; width:300px;
  background-image:url(../_g/szukaj.png); background-repeat:no-repeat; background-size:18px 18px; background-position:10px 6px;
    margin-bottom: 10px;
}
.filtruj { float:right; }
.butt_black{ background:#000; border-radius:20px; padding:7px 10px; border:2px solid #fff; color:#fff; min-width:90px; text-align:center; text-decoration:none; }
.butt_black:hover{ color:#eee; background:#333; }
.butt_open{
  display:inline-block; text-decoration:none; font-size:14px; float:right; background:#f8f8f8; border-radius:20px; padding:7px 10px;
  border:2px solid #9b9b9b; color:#000; min-width:60px; text-align:center; font-weight:600;
}
.butt_open:hover{ background:#ccc; }

.butt_open_yellow{
    background:#f5da08;  border:2px solid #fff690; color:#fff; 
}
.butt_open_yellow:hover{ background:#f5da08;color:#3A0000;  }
/* === Overlay === */
.offcanvas-overlay{ display:none; position:fixed; inset:0; background:rgba(0,0,0,.35); z-index:998; }

/* === Toggler menu (poza topem, jedzie z panelem) === */
.menu-toggle{
  position:fixed;
  top:60px; left:0px;
  width:42px; height:42px;
  border:none; border-radius:0px;
  background:#000; color:#fff;
  font-size:24px; line-height:42px;
  display:none; z-index:1001;
  box-shadow:0 4px 14px rgba(0,0,0,.25);
  cursor:pointer;
  transition: left .25s ease, transform .25s ease;
}
.menu-toggle.open{ left:260px; } /* 260px panel + 10px odstępu */
.menu-toggle .icon-open{ display:inline; }
.menu-toggle .icon-close{ display:none; }
.menu-toggle.open .icon-open{ display:none; }
.menu-toggle.open .icon-close{ display:inline; }


.profile_image{}
.profile_image img {
    border-radius: 50%;
    padding: 10px;
width:140px;height:140px;object-fit:cover;border-radius:50%}

.profil{}
.profil .info{    line-height: 17px;    width: 300px;    font-size: 12px;    color: #444;}
.profil .opis_telfon{}
.profil .e-mail{}
.profil .rola {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: -50px;
    right: -151px;
}
.profil .opis_profilu {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
}



.profil-linia {
    display: grid;
    grid-template-columns: 150px auto auto;
    grid-template-areas: 
        "img name edit";
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    align-items: center;
}

.profile_image { grid-area: img; }
.profil-nazwa  { grid-area: name; }
.prawa_float   { grid-area: edit; }

.prawa_float_inbox {
    position: relative;
    top: 13px;
    right: -13px;
}

.form-grid{display:grid;grid-template-columns:1fr 8fr;gap:12px;max-width:800px}
.form-grid label{font-weight:600;align-self:center}
.form-grid input[type="password"],.form-grid input[type="text"],.form-grid input[type="email"],.form-grid textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px}

.password_grid {
    display: grid;
    grid-template-columns: 3fr 6fr;
    text-align: right;
    gap: 12px;
    max-width: 800px;
    align-items: center;
}

.profile_image{cursor:pointer;display:inline-block;background:transparent;border:none;padding:0}

.flash{margin:12px 0;padding:10px;border-radius:8px}
.flash.ok{background:#e7f7ee;border:1px solid #a5e1c4}
.flash.err{background:#fdeaea;border:1px solid #f1b3b3}


.tresc {
        line-height: 22px;
        margin-bottom: 30px;
    }


/* -------------- TABELKI ----------------*/
.users-grid-wrapper {
    width: 100%;
    max-width: 1000px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.users-grid-header,
.users-grid-row {
    display: grid;
    grid-template-columns: 30px 30px 40px 40px minmax(0, 1fr) 60px;
    align-items: center;
    column-gap: 8px;
    padding: 6px 8px;
}

.users-grid-header {
    font-weight: bold;
    border-bottom: 2px solid #ccc;
}

.users-grid-row:nth-child(odd) {
    background: #fafafa;
}

.users-grid-row:nth-child(even) {
    background: #f0f0f0;
}

.users-grid-row > div {
    overflow: hidden;
}

/* Flagowe span-y – 25px */
.flag-icon {
    font-size: 25px;
    line-height: 1;
    width: 25px;
    height: 25px;
}

/* ID i pts – wyrównanie do środka */
.users-grid-id,
.users-grid-pts {
    text-align: center;
}

/* Avatar 30px */
.users-grid-avatar img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

/* Główna kolumna: username + opis (obcięty) */
.users-grid-main {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-grid-main-username {
    font-weight: bold;
    margin-right: 6px;
}

.users-grid-main-opis {
    opacity: 0.8;
}

/* Nagłówki dla flag, jak nie chcesz – usuń */
.users-grid-header div {
    font-size: 12px;
    text-transform: uppercase;
    color: #555;
}

.users-grid-wrapper {
    width: 100%;
    max-width: 1200px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.users-grid-header,
.users-grid-row {
    display: grid;

    /* 🆕 8 kolumn */
    grid-template-columns:
        20px     /* kraj */
       /*  30px     język */
        40px     /* ID */
        40px     /* avatar */
        120px    /* username */
        80px     /* rola */
        minmax(0, 1fr) /* opis szeroki */
        50px;    /* pts */

    align-items: center;
    column-gap: 8px;
    padding: 6px 8px;
}

.users-grid-header {
    font-weight: bold;
    border-bottom: 2px solid #ccc;
}

.users-grid-row:nth-child(odd)  { background: #fafafa; }
.users-grid-row:nth-child(even) { background: #f0f0f0; }

.flag-icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.users-grid-id,
.users-grid-pts {
    text-align: center;
}

.users-grid-avatar img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

/* username */
.users-grid-username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

/* rola */
.users-grid-role {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

/* opis – osobna kolumna */
.users-grid-opis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.8;
}

/* --- MOBILE --- */
@media (max-width: 768px) {
       .tresc {
     /*   margin-right: 30px;*/
    }
    
  .profil-linia {
    grid-template-columns: 1fr;
    grid-template-areas: 
        "edit"
        "img"
        "name";
  }
 .profil .rola {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 0px;
    right: 0px;
}
    .okruszki {
        margin: 4px 0px 30px 20px;
    }
    .wyniki{
       /* margin-right: 30px;*/
    }
    .naglowek {
       /* margin-right: 30px; */
    }
    .profil .opis_profilu {    margin-top: 30px;}
}


.button_pic {
    display: grid inline;
    grid-template-columns: 42px auto;
    width: 300px;
    align-items: anchor-center;
    font-size: 22px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.button_pic .icon {
    display: inline;
}
.button_pic .icon img {
    width: 32px;
}

.button_pic a, .button_pic a:hover, .button_pic a:active {
    text-decoration: none;
}
a:link, a:visited , a:hover, a:active  {
    color: #164075;
}
.tytul a:link, .tytul a:visited , .tytul a:hover, .tytul a:active  {
    color: #ffffff;
}

.butt_black{color: #fff !important;}
.butt_black a:link, .butt_black a:visited , .butt_black a:hover, .butt_black a:active  {
    color: #ffffff;
}

.grid-tresci{
     display: grid;
    grid-template-columns: 60% 40%;
    
}

.grid-obrazkowy{
  /*   display: grid;
    grid-template-columns: 60% 40%;*/
    
}
.opis_mudry{
    align-self: center;
}

.wizerunek {
 /*   display: grid;
    grid-template-columns: 25% 25% 25%;
    column-gap: 10px;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.wizerunek img {
   /* max-width: 100%;
    height: auto;*/
    height: 200px;
}
.obrazek {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
.tanki {
   /* display: grid;
    grid-template-columns: 55px auto;*/
    align-content: center;
    column-gap: 10px;
    margin: 10px 0px 10px 0px;
 /*   position: relative;
    top: 10px;*/
}
.tanki img {
 /*   position: relative;
    top: -5px;*/
}

.podpis_tyb {
    font-size: 34px;
    position: relative;
    top: -20px;
}
.tresci {
    max-width: 620px;
    font-size: 17px;
    line-height: 25px;
}
h1 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 42px;
    font-weight: 700;
    position: relative;
    top: -8px;
    font-family: "Bitter", "Archivo Black", serif;
    font-optical-sizing: auto;
    font-style: normal;
    
}

h1 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    position: relative;
    top: -8px;
    font-family: "Bitter", "Archivo Black", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: "Gloock", serif;
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-weight: 800;
    font-size: 20px;
    font-family: "Bitter", "Archivo Black", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.mantra_tyb {
    font-size: 28px;
}
.mantra_pl {
    font-size: 22px;
    padding-top: 10px;
}
.prawy-grid {
    margin-top: 80px;
}
.lewy-grid {
    padding: 0px 30px 0px 0px;
}

.box {
    padding: 1px 20px 22px 20px;
/*    border-radius: 20px;*/
    margin-bottom: 20px;
    background: #fff;
    color: #000;
}

.box-yellow {
    background: #f5da08;
    background: #fff;
}
.box-blue{background: #c9e8ff;
        background: #fff;

}
.box-white{background: #f5da08;
       background: #fff;

}
.box-red{background: #ffaea0;
        background: #fff;

}

.box-green {
    background: #e0ffb1;
     background: #fff;

}

.box a{margin-bottom: 10px}

.box-yt{
    background: #000;
    color: #000;
    background: #fff;
}


.yt-link {
    /*width: calc(100% + 40px);
    position: relative;
    left: -20px;*/
    margin: 20px 0px 20px 0px;
    border-bottom: solid 1px #6d6d6d;
    padding: 0px 0px 10px 0px;
}

hr{height: 1px;
    border: none;
    border-bottom: 1px solid #000;}





.link_pdf {    
    background: url(../_g/pdf2.png);
    background-size: 20px;
    height: 30px;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 24px;
}


.link_mpg {
    background: url(../_g/mpeg.png);
    background-size: 20px;
    height: 30px;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 24px;
}




/* Do literacji */

.tibetan-line{
    margin-bottom: 24px;
}
.reader {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.1rem 1.4rem;
  font-family: "Noto Serif Tibetan", "Noto Sans Tibetan", serif;
  line-height: 1.2;
}

.word {
  display: inline-grid;
  grid-template-columns: repeat(var(--n), max-content);
  grid-template-rows: auto auto;
  column-gap: 0.25rem;
  row-gap: 0.15rem;

  white-space: nowrap;
  break-inside: avoid;
  vertical-align: top;
}

.syll {
  display: grid;
  grid-template-rows: auto auto;
  text-align: center;
  grid-row: 1;
}

.bo {
  font-size: 1rem;
  line-height: 1.3;
}

.bo_big {
  font-size: 4rem;
  line-height: 1.3;
}


.pron {
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
}

.meaning {
  grid-column: 1 / -1;
  grid-row: 2;
  text-align: center;
  font-size: 0.8rem;
  color: #777;
}

.meaning:empty::before {
  content: "\00a0";
}


.video-box {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
}

.video-box video {
  width: 100%;
  height: auto;
  display: block;
}

.illustration {
    margin: 12px 40px 24px 0;
}



.wybor_jezyka {
    margin-right: 30px;
}

.jezyk_top {
    display: inline-block;
    padding: 14px 8px 12px 6px;
    font-weight: 900;
    font-size: 14px;
}

.jezyk_wybrany {
    color: #ffcc00 !important;
}

/*   -------------------------------------------------- STRONA TYTUŁOWA */

.body_tytul {
    background-color: #1c8dcf;
    background-image: url(../_images/tytulowa-tlo5.jpg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}



.all_wrap_tytul {
    /* background-image: url(../_images/bongompa-tytulowa1.jpg); */
    background: none;
}
.tresciowy_tytul{
    background-color: #00000000;
}

.lewe_menu_tytul{
    background-color: #fff0;
}

.top_tyul {
        background: #00165588;

}
.wylogowany{
    margin-right: 17px;
}

.prawa_tresc_tytul {
    max-width: 1410px;
}

.tytul_top1 {
    font-family: "Gloock", serif;
    /* font-weight: 400; */
    font-style: normal;
    font-size: 60px;
    line-height: 54px;
    margin-bottom: 20px;
    color: #fff;
    margin: 30px 0px 30px 0px;
}
.kratka-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px);
    gap: 50px;
    padding: 20px 0px 20px 0px;
}
.kratka-box {
    width: 100%;
    height: 100%;
}
.kratka-tytul {
    height: 100px;
    padding: 10px 10px 10px 20px;
    background-color: #fff;
    line-height: 38px;
    text-decoration: none;
}
.kratka-tytul-1 {
    font-family: "Gloock", serif;
    font-size: 34px;
    line-height: 34px;
    padding: 4px 0px 14px 0px;
}
.kratka-tytul-2 {
    position: relative;
    /* top: -3px; */
    line-height: 16px;
}
.kratka-tytul-2-dolny {
    position: relative;
    top: -8px;
    line-height: 16px;
}


.kratka-image{}
.kratka-image img{ width: 100%}

.kratka-box a:link, .kratka-box a:visited, .kratka-box a:active { color:#000; text-decoration:none; }

.stopka_tytul {
    padding: 20px 0px 50px 0px;
    color: #fff;
    border-top: 1px solid #fff8;
    margin: 50px 0px 50px 0px;
}

.stopka_main {
    padding: 20px 0px 50px 0px;
    color: #000;
    border-top: 1px solid #0008;
    margin: 50px 0px 50px 0px;
}







/*   strona chantbook */
.kratka-chant {
    grid-template-columns: repeat(auto-fit, 240px);
    grid-template-rows: repeat(auto-fit, 260px);
    gap: 50px;
}
.kratka-chant-box{
    height: 260px;
}

.kto_chant {
    color: #888;
    font-size: 12px;
    margin-left: 0px;
    display: block;
    margin: 4px 0px 0px 0px;
    padding: 0px;
}

.kratka-chant-box .kratka-tytul-1 {
    font-family: "Gloock", serif;
    font-size: 22px;
    line-height: 22px;
    padding: 3px 4px 14px 0px;
    text-align: right;
    font-weight: 400;
}

.kratka-chant-box .kratka-tytul-2 {
    position: relative;
    /* top: -3px; */
    line-height: 16px;
    font-weight: 400;
}


.kratka-chant-box .kratka-tytul {
    height: 85px;
    padding: 10px 10px 10px 20px;
    background-color: #fff;
    line-height: 38px;
    text-decoration: none;
}

.tytul_top2 {
    font-family: "Gloock", serif;
    /* font-weight: 400; */
    font-style: normal;
    font-size: 60px;
    line-height: 54px;
    margin-bottom: 20px;
    color: #111;
    margin: 30px 0px 30px 0px;
}

.kratka_podpis_chant {
    display: grid;
    grid-template-columns: 60px 137px 22px;
    /* margin: -70px 0px 0px 20px; */
    color: #fff;
    align-items: center;
    background-image: url(../_images/tlo-chant2.png);
    background-size: contain;
    /* background: #000; */
    padding: 0px 12px 0px 12px;
    position: relative;
    top: -74px;
}
.podpis_chant {
    margin-left: 12px;
    font-weight: 200;
    font-size: 14px;
    line-height: 16px;
    margin-top: 2px;
    letter-spacing: 0.1px;
}
.podpis_chant_image{}
.podpis_chant_image img {
    border-radius: 100%;
    border: 3px solid #fff;
}
.podpsis_playka {
    background: #0000009e;
    color: #ffffff;
    width: 22px;
    text-align: left;
    border-radius: 10px;
    padding: 3px 0px 0px 5px;
    height: 20px;
}
.podpsis_playka img{}

.kratka-numer {
    font-family: "Gloock", serif;
    display: inline-block;
    float: left;
    background: #f4c60b;
    color: #ffffff;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    height: 30px;
    width: 30px;
    position: relative;
    top: -20px;
    border-radius: 0px;
    line-height: 30px;
    text-align: center;
    left: -6px;
    letter-spacing: 1px;
}


/* === Mobile === */
    
@media (max-width: 1000px){
  .top{ grid-template-columns: 60px 180px auto  60px; } /* logo | tytuł | menu | avatar */
 /* .top_profil{ font-size:0; padding:0; }*/
  .top_profil .avatar{ float:none; margin:0 auto; position:static; }
    .name{display: none;}
    .grid-tresci {
    grid-template-columns: 100%; 
}.lewy-grid {
    padding: 0px 0px 0px 0px;
}
}
    

@media (max-width: 1100px){
.grid-tresci {
    grid-template-columns: 100%; 
}
    .lewy-grid {
    padding: 0px 0px 0px 0px;
}
}

@media (max-width: 800px){
    .grid-tresci {
    grid-template-columns: 100%; 
}
  /* .top{ grid-template-columns: 60px auto  60px; } /* logo | tytuł | menu | avatar */
    .top {
        grid-template-columns: 60px 100px auto 60px;
    }
 /* .tytul{ display:none; } /* oszczędność miejsca, ale logo zostaje */

    .name{display: none;}
    
 /* .top_profil{ font-size:0; padding:0; }*/
  .top_profil .avatar{ float:none; margin:0 auto; position:static; }

  .tresciowy{ grid-template-columns: 1fr; }

  /* Off-canvas left menu */
  .lewe_menu{
    position:fixed; top:0px; left:-280px; width:260px; height:calc(100% - 60px);
    background:#fff; box-shadow: 2px 0 12px rgba(0,0,0,.2);
    transition: left .25s ease; z-index:999; overflow:auto; padding:15px;
  }
  .lewe_menu.open{ left:0; }
  .offcanvas-overlay.show{ display:block; }

  .prawa_tresc{ padding:12px 16px 24px; }
  .naglowek{ grid-template-columns: 28px auto auto; font-size:26px; }
  .naglowek .icon img{ width:24px; height:24px; }

  .szukajka, .szukajka input{ width:100%; }

  .menu-toggle{ display:block; } /* przycisk jest widoczny tylko na mobile */
     .prawa_tresc {
        padding: 10px 20px 20px 42px;
    }
    .tanki {
    position: relative;
    top: 0px;
}
.tanki img {
    position: relative;
    top: 0px;
}
}

/* Ultra wąskie */
@media (max-width: 400px){
      .prawa_tresc {
        padding: 10px 20px 20px 42px;
        width: 100%;
        min-width: 120px;
    }
    
    .tabela_userzy {    grid-template-columns: 50% 50%;}
    .name{display: none;}
}

