body{
    font: 300 16px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    background-color: #242428;
}
::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem */
}
/* Estilo geral do contêiner do download */
.download-container {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    display: none;
    border-radius: 5px;
    justify-self: center;
    padding: 2px;
    width: 77%;
    font-weight: 500;
    background: #0000007a;
    font-family: sans-serif;
}

.div-component-download span{
    padding: 5px;
    flex-wrap: wrap;
    display: flex;
}

#link-doar{
    display:none;
}


/* Estilo do texto descritivo */
.download-container span {
    padding: 3px;
    font-size: 14px; /* Tamanho da fonte */
    color: #ffffff; /* Cor do texto */
    transition: color 1s; /* Transição suave na cor de fundo */
}

/* Estilo do botão de download */
.download-container button {
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    color: white; /* Cor do texto do botão */
    padding: 8px 12px; /* Espaço interno do botão */
    border-radius: 4px; /* Bordas arredondadas do botão */
    font-size: 14px; /* Tamanho da fonte do texto no botão */
    transition: color 1s; /* Transição suave na cor de fundo */
}

.div-component-download:hover button,
.div-component-download:hover span {
    color: rgba(255, 255, 255, 0.562); /* Cor aplicada ao botão e ao texto ao passar o mouse */
}




.container-button-conteudo-ler{
    margin-top: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
}

.container-button-conteudo-ler i{
    font-size: 20px;
    margin: 2px;
    color: #ffffff;
}

.container-button-conteudo-ler button{
    flex-direction: column;
    padding: 5px;
    opacity: .6;
    align-items: center;
    color: rgba(255, 255, 255, 0.377);
    background: transparent;
    cursor: pointer;
    transition: all .3s;
    border-radius: 5px;
    display: flex;
    border: none;
    height: 40px;
}
.container-button-conteudo-ler button:hover{
    opacity: 1;
}

