/* loads/static/loads/css/tcvn2737wind.css */
/* 260316 */

/* ── Profile section ── */
#wind-profile {
  margin-top: 20px;
}

#wind-profile h3 {
  margin-bottom: 10px;
}

#btn-profile {
  padding: 4px 12px;
  height: 1.8em;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-size: inherit;
  font-family: inherit;
  color: var(--color-link);
  cursor: pointer;
  background: transparent;
}


#profile-error {
  color: var(--color-primary);
  min-height: 1.2em;
}


/* ── Result table — compact rows, 100px columns (7 cols = 700px) ── */
.pf-table-wrap {
  overflow-x: auto;
  margin-bottom: 10px;
}

#profile-table th {
  width: 100px;
}

#profile-table th:first-child {
  width: 120px;
}

#profile-table td {
  height: 36px;
  padding: 2px 4px;
}

#profile-table .cell-ro {
  background: var(--color-bg-card);
}

.pf-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#th-fw {
  color: var(--color-link);
  font-weight: bold;
  cursor: pointer;
}

#copy-fw-msg {
  color: var(--color-link);
}
