:root {
    --brown:#6b3e26;
    --choco:#3b2416;
    --gold:#f5c77a;
    --bg:#fff8f3;
}
@keyframes glow { 0%{box-shadow:0 0 0 0 rgba(245,199,122,.6);} 70%{box-shadow:0 0 0 18px rgba(245,199,122,0);} 100%{box-shadow:0 0 0 0 rgba(245,199,122,0);} }
@keyframes floatIn { from { opacity:0; transform: translateY(20px) scale(.98);} to { opacity:1; transform:none;} }
@keyframes pop { from { transform: scale(.8); opacity:0;} to { transform: scale(1); opacity:1;} }
@keyframes csokiflash{
    0% { transform: scale(1); filter: brightness(1); }
    50% { transform: scale(1.01); filter: brightness(1.07); }
    100% { transform: scale(1); filter: brightness(1); }
}
#lang_box {
    margin: 0 auto;
    max-width: var(--grid-width);
    padding: 0 20px;
}
.csoki-lang__picker{
    display:flex;
    gap:10px;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
    
    @media only screen and (max-width: 780px) {
        gap:20px;
    }
}
.csoki-lang__btn {
    background: transparent !important;
    color: var(--brown) !important;
    font-weight: bolder !important;
    display: inline-block !important;
    width: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-top: 0;
    border: 0;
    cursor: pointer;
}
.csoki-lang {
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 280px;
    width: fit-content;
    gap: 20px;
    margin-left: auto;
    @media only screen and (max-width: 780px) {
        max-width: unset;
        width: 100%;
    }
}
.csoki-lang__txt {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .4px;
    font-family: 'Roboto';
}
.csoki-lang__btn:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(0,0,0,.08); }
.csoki-lang__btn.is-active{
    opacity: 1;
}
.csoki-lang__btn.is-dim{
    opacity:.35;
    box-shadow:none;
}
.simple_page.csokinap_page #lang_box + .section-title {
    display: none;
}
.simple_page.csokinap_page .classic--content {
    margin-top: 20px;
}
a.cs26t_kupon_banner {
    border: 0 !important;
}

.translate_aktivalas_text {
    line-height: normal;
}
.translate_aktivalas_text:nth-child(2),
.translate_aktivalas_text:nth-child(3) {
    font-weight: normal;
    color: grey;
    font-size: 14px;
}

