/* X-Cloak - Hide content until Alpine.js loads */
[x-cloak] { display: none !important; }
html[x-cloak], [x-cloak] { display: none !important; }

.responsive_lang {
    right: 45%;
}
ul#recipe_steps {
    width: 100%;
}
body .start_recept {
    font-size: 30px;
    margin-top: 10px;
}
html[dir="rtl"] .search_button {
    left: -120px !important;
    top: -5px !important;
}
body .img_bouillon {
    height: 130px;
    width: 50%;
}
body .start_recept:after {
    top: 6px;
}
.responsive_lang button {
    margin: 10px 5px;
    background: #d0dacd;
    padding: 10px;
    margin-top: 50px;
    border-radius: 30px;
}
.responsive_lang button img {
    margin: 0px 5px;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 10px;
    margin-bottom: 100px;
}
.grid-item {
    text-align: center;
    border: solid 1px #c0c0c0;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
html[dir="ltr"] .search_button {
    right: -130px;
    top: -8px;
    padding: 15px;
    font-size: 15px;
}

.search_bar {
    position: fixed;
    bottom: -10px;
    left: 0;
    right: 0;
    background: #5ab0589e;
}
body .select_categorie {
    width: 100%;
}
body .select_categorie button {
    width: 31%;
}
html[dir="rtl"] #button-share{
    padding-left: 40px;
    padding-right: 5px;
}
html[dir="ltr"] #button-share{
    padding-right: 35px;
    padding-left: 5px;
}
body .share_button:before {
    background-size: 20px;
    width: 20px;
    height: 20px;
}
#ai-content{
    position: absolute;
    bottom: 50px;
    left: 15px;
}
html[dir="rtl"] #ai-content {
    position: absolute;
    bottom: 50px;
    right: 15px;
    left: unset;
}
html[dir="ltr"] .button_generate {
    left: unset;
    right: 15px;
}

body .buy_marjane:before {
    background-size: 20px;
    margin-top: 2px;
}
.buy_marjane {
    padding-left: 34px;
    padding-right: 5px;
}
.select_categorie #searchbycategory {
    height: 40px;
    margin: 2px;
}    
