/* CSS Document */
    
/* =====================================================
   tlačítko Zpět na rozcestník 
   ===================================================== */
   
/* hlavička stránky */
.zss-page-header {
    position: relative;
    margin-bottom: 16px;
}

/* nadpis – žádná změna výšky */
.zss-page-header h2 {
    margin: 0;
    padding-left: 34px; /* místo pro šipku */
}

/* tlačítko zpět */
.zss-backlink {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    font-size: 18px;
    line-height: 1;

    color: #111;
    border-radius: 4px;
}

/* jemný hover */
.zss-backlink:hover {
    background: #eee;
}

.zss-title-back {
    font-weight: normal;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    margin-right: 8px;
}

/* hover / focus */
.zss-title-back:hover,
.zss-title-back:focus {
    text-decoration: underline;
}
