.morzsa {
    display: flex;
    margin: 0 1rem 1rem 1rem;
    font-size: 0.8rem;
    /* gap: 0.5rem; */
}
.morzsa > a {
    padding: 0 0.5rem;
    color: var(--c-alt);
}
.morzsa > a:hover {
    background-color: var(--c-alt);
    color: #fff;
    border-radius: 5px;
}
.morzsa > *.current {
    padding: 0 0.5rem;
    cursor: default;
    color: var(--c-mid);
}
.morzsa > *:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 700;
    content: '\f054';
    color: var(--c-lgt);
    position: relative;
    top: 1px;
    margin-right: 0.5rem;
}
.morzsa > *:first-child:before {
    content: "";
    display: none;
}
@media screen and (max-width: 768px) {
    .morzsa {
        flex-direction: column;
    }
    .morzsa > *:first-child:before {
        content: '\f054';
    }
}

#rozsa__adatlap {
    display: grid;
    grid-template-columns: [kep-start] 4fr [kep-end leiras-start] 5fr [leiras-end kosarba-start] 3fr [kosarba-end];
    gap: 1rem;
    margin: 0 1rem;
}

.rozsa__kepek {
    grid-column: kep-start / kep-end;
    order: 1;
}

.rozsa__leiras {
    grid-column: leiras-start / leiras-end;
    order: 2;
}

.rozsa__kosarba {
    grid-column: kosarba-start / kosarba-end;
    order: 3;
    text-align: center;
    background-color: var(--c-lgt-2);
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 960px) {
    .rozsa__kepek {
        grid-column: kep-start / kep-end;
        order: 1;
    }
    
    .rozsa__leiras {
        grid-column: leiras-start / kosarba-end;
        order: 2;
    }
    
    .rozsa__kosarba {
        grid-column: kep-start / kosarba-end;
        order: 3;
    }
}

@media screen and (max-width: 640px) {
    .rozsa__kepek {
        grid-column: kep-start / kosarba-end;
        order: 1;
    }
    
    .rozsa__leiras {
        grid-column: kep-start / kosarba-end;
        order: 2;
    }
    
    .rozsa__kosarba {
        grid-column: kep-start / kosarba-end;
        order: 3;
    }
}

.rozsa__kepek  > .rozsa__kepek-fo {
    text-align: center;
    margin-bottom: 1rem;
}

.rozsa__kepek  > .rozsa__kepek-kis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.rozsa__kepek  > .rozsa__kepek-kis > div {
    text-align: center;
}

.rozsa__kepek  > .rozsa__kepek-kis > div > img {
    cursor: pointer;
    width: 100%;
    max-width: 170px;
}

.rozsa__kosarba > .rozsa__kosarba_ikon > img {
    max-width: 3.125rem;
    min-width: 2.5rem;
    margin-bottom: 0.5rem;
}

.rozsa__kosarba > .rozsa__kosarba_ikon_leiras {
    font-weight: 700;
}

.rozsa__kosarba > .rozsa__termektipus {
    font-size: 0.875rem;
}

.rozsa__kosarba > .rozsa__kosarba_ar {
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
}

.rozsa__kosarba > .rozsa__kosarba_ertekeles {
    padding: 0;
    margin: 0.5rem 0;
    /* border-bottom: 1px solid var(--c-lgt); */
}

.rozsa__kosarba > .rozsa__kosarba_ertekeles > .rank > .rank-stars {
    color: var(--c-mid);
}

.rozsa__kosarba > .rozsa__kosarba_ertekeles > .rank > .rank-visit {
    color: var(--c-lgt);
}

.rozsa__kosarba > .rozsa__kosarba_ertekeles > .rank > .rank-like {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background-color: var(--c-alt);
    padding: 3px 5px;
    border-radius: 3px;
    transition: all 150ms ease-out;
}

.rozsa__kosarba > .rozsa__kosarba_ertekeles > .rank > .rank-like:hover {
    background-color: var(--c-mid);
    box-shadow: 0 0 5px var(--c-mid);
}

.rozsa__kosarba > .rozsa__kosarba_megosztas {
    margin: 1rem 0;
}

@media screen and (min-width: 640px) and (max-width: 960px) {
    .rozsa__kosarba {
        flex-direction: row;
        place-items: center;
        gap: 1rem;
    }
    .rozsa__kosarba > .rozsa__kosarba_ertekeles {
        border: none;
    }
}


