:root {
  --pn-ink: #1d333d;
  --pn-ink-2: #324a56;
  --pn-paper: #ffffff;
  --pn-line: #dce4e8;
  --pn-muted: #687985;
  --pn-gold: #c09a6d;
  --pn-gold-dark: #a67e52;
  --pn-danger: #9b2c2c;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #050505;
  background: var(--pn-paper);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
}

.pn-toast {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1100;
  width: min(420px, calc(100% - 36px));
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #b7d7c4;
  border-radius: 6px;
  background: #f2fbf5;
  color: #24533a;
  padding: 14px 16px;
  box-shadow: 0 12px 30px rgba(16, 38, 56, 0.16);
  animation: pn-toast-in 180ms ease-out;
}

.pn-toast.is-hiding {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.pn-toast button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  font-size: 22px;
  line-height: 1;
}

.pn-toast--error {
  border-color: #e8c3c3;
  background: #fff5f5;
  color: var(--pn-danger);
}

@keyframes pn-toast-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

a {
  color: inherit;
}

.pn-header {
  background: var(--pn-ink);
  min-height: 136px;
}

.pn-header__inner {
  width: min(1198px, calc(100% - 48px));
  min-height: 136px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pn-logo img {
  width: 196px;
  height: auto;
  display: block;
}

.pn-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pn-icon-link,
.pn-link-button {
  color: #d7dde0;
  background: transparent;
  border: 0;
  text-decoration: none;
}

.pn-icon-link {
  min-width: 36px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pn-link-button {
  padding: 6px 0;
}

.pn-user-menu {
  position: relative;
}

.pn-menu-toggle {
  font-size: 26px;
}

.pn-user-menu__panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 20;
  min-width: 220px;
  border: 1px solid rgba(220, 228, 232, 0.22);
  border-radius: 6px;
  background: #fff;
  color: var(--pn-ink);
  padding: 8px;
  box-shadow: 0 18px 42px rgba(7, 20, 29, 0.22);
}

.pn-user-menu__panel::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 16px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
}

.pn-user-menu__panel a,
.pn-user-menu__panel button {
  position: relative;
  z-index: 1;
  min-height: 44px;
  width: 100%;
  border: 0;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  background: transparent;
  color: var(--pn-ink);
  font: inherit;
  text-align: left;
  text-decoration: none;
}

.pn-user-menu__panel a:hover,
.pn-user-menu__panel button:hover {
  background: #f7fafb;
}

.pn-user-menu__panel i {
  color: var(--pn-gold-dark);
}

.pn-user-menu__panel form {
  margin: 0;
}

.pn-user-menu__panel hr {
  position: relative;
  z-index: 1;
  margin: 8px 4px;
  border: 0;
  border-top: 1px solid var(--pn-line);
  opacity: 1;
}

.pn-home {
  width: min(1204px, calc(100% - 48px));
  margin: 81px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pn-action-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 20px 47px;
}

.pn-track-card {
  min-height: 122px;
  border-radius: 8px;
  background: var(--pn-ink);
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 22px;
  font-weight: 500;
  transition: transform 160ms ease, background 160ms ease;
}

.pn-track-card:hover {
  color: #fff;
  transform: translateY(-2px);
  background: #172a33;
}

.pn-card-icon,
.pn-person-icon,
.pn-theatre-icon {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
}

.pn-card-icon {
  color: var(--pn-gold);
  font-size: 32px;
  line-height: 1;
}

.pn-person-icon::before {
  content: "";
  position: absolute;
  inset: 3px 8px 16px;
  background: var(--pn-gold);
  border-radius: 999px;
}

.pn-person-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 6px;
  bottom: 3px;
  height: 13px;
  background:
    linear-gradient(135deg, transparent 58%, var(--pn-gold) 59%) right 0 / 12px 13px no-repeat,
    var(--pn-gold);
  border-radius: 8px 8px 3px 3px;
}

