@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.blogpost-title {
    font-family: Roboto Condensed;
    font-weight: 600;
    font-size: 36px;
    margin: 20px 0;
}

.blogpost-meta {
    color: #4B5563;
    margin-bottom: 10px;
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogpost-meta span {
display: flex;
gap: 5px;
}

.blogpost-category {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 12px;
    background: #000000;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    line-height: 1;
    white-space: nowrap;
}


.blogpost-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    margin: 20px 0;
    display: block;
    border-radius: 24px;
}

.blogpost-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 24px;
}

.blogpost-content h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #000;
    margin: 24px 0 16px;
}

.blogpost-content h3 {
    font-family: Roboto Condensed;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
}

.blogpost-content a {
    color: #6D28D9;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}



.blogpost-content-intro p,
.blogpost-content p {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4B5563;
}

.blogpost-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #8000cc;
    background-color: transparent;
    border: 2px solid #8000cc;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.blogpost-share-btn:hover {
    background-color: #f3e6ff;
}

.blogpost-share-icon {
    width: 20px;
    height: 20px;
}

.ouvir-title {
    font-family: Roboto Condensed;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.col-img-anuncio {
    border-radius: 24px;
    width: 100%;
    height: auto;
}

.col-iframe-pluto {
    border-radius: 24px;
}

.col-sl-ao-vivo {
    font-family: Roboto Condensed;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

#dividerTop,
#dividerBottom {
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    margin: 20px 0;
}

.webstories-swiper .story-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #6D28D9, #A78BFA) border-box;
    padding: 2px;
    transition: transform 0.3s ease;
}

.webstories-swiper .story-thumbnail:hover {
    transform: scale(1.05);
}

/* Estilo das setas padrão do Swiper */
.swiper-button-next,
.swiper-button-prev {
  color: #6D28D9;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.post-categories{
width: 69px;
    padding: 5px 10px;
    border-radius: 12px;
    background: #000;
}
.badge-post{
color: #fff;
font-family: Roboto Condensed;
font-weight: 600;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;

}

/* Web Stories: círculos com borda roxa e efeito de padding */
.webstories-swiper .story-thumbnail {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #6D28D9, #A78BFA) border-box;
    padding: 2px;
    transition: transform 0.3s ease;
}

/* opcional: efeito de hover */
.webstories-swiper .story-thumbnail:hover {
    transform: scale(1.1);
}

.stories-heading{
font-family: Roboto Condensed;
font-weight: 600;
font-size: 30px;
line-height: 120%;
letter-spacing: 0%;
text-transform: uppercase;
}
.position-sticky-lateral{
position: sticky;
    top: 100px;
    z-index: 999;
}