.csokiAktivalas_note {
    .translate_aktivalas_text {
        font-size: 12px !important;
        color: grey;
    }
}
#cs26tkampany {

    * { box-sizing: border-box; }
    
    span[data-lang],
    div[data-lang] {
        display: none;
    }

    background: linear-gradient(180deg, var(--bg), #fff);
    color:#2b1a12;
    
    padding: 55px 0 25px 0;


    @media only screen and (min-width: 781px) {
        .showOnMobile_csokinap_img {
            display: none !important;
        }
    }
    @media only screen and (max-width: 780px) {
        .showOnDesktop_csokinap_img {
            display: none !important;
        }
    }


    .container {
        max-width: 1320px;
        margin: 0 auto;
        padding: 17px 20px 20px 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 40px;

        .step_container {
            width: calc(100% - 482px);
        }

        .image {
            width: 470px;
            max-width: 50%;
            animation: floatIn .8s ease-out;

            img {
                display: block;
                width: 100%;
                border-radius: 20px;
                box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
                object-fit: cover;
                height: 100%;
                @media only screen and (max-width: 1140px) {
                    height: auto;
                }
            }
        }

        @media only screen and (max-width: 1040px) {
            gap: 20px;

            .step_container {
                width: 60%;
                font-size: 14px;
                line-height: normal;
            }

            .image {
                width: 40%;
                max-width: unset;
            }
        }
        @media only screen and (max-width: 780px) {
            flex-direction: column;

            .step_container {
                width: 100%;
            }

            .image {
                width: 100%;
            }
        }

    }
    .container.first {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
        padding: 0 !important;
        max-width: 1280px !important;
        justify-content: flex-end !important;
    }

    .card {
        background: white;
        border-radius: 20px;
        padding: 24px;
        box-shadow: 0 20px 40px rgba(0,0,0,.08);
        animation: floatIn .8s ease-out; 
        height: 100%;
        transition: 0.5s;

        @media only screen and (max-width: 780px) {
            padding: 16px;
        }

        a:hover {
            transition: 0.5s;
            opacity: 0.6;
        }
    }
    h1 {
        font-size: 19px;
        margin: 0 0 23px;
        line-height: normal;
        font-weight: bolder;
        @media only screen and (max-width: 780px) {
            margin: 0 0 16px;
        }
    }
    h2 {
        font-size: 18px;
        margin: 20px 0 15px 0 !important;
        overflow: hidden;
    }
    .card > h2 {
        font-size: 19px;
        margin: 0 0 23px;
        line-height: normal;
        font-weight: bolder;
        margin: 0px 0 15px 0 !important;
    }
    p { 
        line-height: normal;
        margin: 0 0 13px 0;
    }
    p#question {
        margin: 0 0 23px 0;
        font-weight: bolder;
    }
    .badges {
        margin-bottom: 15px;
        @media only screen and (max-width: 780px) {
            margin-bottom: 5px;
        }
    }
    .badge {
        display: inline-block;
        padding: 6px 14px 5px 10px;
        border-radius: 999px;
        margin-right: 6px;
        background: linear-gradient(303deg, var(--gold), #8dd2ff);
        color: #413232;
        font-weight: 600;
        margin-bottom: 10px;
        animation: pop .6s ease-out;

        @media only screen and (max-width: 780px) {
            padding: 4px 8px 6px 6px;
            margin-right: 4px;
        }
    }
    #pdfBtn, select, button { width:100%; padding:14px; border-radius:14px; border:1px solid #e6d3c6; font-size:16px; margin-top:12px; }
    #pdfBtn, button { background: var(--brown); color:white; border:none; cursor:pointer; }
    a#pdfBtn {
        text-decoration: none;
        line-height: normal;
        display: block;
        text-align: center;
        font-weight: bold;
        margin-top: 28px;
        &:hover {
             animation: glow 1.6s infinite;
             opacity: 1 !important;
        }
    }
    button:disabled { opacity:.4; cursor:not-allowed; }
    .plus {
        background: linear-gradient(90deg, var(--gold), var(--brown)); font-weight:800; font-size:18px; animation: glow 1.6s infinite; 
        font-family: 'Roboto', arial;
    }
    .hidden { display:none; }
    .progress { height:8px; background:#f1e4db; border-radius:99px; overflow:hidden; margin:10px 0 20px; }
    .bar { height:100%; width:0%; background: linear-gradient(90deg, var(--gold), var(--brown)); transition: width .4s ease; }
    .option { padding:14px; border-radius:14px; border:1px solid #ead8cc; margin-top:10px; cursor:pointer; transition: all .2s ease; }
    .option:hover { background:#fff3ea; transform: translateX(2px); }
    .qr { margin:20px auto; width:160px; height:160px; background: repeating-linear-gradient(45deg,#000 0 10px,#fff 10px 20px); border-radius:12px; }
    .code { font-weight:700; letter-spacing:2px; text-align:center; }
    .map { margin-top:30px; padding:16px; background:#fff8f3;}
    .studio { margin-top:8px; font-size:14px; }
    .gm-style-iw-d * {
        font-family: 'Roboto' !important;
    }
    .gm-style-iw-d a {
        color: inherit;
    }
    strong {
        font-weight: bold;
    }
    .gm-style-iw.gm-style-iw-c {
        max-width: 400px !important;
    }
    .gm-ui-hover-effect {
        display: none !important;
    }
    .gm-style-iw-d {
        padding-bottom: 5px !important;
    }
    .chocoled_map_marker {
        margin: 10px 0 10px 0;
        padding: 10px 10px 9px 10px;
        background: #d857ad;
        color: white;
        font-size: 13px;
        border-radius: 10px;
    }
    .chocoled_map_link {
        display: block;
        background: #2196F3;
        position: relative;
        margin-bottom: -9px;
        margin-left: -10px;
        padding: 6px 10px 6px 10px;
        width: calc(100% + 20px);
        margin-top: 7px;
        transition: 0.5s;
        border-radius: 0 0 10px 10px;
        &:hover {
            transition: 0.5s;
            background: #ea7bc5;
        }
    }

    .studio_map_link {
        font-weight: 800;
        padding: 7px 10px 5px 10px;
        border-radius: 10px;
        display: block;
        margin-top: 10px;
        color: var(--brown) !important;
        transition: 0.5s;
        border: 1px solid var(--brown);
        &:hover {
            transition: 0.5s;
            background-color: #eedfc2;
            border-color: #9f9696;
        }
    }


    .select2-container {
        width: 100% !important;
        max-width: 772px !important;
        margin-top: -6px;
        @media only screen and (max-width: 780px) {
            margin-top: 0px;
        }
    }
    span.select2-container.select2-container--default.select2-container--open {
        max-width: 733px !important;
    }
    .select2-container--default .select2-selection--single {
    height: 48px;
    border: 1px solid #ead8cc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    }
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 14px;
    padding-right: 40px;
    line-height: 1.2;
    margin: 0;
    }
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
    right: 12px;
    top: 0;
    }
    .select2-search__field {
    padding: 10px !important;
    font-size: 15px;
    }




  .csokinap-flashbox{
    max-width: 720px;
    margin: 18px auto;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 800;
    text-align: center;
    border: 2px solid transparent;
  }
  .csokinap-flashbox.is-green{
    background: #d9ffdf;
    border-color: #35b24a;
    color: #0b5a18;
    display: block;
    animation: csokiflash 1s infinite;
  }
  .csokinap-flashbox.is-orange{
    background: #fff1d6;
    border-color: #f0a300;
    color: #7a4a00;
    display: block;
    animation: csokiflash 1s infinite;
  }
  .csokinap-flashbox.is-red{
    background: #ffe1e1;
    border-color: #e23333;
    color: #7a0b0b;
    display: block;
    animation: csokiflash 1s infinite;
  }
}