.recept_kontejner{
    background: white;
    box-shadow: 0 10px 52px 0 rgb(0 0 0 / 21%);
    margin-top: -150px;
    z-index: 99;
    padding-top: 15px;
    border-radius: 8px;
}
/*.recept_row{
    top: -150px;
}*/
.recept_header{
    z-index: 1;
}

.recipe-instructions ol{
    padding-left: 30px;
}

.recipe-instructions ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .recipe-instructions ol li {
    counter-increment: my-awesome-counter;
    display: flex;
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .recipe-instructions ol li::before {
    content: "0" counter(my-awesome-counter);
   /* font-weight: bold;*/
    font-size: 3rem;
    margin-right: 1.5rem;
    line-height: 1;
    font-family: system-ui;
    font-weight: 100;
  }

  .ct-list li::before{
    color: #85B72C;
  }

  .navbar-brand {
    width: 222px;
    margin: 0;
    padding: 0;
}

.post-categories a{
    display: inline-block;
    padding: 0px 5px;
    color: #85B72C;
    border:1px solid #85B72C;
    background: none !important;
    border-radius: 8px;
    font-weight: 600;
    margin: 0 2px 5px 0;
    font-size: 12px;
}

.post-categories a:hover{
  background: #85B72C !important;
  color: #fff;
}

#euc_notice{
  position: fixed;
}

#euc_btn{
  border: 0 none;
  box-shadow: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  outline: medium none;
  padding: 8px 10px;

  background-color: #C3C3C3;
  color: #0b0b0b;

  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  line-height: 1.5;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media only screen and (max-width: 768px){
  #euc_notice{
      position: relative;
  }
}