.pfm-patient-link-box {
  background: #fff;
  border: 1px solid #ccd0d4;
  padding: 15px;
  margin: 15px 0;
}

.pfm-patient-info {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
}

.pfm-patient-info tr:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.pfm-patient-info td {
  padding: 15px 20px;
}

.pfm-patient-info td:first-child {
  width: 180px;
  font-weight: 700;
  color: #555;
  background: #f8f9fa;
}

.pfm-patient-info td:last-child {
  color: #222;
  font-weight: 500;
}

.pfm-files-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pfm-files-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.pfm-file-name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  word-break: break-word;
}

.pfm-download-btn {
  display: inline-block;
  padding: 8px 16px;
  background: #2271b1;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s;
}

.pfm-download-btn:hover {
  background: #135e96;
  color: #fff !important;
}
