/* ---------- [ Box Sizing ] ---------- */

html,input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,::after,::before{box-sizing:inherit}

/* ---------- [ Text ] ---------- */

body {
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #231f20;
}

ol,
ul {
    padding: 0;
    margin-bottom: 20px;
    margin-left: 30px;
}

/* ---------- [ Links ] ---------- */

a {
    color: #231f20;
    text-decoration: none;
    -webkit-transition: 400ms;
    transition: 400ms;
}

a:hover {
    opacity: 0.7;
    cursor: pointer;
}

/* ---------- [ Other ] ---------- */

/* [ CTA ] */

.hungry-for-more {
    display: none;
}

/* [ Width ] */

.tasty-recipes {
    width: 90%;
    max-width: 700px;
    padding: 20px;
    margin: 20px auto;
}

.tasty-recipes-container {
    border: 0;
    margin: 0;
    padding: 0;
}

/* [ Details ] */

@media print {
    .tasty-recipes-details ul,
    .tasty-recipes-nutrition ul {
        overflow: hidden;
    }

    .tasty-recipes-details ul li,
    .tasty-recipes-nutrition ul li {
        float: left;
        margin-right: 8px;
    }
}

/* [ Extras ] */

.tasty-recipes .tasty-recipes-extras {
    display: none;
}

/* [ Footer: Instagram ] */

.tasty-recipes-entry-footer {
    display: none;
}

/* [ Source Link ] */

.tasty-recipes-source-link,
.tasty-recipes-source-link .tasty-recipes-label {
    font-size: 12px;
    font-style: normal;
}

.tasty-recipes-source-link p {
    margin-bottom: 0;
}