.logo {
    margin-top: 10px;
}

.entry .container h2 {
    height: 54px;
    overflow: hidden;
    text-overflow: fade;
}

h1.ribbon {
    background: url(../images/bgr/ribbons.png) -216px -61px no-repeat;
    padding: 0 !important;
    width: 189px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    color: #fff !important;
    position: absolute;
    top: 20px;
    left: 35px;
    z-index: 9999;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 30px;
    max-width: 100%;
}

h1.large {
    background-position: 0 0;
    width: 572px;
    height: 58px;
    position: static;
    font-size: 27px;
    line-height: 56px;
    font-weight: 600;
    max-width: 100%;
}

.user dt {
    width: 35%;
    font-size: 13px;
}

.user dd {
    width: 65%;
    font-size: 13px;
}

.ingredients dt {
    width: 40%;
    font-size: 13px;
}

.ingredients dd {
    width: 60%;
    font-size: 13px;
}

.ingredients dd a {
    color: white;
}

.ingredients {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ingredients dt {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.ingredient-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.5rem;
    position: relative;
    cursor: pointer;
}

.ingredient-item img {
    display: inline-block;
    vertical-align: middle;
    max-height: 25px;
    transition: transform 0.3s ease, z-index 0.3s ease;
}

.ingredient-item span {
    font-size: 14px;
}

.ingredient-image {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.ingredient-image:hover, .ingredient-item:hover img {
    transform: scale(5);
    z-index: 10;
}

.ingredient-item:hover .ingredient-image {
    position: relative;
}

.ingredient-dropdown {
    display: none;
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 35px 0 0;
    z-index: 1000;
}

.ingredient-dropdown li {
    padding: 5px;
    cursor: pointer;
}

.ingredient-dropdown li:hover {
    background-color: #f0f0f0;
}

.ingredient-dropdown.show {
    display: block;
}

.li-ingredient:before {
    content: none !important;
}

.ingredient-filter + ul {
    width: 50%;
}

.submit_recipe .f-row .one-half, .submit_recipe .f-row .one-third, .submit_recipe .f-row .full-width {
    padding-bottom: 5px;
}

.submit_recipe section {
    padding-bottom: 0;
}

.avatar-link {
    background-color: white;
    display: block;
    width: 100%;
    padding: 5px;
}

body.home main {
    padding: 0;
}

body.home main .intro {
    margin: 0;
}

.foot .credits a, ul > li::before {
    color: #F4716A;
}

i.favorite {
    color: #F00;
}

.entry figure {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
}

.entry figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.recipe-show {
    font-size: 18px;
    text-transform: lowercase;
}

.recipe .widget {
    margin-bottom: 0;
}

.recipe div.ingredients {
    padding-bottom: 0;
    border-radius: 7px;
}

.recipe div.instructions {
    padding: 20px;
    border-radius: 7px;
    background-color: white;
}

.recipe div.ingredients div div {
    margin-top: 12px;
    text-align: center;
    float: none;
    width: 100%;
    font-size: 12px;
}

.recipe div.ingredients img {
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: rgba(63, 55, 53, 0.13) 1px 2px 9px;
}

.area-category {
    margin-bottom: 0 !important;
    font-size: 20px;
}
.area-category i {
    color: #FF8E88;
    font-size: 20px;
    padding-right: 10px;
}

@media (max-width: 1024px) {
    .intro .one-fourth {
        width: 33%;
        padding: 10px;
    }
}

.user-nav li span {
    font-size: 10px;
}