.article-meta {
    background: var(--bg);
    padding: 20px;
    border-radius: 12px;
    display: block;
margin: 0 auto;
}
.article-meta__inner {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
margin-bottom: 20px;
}
.article-meta__avatar {
width: 25%;

}
.article-meta__avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent);
}
.article-meta__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.article-meta__top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.article-meta__name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.article-meta__verified {
    background: var(--accent);
    color: var(--bg);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 50px;
}
.article-meta__date {
    font-size: 14px;
    color: #65666b;
    opacity: 0.8;
}
.article-meta__date time {
    margin-left: 5px;
    color: var(--accent);
}

@media (max-width: 1025px) {
    .article-meta__inner {
        flex-direction: column;
        text-align: center;
    }

    .article-meta__avatar img {
        width: 75px;
        height: 75px;
    }
}
:root {
    --primary: #a02116;
    --secondary: #997b2c;
    --success: #dbc478;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background: #fff;
    color: #010101;
    line-height: 1.5;
}
a {
    color: var(--primary);
}
.va8saubl { display: inline-block; width: 88px; color: rgb(136, 207, 59); border: 5px dashed #caa118; margin: 9px; padding: 39px 6px; }
a:hover {
    text-decoration: none;
}
.e7tg4ie4 {
    width: 100%;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.2s;
}
.uq3vwtvl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    background-color: var(--primary);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    letter-spacing: 0.3px;
}
.uq3vwtvl:hover {
    background-color: var(--success);
}
.uq3vwtvl:active {
    transform: translateY(1px);
}

