.fullscreen {
  width: 100vw;
  height: 100vh-127px;
}
@media (max-width: 700px) {
#cvikyModal{

}
  .container {
padding:0px;
margin:0px;
}
.w-80, .w-60, .w-50, .w-40, .w-30, .w-20{
width:100%!important;
margin-bottom:10px;
}
.sekce{
    flex-direction: column;
}
.sekce-left{
margin-right:0px!important;
}
}





.cvik-fields label {
  display: block;
  font-size: 0.99rem;
  margin-bottom: 3px;
  color: #666;
  font-weight: bold;
}
.cvik-fields input {
  display: block;
  width: 100%;
  border: 1.5px solid #c9e3d5;
  border-radius: 8px;
  background: #f6f7f9;
  padding: 7px 10px;
  margin: 4px 0 10px 0;
  font-size: 1rem;
  box-shadow: 0 1px 6px #0BA86B09;
  transition: border 0.18s, box-shadow 0.18s;
}
.cvik-fields input:focus {
  border-color: #0BA86B;
  background: #fff;
  outline: none;
  box-shadow: 0 0 4px #0BA86B44;
}

.cvik-fields .delete-btn {
  position: absolute;
  top: 16px; right: 13px;
  color: #e55;
  background: none;
  border: none;
  font-size: 1.45rem;
  cursor: pointer;
  padding: 0;
  transition: color 0.18s;
}
.cvik-fields .delete-btn:hover {
  color: #b30000;
}

.zadny-cvik {
  color: #888;
  font-style: italic;
  margin: 10px 0 0 0;
  text-align: center;
}

.open-nutri-modal{
padding:0px;
border:0px;
    background-color: transparent;
color:#c9c9c9;
}




.jidlo-cards-mobile {/**/ }
@media (max-width: 700px) {
.nazev_jidla{
min-width:350px;
}
.vyhledavani_potravin{
max-width:350px;
}




.vyhledavani_potravin .search-container {
max-width:400px;
}
.vyhledavani_potravin .search-input{
width:300px;
}
.meal-type-selection label {
margin-bottom:0px;
    padding: 2px 10px;
}
.vyhledavani_potravin .data-input{
width:260px!important;
}
.jidlo-blok {
margin-left:5px;
margin-right:5px;
margin-bottom:30px;
}
.nutri-modal-content {
margin: 50% auto;
}

  .jidlo-table { display: none; }
  .jidlo-cards-mobile { display: block; margin-top: 10px; width:100%; }
  .jidlo-card {
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 12px #0002;
    margin-bottom: 16px;
    display: flex;
    gap: 6px;
    position: relative;
  }
  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #0BA86B;
    margin-bottom: 3px;
    font-size: 1.08rem;
  }
  .card-nutri {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 0.99rem;
    margin-bottom: 4px;
    color: #333;
  }
  .card-controls {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .card-controls input,
  .card-controls select {
    border: 1.5px solid #b9bec7;
    border-radius: 7px;
    padding: 5px 8px;
    font-size: 1rem;
    background: #f6f7f9;
  }
  .card-header .smazat-jidlo {
    color: #e55;
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 8px;
    font-weight: bold;
  }
}