.recept-label-search{
    padding: 5px 20px;
    background-color: var(--secondary-color);
    border-radius: 1rem;
    color: #FFF;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.recept-label-search.active-label{
    background-color: #c8a9ae;
}

.recept-label-search:hover{
    color: #FFF;
    background-color: var(--primary-color);
}


.recept-container{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

@media screen and (min-width: 1440px) {
  .recept-container {
    max-width: 1340px;
  }
}

@media(min-width: 1920px){
    .recept-container{
        max-width: 1650px;
    }
}

.recept-header{
    background-color: #fafbf8;
    
}

.recept-header-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.head-col-1{
    width: 65%;
    padding: 10rem 1rem;
}

.head-col-2{
    width: 35%;
}

.recept-author{
    margin-bottom: 2rem;
}

.recept-title{
    margin-bottom: 2rem;
    font-size: 3rem;
}

.recept-cover{
    width: 100%;
    height: 100%;
    min-height: 40vh;
    object-fit: cover;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.recept-label{
    padding: 5px 20px;
    background-color: #AAA;
    border-radius: 1rem;
    color: #FFF;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.recept-content{
    padding: 6rem 0;
}

.recept-recommended{
    padding-bottom: 3rem;
    position: relative;
}


.recommended-recept-subtitle{
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
}

.recept-recommended h2{
    text-align: center;
    margin-bottom: 6rem;
    font-size: 3rem;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: 400;
}

.recommended-recept-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.recommended-wrapper{
    width: 30%;
    padding: 0 4rem;
}

.recommended-recept-img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.recommended-title{
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 1rem;
    display: block;
}

.blog-blick {
    position: absolute;
    inset: auto auto 0% -100px;
    width: 300px;
    height: 300px;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    background-color: var(--mályva);
    filter: blur(200px);
    z-index: -1;
}


@media(max-width: 1440px){
    .head-col-1{
        width: 65%;
        padding: 5rem 1rem;
    }

    .head-col-2{
        width: 35%;
    }
    
    .recept-title{
        font-size: 2.5rem;
    }
    
    .recept-content{
        padding: 3rem 1rem;
    }
    .recept-recommended h2{
        margin-bottom: 4rem;
    }
}

@media(max-width: 960px){
    
    
    .head-col-1{
        width: 100%;
        padding: 1rem;
    } 
    .head-col-2{
        width: 100%;
        padding: 1rem;
    }
    
    .recept-title{
       font-size: 1.8rem; 
    }
    
    .recept-content{
        padding: 2rem 1rem;
    }
    
    .recept-recommended{
        padding: 2rem 1rem;
    }
    
    .recept-recommended h2{
        margin-bottom: 3rem;
        font-size: 2.5rem;
    }
    
    .recommended-wrapper{
        width: 40%;
        margin-bottom: 3rem;
        padding: 0 1rem;
    }
    
}

@media(max-width: 500px){
    .recommended-wrapper{
        width: 100%;
        margin-bottom: 3rem;
        padding: 0 1rem;
    }
}