.rozsa__tulajdonsagok {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin: 0 1rem;
}

.rozsa__tulajdonsag_csoport {
    background-color: var(--c-lgt-2);
    padding: 1rem;
}

.rozsa__tulajdonsag_csoport_cim {
    color: var(--c-mid);
}

.rozsa__tulajdonsag {
    line-height: 1.5;
}

.rozsa__tulajdonsag_cim {
    font-weight: bold;
}

/**/

.rozsa__leiras {
    margin: 0 1rem;
}

/**/

.rozsa__apolas {
    margin: 0 1rem;
}

/**/
.rozsa__vasarlasi_info {
    margin: 0 1rem;
}

.rozsato_kepek {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    place-items: stretch;
    margin: 1rem 0;
}

.rozsato_kepek > div {
    display: flex;
    place-items: flex-end;
    justify-content: center;
    padding: 1rem 0;
    /* box-shadow: 4px 4px 10px rgba(0,0,0,.2), 2px 2px 2px rgba(0,0,0,.1); */
    border-radius: 5px;
    transition: box-shadow 400ms ease-out;
}

.rozsato_kepek > div:hover {
    box-shadow: 0 0 6px rgba(178,66,190,.5);
}

.rozsato_kepek > div > a {
    display: block;
    text-align: center;
}

.rozsato_kepek > div > a > img {
    max-height: 10rem;
}

.kapcsolat_kepek {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1em;
}

.rozsa__domain_links {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
}

.rozsa__domain_links img {
    height: 1rem;
    width: 100%;
    object-fit: fill;
}

@media screen and (min-width: 640px) and (max-width: 960px) {
    .rozsa__domain_links {
        grid-template-columns: repeat(4, minmax(1rem, 1fr));
        grid-template-rows: repeat(6, 0.5rem);
        gap: 0.5rem;
    }
    
    .rozsa__domain_links img {
        height: 0.5rem;
        width: 100%;
        object-fit: fill;
    }
}
@media screen and (max-width: 640px) {
    .rozsa__domain_links {
        grid-template-columns: repeat(auto-fit, minmax(3rem, 1fr));
        gap: 1rem;
    }
    
    .rozsa__domain_links img {
        height: 1.5rem;
        width: 100%;
        object-fit: fill;
    }
}

.rozsa__leiras_logo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    margin: 2rem 0;
}

.rozsa__leiras_logo > div {
    text-align: center;
}

.rozsa__leiras_tipusok {
    display: flex;
    justify-content: center;
}

.rozsa__leiras_tipusok > div {
    max-width: 480px;
    margin: 0 2rem 0 0;
}

.rozsa__leiras_kepek {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    margin: 2rem 0;
}

.rozsa__leiras_linksor {
    /* display: flex; */
    /* flex-wrap: wrap; */
    text-align: center;
    margin: 2rem 0;
}

.rozsa__leiras_linksor > a {
    /* flex-basis: 33%; */
    padding: 1em;
    line-height: 2em;
    font-weight: bold;
    text-align: left;
}

.rozsa__leiras_szezon_szlogen {
    margin: 2rem 0;
}

.rozsa__leiras_szezon_szlogen > a {
    display: block;
    margin: .5em;
    padding: .5em;
    color: var(--c-mid);
    background-color: var(--c-wht);
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 1em;
    transition: 
        box-shadow 400ms,
        color 400ms, 
        background-color 400ms;
}

.rozsa__leiras_szezon_szlogen:hover > a {
    color: var(--c-drk);
    background-color: var(--c-lgt-3);
	box-shadow: 10px 10px 30px rgba(0,0,0,.1);
}

.rozsa__domain_zaszlok {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.rozsa__domain_zaszlok a {
    flex-basis: 26px;
    display: block;
    text-align: center;
}

.rozsa__domain_zaszlok img {
    /* object-fit: fill; */
    border: 1px solid #000;
    width: 100%;
    height: 20px;
}

.rozsa__leiras_profil {
    margin-top: 1rem;
    padding: .5rem;
    background-color: var(--c-alt-2);
    border-radius: 7px;
}

#habitus {
    margin: 1rem 0;
    padding: 1rem 0;
}

#habitus h3 {
    color: var(--c-mid);
}

#habitus table {
    background: none;
}