.blog-container { max-width: 1240px; margin: 40px auto; padding: 0; font-family: var(--font-textos); }
.breadcrumb {
    font-size: 12px;
    color: #666;
    margin-bottom: 50px;
}
.main-title {
   
    font-weight: bold;
    margin-bottom: 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid #d5d5d5;
    max-height: 53px;
}
.section-label { color: #666;  padding-bottom: 10px; margin-bottom: 20px; }

/* Grid Superior */
.top-grid {
    display: grid;
    grid-template-columns: 56% 1fr;
    gap: 30px;
}
.main-featured img { width: 100%; height: 400px; object-fit: cover; border-radius: 10px;transition: transform 0.4s ease; }

.featuredimg {
    overflow: hidden;
    height: 387px;
    border-radius: 15px;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0px;
}

.featuredimg img:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease;
}
.category-tag {
    /* background: var(--bralyx-green); */
    color: #000;
    padding: 2px 18px;
    font-size: 9px;
    border-radius: 15px;
    width: 91px;
    display: block;
    text-align: center;
    height: 23px;
}


.side-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.side-item img:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease;
}

.blimg img:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease;
}

.blimg {
    max-height: 203px;
    overflow: hidden;
    border-radius: 15px;
}

.side-item {
    overflow: hidden;
    border-radius: 15px;
    min-height: 208px;
}

.side-item a {
    display: grid;
    grid-template-columns: 34% 1fr;
    gap: 15px;
    text-decoration: none;
}
.side-item img {
    height: 176px;
    object-fit: cover;
    object-position: -23px 2px;
    width: 176px;
    max-height: 176px;
    object-view-box: inherit;
    border-radius: 10px;
    overflow: hidden;
}
.side-item h4 {
    color: #333;
    margin: 12px
px
 0px 0 0;
}

/* Estilo geral para todos os itens da lista lateral */
.side-item .side-info {
    margin-left: 11px;
    border-bottom: #dcdcdc solid 1px;
    padding-bottom: 23px;
    margin-bottom: 9px;
    padding-top: 17px;
    display: flex;
    flex-direction: column;
}

/* Remove a borda APENAS da info que pertence ao ÚLTIMO item da lista */
.side-item:last-child .side-info {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Banner */
.mid-banner {
    margin: 40px 0;
    border-bottom: 1px solid #cacdd1;
}
.mid-banner img { width: 100%; border-radius: 10px; }

/* Grid de Baixo */
.section-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 20px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.article-card img {
    width: 100%;
    height: 200px;
    min-height: 200px;
    object-fit: cover;
    border-radius: 12px;
    /* max-width: 383px; */
    border: solid 1px #f9f9f9;
    background: #dcdcdc;
    /* box-shadow: 2px 3px 10px #33333321; */
}
.article-card h3 {
    
    margin: 3px 0;
    min-height: 65px;}
.btn-more { background: #000;
    color: #fff;
    padding: 13px 23px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 24px;
    text-decoration: none;
    margin-bottom: 4px;
    }
    
    .btn-more:hover{background: var(--bralyx-green-1); color: #000;}
    
    .btn-more:hover .trop:before {
    /* content: "ff"; */
    content: "";
    
    background: url(../../../assets/seta-cima-direitap.svg) no-repeat center !important;
    
}
    
 .btn-more-blog {
    min-width: 189px;
    min-height: 53px;
    padding: 16px;
    text-align: center;
}

/* Paginação */
.pagination { text-align: center; margin-top: 40px; }
.pagination span, .pagination a { padding: 8px 15px; border: 1px solid #ddd; margin: 0 5px; text-decoration: none; color: #333; border-radius: 5px; }


span.date {
    font-size: 9px;
    color: #515151;
    text-align: right;
    margin-top: -21px;
}

span.datef {
    font-size: 9px;
    color: #515151;
    text-align: right;
}

.side-info p {
    color: #636363;
}

.side-item a, .main-featured a {
    text-decoration: none !important;
    outline: none;
}

/* Garante que o título e o texto não fiquem sublinhados */
.side-info h4, .side-info p, .featured-info h3, .featured-info p {
    text-decoration: none;
    
}

.featured-info h3{
    margin: 20px 0;
}

.article-card h4, .article-card p, .article-card h3, .article-card p , .article-card div, .article-card, .article-card a {
    text-decoration: none;
    margin-top: 5%;
    outline: none;
}

@media (max-width: 940px) {
    section.grid-section {
    padding: 0 25px;
}

.blog-item article {
    width: 95%;
}
    
    
    .top-grid, .article-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
}


.titleside{
    margin: 15px 0 -7px 0px;
}


section.newsletter-section.py-5 {
    background-image: url(../../../assets/Newsletter.png);
    background-position: right;
    background-size: cover;
}


input.form-control.newsletter-input {
    width: 250px;
    height: 52px;
    border-radius: 8px;
    border: solid 1px var(--bralyx2-gray3);
    padding:15px;
}

form.newsletter-form.d-flex.flex-column.gap-3 {
    padding: 0 25%;
}

/* TikTok — Bralypedia */
.tiktok-bralyxpedia-section {
    padding: 72px 0 24px;
    margin-top: 28px;
    border-top: 1px solid var(--bralyx2-gray2, #d0d0d0);
}

.tiktok-bralyxpedia-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.tiktok-bralyxpedia-header h3 {
    margin: 7px 0 0;
}

.tiktok-bralyxpedia-kicker {
    color: var(--bralyx-red, #ed1c24);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tiktok-bralyxpedia-controls {
    display: flex;
    gap: 10px;
}

.tiktok-bralyxpedia-controls button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--bralyx-black, #0b0b0b);
    background: #fff;
    border: 1px solid var(--bralyx2-gray2, #d0d0d0);
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    transition: background .2s ease, border-color .2s ease;
}

.tiktok-bralyxpedia-controls button:hover,
.tiktok-bralyxpedia-controls button:focus-visible {
    background: var(--bralyx-green-1, #9aca3c);
    border-color: var(--bralyx-green-1, #9aca3c);
}

.tiktok-bralyxpedia-controls button.swiper-button-disabled {
    opacity: .35;
    cursor: default;
}

.tiktok-bralyxpedia-swiper {
    width: 100%;
    padding-bottom: 44px;
    overflow: hidden;
}

.tiktok-bralyxpedia-card {
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.tiktok-bralyxpedia-player {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    aspect-ratio: 9 / 16;
}

.tiktok-bralyxpedia-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tiktok-bralyxpedia-card-body {
    padding: 18px;
}

.tiktok-bralyxpedia-card-body h4 {
    min-height: 48px;
    margin: 0 0 14px;
    color: var(--bralyx-black, #0b0b0b);
    font-size: 16px;
    line-height: 1.5;
}

.tiktok-bralyxpedia-card-body a {
    color: var(--bralyx-red, #ed1c24);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tiktok-bralyxpedia-pagination .swiper-pagination-bullet-active {
    background: var(--bralyx-green, #85bb2f) !important;
}

.tiktok-bralyxpedia-empty {
    padding: 34px 24px;
    color: var(--bralyx2-gray1, #696969);
    background: var(--bralyx2-gray3, #f5f5f5);
    border-radius: 14px;
    text-align: center;
}

@media (max-width: 767px) {
    .tiktok-bralyxpedia-section {
        padding-top: 52px;
    }

    .tiktok-bralyxpedia-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .tiktok-bralyxpedia-card-body h4 {
        min-height: 0;
    }
}
