
/* Adicione no topo do seu arquivo CSS */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=YouTube+Sans:wght@300..900&display=swap');

html {
    color: #0f0f0f;
    background-color: #fff;
    font-size: 10px;
    font-family: Roboto, Arial, sans-serif;
}

html {
    color: #0f0f0f;
    background-color: #fff;
    font-size: 10px;
    font-family: Roboto, Arial, sans-serif;
}

html {
    word-wrap: break-word;
    color: #0f0f0f;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
}

body{
    margin: 0;
    padding: 0;
    padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    font-size: 1.2rem;
    overflow-x: hidden;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
h1, h2, h4, .subhead {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 2.5em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.25;
    text-overflow: ellipsis;
    font-weight: normal;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.titulo-youtube{
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 1.8rem;
    font-weight: 500 !important;
    margin-top: 15px;
    margin-bottom: 0px;
}

.head-youtube{
    padding: 4px 13px 5px;
    padding-top: 0px;
}

.secondary-text {
    color: #606060;
}
.secondary-text {
    line-height: 1.6rem;
}


.header {
  width: 100%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  background-color: black;
  border-bottom: 1px solid white;
  display: flex;               /* alinha logo e ícones */
  justify-content: space-between;
  align-items: center;
}

.logo_yt {
  width: 110px;
  padding: 13px 0 10px 10px;
}

.header-icons {
  display: flex;
  gap: 18px;                   /* espaçamento entre os ícones */
  padding: 0 16px;             /* afastar da borda direita */
  color: white;                /* cor dos ícones */
  font-size: 26px;             /* tamanho dos ícones */
  cursor: pointer;
}

.img_user {
    width: 34px;
    height: 34px;
    float: right;
    margin: 7px 15px 15px 0;
    border: 1px solid black;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.20);
}

.bo {
    color: #fff;
    background: #0f0f0f;
}

.video_principal {
    width: 100%;
    margin: 35px 0 20px;
    text-align: center;
}

.texto_principal {
    padding: 5px 5px;
}

.titulo_principal {
    font-size: 20px;
    font-weight: 500;
    ;
}

.titulo_principal span {
    color: #1a94ff;
    cursor: pointer;
}

.texto_principal p {
    color: #60666c;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 100;
}

.gif_live {
    width: 80px;
    vertical-align: -5px;
    padding-right: 5px;
}

.canal_yt img.img_user {
    border: none;
    box-shadow: none;
    float: left;
    display: inline-block;
    margin: 15px 0 0 10px;
}

.nome_canal > * {
    display: inline-block;
}

.titulo_canal {
    padding: 20px 0 0 10px;
    color: #f2f2f2;
    display: inline-block;
    color: black;
}

.quantidade_inscritos {
    padding-left: 10px;
    color: #858d93;
    font-size: 12px;
}

#btn_sub {
   background: #0f0f0f;
    float: right;
    margin: 15px 20px 0 0;
    padding: 8px 15px 10px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    color: white;
    font-weight: 500;



    
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    
   border: 0px;

}

#btn_sub:hover {
    background-color: #262626;
    transition: .2s linear;
    color: white;
}


 :root {
    --bg: #fff;          /* fundo branco */
    --fg: #0f0f0f;       /* texto preto */
    --muted: #606060;    /* cinza texto secundário */
    --tone: #f2f2f2;     /* fundo dos botões */
    --brand: #065fd4;    /* azul do YouTube */
    --danger: #cc0000;   /* vermelho denunciar */
  }

  body {
    background: var(--bg);
    font-family: Roboto, Arial, sans-serif;
  }

  .action-bar {
    display: flex;
    gap: 8px;
    padding: 12px 8px;
    background: var(--bg);
    overflow-x: auto;           /* deslizar horizontal */
    scrollbar-width: none;      /* Firefox */
  }
  .action-bar::-webkit-scrollbar {
    display: none;              /* Chrome/Safari */
  }

  .ab-btn {
    flex: 0 0 auto;             /* não encolhe, permite scroll */
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--tone);
    color: var(--fg);
    border: none;
    border-radius: 18px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s ease;
  }
  .ab-btn:hover {
    background: #e5e5e5;
  }
  .ab-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  /* Estado ativo do like/dislike */
  .ab-btn.active {
    color: var(--brand);
  }

  /* Denunciar */
  .ab-btn--danger {
    color: var(--danger);
  }