.pn-theatre-icon::before,
.pn-theatre-icon::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 22px;
  border: 4px solid var(--pn-ink);
  border-radius: 4px 4px 10px 10px;
  transform: rotate(-12deg);
}

.pn-theatre-icon::after {
  left: 13px;
  transform: rotate(14deg);
}

.pn-production-button {
  width: min(577px, 100%);
  min-height: 121px;
  margin-top: 21px;
  border: 0;
  border-radius: 8px;
  background: var(--pn-gold);
  color: var(--pn-ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
  font-size: 22px;
  opacity: 1;
  text-decoration: none;
}

.pn-production-button:hover {
  color: var(--pn-ink);
  background: var(--pn-gold-dark);
}

.pn-production-button i {
  font-size: 32px;
}

.pn-page {
  width: min(1200px, calc(100% - 48px));
  margin: 114px auto 80px;
}

.pn-form-shell h1,
.pn-list-shell h1,
.pn-success h1 {
  margin: 0 0 62px;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 0;
}

.pn-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
  color: #44596a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.pn-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pn-steps span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #cfd6dd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.pn-steps .active span {
  border-color: #eceff1;
  background: #eceff1;
}

.pn-steps .complete span {
  background: var(--pn-gold);
  border-color: var(--pn-gold);
  color: #fff;
}

.pn-section {
  margin-bottom: 64px;
}

.pn-section h2 {
  margin: 0 0 44px;
  font-size: 40px;
  font-weight: 400;
}

.pn-section p {
  margin: -18px 0 14px;
  font-size: 14px;
}

.pn-line {
  height: 1px;
  background: var(--pn-line);
  margin: 0 0 42px;
}

.pn-grid-two,
.pn-grid-three {
  display: grid;
  gap: 22px 12px;
  margin-bottom: 22px;
}

.pn-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pn-grid-three {
  grid-template-columns: 160px minmax(0, 1fr) minmax(180px, 260px);
}

.pn-form label,
.pn-fieldset legend {
  color: #102638;
  font-size: 12px;
  font-weight: 500;
}

.pn-form input:not([type="checkbox"]):not([type="radio"]),
.pn-form select,
.pn-form textarea {
  width: 100%;
  display: block;
  margin-top: 6px;
  border: 1px solid #d8e1e7;
  border-radius: 5px;
  min-height: 50px;
  padding: 12px 14px;
  background: #fff;
  color: #000;
  box-shadow: 0 5px 10px rgba(20, 36, 47, 0.06);
}

.pn-form .input-validation-error {
  border-color: var(--pn-danger) !important;
  box-shadow: 0 0 0 3px rgba(155, 44, 44, 0.12);
}

.pn-form textarea {
  min-height: 116px;
}

.pn-wide {
  width: 100%;
  display: block;
  margin-bottom: 22px;
}

.pn-muted {
  color: var(--pn-muted);
  font-weight: 400;
}

.pn-required-mark,
.pn-validation,
.field-validation-error {
  color: var(--pn-danger);
}

.pn-required-mark {
  font-weight: 700;
}

.pn-validation,
.field-validation-error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.35;
}

.field-validation-valid {
  display: none;
}

.pn-fieldset {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
}

.pn-checkbox-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pn-fieldset legend {
  margin: 0 0 8px;
  float: none;
  width: 100%;
}

.pn-check {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 28px;
}

.pn-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--pn-gold-dark);
}

.pn-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 10px;
}

.pn-primary-button,
.pn-secondary-button {
  min-height: 48px;
  border-radius: 5px;
  border: 1px solid var(--pn-gold);
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
}

.pn-primary-button {
  background: var(--pn-gold);
  color: #112a36;
}

.pn-secondary-button {
  background: #fff;
  color: #112a36;
}

.pn-alert {
  border: 1px solid #e8c3c3;
  background: #fff5f5;
  color: var(--pn-danger);
  padding: 12px 14px;
  border-radius: 5px;
  margin-bottom: 22px;
}

.pn-alert:empty,
.validation-summary-valid {
  display: none;
}

