/* MONSTERPOST-Setauswahl · v0.2.0 · 2026-08-16 */

.monsterPostSetModus #monsterBar{
    margin-bottom:0;
}

.monsterPostSetKachel--modus{
    cursor:pointer;
}

.monsterPostSetModus .monsterBarKachel:hover .monsterBarMotivBild{
    transform:none;
}

.monsterPostSetKachel--ausgewaehlt .monsterBarMotivBild{
    opacity:.24;
    transform:none !important;
}

.monsterPostSetKachel--ausgewaehlt .monsterBarRibbon{
    opacity:.20;
}

.monsterPostSetSteuerung{
    position:absolute;
    inset:0;
    z-index:30;
    display:grid;
    grid-template-columns:44px 82px 44px;
    column-gap:10px;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    padding:0;
    pointer-events:none;
}

.monsterPostSetSteuerung[hidden]{
    display:none !important;
}

.monsterPostSetZahl{
    display:flex;
    align-items:center;
    justify-content:center;
    width:82px;
    min-width:82px;
    color:var(--ih-red, #CF0E12);
    font-family:"Rubik Dirt", cursive !important;
    font-size:3.8rem;
    font-weight:400;
    line-height:1;
    text-align:center;
    white-space:nowrap;
    pointer-events:none;
}

.monsterPostSetMengenButton{
    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    padding:0;
    background:#ffffff;
    color:#000000;
    border:2px solid #000000;
    border-radius:0;
    box-shadow:none;
    font-family:"Rubik Dirt", cursive !important;
    font-size:1.75rem;
    font-weight:400;
    line-height:1;
    cursor:pointer;
    pointer-events:auto;
    -webkit-tap-highlight-color:transparent;
    transition:background-color .18s ease, color .18s ease, transform .18s ease;
}

.monsterPostSetMengenButton:hover,
.monsterPostSetMengenButton:focus-visible{
    background:#000000;
    color:#ffffff;
}

.monsterPostSetMengenButton:active{
    transform:scale(.94);
}

.monsterPostSetMengenButton:focus-visible{
    outline:2px solid #000000;
    outline-offset:3px;
}

.monsterPostSetAbschluss{
    width:100%;
    margin:28px 0 6px;
    text-align:center;
}

.monsterPostSetAbschluss[hidden]{
    display:none !important;
}

.monsterPostSetGesamt{
    margin:0 0 10px;
    color:#666666;
    font-family:"PTSans-NarrowBold", "Arial Narrow", Arial, sans-serif !important;
    font-size:1.2rem;
    font-weight:700;
    line-height:1.1;
    text-align:center;
}

.monsterPostSetButtonZeile{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    width:min(100%, 760px);
    margin:0 auto;
}

.monsterPostSetButtonZeile .ars-button{
    width:100%;
    margin:0;
}

.monsterPostSetResetButton{
    background:#ffffff;
    color:#000000 !important;
    border-color:#000000;
}

.monsterPostSetResetButton:hover,
.monsterPostSetResetButton:focus-visible{
    background:#000000;
    color:#ffffff !important;
    border-color:#000000;
}

.monsterPostSetResetButton:disabled{
    opacity:.35;
    cursor:not-allowed;
}

.monsterPostSetAbschlussButton{
    background:var(--ih-red, #CF0E12);
    color:#ffffff !important;
    border-color:var(--ih-red, #CF0E12);
}

.monsterPostSetAbschlussButton:hover,
.monsterPostSetAbschlussButton:focus-visible{
    background:#000000;
    color:#ffffff !important;
    border-color:#000000;
}

.monsterPostSetAbschlussButton:disabled{
    opacity:.35;
    cursor:not-allowed;
}

@media (max-width:767px){
    .monsterPostSetSteuerung{
        grid-template-columns:38px 68px 38px;
        column-gap:7px;
    }

    .monsterPostSetZahl{
        width:68px;
        min-width:68px;
        font-size:3rem;
    }

    .monsterPostSetMengenButton{
        width:38px;
        height:38px;
        border-radius:0;
        font-size:1.5rem;
    }

    .monsterPostSetAbschluss{
        margin-top:22px;
    }

    .monsterPostSetGesamt{
        font-size:1.05rem;
    }
}

@media (max-width:620px){
    .monsterPostSetButtonZeile{
        grid-template-columns:1fr;
    }
}


/* LIVE-PREIS */
.monsterPostSetPreisLive{
    margin:-2px 0 14px;
    color:var(--ih-red, #CF0E12);
    font-family:"PTSans-NarrowBold", "Arial Narrow", Arial, sans-serif !important;
    font-size:1.2rem;
    font-weight:700;
    line-height:1.1;
    text-align:center;
}
.monsterPostSetPreisLive[hidden]{display:none !important;}

.monsterPostSetMobileLeiste{display:none;}

@media (max-width:767px){
    body.monsterPostSetModus{padding-bottom:118px;}

    .monsterPostSetMobileLeiste{
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:1000;
        display:grid;
        grid-template-columns:1fr;
        gap:7px;
        padding:8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
        background:#ffffff;
        border-top:2px solid #000000;
    }

    .monsterPostSetMobileLeiste[hidden]{display:none !important;}

    .monsterPostSetMobileStatus{
        color:var(--ih-red, #CF0E12);
        font-family:"PTSans-NarrowBold", "Arial Narrow", Arial, sans-serif !important;
        font-size:1rem;
        font-weight:700;
        line-height:1;
        text-align:center;
        white-space:nowrap;
    }

    .monsterPostSetMobileButton{
        width:100%;
        margin:0;
        padding:7px 12px;
        background:var(--ih-red, #CF0E12);
        color:#ffffff !important;
        border-color:var(--ih-red, #CF0E12);
        font-size:1rem;
        line-height:1.05;
    }

    .monsterPostSetMobileButton:hover,
    .monsterPostSetMobileButton:focus-visible{
        background:#000000;
        color:#ffffff !important;
        border-color:#000000;
    }

    .monsterPostSetMobileButton:disabled{
        opacity:.35;
        cursor:not-allowed;
    }
}
