/* =========================================================
   PAGE BOTECO 98
   Paleta principal em preto (#000 / #242222)
   ========================================================= */

.boteco-98{
    background: #fff;
}
.boteco-98__inner{
    max-width: 1128px;
    margin: 0 auto;
}
.boteco-98__header{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #000;
}
.boteco-98__header-bar{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 28px 16px 20px;
    width: 100%;
}
.boteco-98__title{
    color: #fff;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.boteco-98__subtitle{
    color: #B5B5B5;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin: 0;
    text-align: center;
}
.boteco-98__nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 12px 16px;
    width: 100%;
    background: #242222;
}
.boteco-98__nav-link{
    color: #fff !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}
.boteco-98__nav-link:hover{
    color: #FFC20E !important;
}

/* ====================== LISTAGEM ====================== */

.boteco-98-lista{
    background: #fff;
}
.boteco-98-lista__inner{
    max-width: 1128px;
    margin: 0 auto;
    padding: 24px 0;
}
.boteco-98-lista__heading{
    color: #242222;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    padding-left: 16px;
    margin: 0;
    padding-bottom: 24px;
}
.boteco-98-lista__heading::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 28px;
    background: #000;
}
.boteco-98-lista__cols{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}
.boteco-98-lista__col{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.boteco-98-lista__item{
    margin: 0;
}
.boteco-98-lista__link{
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}
.boteco-98-lista__thumb{
    width: 140px;
    height: 102px;
    flex: 0 0 140px;
    object-fit: cover;
    display: block;
    background: #000;
    border-radius: 2px;
}
.boteco-98-lista__thumb--fallback{
    border: 1px solid #EAEAEA;
    background: #242222;
}
.boteco-98-lista__body{
    min-width: 0;
    flex: 1;
}
.boteco-98-lista__catbar{
    background: #000;
    display: flex;
    align-items: center;
    padding: 4px;
}
.boteco-98-lista__cat{
    color: #fff;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
}
.boteco-98-lista__title{
    color: #070808;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    padding: 8px 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.boteco-98-lista__time{
    color: #636869;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}
.boteco-98-lista__link:hover .boteco-98-lista__title{
    color: #000;
}
.boteco-98-lista__more{
    margin: 24px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    max-width: 360px;
    border-radius: 2px;
    border: 1px solid #000;
    background: transparent;
    text-decoration: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 135%;
    color: #000 !important;
}
.boteco-98-lista__more:hover{
    background: #000;
    color: #fff !important;
}

/* ====================== DESTAQUE (topo) ====================== */

.boteco-98-destaque{
    background: #fff;
}
.boteco-98-destaque__nav{
    margin-bottom: 0;
}
.boteco-98-destaque__banner{
    width: min(970px, calc(100% - 32px));
    margin: 24px auto;
    display: block;
    line-height: 0;
}
.boteco-98-destaque__banner-img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}
.boteco-98-destaque__grid{
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 24px;
    padding-top: 24px;
}
.boteco-98-destaque__featured{
    border-radius: 2px;
    border: 1px solid #EBEBEB;
    background: #FAFAFA;
}
.boteco-98-destaque__featured-link{
    display: block;
    text-decoration: none;
    color: inherit;
}
.boteco-98-destaque__featured-media{
    position: relative;
    background: #EDEDED;
}
.boteco-98-destaque__featured-img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}
.boteco-98-destaque__featured-img--fallback{
    background: linear-gradient(135deg, #EDEDED, #F6F6F6);
}
.boteco-98-destaque__tag{
    position: absolute;
    left: 18px;
    top: 16px;
    background: #000;
    color: #fff;
    font-family: Inter;
    font-weight: 900;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
    letter-spacing: 0.02em;
}
.boteco-98-destaque__featured-content{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.boteco-98-destaque__title{
    color: #070808;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.boteco-98-destaque__side{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.boteco-98-destaque__side-card{
    background: #fff;
}
.boteco-98-destaque__side-link{
    display: grid;
    grid-template-rows: auto 1fr;
    text-decoration: none;
    color: inherit;
}
.boteco-98-destaque__side-media{
    background: #EDEDED;
    border: 1px solid #EAEAEA;
}
.boteco-98-destaque__side-img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}
.boteco-98-destaque__side-img--fallback{
    background: linear-gradient(135deg, #EDEDED, #F6F6F6);
}
.boteco-98-destaque__side-title{
    color: #070808;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    margin: 12px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ====================== BANNER DE ASSINATURA (single posts da categoria boteco98) ====================== */

.boteco-98-assinatura{
    margin: 32px auto 0;
    max-width: 728px;
    display: block;
    text-align: center;
}
.boteco-98-assinatura img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

/* ====================== RESPONSIVO ====================== */

@media (max-width: 1199px){
    .boteco-98__inner,
    .boteco-98-lista__inner{
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }
}

@media (max-width: 1023px){
    .boteco-98-destaque__grid{
        grid-template-columns: 1fr;
    }
    .boteco-98-destaque__featured-img{
        height: 320px;
    }
    .boteco-98-destaque__side{
        flex-direction: row;
    }
    .boteco-98-destaque__side-card{
        flex: 1;
    }
}

@media (max-width: 767px){
    .boteco-98-destaque__featured-img{
        height: 220px;
    }
    .boteco-98-destaque__title{
        font-size: 22px;
    }
    .boteco-98-destaque__side{
        flex-direction: column;
    }
    .boteco-98__nav{
        gap: 14px;
        flex-wrap: wrap;
    }
    .boteco-98-lista__cols{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .boteco-98-lista__thumb{
        width: 96px;
        height: 72px;
        flex: 0 0 96px;
    }
    .boteco-98-lista__title{
        font-size: 16px;
    }
}
