.topazio-pro-content>.topazio-records-page,
.topazio-pro-content>.topazio-point-dashboard{
  width:100%;
  max-width:none;
  min-width:0;
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.topazio-records-header,
.topazio-point-dashboard-header{
  width:100%;
  min-height:64px;
  box-sizing:border-box;
  align-items:flex-end;
}

.topazio-records-header>div:first-child,
.topazio-point-dashboard-header>div:first-child{
  min-width:0;
}

.topazio-records-header>div>span,
.topazio-point-dashboard-header>div:first-child>span{
  min-height:16px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:0;
}

.topazio-records-header h1,
.topazio-point-dashboard-header h1{
  margin:4px 0 2px;
  font-size:27px;
  line-height:1.08;
}

.topazio-records-header p,
.topazio-point-dashboard-header p{
  margin:0;
  line-height:1.35;
}

@media(max-width:720px){
  .topazio-records-header,
  .topazio-point-dashboard-header{
    min-height:0;
    align-items:stretch;
  }
}