.pn-alert ul {
  margin: 0;
}

.pn-login {
  min-height: calc(100vh - 136px);
  display: grid;
  place-items: center;
  padding: 48px 24px;
}

.pn-login-stack {
  width: min(420px, 100%);
  display: grid;
  gap: 28px;
}

.pn-login-form {
  width: 100%;
  display: grid;
  gap: 14px;
}

.pn-login-form img {
  width: 190px;
  margin-bottom: 18px;
}

.pn-login-form h1 {
  font-size: 38px;
  font-weight: 400;
  margin: 0 0 12px;
}

.pn-login-form h2 {
  margin: 0;
  color: var(--pn-ink);
  font-size: 24px;
  font-weight: 500;
}

.pn-login-form--secondary {
  border-top: 1px solid var(--pn-line);
  padding-top: 26px;
}

.pn-table-wrap {
  overflow-x: auto;
}

.pn-table-wrap--no-scroll {
  overflow-x: visible;
}

.pn-table-tools {
  display: flex;
  justify-content: flex-end;
  margin: -28px 0 18px;
}

.pn-table-tools label {
  width: min(320px, 100%);
  color: #102638;
  font-size: 12px;
  font-weight: 500;
}

.pn-table-tools input {
  width: 100%;
  display: block;
  margin-top: 6px;
  border: 1px solid #d8e1e7;
  border-radius: 5px;
  min-height: 42px;
  padding: 10px 12px;
  background: #fff;
  color: #000;
}

.pn-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.pn-table th,
.pn-table td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid var(--pn-line);
  white-space: nowrap;
}

.pn-table th {
  color: #44596a;
  text-transform: uppercase;
  font-size: 12px;
}

.pn-table th button {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  text-transform: inherit;
  font: inherit;
  cursor: pointer;
}

.pn-table th button::after {
  content: "↕";
  margin-left: 6px;
  color: var(--pn-muted);
}

.pn-table th button[data-direction="asc"]::after {
  content: "↑";
}

.pn-table th button[data-direction="desc"]::after {
  content: "↓";
}

.pn-data-table tbody tr {
  cursor: pointer;
}

.pn-data-table tbody tr:hover {
  background: #f7fafb;
}

.pn-row-link {
  color: var(--pn-ink);
  font-weight: 700;
}

.pn-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: #edf3f5;
  color: var(--pn-ink);
  padding: 0 10px;
  font-size: 13px;
}

.pn-status--muted {
  background: #f3f4f5;
  color: var(--pn-muted);
}

.pn-page-heading {
  margin-bottom: 62px;
}

.pn-page-heading--with-action {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.pn-heading-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.pn-page-actions {
  display: flex;
  justify-content: flex-end;
  margin: -44px 0 20px;
}

.pn-page-heading h1 {
  margin-bottom: 0;
}

.pn-heading-note {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--pn-muted);
}

.pn-back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--pn-ink-2);
  font-size: 14px;
}

.pn-success-alert {
  border: 1px solid #b7d7c4;
  background: #f2fbf5;
  color: #24533a;
  padding: 12px 14px;
  border-radius: 5px;
  margin-bottom: 22px;
}

.pn-profile-summary {
  width: min(640px, 100%);
  border-top: 1px solid var(--pn-line);
}

.pn-profile-summary dl {
  margin: 0;
}

.pn-profile-summary div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--pn-line);
}

.pn-profile-summary dt {
  color: var(--pn-muted);
  font-weight: 600;
}

.pn-profile-summary dd {
  margin: 0;
  color: var(--pn-ink);
}

.pn-profile-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 42px;
  margin-top: 52px;
}

.pn-profile-panel h2 {
  margin: 0 0 24px;
  color: var(--pn-ink);
  font-size: 28px;
  font-weight: 500;
}

.pn-profile-panel .pn-form {
  display: grid;
  gap: 18px;
}

