.hub-report-disagreement {
  border: 1px solid #d6e4ec;
  border-radius: 16px;
  background: #fbfdff;
  overflow: hidden;
}

.hub-report-disagreement > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 11px 14px;
  color: #17476e;
  font-weight: 800;
  cursor: pointer;
  list-style-position: inside;
}

.hub-report-summary-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.hub-report-video-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid #96c8dc;
  border-radius: 11px;
  background: #eaf7fb;
  color: #086b82;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.hub-report-video-trigger:hover {
  border-color: #4ba4c2;
  background: #def2f8;
}

.hub-report-video-trigger:focus-visible {
  outline: 3px solid #1594c2;
  outline-offset: 2px;
}

.hub-report-video-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hub-report-disagreement > .hub-form {
  padding: 16px;
  border-top: 1px solid #d6e4ec;
  background: #fff;
}

.hub-report-guidance {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid #bfe2ed;
  border-radius: 13px;
  background: #f0fafd;
  color: #285a72;
}

.hub-report-guidance strong,
.hub-report-guidance p {
  display: block;
  margin: 0;
}

.hub-report-guidance p {
  margin-top: 3px;
  font-size: .92rem;
  line-height: 1.5;
}

.hub-report-admin-video {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #bfe2ed;
  border-radius: 14px;
  background: #f3fbfd;
}

.hub-report-admin-video video {
  display: block;
  width: 100%;
  max-height: 360px;
  border-radius: 11px;
  background: #06283f;
}

.hub-report-admin-video small {
  color: #4d6d80;
}

.hub-report-admin-card__meta {
  display: flex;
  gap: 8px 14px;
  flex-wrap: wrap;
  color: #607789;
  font-size: .86rem;
}

.hub-report-admin-card__title {
  color: #164d76;
  font-size: 1.05rem;
}

@media (max-width: 680px) {
  .hub-report-disagreement > summary {
    align-items: flex-start;
    flex-direction: column;
    padding: 13px;
  }

  .hub-report-summary-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .hub-report-video-trigger {
    min-height: 44px;
  }

  .hub-report-disagreement > .hub-form {
    padding: 14px;
  }
}
