/* Press Legacy 0.1.0.1.4 - opened records are full read-only workspaces; cards remain browse-only. */
.pl-readonly-workspace {
  width: 100%;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(55, 91, 125, 0.28);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(245, 249, 252, 0.98), rgba(232, 240, 247, 0.94));
  box-shadow: 0 18px 38px rgba(16, 42, 67, 0.13);
}
.pl-view-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(55, 91, 125, 0.2);
}
.pl-view-head h3 { margin: 0 0 0.25rem; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.pl-view-head p { margin: 0; color: #526274; }
.pl-readonly-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.75rem;
}
.pl-section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.75rem;
  margin-top: 0.85rem;
}
.pl-detail-list {
  margin-top: 0.9rem;
  padding: 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(55, 91, 125, 0.14);
  background: rgba(255,255,255,0.72);
}
.pl-detail-list h4 { margin: 0 0 0.65rem; }
.pl-mini-link {
  border: 1px solid rgba(55, 91, 125, 0.16);
  border-radius: 12px;
  background: #fff;
  padding: 0.7rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.pl-mini-link:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(16, 42, 67, 0.1); }
.pl-mini-link p { margin: 0.2rem 0 0; color: #526274; }
.pl-relationship-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.pl-relationship-buttons button {
  border: 1px solid rgba(55, 91, 125, 0.22);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}
.card.is-open-record,
.press-card.is-open-record,
.client-summary-card.is-open-record {
  outline: 3px solid rgba(44, 123, 229, 0.32);
  background: linear-gradient(135deg, #ffffff, #edf6ff);
}
@media (max-width: 720px) {
  .pl-view-head { display: block; }
  .pl-view-head .action-row { margin-top: 0.75rem; }
  .pl-readonly-workspace { padding: 0.8rem; border-radius: 14px; }
}