.pn-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pn-list-card {
  min-height: 112px;
  border: 1px solid var(--pn-line);
  border-radius: 6px;
  color: var(--pn-ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease;
}

.pn-list-card:hover {
  border-color: var(--pn-gold);
  background: #fbf8f4;
  color: var(--pn-ink);
}

.pn-list-card strong,
.pn-list-card small {
  display: block;
}

.pn-list-card strong {
  font-size: 18px;
  margin-bottom: 6px;
}

.pn-list-card small,
.pn-list-card em {
  color: var(--pn-muted);
  font-style: normal;
}

.pn-inline-add {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 30px;
}

.pn-inline-add--dates {
  grid-template-columns: minmax(220px, 1fr) minmax(160px, 220px) minmax(160px, 220px) auto;
}

.pn-inline-add label {
  color: #102638;
  font-size: 12px;
  font-weight: 500;
}

.pn-inline-add input,
.pn-inline-edit input,
.pn-table-row-form input,
.pn-table td input[type="date"],
.pn-table td input[type="text"],
.pn-table td input:not([type]),
.pn-table td select,
.pn-template-upload input,
.pn-template-upload select {
  width: 100%;
  border: 1px solid #d8e1e7;
  border-radius: 5px;
  min-height: 42px;
  padding: 10px 12px;
  background: #fff;
}

.pn-template-upload {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 1fr) minmax(240px, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 30px;
}

.pn-section-heading {
  margin-bottom: 24px;
}

.pn-section-heading--with-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pn-section-heading h2 {
  margin: 0;
}

.pn-template-upload label,
.pn-template-mapping label {
  color: #102638;
  font-size: 12px;
  font-weight: 500;
}

.pn-template-upload input[type="file"] {
  padding: 8px 12px;
}

.pn-placeholder-table td {
  vertical-align: top;
}

.pn-placeholder-table code {
  display: inline-block;
  margin-top: 10px;
  color: var(--pn-ink);
}

.pn-placeholder-admin-table {
  table-layout: fixed;
}

.pn-placeholder-admin-table th,
.pn-placeholder-admin-table td,
.pn-modal-placeholder-table th,
.pn-modal-placeholder-table td {
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.pn-placeholder-admin-table th:nth-child(1) {
  width: 23%;
}

.pn-placeholder-admin-table th:nth-child(2) {
  width: 22%;
}

.pn-placeholder-admin-table th:nth-child(3) {
  width: 9%;
}

.pn-placeholder-admin-table th:nth-child(4) {
  width: 18%;
}

.pn-placeholder-admin-table th:nth-child(5),
.pn-placeholder-admin-table th:nth-child(6) {
  width: 8%;
}

.pn-placeholder-admin-table th:nth-child(7) {
  width: 12%;
}

.pn-placeholder-admin-table code,
.pn-modal-placeholder-table code {
  color: var(--pn-ink);
}

.pn-modal-placeholder-table {
  table-layout: fixed;
}

.pn-modal-placeholder-table th:nth-child(1) {
  width: 42%;
}

.pn-modal-placeholder-table tbody tr {
  cursor: default;
}

.pn-attachment-table {
  table-layout: fixed;
}

.pn-attachment-table th,
.pn-attachment-table td {
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.pn-attachment-table th:nth-child(1) {
  width: 44%;
}

.pn-attachment-table th:nth-child(2),
.pn-attachment-table th:nth-child(3),
.pn-attachment-table th:nth-child(4) {
  width: 18%;
}

.pn-contract-template-table {
  table-layout: fixed;
}

.pn-contract-template-table th,
.pn-contract-template-table td {
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.pn-contract-template-table th:nth-child(1) {
  width: 34%;
}

.pn-contract-template-table th:nth-child(2) {
  width: 28%;
}

.pn-contract-template-table th:nth-child(3),
.pn-contract-template-table th:nth-child(4) {
  width: 19%;
}

.pn-contract-template-table small {
  display: block;
  margin-top: 4px;
  color: var(--pn-muted);
}

.pn-muted-text {
  color: var(--pn-muted);
  margin: 14px 0;
}

.pn-table-tools--modal {
  margin: 0 0 18px;
}

.pn-template-mapping {
  display: grid;
  gap: 8px;
  min-width: 220px;
}

.pn-modal-open {
  overflow: hidden;
}

.pn-modal[hidden] {
  display: none;
}

.pn-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 32px;
}

.pn-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 25, 34, 0.52);
}

.pn-modal__panel {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  max-height: min(760px, calc(100vh - 64px));
  border-radius: 6px;
  background: #fff;
  color: var(--pn-ink);
  box-shadow: 0 24px 70px rgba(7, 20, 29, 0.32);
  display: flex;
  flex-direction: column;
}

.pn-modal__header {
  min-height: 72px;
  border-bottom: 1px solid var(--pn-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
}

.pn-modal__header h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}

.pn-modal__close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--pn-line);
  border-radius: 50%;
  background: #fff;
  color: var(--pn-ink);
  font-size: 26px;
  line-height: 1;
}

