.sissejuhatus {
    padding: 16px 0
}

.tiitel .pealkiri {
    color: #dc950c;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 5px
}

.tiitel .autor {
    font-size: 18px;
    line-height: 22px;
    color: #6a6a6a;
    font-weight: 700;
    letter-spacing: 2px
}

#tliik_wrapper {
    display: inline-block
}

.info {
    margin-top: 16px
}

.info pealkiri {
    display: block;
    color: #6a6a6a;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px
}

.juhis .lknr {
    float: left;
    padding: 2px 0;
    font-size: 13px
}

.juhis .juhis_tekst {
    float: right;
    background-color: #efefef;
    padding: 2px 10px
}

.tekstid-vaatur_pais {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d3d3d3
}

.tekstid-vaatur_pealkiri {
    color: #6a6a6a;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.tekstid-vaatur_meta {
    font-size: 12px;
    line-height: 16px;
    color: #666
}

.tekstid-vaatur.is-fullscreen .tekstid-vaatur_pais {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff
}

.nupud {
    margin-bottom: 16px
}

.nupud select {
    background: #f0f0f0;
    display: inline-block;
    width: auto;
    vertical-align: bottom
}

.lehekylg {
    margin-top: 16px;
    display: flow-root
}

.lehekylg .lehekylg_pilt {
    float: left;
    width: 202px;
    margin: 0 20px 16px 0
}

.lehekylg .pilt {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 1px solid #d3d3d3
}

.lehekylg .lehekylg_tekst {
    min-width: 0
}

.tekstid-vaatur.is-expanded .lehekylg_pilt {
    float: none;
    width: 100%;
    margin: 0 0 16px
}

.tekstid-vaatur.is-expanded .pilt {
    cursor: default;
    border-left: none;
    border-right: none
}

.lehekylg .lause {
    margin-bottom: 16px
}

.lehekylg .lause .sone.teinelk {
    color: #d3d3d3
}

.lehekylg .lause .sone .stiil.pealkiri {
    font-weight: 600;
    color: #6a6a6a
}

.lehekylg .lause .sone .stiil.markus {
    font-style: italic
}

.lehekylg .lause .sone .soneinfo {
    background-color: #fff8e6;
    display: none
}

.lehekylg .lause .sone .soneinfo .lemma {
    font-weight: 700
}

.lehekylg .lause .sone .soneinfo .liik {
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.lehekylg .lause .sone .soneinfo .vorm {
    font-size: 11px;
    line-height: 18px
}

.lehekylg .lause .sone .soneinfo .keel {
    font-size: 13px;
    line-height: 19px;
    font-style: italic
}

.lehekylg .lause .sone .soneinfo .kommentaar {
    color: #dc950c
}

.lehekylg .lause .sone.avatud {
    color: #333
}

.lehekylg .lause .sone.avatud .soneinfo {
    display: inline
}

.tekstid-vaatur.is-fullscreen {
    background-color: #fff;
    padding: 24px;
    overflow: auto
}

.tekstid-vaatur.is-fullscreen .lehekylg_pildiga {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    height: calc(100vh - 120px)
}

.tekstid-vaatur.is-fullscreen .lehekylg_pilt {
    float: none;
    width: 100%;
    margin: 0;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    border: 1px solid #d3d3d3
}

.tekstid-vaatur.is-fullscreen .pilt {
    cursor: default;
    width: auto;
    max-width: none;
    max-height: none;
    border: none;
    object-fit: initial
}

.tekstid-vaatur.is-fullscreen .lehekylg_tekst {
    min-width: 0;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    overflow-wrap: anywhere;
    word-break: break-word;
    padding-right: 8px
}

@media (max-width: 720px) {
    .tiitel .pealkiri {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 2px
    }

    .tiitel .autor {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px
    }

    .juhis {
        display: flex;
        flex-direction: column;
        gap: 8px
    }

    .juhis .lknr,
    .juhis .juhis_tekst {
        float: none
    }

    .tekstid-vaatur_pais {
        align-items: stretch;
        flex-direction: column
    }

    .tekstid-vaatur.is-fullscreen {
        padding: 12px
    }

    .nupud {
        display: flex;
        flex-wrap: wrap;
        gap: 8px
    }

    .nupud .nupp,
    .nupud select {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
}

@media (max-width: 960px) {
    .tekstid-vaatur.is-fullscreen .lehekylg_pildiga {
        grid-template-columns: 1fr;
        height: auto
    }

    .tekstid-vaatur.is-fullscreen .tekstid-vaatur_pais {
        position: static
    }

    .tekstid-vaatur.is-fullscreen .lehekylg_pilt,
    .tekstid-vaatur.is-fullscreen .lehekylg_tekst {
        overflow: visible
    }

    .tekstid-vaatur.is-fullscreen .pilt {
        width: 100%;
        max-width: 100%;
        height: auto
    }
}