.nte95h5x {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid var(--success);
    z-index: 40;
}
.nte95h5x .e7tg4ie4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.yshsx6py {
    display: block;
    max-width: 210px;
}
.yshsx6py img {
    display: block;
    width: 100%;
    height: auto;
}
.s3xwp3yl {
    margin-top: 5rem;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.hkpt9hfc6ez9 { border: 2px solid #50f965; padding-right: 47px; margin: -9px; width: 79vw; display: none; padding-left: 26px; }
.s3xwp3yl .e7tg4ie4 {
    padding-top: 5rem;
    padding-bottom: 6rem;
    z-index: 2;
}
.t0s9oxac {
    max-width: 680px;
}
.m53758bm {
    margin-bottom: 1.2rem;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
}
.go0k07d3 {
    max-width: 500px;
    margin-bottom: 2.5rem;
    color: #fff;
}
.cgln3hm7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cgln3hm7 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rjdmuy0s {
    background: var(--secondary);
}
.rjdmuy0s:hover {
    background: var(--success);
}

.tm0yc8lg {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.tm0yc8lg .stvkm792 {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.tm0yc8lg .ktqnur29 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wzxhoe0eh5j { display: none; padding: 32px 39px; color: rgb(33, 239, 30); width: 65%; }
.tm0yc8lg .ktqnur29 .ybbwvk2i  {
list-style:none;
}
.tm0yc8lg .ktqnur29 .ybbwvk2i a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 15px;
    transition: 0.3s solid ease;
}
.tm0yc8lg .ktqnur29 .ybbwvk2i a:hover {
    background: var(--primary);
    color: #fff;
}
.tm0yc8lg + section.ynzesiqh {
margin-top:0px;
}

.xi3c2u9d {
    padding: 1.2rem 0;
}
.mcal2qks {
    margin-top: 7.25rem;
}
.xi3c2u9d h1 {
    font-size: 2.5rem;
    margin: 0 0 1.5rem;
    color: var(--primary);
    font-weight: 600;
    text-align: center;
}
.xi3c2u9d h2 {
    font-size: 1.8rem;
    margin: 1.8rem 0 1rem 0;
    color: var(--primary);
    font-weight: 600;
}
.xi3c2u9d h3 {
    font-size: 1.4rem;
    margin: 1.2rem 0 0.8rem;
    color: var(--primary);
}
.xi3c2u9d p {
    margin-bottom: 1rem;
}
.xi3c2u9d .nzns4fzm {
    overflow-x: auto;
    margin: 1.5rem 0 24px;
    border-radius: 8px;
    border: 1px solid var(--secondary);
}
.vytp2t35o29 { display: none; width: 40px; border: 3px dotted #81f886; color: rgb(89, 75, 74); padding: 30px 18px; }
.xi3c2u9d table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    background: transparent;
    font-size: 0.95rem;
    margin-bottom: 12px;
    border: 1px solid #ccc;
}
.xi3c2u9d table thead,
.xi3c2u9d table tbody,
.xi3c2u9d table tfoot {
    display: table;
    width: 500px;
    min-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.xi3c2u9d th {
    background-color: var(--primary);
    border-bottom: 1px solid var(--secondary);
    color: white;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}
.xi3c2u9d th p {
    margin-bottom: 0;
}
.xi3c2u9d td {
    padding: 10px 16px;
    border-bottom: 1px solid var(--secondary);
}
.xi3c2u9d tr:last-child td {
    border-bottom: none;
}
.xi3c2u9d tr:hover td {
    background-color: rgba(0, 0, 0, 0.1);
}
.xi3c2u9d img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin: 1rem 0 1.5rem;
}
.xi3c2u9d ul,
.xi3c2u9d ol {
    margin: 1rem 0 1rem 1.8rem;
}
.xi3c2u9d li {
    margin: 0.4rem 0;
}
.aj0ilrkt { border: 5px dashed #a914a5; }
.xi3c2u9d ul li::marker {
    color: var(--secondary);
}
.xi3c2u9d blockquote {
    border: 1px solid var(--secondary);
    border-left-width: 5px;
    padding: 12px 20px;
    border-radius: 0 12px 12px 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.mco9pfxk {
    margin: 1.5rem 0;
}
.mco9pfxk .e7tg4ie4 {
    padding: 0;
    border: 1px solid var(--primary);
    border-radius: 8px;
    box-shadow: 0 14px 28px -18px var(--secondary);
}
.gmqtic1u {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 15px 20px;
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s, background-color 0.2s;
}
.gmqtic1u:empty::before {
    content: "Contents";
}
.gmqtic1u::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}
.gmqtic1u:hover,
.gmqtic1u:focus-visible {
    color: var(--secondary);
    background-color: rgba(219, 196, 120, 0.12);
}
.gmqtic1u:focus-visible {
    outline: 2px solid var(--secondary);
    outline-offset: -2px;
}
.gm1jz6bi {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease;
}
.fwb4yebiivs { padding: 21px 39px; }
.gm1jz6bi ul,
.xi3c2u9d .gm1jz6bi ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0 20px 18px;
    list-style: none;
}
.gm1jz6bi li,
.xi3c2u9d .gm1jz6bi li {
    margin: 0;
}
.gm1jz6bi a {
    display: block;
    padding: 8px 0 8px 14px;
    border-left: 3px solid rgba(153, 123, 44, 0.35);
    color: #010101;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, padding-left 0.2s;
}
.gm1jz6bi a:hover,
.gm1jz6bi a:focus-visible {
    padding-left: 18px;
    border-left-color: var(--primary);
    color: var(--primary);
}
.mco9pfxk [toc--open] .gmqtic1u::after {
    transform: rotate(225deg);
}
.mco9pfxk [toc--open] .gm1jz6bi {
    max-height: var(--toc-body-height, 600px);
    opacity: 1;
}
.lpe23lv3 {
    display: grid;
    gap: 16px;
    margin-top: 1.5rem;
    padding: 24px;
    border: 1px solid rgba(160, 33, 22, 0.18);
    border-radius: 8px;
    background: #faf6ee;
}
.rvz7nahz {
    display: grid;
    gap: 8px;
}
.lpe23lv3 label {
    color: var(--primary);
    font-weight: 700;
}
.lpe23lv3 input,
.lpe23lv3 textarea {
    width: 100%;
    border: 1px solid rgba(153, 123, 44, 0.45);
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    color: #010101;
    font: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.lpe23lv3 input:focus,
.lpe23lv3 textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(160, 33, 22, 0.12);
}
.lpe23lv3 textarea {
    min-height: 150px;
    resize: vertical;
}
.lpe23lv3 .uq3vwtvl {
    justify-self: start;
}
.b7dpukq2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 24px;
}
.mfci866n {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.xi35c1ykr { color: rgb(17, 218, 136); padding-right: 8px; }
.ayfdncz7 {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    padding: 10px;
    margin: 0 10px 20px 10px;
}
.p2v229yr {
    width: calc(50% - 20px);
}
@media (max-width: 640px) {
    .p2v229yr {
        width: calc(100% - 20px);
    }
}
.ayfdncz7 h2,
.ayfdncz7 h3 {
    margin: 0 0 1.2rem;
}
.wupjyr3i {
    padding-top: 20px;
    padding-bottom: 40px;
}
.mh40foc4 {
    --first: var(--primary);
    --second: var(--secondary);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    transition: all 0.25s ease;
}
.mh40foc4:hover {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.mh40foc4:first-child {
    border-color: var(--second);
}
.l7fbdj9h {
    position: absolute;
    top: -8px;
    left: -8px;
    padding: 2px 12px;
    background: var(--second);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.u1ec4d0e {
    width: 120px;
    height: 120px;
}
.u1ec4d0e img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.ky5xqzxpy { color: rgb(14, 252, 92); }
.svdwtwj6 {
    flex: 1;
    text-align: center;
}
.zjmzf5qt {
    margin-bottom: 5px;
    color: var(--primary);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
.df6y8vdo {
    padding-top: 4px;
}
.aozop8mu {
    width: 100%;
    color: rgba(0, 0, 0 , .5);
    font-size: 15px;
}
.tpeyjoe9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.tpeyjoe9 img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    object-fit: contain;
}
.m94p5grf {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: green;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;;
}
.p2vzx1el {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 8px 20px;
    border-radius: 28px;
    background: var(--first);
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
}
.p2vzx1el::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p2vzx1el:hover {
    background: var(--success);
}
@media (max-width: 720px) {

    .mh40foc4 {
        display: block;
    }
    .u1ec4d0e {
        margin: 0 auto 20px;
    }
    .svdwtwj6 {
        width: 100%;
        margin-bottom: 20px;
    }
    .m94p5grf {
        width: 120px;
        margin: 0 auto 16px;
    }
    .p2vzx1el {
        width: 220px;
        margin: 0 auto;
    }

}
.wbaoe613 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.t0zfrkuc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.qqjblegd {
    width: calc(50% - 8px);
    border: 1px solid rgba(7, 165, 0, 1);
    padding: 20px;
    background: rgba(7, 165, 0, .1);
    border-radius: 8px;
    margin-bottom: 20px;
}
.rviw9ks0 {
    border: 1px solid rgba(255, 0, 0, 1);
    background: rgba(255, 0, 0, .1);
}
.h5gslf6ahgdc { display: inline-block; width: 13%; margin: -7px; padding: 28px 32px; color: rgb(196, 123, 165); }
.qqjblegd p {
    padding-left: 28px;
    position: relative;
}
.qqjblegd p::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: rgba(7, 165, 0, 1);
    -webkit-mask: url("img/icon-plus.hu1tiixi") center no-repeat;
    mask: url("img/icon-plus.hu1tiixi") center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.rviw9ks0 p::before {
    background: rgba(255, 0, 0, 1);
    -webkit-mask-image: url("img/icon-minus.hu1tiixi");
    mask-image: url("img/icon-minus.hu1tiixi");
}
.qqjblegd ul {
    margin-left: 10px;
}
.qqjblegd ul li::marker {
    color: #aaa;
}
.uwd5er5d {
    padding: 1.2rem 0 2rem;
}
.uwd5er5d h2 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    color: var(--primary);
    font-weight: 600;
}
.ytcac8u6 {
    border: 1px solid #777;
    margin-bottom: 15px;
}
.tmznl8q7 {
    padding: 10px 12px 10px 12px;
    font-size: 1.2rem;
}
.hr3ha4j5 {
    padding: 10px 20px 10px 32px;
}
.snxetyxr {
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    padding: 20px 0;
}
.yzt8t2f7rwz { color: rgb(197, 98, 143); display: inline-block; padding: 4px 32px; border: 1px dashed #9d45fa; }
.rcu5wzjn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.gno3hz50 {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}
.gno3hz50 img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.vnhdwz1y {
    flex: 1;
    font-size: 14px;
}
.vnhdwz1y p {
    margin-bottom: 0;
}
@media (max-width: 720px) {
    .snxetyxr {
        display: block;
    }
    .gno3hz50 {
        margin: 0 auto 16px;
    }
    .vnhdwz1y {
        flex: none;
        width: 100%;
    }
}
.jf4q4ps8 {
    margin-top: 3rem;
    background-color: #fff;
    border-top: 1px solid var(--success);
    color: #eef5ff;
}
.e7m18tzv {
    padding: 1.2rem 0;
}
.e7m18tzv .e7tg4ie4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.t7z469lh {
    display: block;
    max-width: 160px;
}
.t7z469lh img {
    display: block;
    width: 100%;
    height: auto;
}
.tivbi386 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px 22px;
}
.tivbi386 a {
    color: var(--primary);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}
.tivbi386 a:hover {
    color: var(--secondary);
}
.ehb6igoq {
    padding: 1.8rem 0;
    background-color: var(--primary);
}
.ehb6igoq .e7tg4ie4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}
.ks6rxic3eu { margin: 19px; width: 64%; padding: 17px 20px; border: 5px dotted #92d091; display: block; }
.rs1pvd29 {
    width: 45%;
    font-size: 0.8rem;
    color: #fff;
}
.wu91r6bw {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
    width: 50%;
}
.wu91r6bw img {
    max-height: 48px;
    width: auto;
    margin: 0;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    background: transparent;
    box-shadow: none;
    border-radius: 8px;
}
@media (max-width: 720px) {
    .nte95h5x, .e7m18tzv, .ehb6igoq {
        flex-direction: column;
        text-align: center;
    }

    .s3xwp3yl .e7tg4ie4 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .go0k07d3 {
        padding-right: 5rem;
    }

    .tivbi386 {
        justify-content: center;
    }
    .xi3c2u9d {
        padding: 1rem 0;
    }
    .mcal2qks {
        margin-top: 6.5rem;
    }
    .xi3c2u9d h1 {
        border-left: none;
        padding-left: 0;
        font-size: 1.7rem;
        line-height: 1.3;
        text-align: center;
    }
    .xi3c2u9d h2 {
        font-size: 1.5rem;
        margin: 1.2rem 0 1rem 0;
    }

    .qqjblegd {
        width: 100%;
    }

    .uq3vwtvl {
        padding: 0.6rem 1.3rem;
    }

    .pups9zxz {
        text-align: center;
    }

    .t7z469lh {
        margin: 0 auto;
    }
    .rs1pvd29 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .wu91r6bw {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .yshsx6py {
        width: 130px;
        height: 40px;
    }
    .yshsx6py img {
        height: 100%;
        object-fit: cover;
    }

    .m53758bm {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .go0k07d3 {
        padding-right: 0;
    }
}
.p7mhhr6x {
  width: 100%;
  margin-bottom: 40px;
}
.f6g1xp22 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.f6g1xp22 h2 {
  color: var(--color-accent);
}
.vpkr8af1 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .vpkr8af1 {
    justify-content: center;
  }
}
.ztabw5l6 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.ztabw5l6 img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.ztabw5l6 .hu1tiixi {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.ztabw5l6 .hu1tiixi {

  width: 20px;
  height: 20px;

}

}
.ztabw5l6 {
max-width:inherit;
text-align: center;
}
.vpkr8af1:has(.y159qvua) {
  grid-template-columns: repeat(4, 1fr);
}
.vpkr8af1:has(.b436puxo) {
  grid-template-columns: repeat(5, 1fr);
}
.vpkr8af1:has(.a2v8q96v) {
  grid-template-columns: repeat(6, 1fr);
}
.vpkr8af1:has(.mzfam3j9) {
  grid-template-columns: repeat(7, 1fr);
}
.ncko1jakd1 { display: inline-block; color: rgb(219, 255, 158); margin: -18px; width: 2vw; padding: 25px 30px; }
.vpkr8af1:has(.aajw5xnf) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .vpkr8af1 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .vpkr8af1 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .vpkr8af1 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .vpkr8af1 {
    grid-template-columns: 1fr !important;
  }
}
.ztabw5l6:hover .hu1tiixi {
  opacity: 1; 
}
.ztabw5l6:hover img {
  opacity: 0.3;
}