
.ton-onlive {
    display: grid;
    grid-column: 1/-1;
    grid-row: span 2;
    font-family: "NunitoSans-Black";
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 12px 0px 12px 0px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border:1px solid #EEEEEE;
    min-height: 350px;
    height: fit-content;
    max-width: 100vw;
    width: 100%;
  }

  .ton-onlive > .onlive-header {
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:0px 16px;
  }

  .ton-onlive > .onlive-header > .header-left {
    display:flex;
    align-items: center;
    gap:10px;
  }

  .onlive-header-iframe {
    width: 750px;
    height: 400px;
  }

  .ton-onlive > .onlive-header > .header-left > p {
    font-size: 24px;
    font-family: 'NunitoSans-Bold';
    margin:0;
  }

  .ton-onlive > .onlive-header > .header-left > p > span {
    font-size: 24px;
    font-family: 'NunitoSans-Regular';
  }

  .ton-onlive > .onlive-header > .header-live {
    padding:2px 8px;
  }

  .ton-onlive > .onlive-footer {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  .ton-onlive > .onlive-footer > img {
    width:56px;
    height: 56px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #0000001A;
    object-fit: cover;
  }

  .ton-onlive > .onlive-footer > .footer-titles {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap:6px;
  }

  .ton-onlive > .onlive-footer > .footer-titles > span {
    font-family: 'NunitoSans-Bold';
    font-size: 18px;
    color:#4A4A4A;
    line-height: 30px;
    letter-spacing: -0.36px;
  }

  .ton-onlive > .onlive-footer > .footer-titles > p {
    font-family: 'NunitoSans-Medium';
    font-size: 10px;
    color:#7C7C7C;
    text-transform: uppercase;
    margin:0;
  }

  @media (max-width:850px) {
    .onlive-header-iframe {
      width: 550px;
      height: 350px;
    }
  }

  @media (max-width:796px) {
    .ton-onlive {
      min-height: 236px;
    }
  }

  @media (max-width:610px) {
    .onlive-header-iframe {
      width: 100%;
      height: 178px;
    }
  }