.pn-modal__body {
  overflow: auto;
  padding: 8px 22px 22px;
}

.pn-placeholder-list__row {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--pn-line);
}

.pn-placeholder-list__row code {
  color: var(--pn-ink);
  font-size: 14px;
  white-space: nowrap;
}

.pn-placeholder-list__row p {
  margin: 0;
  color: var(--pn-ink-2);
}

.pn-inline-edit {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.pn-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pn-table-button {
  min-height: 34px;
  border: 1px solid var(--pn-line);
  border-radius: 5px;
  background: #fff;
  color: var(--pn-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.pn-table-button:hover {
  border-color: var(--pn-gold);
  color: var(--pn-ink);
  background: #fbf8f4;
}

.pn-table-button:disabled,
.pn-table-button[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
}

.pn-table-actions form {
  display: inline-flex;
  margin: 0;
}

.pn-check--inline {
  align-self: end;
  min-height: 50px;
  margin-top: 18px;
}

.pn-check--compact {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pn-help-text {
  display: block;
  margin-top: 6px;
  color: var(--pn-muted);
  font-size: 12px;
}

.pn-danger-button {
  min-height: 42px;
  border-radius: 5px;
  border: 1px solid #d7a8a8;
  background: #fff;
  color: var(--pn-danger);
  padding: 0 18px;
  font-weight: 600;
}

.pn-success {
  width: min(640px, 100%);
}

@media (max-width: 760px) {
  .pn-header,
  .pn-header__inner {
    min-height: 108px;
  }

  .pn-header__inner,
  .pn-home,
  .pn-page {
    width: min(100% - 28px, 1200px);
  }

  .pn-logo img {
    width: 160px;
  }

  .pn-home,
  .pn-page {
    margin-top: 44px;
  }

  .pn-action-grid,
  .pn-grid-two,
  .pn-grid-three,
  .pn-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .pn-track-card {
    min-height: 104px;
    font-size: 20px;
  }

  .pn-form-shell h1,
  .pn-list-shell h1,
  .pn-success h1 {
    font-size: 40px;
    margin-bottom: 38px;
  }

  .pn-section h2 {
    font-size: 32px;
  }

  .pn-form-actions {
    justify-content: stretch;
    flex-direction: column;
  }

  .pn-page-actions {
    justify-content: stretch;
    margin: -22px 0 20px;
  }

  .pn-page-heading--with-action {
    align-items: stretch;
    flex-direction: column;
  }

  .pn-heading-actions {
    justify-content: stretch;
  }

  .pn-heading-actions > * {
    width: 100%;
  }

  .pn-list-grid,
  .pn-inline-add,
  .pn-inline-add--dates,
  .pn-inline-edit,
  .pn-template-upload {
    grid-template-columns: 1fr;
  }

  .pn-section-heading--with-action {
    align-items: stretch;
    flex-direction: column;
  }

  .pn-modal {
    padding: 16px;
  }

  .pn-placeholder-list__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pn-profile-summary div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .pn-profile-grid {
    grid-template-columns: 1fr;
  }
}
