.agree {display: inline !important;}


.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #da2627;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxcontainer span{
    width: 25px !important;
    position: absolute !important;
}

.subscribe{
    font-family: 'Caveat', cursive;
    font-size: 27px;
}

section.popup .popup-container .flat-detail .plan-detail { align-items: center; }



a.updateDebug svg path{
    fill: white;
    path: white;
}
a.updateDebug svg{
    width: 10px;
    height: 10px;
}

a.updateDebug {
    background: red;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    border-radius: 9px !important;
    margin-left: 5px !important;
    font-size: 13px !important;
    color: white !important;
    font-weight: bold !important;
    line-height: 20px !important;
    text-decoration: none !important;
    padding: 0px !important;
    margin: 0px !important;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
}

.textEdit {
    position: fixed;
    bottom: 5px;
    left: 6px;
    z-index: 500000;
    background: rgba(255, 0, 0, 0.6);
    color: white;
    max-width: 250px;
    padding: 10px;
    border-radius: 11px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
}

.textEdit  a{
    color: white;
    font-weight: bold;
}

.editableImageButton{
    color: white;
    background: #006400	;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
}

.textEditInfo{
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 5000;
    background: #ffffff;
    max-height: 300px;
    overflow: auto;
    max-width: 400px !important;
    min-width: 300px !important;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
}

.textEditInfo p{
    font-size: 12px !important;
}

.textEditInfo table td{
    padding: 3px !important;
    font-size: 12px !important;
    color: black;
}

.textEditInfo table th:first-child{
    text-align: left;
}

.textEditInfo table th:last-child{
    text-align: right;
}

.textEditInfo table td:last-child{
    text-align: right;
}


.textEditInfo table tr:hover{
    background: #fdf5e6	;
}
.textEditInfo table a{
    text-decoration: underline;
}

.textEditInfo table th{
    font-size: 12px !important;
    color: black;
}

.textEditInfo strong{
    text-align: center;
    font-size: 15px;
    display: block;
    border-bottom: 1px dotted silver;
    margin-bottom: 12px;
    padding-bottom: 5px;
}



.ttDescription {
    pointer-events: none;
    position: absolute;
    font-size: 18px;
    text-align: center;
    background: white;
    padding: 10px 15px;
    z-index: 5;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    font-size: 14px;
    z-index: 5000;
}
.ttDescription.active {
    display: block;
}
.ttDescription:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}



.heyo:hover {
    fill: #CC2929;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/* --- DESKTOP DEFAULT --- */

/* Ukotvi jen LI, které obsahuje dropdown (moderní prohlížeče) */
ul li:has(> .dropbox) { position: relative; }

/* Dropdown: výchozí stav SKRYTÝ, ukotvený pod LI */
ul .dropbox {
    display: none;              /* necháme skryté defaultně */
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    padding: 20px;
    z-index: 10000000;
    background: inherit;        /* respektuje tvoje .sticky styly níže */
}

/* Zobrazit na hover rodiče; !important přebije inline style="display:none" */
ul li:hover > .dropbox {
    display: block !important;
}

ul .dropbox a {
    margin-top: 10px;
    background: transparent;
    text-decoration: none !important;
}

ul li.mobile-platform{
    display: none !important;
}
header.header nav ul{
    align-items: baseline;
}


header.header nav ul li ul.dropbox a:after{
    background: transparent;
}

/* Tvoje sticky styly (ponechávám beze změny) */
.sticky ul .dropbox a { border: 1px solid #181818; }
.sticky ul .dropbox   { background-color: #181818; }

/* --- MOBILE / MENŠÍ ŠÍŘKY --- */
/* Zvol šířku podle svého breakpointu, 768px je běžný */
@media screen and (max-width: 1400px) {
    ul .dropbox {
        display: none;
    }
    ul li:hover > .dropbox {
        display: none !important;
    }

    ul li.mobile-platform{
        display: inline-block !important;
        text-transform: lowercase;
        font-size: 90%;
        margin-left: 20px;
    }

    ul li.mobile-platform a {
        font-size: 80%;
    }

}