.voice-actor-info h2{
    width: 5rem;
    color: white;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.character-info h2{
    width: 5rem;
    font-weight: 500;
    color: white;
    font-size: .75rem;
    line-height: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


::-webkit-scrollbar-track {
    background: #4e4e4e; /* Cor de fundo da barra de rolagem */
}

::-webkit-scrollbar-thumb {
    background: #5a2e98; /* Cor do indicador da barra de rolagem */
    border-radius: 5px; /* Borda arredondada do indicador */
}

.capa-resultados img {
    user-select: none;
}

* {
    box-sizing: border-box;
}

.nav-souso-1-botao-lateral{
    height: 100%;
    position: relative;
    display: flex;
    right: 50px;
    margin-left: auto; 
    align-items: center;
    text-align: right;

}

.nav-souso-1-botao-lateral-1 {
    background: transparent;
    border: none;
    font-size: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    border-radius: 10px;
}

.nav-souso-1-botao-lateral-1 i {
    color: rgb(255, 255, 255);
}
.custom-modal {
    position: fixed;
    bottom: 20px;
    top: 15%;
    left: 20px;
    width: 300px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
    z-index: 9999 !important;
    border-radius: 5px;
    max-height: 62px;
}

.custom-modal-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    justify-content: space-between;
}

.custom-modal-content.error {
    background-color: #f14e4e;
}

.custom-modal-content.success {
    background-color: #2bd22b;
}

.custom-modal.show {
    transform: translateX(0);
    opacity: 1;
    max-height: 62px;
}

.custom-close-button {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

#custom-modal-message {
    color: white;
    margin: 0;
    font-size: 16px;
}

.nav-souso-1 {
    list-style: none;
    z-index: 1000;
    align-items: center; 
    display: flex;
    height: 80px;
    top: 0;
    width: 100%;

    position: fixed;
    background: #00000085;
}

/* Posiciona o spinner no canto superior direito */
.spinner-container {
    position: fixed;
    top: 100px;
    display: none;
    left: 30px;
    color: rgba(255, 255, 255, 0.185);
    margin: 1rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estiliza o spinner */
.spinner-container svg {
    width: 2rem; /* Ajusta o tamanho do spinner */
    height: 2rem;
    animation: spin 0.2s linear infinite; /* Animação de rotação contínua */
    fill: #ff9913; /* Cor do spinner, você pode ajustar conforme necessário */
}

/* Define a animação de rotação */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Oculta o texto para leitores de tela */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.nav-souso-2{
    height: 100%;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Translada o contêiner filho para o centro */
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.nav-souso-2-component-pesquisa-campo{
    font: 300 16px '__poppins_f68cdc','__poppins_Fallback_f68cdc',Arial,sans-serif;
    color: white;
    height: 60px;
    outline: none;
    width: 400px;
    text-align: start;
    padding: 12px;
    border: none;
    background: #000000b0;
}

.nav-souso-2-component-pesquisa{
    background-color: #000000b0;
    display: flex;
}

.nav-souso-2-component-pesquisa-botao{
    background-color: #000000b0;
    cursor: pointer;
    color: white;
    border: none;
    padding: 10px;
    position: relative;
}

.ri-menu-line{
    font-size: 35px!important;
}

.ri-search-line{
    font-size: 20px;
}

.nav-souso-1-conteudo-animes {
    border-radius: 3px;
    background: #222020a6;
    width: auto;
    padding-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    flex-wrap: wrap;
    position: relative; /* Adicionado */
}

.nav-souso-3-site-nome-1{
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
    left: 20px;
    font-size: 25px;
    position: relative;
    color: white;
}
@keyframes emergeCenterEffect {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: none;
    }
}


/* Adicione seu CSS aqui */
.souso-conteudo-detalhes-1 {
    margin-top: 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 25px;
    margin: 10px;
    flex-wrap: wrap;
}
.capa-container {
    text-align: center;
    align-content: center;
    flex: 1;
    max-width: 250px; /* Ajuste conforme necessário */
}

.back-links {
    margin-top: 10px;
    color: white;
    cursor: pointer;
    font: none;
    list-style: none;
    display: flex;
    text-decoration: none;
}
.back-links p {
    color: white;
    cursor: pointer;
    font: none;
    list-style: none;
    display: flex;
    text-decoration: none;
}

.back-links p a {
    font-size: 12px;
    color: white;
    cursor: pointer;
    font: none;
    list-style: none;
    display: flex;
    text-decoration: none;
}

.capa-container img {
    width: 100%;
    height: auto;
}
.info-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.titulo-container {
    overflow: hidden;
    max-width: 100%;
    color: white;
}
.extra-info {
    opacity: 0;
    align-items: flex-start;
    display: flex;
    gap: 0.5rem;
    flex: 1;
    position: relative;
    font-size: 13px;
    overflow: hidden;
    color: white;
    display: flex;

}

.sinopse-container{
    padding: 0.5rem;
    overflow: auto;
    height: 105px;
    margin: 1rem 20px;
    font-size: 14px;
    color: white;
}

.capa-container img{
    object-fit: cover;
    width: 174px;
    user-select: none;
    height: 275px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 20px 0px, rgba(0, 0, 0, 0.12) 0px 0px 2px 0px;
}
.conteudo{
    position: absolute;
    top: 10%;
}

.episodios-container{
    border-radius: 3px;
    background: #0201015f;
    width: auto;
    padding: 130px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    flex-wrap: wrap;
    position: relative;
}
.episodio-capa {
    width: 100%;
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.container-tags h2{
    font-weight: bold;
    color: white;
    font-size: 15px;
}
.episodio-card{
    animation: emergeCenterEffect 0.5s linear 0s 1 normal none running;
    height: 200px;
    margin-bottom: 5px;
    border-radius: 5%;
    padding: 10px;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    width: 150px;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.episodio-card:hover {
    transform: scale(1.4); /* Aumenta ligeiramente o card */
    box-shadow: 0 4px 16px 0 4px 8px rgb(255 255 255 / 31%); /* Aumenta a sombra */
}
.episodio-card:hover {
    transform: scale(1.06); /* Aumenta ligeiramente o card */
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3); /* Aumenta a sombra */
}

.episodio-card:hover .episodio-capa img {
    transform: scale(1.1); /* Zoom na imagem ao hover do card */
}

.souso-compartillhar{
    top: 0;
    right: 0;
    transition: color 0.3s ease;
    display: flex;
    position: absolute;
    align-self: end;
    cursor: pointer;
}

.watchlist-button:hover{
    color: rgba(255, 255, 255, 0.472);
}

.souso-compartillhar:hover{
    color: rgba(255, 255, 255, 0.472);
}


.episodio-card h3 {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 130px;
    align-content: center;
    border-radius: 3px;
    background: linear-gradient(87deg, #2721275e 0, #716b6b26 100%);
    cursor: pointer;
    color: rgb(200 198 198);
    text-overflow: ellipsis;
    height: 50px;
    font-size: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.episodio-card p {
    cursor: pointer;
    margin: 0;
}

.episodio-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.4s ease;
}

.filtros-container {
    max-width: 15%;
    outline: none;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#pesquisar-episodio {
    border-radius: 4px;
    color: white;
    outline: none;
    background-color: transparent;
    border: 2px solid rgba(125, 125, 125, 0.644);
    padding: 5px;
    font-size: 16px;
    flex: 1;
}

#filtrar-episodios {
    max-width: 20%;
    border-radius: 3px;
    flex-direction: row-reverse;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    cursor: pointer;
    color: white;
    border: none;
    padding: 10px;
    position: relative;
}

#filtrar-episodios:hover{
    background: #5a2e98;
    transition: background 500ms ease-in-out;
}

.container-detalhes-tags h1{
    font-size: 10px;

}



.souso-header-1{
    padding: 30px;
    top: 100px;
    position: relative;
}

.souso-header-component{
    text-align: center;
    font-size: 14px;
    color: white;
}

.souso-header-component p{
    margin-top: 0;
    margin-bottom: 1rem;
}

.Parceiros{
    white-space: nowrap;
}

.Parceiros i{
   cursor: pointer;
   list-style-type: none;
   text-decoration: none;
   outline: none;
   list-style: none;
   color: white;
}
.nav-souso-1-btn-recolhimento{
    display: none;
}
  
.Parceiros i a{
    cursor: pointer;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    list-style: none;
    color: #ffbb1c;
}

.div-souso-3-barra-lateral {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px; /* Defina a largura do menu lateral */
    background: #000000eb;
    z-index: 900;
    transform: translateX(-100%); /* Inicialmente fora da tela */
    transition: transform 0.3s ease-in-out; /* Transição suave */
    overflow-y: auto;
}

.div-souso-3-barra-lateral.show {
    transform: translateX(0); /* Visível na tela */
}

.body-no-scroll {
    overflow: hidden;
}

.ri-close-line{
    cursor: pointer;
    font-size: 45px;
    border: none;
    background-color: transparent;
    border: 1px white;
    color: white;
}
.ul-souso-3-barra-lateral a.active {
    position: relative;
    background: linear-gradient(87deg, #ff5a00 0%, #ffad42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: background 0.5s ease, -webkit-background-clip 0.5s ease, -webkit-text-fill-color 0.5s ease;
}

.container-caoa-titulo {
    position: relative; /* Garante que o pseudo-elemento ::before se posicione corretamente */
    overflow: hidden;   /* Garante que o conteúdo não escapa do container */
    z-index: 1;         /* Define o z-index para garantir que o fundo fique atrás do conteúdo */
}

.bg-image {
    position: relative;
}
.bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.ul-souso-3-barra-lateral a.active::after {
    border-radius: 5px 4px 0 0;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px; /* Mantém a altura da barra constante */
    background: linear-gradient(87deg, #b94100 0%, #ff9100 100%);
    transition: background 0.5s ease;
}

.ul-souso-3-barra-lateral a.active:hover {
    background: linear-gradient(87deg, #e55a00 0%, #f8a042 100%); /* Gradiente escurecido para hover */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.ul-souso-3-barra-lateral a.active:hover::after {
    background: linear-gradient(87deg, #a94100 0%, #d58100 100%); /* Gradiente escurecido para hover */
}
.div-souso-3-barra-lateral {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 900;
    height: 100%;
    width: 100%;
    background: #000000eb;
    padding-top: 20px;
}

/* Ocultar o conteúdo adicional com animação */
.hidden-content {
    max-height: 420px; /* Ajuste conforme necessário */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-out; /* Animação de expansão/colapso */
  }
  
  .hidden-content.expanded {
    max-height: 1000px; /* Ajuste conforme necessário para o conteúdo total */
  }
  
  /* Estilo do botão 'ver mais' e 'fechar' */
  .button-container {
    text-align: center;
    display: flex;
    place-content: center;
    margin-top: 10px;
  }
  
  .show-more-btn, .show-less-btn {
    background-color: transparent;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin: 5px;
    position: relative;
  }
  
  
  .show-more-btn:before {
    border-top: 10px solid white; /* Seta para baixo */
  }
  
  .show-less-btn:before {
    border-bottom: 10px solid white; /* Seta para cima */
  }
  
  .show-more-btn:hover, .show-less-btn:hover {
     color: white;
  }
  
  .show-less-btn.hidden {
    display: none; /* Ocultar o botão de fechar quando não estiver ativo */
  }
  .show-more-btn.hidden {
    display: none; /* Ocultar o botão de ver mais quando não estiver ativo */
  }
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: transparent; /* Cor de fundo da barra de carregamento */
    z-index: 9999; /* Certifique-se de que a barra de carregamento fique acima de outros elementos */
    display: none; /* Inicialmente escondido */
}
  
#loader-progress {
    width: 0%;
    height: 100%;
    background-color: #7412ff; /* Cor da barra de progresso */
    transition: width 0.4s ease; /* Animação de transição suave */
}

.conteudo,
.div-souso-3-barra-lateral,
.nav-souso-1{
    right: 0;
    left: 0;
    width: 100%; /* Você pode ajustar isso para uma largura fixa desejada, por exemplo: 800px; */
    max-width: 2000px; /* Largura máxima para evitar que se estenda indefinidamente */
    margin: 0 auto; /* Centraliza o conteúdo */
    padding: 20px;
    box-sizing: border-box; /* Garante que o padding não incremente a largura total */
}

.submenu {
    display: none;
    list-style-type: none;
    padding-left: 20px;
}

.ul-souso-3-barra-lateral li:hover .submenu {
    display: block;
}

.submenu li {
    padding: 5px 0;
}

.submenu li a {
    color: white;
    text-decoration: none;
}

.submenu li a:hover {
    color: #ccc;
}


.ul-souso-3-barra-lateral a{
    color: white;
    transition: color 0.4s ease; /* Transição suave de cor ao passar o mouse */
    list-style-type: none;
    text-decoration: none;
    outline: none;
    list-style: none;
}

.ul-souso-3-barra-lateral {
    transition: color 0.4s ease; /* Transição suave de cor ao passar o mouse */
    right: 40px;
    position: relative;
    top: 40px;
    float: right;
    list-style-type: none;
    padding: 0;
}

#expand-trailer-btn{
    transition: color 0.4s ease; /* Transição suave de cor ao passar o mouse */
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
}
#expand-trailer-btn:hover{
    color: rgba(255, 255, 255, 0.741);
}

.trailer {
    color: rgba(255, 255, 255, 0.741);
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease; /* Transição suave de altura */
}
.trailer-container {
    opacity: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza horizontalmente */
    justify-content: center; /* Centraliza verticalmente */
}

.ul-souso-3-barra-lateral li {
    transition: color 0.4s ease; /* Transição suave de cor ao passar o mouse */
    padding: 10px;
    text-align: left;
    list-style: none;
}

.souso-sociais{
    justify-content: right;
    display: flex;
    margin-top: 10px;
}

.ul-souso-3-barra-lateral li a {
    text-decoration: none;
    margin: 3px;
    list-style: none;
    color: white;
    display: block;
    transition: color 0.4s ease; /* Transição suave de cor ao passar o mouse */
}

.ul-souso-3-barra-lateral li a:hover {
    color: rgba(255, 255, 255, 0.741);
}

.ul-souso-3-barra-lateral{
    transition: color 0.4s ease;
    list-style: none;
    text-decoration: none;
}

.ul-souso-3-barra-lateral :hover {
    transition: color 0.4s ease;
    color: rgba(255, 255, 255, 0.741);
}


.souso-titulo-episodio{
    padding: 5px;
    background: #05164f8d;
    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.container-detalhes-ep{
    margin: 5px;
    border: 2px solid #ffffff2b;
    padding: 10px;
}

.container-detalhes-ep h2{
    font-size: 13px;
}
.souso-titulo-episodio {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 8px;
    background: linear-gradient(to right, #1d1c1c, #1f1e1e 50%, #1b1a1a 50%, #080808);
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.souso-conteudo-dealhes-visu{
    position: relative;
    margin-top: 5%;
}
.souso-titulo-episodio-capa {
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
}
.souso-titulo-episodio-capa img {
    cursor: pointer;
    margin: 5px;
    height: 100px;
    width: auto;
    border-radius: 4px;
}
.cookie-popup {
    user-select: none; /* Evita a seleção de texto */
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #000000ed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  
.cookie-popup p a {
    user-select: none; /* Evita a seleção de texto */
    color: rgb(106 6 213 / 95%);
    font-weight: 700;
}

.cookie-popup p {
    user-select: none; /* Evita a seleção de texto */
    color: white;
}

#accept-cookies {
    user-select: none; /* Evita a seleção de texto */
    background-color: rgb(106 6 213 / 95%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 60px;
    cursor: pointer;
}
.souso-titulo-episodio-titulo{
    font-size: 80%;
}

.episodios-container p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffffdb;
    text-transform: uppercase;
}

.container-episodio-views-link{
    display: flex;
    justify-content: center;
}

.titulo-container .titulo{
    margin-top: 0px;
    font-size: 25px;
}

.container-capa-ep-views-link{
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.container-capa-ep-views-link img{ 
    border: 3px solid #33333396;
    width: 95%;
    height: auto;
}

.container-capa-ep-views-link{
    width: 80%;
    height: auto;
}

#souso-titulo-episodio-nome{
    cursor: pointer;
}

.episodios-detalhes-visu{
    width: 100%;
}

.container-controles-souso {
    background-color: #1505538f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-left: 100px;
    margin-right: 100px;
}

.container-controles-souso a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.episodio-card.watched {
    box-shadow: 0 4px 8px rgb(255 255 255 / 31%);
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #7f14ff;
    color: #fff;
    border: none;
    border-radius: 20%;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    z-index: 1000;
    transition: opacity 0.3s;
}

.scroll-to-top.hidden {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}
.status-indicator {
    position: absolute;
    top: 5px;
    pointer-events: none;
    left: 5px;
    padding: 5px 10px;
    background: rgb(0 0 0 / 78%);
    color: white;
    font-size: 10px;
    border-radius: 10px 100px / 120px;
    display: flex;
    box-shadow: 0 4px 8px rgba(251, 251, 251, 0.5); /* Box-shadow claro */
    align-items: center;
    justify-content: center;
}
.container-controles-souso .controle-anterior,
.container-controles-souso .controle-proximo,
.container-controles-souso .controle-menu {
    display: flex;
    border: 0.5px solid #3b3737;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 3px;
    height: 60px;
    background-color: #1505538f;
    color: #ffffff;
    font-size: 20px;
    transition: background-color 0.3s, color 0.3s;
    padding: 10px;
}

.container-controles-souso .controle-anterior span,
.container-controles-souso .controle-proximo span {
    font-size: 12px;
    margin-top: 5px;
}

.container-controles-souso .controle-anterior:hover,
.container-controles-souso .controle-proximo:hover,
.container-controles-souso .controle-menu:hover {
    background-color: #2b076d41;
    color: #fff;
}

.souso-lista-episodios-components{
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.active{
    color: rgba(255, 255, 255, 0.727);
}

#ordenar-crescente {
    cursor: pointer;
    margin: 5px;
    transition: color 0.3s ease; /* Adiciona uma transição suave de 0.3 segundos */
}

#ordenar-decrescente {
    cursor: pointer;
    margin: 5px;
    transition: color 0.3s ease; /* Adiciona uma transição suave de 0.3 segundos */
}
.componets-ordem{
    color: rgba(255, 255, 255, 0.472);
    padding: 2px 5px;
    font-family: sans-serif;
}

#ordenar-crescente:hover{
    color: rgba(255, 255, 255, 0.653);
}

#ordenar-decrescente:hover{
    color: rgba(255, 255, 255, 0.653);
}

.titulo-container .titulo {
    flex-wrap: wrap;
    display: flex;
    min-width: 80%;
    max-width: 80%;
}


.show-comments {
    cursor: pointer;
    border: none;
    color: white;
    background: linear-gradient(135deg, #3a3a3a54, #23232369);
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    gap: 10px;
    transition: background 2s ease, box-shadow 2s ease, transform 0.5s ease;
}
.show-comments:hover {
    background: linear-gradient(135deg, #343434bf, #2b2b2ba5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.show-comments:active {
    transform: translateY(2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

#seçao_comentarios{
    top: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#disqus_thread {
    width: 80%; /* Defina a largura desejada, por exemplo, 80% */
    margin: 0 auto; /* Isso centralizará o elemento horizontalmente na página */
    margin-top: 150px; /* Adiciona uma margem superior de 150px */
}

.souso-container-resultado{
    border-radius: 3px;
    background: #222020a6;
    width: auto;
    padding-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    flex-wrap: wrap;
    position: relative;
}

.catalog-item{
    height: 280px;
    margin-bottom: 5px;
    border-radius: 5%;
    padding: 10px;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    width: 150px;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.4s ease;
}

.catalog-item img:hover{
    transform: scale(1.1); /* Aplica o zoom na imagem ao passar o mouse */
}

.catalog-item h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 130px;
    align-content: center;
    border-radius: 3px;
    background: linear-gradient(87deg, #2721275e 0, #716b6b26 100%);
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-overflow: ellipsis;
    height: 50px;
    font-size: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.component-loading-anime-prev-next-souso button:hover{
    background: #ffffff;
}
.component-marcador-pagina {
    font-size: 14px;
    color: #ffffffc2;
    position: static; /* Remove o comportamento absoluto */
}
.component-paginacao-div {
    z-index: 10;
    gap: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 20px;
}
.component-loading-anime-prev-next-souso button {
    border: none;
    border-radius: 5px; 
    display: flex;
    color: black;
    z-index: 1000;
    cursor: pointer;
    padding: 3px;
    background: #ffffffb5;
    transition: background 0.4s ease-in-out;
}

.component-div-episodios-souso{
    display: flex;
    flex-direction: column;
    position: relative;
}
.component-loading-anime-prev-next-souso{
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: space-between;
}

.prev-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.capa-resultados{
    height: 250px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.container-ads-banner{
    color: white;
    display: flex;
    margin-top: 5%;
    font-weight: 700;
    gap: 10px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.div-souso-header-component-name{
    display: flex;
    justify-content: center;
}

.terno-pesquisado{
    color: white;
}

.nav-souso-3-site-nome-1 a{
    text-transform: uppercase;
    color: white;
    list-style: none;
    text-decoration: none;
}

.container-detalhes-ep p{
    font-size: 10px;
}

.loading-animation {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}

.loading-animation::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% { transform: rotate(360deg) }
}

@keyframes prixClipFix {
    0% { clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0) }
    25% { clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0) }
    50% { clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%) }
    75% { clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%) }
    100% { clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0) }
}
.container-caoa-titulo{
    width: 100%;
    margin: 5px;
    border: 2px solid #ffffff2b;
    padding: 10px;
    display: flex;
}

.tags{
    color: white;
    margin: 70px;
    padding: 10px;
    display: flex;
    height: auto;
    margin-top: 100px;
}

.tag{
    font-weight: bold;
    font-size: 15px;
}

.container-detalhes-tags{
    margin-top: 5px;
}

.container-detalhes-tags span{
    font-weight: bold;
}

.container-detalhes-Sinopse span{
    font-weight: bold;
}

.container-detalhes-ep hr{
    width: 100%;
    border: 1px solid #ffffff2b;
}


.capa-container {
    position: relative;
}

.souso-component-img-capa {
    opacity: 0;
    position: relative;
}

.anime-imagem {
    width: 100%;
    height: auto;
}

.watchlist-button {
    transition: color 0.3 ease;
    display: flex;
    width: 24.9px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 34px;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.mascot{
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAWkPOxJVqkc0xIyKBoulfxbN9BXFI1j6jQMc9SnV2HjiESbR7VvDZM6FheAGZ86P57AnIEhX0Wy8HFw0xkd8lGV4svCOHtD9oecMQr22ItBvEVrLcJMixvPtvN31uIZZY-z0clWZD4iPkQ8A7Gpo_JkJkI9tW0dOvw9nmT1Lr1znL3xKJaLbq49s_Yw/s1600/IMG_20220521_032343.png);
    background-size: contain;
    width: 260px;
    height: 370px;
    background-repeat: no-repeat;
}


.favorites-message {
    top: 90px;
    position: fixed;
    right: -300px; /* Inicialmente fora da tela */
    transform: translateX(0);
    background: #171717;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;
    z-index: 1000;
}



.favorites-message i {
    margin-right: 10px;
}


.favorites-message.show {
    right: 50px; /* Posição visível à direita */
    opacity: 1;
}
.favorites-message.hidden {
    right: -300px; /* Fora da tela à direita ao ocultar */
    opacity: 0;
}
.favorites-message.hidden {
    opacity: 0;
}
.souso-component-img-capa{
    display: inline-flex;
}

.ipc-watchlist-ribbon {
    cursor: pointer;
}

.ipc-watchlist-ribbon__bg {
    width:"24px";
    height:"34px";
    opacity: 0.8;
    fill: rgba(58, 58, 58, 0.6); /* Cor mais escura com 60% de opacidade */
}

.lista-de-favoritos{
    transition: color 0.4s ease;
    cursor: pointer;
    padding: 10px;
    align-items: center;
    display: flex;
    color: white;
    justify-content: right;
}

.share-submenu {
    display: none;
    position: absolute;
    border-radius: 5px;
    top: 70px;
    cursor: pointer;
    right: 10px;
    background: #1d1d1df7;
    color: white;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.souso-cadatro{
    text-align: center !important;
    cursor: pointer;
    color: white;
    font-family: sans-serif;
}


.menu-icon {
    width: 20px;
    z-index: 100;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 20px;
    color: white;
}

.mini-submenu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0; /* Começa invisível */
    transform: translateY(-10px); /* Levemente deslocado para cima */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Transição suave */
    display: none; /* Oculta por padrão */
}

.mini-submenu.show {
    opacity: 1; /* Torna visível */
    transform: translateY(0); /* Alinha na posição correta */
    display: block; /* Exibe o submenu */
}
.mini-submenu ul {
    font-size: 12px;
    height: 100%;
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.mini-submenu ul li a {
    list-style: none;
    outline: none;
    border: none;
    text-decoration: none;
}

.mini-submenu ul li a:hover {
    text-decoration: none; /* Adiciona sublinhado no hover */
}
.mini-submenu ul li {
    margin: 5px 0;
}

.mini-submenu ul li a {
    color: white;
    text-decoration: none;
}

.share-submenu:hover{
    background: #323232f7;
}

.share-submenu a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.share-submenu a:hover {
    background-color: #575757;
}

.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.ipc-watchlist-ribbon__bg-ribbon{
    opacity: 0.8;
}
.ipc-watchlist-ribbon__bg-hover {
    opacity: 0.8;
    fill: rgba(0, 0, 0, 0.34); /* Cor de hover com 34% de opacidade */
}

.ipc-watchlist-ribbon__bg-shadow {
    opacity: 0.8;
    fill: rgba(255, 255, 255, 0.5); /* Sombra com 50% de opacidade */
}
.ipc-watchlist-ribbon__icon{
    color: white;
    transition: color 0.3s ease;
}

.ipc-watchlist-ribbon__icon:hover{
    color: rgba(255, 255, 255, 0.472);
}

.ipc-watchlist-ribbon__icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #ffffff;
}
    /* Estilo para a estrutura de personagem e dublador */
    .character-section {
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #0201015f;
        padding: 10px;
        margin: 5px 0;
        width: 48%;
      }
  
      /* Para organizar duas seções por linha */
      .character-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
      }
  
      /* Estilo da imagem */
      .character-section img {
        width: 3rem;
        height: 3rem;
        margin-right: 10px;
        border-radius: 50%; /* Tornar a imagem circular */
        object-fit: cover; /* Ajustar a imagem dentro do círculo */
        aspect-ratio: 1 / 1; /* Garantir que a imagem mantenha uma proporção de 1:1 */
    }
.personagens-souso-complement-section h5{
    font-family: sans-serif;
    padding-top: 3rem;
    margin: 10px 0;
    color: white;
    font-size: 18px;
}   
  
.character-info, .voice-actor-info {
    display: flex;
    align-items: center;
}

.personagens-souso-complement-section {
    width: 100%;
}
  
@media only screen and (max-width: 768px) {
    .nav-souso-1 {
        transition: height 0.2s linear;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 20px;
        height: auto;
    }

    .mascot{
       display: none;
    }
    .favorites-message.show {
        right: 10px; /* Posição visível à direita */
        opacity: 1;
    }
    .favorites-message {
        top: 230px;
        position: fixed;
        right: -300px; /* Inicialmente fora da tela */
        transform: translateX(0);
        background: #171717;
        color: white;
        padding: 5px 15px;
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;
        z-index: 1000;
    }
    
    .nav-souso-1-btn-recolhimento{
        display: block;
    }
    .nav-souso-1-botao-lateral-1, .nav-souso-1-btn-recolhimento a {
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
    }
    .expanded .nav-souso-1-btn-recolhimento {
        margin-top: -55px;
        transform: rotate(180deg);
    }
    .ipc-watchlist-ribbon {
        width: 28px;
        height: auto;
    }
    .character-row{
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0px;
    }
    .watchlist-button {
        display: flex;
        width: 28.9px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        height: 41px;
        position: absolute;
        top: 2px;
        bottom: 0;
        left: 0;
        padding: 10px;
    }

    .hidden-content {
        max-height: 370px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.5s ease-out;
    }

    .ipc-watchlist-ribbon__bg {
        width: 28px;
        height: auto;
    }
    .ipc-watchlist-ribbon__icon {
        display: flex;
        width: 20px;
        height: auto;
    }
    .nav-souso-0 {
        display: flex;
        align-items: baseline;
        width: 60%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .nav-souso-1-botao-lateral {
        height: 100%;
        display: flex;
        right: 15%;
        margin-left: auto;
        align-items: center;
        text-align: right;
        position: absolute;
        top: 10px;
    }
    .spinner-container {
        position: fixed;
        top: 230px;
        display: none;
        left: 30px;
        color: rgba(255, 255, 255, 0.185);
        margin: 1rem;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .personagens-souso-complement-section h5{
        font-family: sans-serif;
        padding: 10px;
        margin: 10px 0;
        color: white;
        font-size: 18px;
    }  

    .character-section {
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #0201015f;
        padding: 10px;
        margin: 10px 0;
        width: 95%;
      }
    .nav-souso-3-site-nome{
        width: 100%;
    }
    .div-souso-4 {
        margin-top: 120px;
        color: white;
        text-align: center;
    }

    .personagens-souso-complement-section {
        width: 100%;
        overflow: hidden;
    }

    .div-souso-2-titulo h2 i{
        margin-right: 10px;
        color: #ffffff;
    }
    .div-souso-4 h2{
        white-space: nowrap;
        font-size: 20px;
    }

    .div-souso-2-titulo h2{
        white-space: nowrap;
        font-size: 18px;
    }
    .souso-titulo-episodio-titulo {
        top: 0;
        display: flex;
        /* margin: 0; */
        flex-flow: column;
        align-self: baseline;
        font-size: 70%;
        position: relative;
    }
    .souso-lista-episodios-components{
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        display: flex;
    }

    .souso-compartillhar{
        display: flex;
        position: absolute;
        align-self: end;
        cursor: pointer;
        position: absolute;
        top: 20px;
        font-size: 20px;
    }
    
    #souso-titulo-episodio-nome {
        margin: 0;
        color: #ffffff99;
        cursor: pointer;
    }
    .souso-titulo-episodio {
        display: flex;
        align-items: center;
        padding: 5px;
        border-radius: 8px;
        background: linear-gradient(to right, #1d1c1c, #1f1e1e 50%, #1b1a1a 50%, #080808);
        margin-bottom: 40px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .componets-ordem{
        color: rgba(255, 255, 255, 0.472);
        padding: 2px 5px;
        margin: 10px;
        font-family: sans-serif;
    }

    .container-tags{
        display: flex;
        text-align: center;
    }
    .back-links p a {
        font-size: 12px;
        color: white;
        cursor: pointer;
        font: none;
        list-style: none;
        display: flex;
        text-decoration: none;
    }
    .back-links p {
        color: white;
        cursor: pointer;
        margin: 0;
        font: none;
        list-style: none;
        display: flex;
        text-decoration: none;
    }

    .back-links {
        margin-top: 10px;
        color: white;
        cursor: pointer;
        font: none;
        flex-direction: column;
        list-style: none;
        display: flex;
        text-decoration: none;
    }
    .titulo-container .titulo {
        font-size: 1.5rem;
        padding-bottom: 1rem;
        margin: 0px;
        min-width: 100%;
    }
    .ul-souso-3-barra-lateral {
        right: 0px;
        position: relative;
        top: 180px;
        float: right;
        list-style-type: none;
        padding: 0;
    }
    .episodios-container {
        margin-top: 7px;
        border-radius: 3px;
        background: #0201015f;
        width: auto;
        align-items: center;
        display: flex;
        padding: 0px;
        justify-content: center;
        gap: 0.62rem;
        flex-wrap: wrap;
        position: relative;
    }
    .container-capa-ep-views-link img{ 
        width: 95%;
        border: 3px solid #fe8b00;
        height: auto;
    }

    .character-info h2{
        width: 40px;
        font-weight: 500;
        color: white;
        font-size: .75rem;
        line-height: 1rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    

    .nav-souso-3-site-nome-1 {
        margin: 10px;
        justify-content: center;
        cursor: pointer;
        font-size: 18px;
        left: 0px;
        display: flex;
        align-items: center;
        position: relative;
        color: white;
    }

    .trailer iframe{
        max-width: 100%  !important;
    }
    .download-container{
       width: 100%;
       padding-left: 5px;
       padding-right: 5px;
       padding-top: 1px;
       background: #00000042;
       box-shadow: inset 0px -12px 20px 12px #00000042;
       padding-bottom: 1px;
       margin-top: 0.4rem;
    }
    
    .div-souso-3-barra-lateral {
        width: 100%;
    }

    .trailer{
        height: auto;
    }
    .div-souso-2 {
        margin: 0px;
        margin-top: 250px;
        position: relative;
    }
    .nav-souso-2 {
        width: 100%;
        position: relative;
        margin-top: 50px;
        justify-content: center;
    }
    .custom-modal {
        position: fixed;
        bottom: 20px;
        top: 31%;
        right: 20px;
        width: 300px;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transform: translateX(100%);
        opacity: 0;
        z-index: 1000;
        border-radius: 5px;
        max-height: 62px;

    }
    .conteudo {
        padding: 0px;
        position: absolute;
        top: 10%;
    }
    .component-botao-ver-todos a{
        padding-top: 7px;
        padding-right: 7px;
        color: white;
        text-decoration: none;
        cursor: pointer;
        outline: none;
        list-style: none;
        font-size: 16px;
        font-weight: 400;
        border: none;
        background-color: #242428;
        display: flex;
        justify-content: end;
    }
    .nav-souso-2-component-pesquisa-campo {
        height: 50px;
        width: calc(100% - 60px); /* Espaço suficiente para o padding e o botão de pesquisa */
    }

    .nav-souso-2-component-pesquisa {
        width: 100%;
        justify-content: center;
    }

    .nav-souso-1-botao-lateral-1{
        position: absolute;
        top: 0;
    }

    .souso-conteudo-detalhes-1 {
        margin-top: 10%;
        padding: 15px;
        position: relative;
        display: flex;
        margin: 0px;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 150px;
    }


    .extra-info div{
        font-size: 14px;
    }
    
    .div-details{
        margin-left: 10px;
    }
    .capa-container {
        padding-top: 30px;
        text-align: center;
        align-content: center;
        flex: 1;
        max-width: 100%;
    }
    .container-controles-souso {
        background-color: #1505538f;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 25px;
        margin-left: 10px; 
        margin-right: 10px; 
    }
    .episodios-container {
        border-radius: 3px;
        background: #0201015f;
        width: auto;
        padding-bottom: 15px;
        align-items: center;
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        justify-content: center;
        gap: 0.62rem;
        flex-wrap: wrap;
        position: relative;
    }

    .sinopse-container {
        padding: 0.5rem;
        overflow: auto;
        height: 105px;
        margin: 1rem 5px;
        font-size: 14px;
        color: white;
    }
    .titulo-container {
        font-size: 10px;
        text-align: center;
        color: white;
    }

    .container-detalhes-tags h1 {
        font-weight: 100;
        font-size: 10px;
    }
    .filtros-container {
        margin-top: 20px;
        max-width: 100%;
        outline: none;
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
        padding-left: 10px;
    }
    .container-capa-ep-views-link {
        width: 100%;
        height: auto;
    }
    .container-controles-souso .controle-anterior,
    .container-controles-souso .controle-proximo,
    .container-controles-souso .controle-menu {
        display: flex;
        border: none;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 3px;
        height: 50px;
        background-color: #1505538f;
        color: #ffffff;
        font-size: 15px;
        transition: background-color 0.3s, color 0.3s;
        padding: 10px;
    }
    .container-controles-souso .controle-anterior:hover,
    .container-controles-souso .controle-proximo:hover,
    .container-controles-souso .controle-menu:hover {
        background-color: #3e05a8b0;
        color: #fff;
    }
    
    .extra-info {
        flex: none;
        align-items: center;
        width: 100%;
        font-size: 13px;
        overflow: hidden;
        color: white;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}
















