.manage-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
}

.manage-button {
    padding: 6px 10px;
    font-size: 14px;
    cursor: pointer;
}


@media screen and (max-width: 1024px) {
  .table-videos, .table-videos thead, .table-videos tbody, .table-videos th, .table-videos td, .table-videos tr {
    display: block;
  }

  .table-videos thead {
    display: none;
  }

  .table-videos tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
  }

  .table-videos td {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #eee;
  }
  
  .table-videos td::before {
    content: attr(data-label);
    font-weight: bold;
    flex: 1;
    padding-right: 10px;
  }
}
