@font-face {
  font-family: "WPCRLJ DejaVu Sans";
  src: url("./vendor/fonts/DejaVuSans.ttf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "WPCRLJ DejaVu Sans";
  src: url("./vendor/fonts/DejaVuSans-Bold.ttf");
  font-style: normal;
  font-weight: 700;
}

.wpcrlj-app-root {
  --wpcrlj-bg: linear-gradient(180deg, #f6f3ea 0%, #fbfaf6 100%);
  --wpcrlj-panel: rgba(255, 255, 255, 0.92);
  --wpcrlj-line: rgba(52, 59, 46, 0.14);
  --wpcrlj-ink: #1d261f;
  --wpcrlj-muted: #687364;
  --wpcrlj-brand: #215f4e;
  --wpcrlj-brand-strong: #143b31;
  --wpcrlj-brand-soft: rgba(33, 95, 78, 0.1);
  --wpcrlj-danger: #9f2d20;
  --wpcrlj-shadow: 0 18px 50px rgba(34, 39, 31, 0.08);
  box-sizing: border-box;
  color: var(--wpcrlj-ink);
  display: block;
  font-family: "WPCRLJ DejaVu Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 13px;
  margin: 0 auto;
  max-width: 100%;
  width: min(1480px, calc(100vw - 48px));
}

.wpcrlj-admin-wrap {
  box-sizing: border-box;
  margin-right: 20px;
  max-width: none;
  width: auto;
}

.wpcrlj-app-root[data-context="admin"] {
  margin-left: 0;
  margin-right: auto;
  max-width: 1600px;
  width: 100%;
}

.wpcrlj-app-root[data-context="shortcode"] {
  left: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  position: relative;
  transform: none;
  width: min(1480px, calc(100vw - 32px));
}

.wpcrlj-shell {
  background: var(--wpcrlj-bg);
  border: 1px solid var(--wpcrlj-line);
  border-radius: 18px;
  box-shadow: var(--wpcrlj-shadow);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 14px;
  width: 100%;
}

.wpcrlj-header,
.wpcrlj-toolbar,
.wpcrlj-panel-head,
.wpcrlj-form-actions,
.wpcrlj-modal-head {
  align-items: center;
  display: flex;
  gap: 10px;
}

.wpcrlj-header {
  justify-content: space-between;
  margin-bottom: 10px;
}

.wpcrlj-header h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  margin: 0;
  text-transform: lowercase;
}

.wpcrlj-toolbar {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wpcrlj-toolbar-search {
  align-items: center;
  display: inline-flex;
  min-width: min(320px, 100%);
}

.wpcrlj-toolbar-search input {
  min-width: 240px;
}

.wpcrlj-overview {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 10px;
}

.wpcrlj-stat,
.wpcrlj-panel,
.wpcrlj-modal {
  backdrop-filter: blur(14px);
  background: var(--wpcrlj-panel);
  border: 1px solid var(--wpcrlj-line);
  border-radius: 12px;
}

.wpcrlj-stat {
  padding: 9px 11px;
}

.wpcrlj-stat span {
  color: var(--wpcrlj-muted);
  display: block;
  font-size: 11px;
  line-height: 1.1;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.wpcrlj-stat strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  word-break: break-word;
}

.wpcrlj-stat-collection {
  padding: 8px 10px;
}

.wpcrlj-stat-label {
  color: var(--wpcrlj-muted);
  display: block;
  font-size: 11px;
  line-height: 1.1;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.wpcrlj-stat-select {
  font-size: 14px;
  font-weight: 700;
  min-height: 36px;
}

.wpcrlj-main {
  min-width: 0;
  width: 100%;
}

.wpcrlj-panel {
  padding: 10px;
}

.wpcrlj-panel-head {
  justify-content: space-between;
  margin-bottom: 8px;
}

.wpcrlj-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  margin: 0;
}

.wpcrlj-controls-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr);
}

.wpcrlj-filter,
.wpcrlj-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wpcrlj-filter span,
.wpcrlj-field span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.wpcrlj-filters {
  column-gap: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  row-gap: 8px;
}

.wpcrlj-admin-column-options {
  align-items: center;
  border-bottom: 1px solid var(--wpcrlj-line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.wpcrlj-admin-column-options-label {
  color: var(--wpcrlj-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wpcrlj-admin-column-option {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
}

.wpcrlj-admin-column-option input {
  margin: 0;
}

.wpcrlj-button,
.wpcrlj-link-button,
.wpcrlj-sort {
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.wpcrlj-link-button[disabled] {
  cursor: not-allowed;
  opacity: 0.38;
}

.wpcrlj-button {
  background: var(--wpcrlj-brand);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  text-decoration: none;
  transition: transform 0.14s ease, background 0.14s ease;
}

.wpcrlj-button:hover {
  background: var(--wpcrlj-brand-strong);
  transform: translateY(-1px);
}

.wpcrlj-button-secondary {
  background: rgba(20, 59, 49, 0.08);
  color: var(--wpcrlj-brand-strong);
}

.wpcrlj-button-secondary:hover {
  background: var(--wpcrlj-brand-strong);
  color: #fff;
}

.wpcrlj-cell-link {
  color: var(--wpcrlj-brand);
  display: block;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  word-break: break-all;
}

.wpcrlj-cell-link-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wpcrlj-cell-link:hover {
  color: var(--wpcrlj-brand-strong);
}

.wpcrlj-count-pill {
  align-items: center;
  background: var(--wpcrlj-brand-soft);
  border: 1px solid rgba(33, 95, 78, 0.18);
  border-radius: 999px;
  color: var(--wpcrlj-brand-strong);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-height: 24px;
  padding: 0 10px;
  white-space: nowrap;
}

.wpcrlj-catalogue-cell-value {
  color: var(--wpcrlj-brand-strong);
  font-weight: 800;
  white-space: nowrap;
}

.wpcrlj-inline-link {
  color: var(--wpcrlj-brand);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.wpcrlj-inline-link:hover {
  color: var(--wpcrlj-brand-strong);
}

.wpcrlj-public-wrap {
  margin: 0 auto;
  max-width: 100%;
  overflow-x: auto;
}

.wpcrlj-public-table {
  border-collapse: collapse;
  width: 100%;
}

.wpcrlj-public-table th,
.wpcrlj-public-table td {
  border-bottom: 1px solid var(--wpcrlj-line);
  font-size: 0.98rem;
  line-height: 1.45;
  padding: 10px 8px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.wpcrlj-public-table th {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table th,
.wpcrlj-public-wrap-circulation .wpcrlj-public-table td {
  border-bottom: 0;
  padding: 12px 10px;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table th:nth-child(1),
.wpcrlj-public-wrap-circulation .wpcrlj-public-table td:nth-child(1) {
  width: 21%;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table th:nth-child(2),
.wpcrlj-public-wrap-circulation .wpcrlj-public-table td:nth-child(2) {
  width: 10%;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table th:nth-child(3),
.wpcrlj-public-wrap-circulation .wpcrlj-public-table td:nth-child(3) {
  width: 69%;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table thead th {
  border-bottom: 3px solid #111;
  color: #111;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 10px 10px;
  text-transform: none;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.055);
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table td:first-child {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table td:nth-child(2) {
  color: var(--wpcrlj-muted);
  font-size: calc(0.86rem - 1pt);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table td:nth-child(3) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-table tbody td {
  vertical-align: middle;
}

.wpcrlj-public-wrap-circulation .wpcrlj-public-link,
.wpcrlj-public-wrap-circulation .wpcrlj-public-table a {
  font-weight: 400;
}

.wpcrlj-public-wrap-circulation {
  max-width: min(1280px, calc(100vw - 24px));
  width: 100%;
}

.wpcrlj-public-link {
  color: #2a6edb;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wpcrlj-public-link:hover {
  color: #1f57b0;
}

@media (max-width: 900px) {
  .wpcrlj-public-wrap-circulation .wpcrlj-public-table {
    table-layout: auto;
  }

  .wpcrlj-public-wrap-circulation .wpcrlj-public-table th:nth-child(1),
  .wpcrlj-public-wrap-circulation .wpcrlj-public-table td:nth-child(1),
  .wpcrlj-public-wrap-circulation .wpcrlj-public-table th:nth-child(2),
  .wpcrlj-public-wrap-circulation .wpcrlj-public-table td:nth-child(2),
  .wpcrlj-public-wrap-circulation .wpcrlj-public-table th:nth-child(3),
  .wpcrlj-public-wrap-circulation .wpcrlj-public-table td:nth-child(3) {
    width: auto;
  }
}

.wpcrlj-button-danger {
  background: var(--wpcrlj-danger);
}

.wpcrlj-link-button {
  color: var(--wpcrlj-brand);
  font-size: 12px;
  font-weight: 700;
  padding: 0;
}

.wpcrlj-danger-link {
  color: var(--wpcrlj-danger);
}

.wpcrlj-table-panel {
  min-height: 480px;
  padding: 0;
  position: relative;
}

.wpcrlj-table-wrap {
  overflow-x: auto;
  overflow-y: auto;
  padding-bottom: 4px;
}

.wpcrlj-table {
  border-collapse: collapse;
  min-width: max-content;
  width: max-content;
}

.wpcrlj-table th,
.wpcrlj-table td {
  border-bottom: 1px solid var(--wpcrlj-line);
  font-size: 12px;
  line-height: 1.25;
  padding: 7px 8px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  min-width: 120px;
  max-width: 320px;
}

.wpcrlj-table thead th {
  background: rgba(243, 239, 228, 0.96);
  position: sticky;
  top: 0;
  z-index: 2;
  white-space: nowrap;
}

.wpcrlj-table .wpcrlj-first-col-head,
.wpcrlj-table .wpcrlj-first-col-cell {
  left: 0;
  position: sticky;
}

.wpcrlj-table .wpcrlj-first-col-head {
  background: rgba(243, 239, 228, 0.985);
  z-index: 4;
}

.wpcrlj-table .wpcrlj-first-col-cell {
  background: rgba(251, 250, 246, 0.985);
  box-shadow: 1px 0 0 rgba(52, 59, 46, 0.08);
  z-index: 1;
}

.wpcrlj-table tbody tr:hover {
  background: rgba(33, 95, 78, 0.045);
}

.wpcrlj-table tbody tr:hover .wpcrlj-first-col-cell {
  background: rgba(246, 250, 247, 0.985);
}

.wpcrlj-table tbody tr.wpcrlj-album-first-row {
  background: rgba(211, 232, 223, 0.72);
  border-top: 2px solid rgba(33, 95, 78, 0.34);
}

.wpcrlj-table tbody tr.wpcrlj-album-first-row .wpcrlj-actions {
  background: rgba(224, 239, 233, 0.98);
}

.wpcrlj-table tbody tr.wpcrlj-album-first-row:hover {
  background: rgba(198, 224, 213, 0.82);
}

.wpcrlj-inline-cell.is-editing {
  background: rgba(33, 95, 78, 0.08);
  padding: 5px 6px;
}

.wpcrlj-inline-cell-display {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-width: 0;
}

.wpcrlj-inline-cell-value {
  min-width: 0;
}

.wpcrlj-inline-edit-trigger {
  background: rgba(20, 59, 49, 0.08);
  border: 1px solid rgba(20, 59, 49, 0.14);
  border-radius: 999px;
  color: var(--wpcrlj-brand-strong);
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
  pointer-events: auto;
  transition: transform 0.14s ease, background 0.14s ease;
}

.wpcrlj-inline-edit-trigger:hover,
.wpcrlj-inline-edit-trigger:focus {
  background: rgba(20, 59, 49, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.wpcrlj-inline-input {
  background: #fff;
  border: 1px solid rgba(20, 59, 49, 0.18);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--wpcrlj-ink);
  display: block;
  font: inherit;
  line-height: 1.35;
  margin: 0;
  min-height: 34px;
  padding: 7px 9px;
  width: 100%;
}

.wpcrlj-inline-input:focus {
  border-color: var(--wpcrlj-brand);
  box-shadow: 0 0 0 3px rgba(33, 95, 78, 0.12);
  outline: none;
}

.wpcrlj-inline-editor {
  display: grid;
  gap: 6px;
  min-width: 160px;
}

.wpcrlj-inline-actions {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}

.wpcrlj-inline-save,
.wpcrlj-inline-cancel {
  appearance: none;
  border: 1px solid rgba(20, 59, 49, 0.14);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  min-height: 26px;
  padding: 6px 9px;
}

.wpcrlj-inline-save {
  background: var(--wpcrlj-brand);
  color: #fff;
}

.wpcrlj-inline-cancel {
  background: rgba(20, 59, 49, 0.08);
  color: var(--wpcrlj-brand-strong);
}

.wpcrlj-inline-save:disabled,
.wpcrlj-inline-cancel:disabled {
  cursor: wait;
  opacity: 0.62;
}

.wpcrlj-inline-textarea {
  min-height: 92px;
  resize: vertical;
}

.wpcrlj-sort {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 4px;
  line-height: 1.2;
  white-space: nowrap;
  text-transform: uppercase;
}

.wpcrlj-actions,
.wpcrlj-actions-col {
  background: rgba(251, 250, 246, 0.98);
  min-width: 90px;
  max-width: 90px;
  position: sticky;
  right: 0;
  z-index: 1;
  white-space: nowrap;
}

.wpcrlj-table thead .wpcrlj-actions-col {
  z-index: 3;
}

.wpcrlj-table tbody tr:hover .wpcrlj-actions {
  background: rgba(246, 250, 247, 0.98);
}

.wpcrlj-loading,
.wpcrlj-error,
.wpcrlj-status,
.wpcrlj-empty {
  padding: 10px;
}

.wpcrlj-loading,
.wpcrlj-empty,
.wpcrlj-muted {
  color: var(--wpcrlj-muted);
}

.wpcrlj-error {
  background: rgba(159, 45, 32, 0.1);
  color: var(--wpcrlj-danger);
}

.wpcrlj-status {
  background: rgba(33, 95, 78, 0.09);
  color: var(--wpcrlj-brand-strong);
}

.wpcrlj-inline-notice {
  border-left: 4px solid var(--wpcrlj-brand);
  margin: 14px 0;
  padding: 12px 14px;
}

.wpcrlj-modal-backdrop {
  align-items: flex-start;
  background: rgba(17, 19, 17, 0.52);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 10px 18px 24px;
  position: fixed;
  z-index: 9999;
}

.wpcrlj-modal {
  max-height: calc(100vh - 20px);
  max-width: 1440px;
  overflow: auto;
  padding: 16px;
  width: 100%;
}

.wpcrlj-modal-entry {
  max-width: 1680px;
}

.wpcrlj-modal-controls {
  max-width: 1520px;
}

.wpcrlj-modal-confirm {
  max-width: 470px;
  overflow: hidden;
  padding: 0;
}

.wpcrlj-modal-export {
  max-width: 1280px;
}

.wpcrlj-modal-head,
.wpcrlj-form-actions {
  justify-content: space-between;
}

.wpcrlj-modal-head-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.wpcrlj-confirm-body {
  padding: 22px 24px 16px;
}

.wpcrlj-confirm-body p {
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 0;
}

.wpcrlj-confirm-context {
  background: var(--wpcrlj-brand-soft);
  border: 1px solid rgba(33, 95, 78, 0.1);
  border-radius: 12px;
  color: var(--wpcrlj-brand-strong);
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: 14px;
  padding: 10px 12px;
}

.wpcrlj-confirm-actions {
  border-top: 1px solid var(--wpcrlj-line);
  padding: 14px 24px 18px;
}

.wpcrlj-export-intro {
  color: var(--wpcrlj-muted);
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.wpcrlj-export-name {
  margin-bottom: 12px;
  max-width: 460px;
}

.wpcrlj-export-actions-top {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.wpcrlj-export-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
}

.wpcrlj-export-option {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--wpcrlj-line);
  border-radius: 12px;
  display: flex;
  gap: 10px;
  min-height: 0;
  padding: 10px 12px;
  transition: background 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
}

.wpcrlj-export-option.is-selected {
  background: rgba(33, 95, 78, 0.1);
  border-color: rgba(33, 95, 78, 0.32);
  box-shadow: inset 0 0 0 1px rgba(33, 95, 78, 0.08);
}

.wpcrlj-export-option-toggle {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.wpcrlj-export-option input {
  min-height: 18px;
  width: 18px;
}

.wpcrlj-export-option-text {
  display: block;
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  word-break: break-word;
}

.wpcrlj-export-option-state {
  color: var(--wpcrlj-brand);
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wpcrlj-form {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wpcrlj-modal-entry .wpcrlj-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wpcrlj-modal-entry .wpcrlj-form.wpcrlj-form-my-music {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpcrlj-field-wide,
.wpcrlj-form-actions,
.wpcrlj-entry-form-message {
  grid-column: 1 / -1;
}

.wpcrlj-field-public-link {
  align-self: flex-start;
  color: var(--wpcrlj-brand-strong);
  font-size: 12px;
  font-weight: 700;
  margin-top: 3px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wpcrlj-field > label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wpcrlj-form-section {
  background: rgba(33, 95, 78, 0.05);
  border: 1px solid rgba(33, 95, 78, 0.16);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  padding: 14px;
}

.wpcrlj-catalogue-summary {
  align-items: center;
  background: rgba(33, 95, 78, 0.08);
  border: 1px solid rgba(33, 95, 78, 0.2);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  padding: 10px 12px;
}

.wpcrlj-catalogue-summary > span {
  color: var(--wpcrlj-muted);
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wpcrlj-catalogue-summary > strong {
  color: var(--wpcrlj-brand-strong);
  font-size: 15px;
  line-height: 1.25;
}

.wpcrlj-form-section-head h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  margin: 0 0 4px;
}

.wpcrlj-form-section-head p {
  color: var(--wpcrlj-muted);
  margin: 0;
}

.wpcrlj-form-section-orchestration {
  gap: 14px;
}

.wpcrlj-form-row {
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
}

.wpcrlj-form-row-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpcrlj-linked-field-group {
  display: grid;
  gap: 10px;
}

.wpcrlj-linked-field-group-inline {
  align-items: end;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpcrlj-orchestration-editor,
.wpcrlj-orchestration-list {
  display: grid;
  gap: 12px;
}

.wpcrlj-orchestration-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 42, 33, 0.12);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.wpcrlj-orchestration-card-head,
.wpcrlj-orchestration-lines-head,
.wpcrlj-orchestration-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.wpcrlj-orchestration-row {
  display: grid;
  gap: 10px;
}

.wpcrlj-orchestration-row-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wpcrlj-orchestration-row-buy {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wpcrlj-orchestration-row-buy .wpcrlj-field-checkbox {
  grid-column: auto;
}

.wpcrlj-orchestration-lines-wrap,
.wpcrlj-orchestration-lines {
  display: grid;
  gap: 8px;
}

.wpcrlj-orchestration-lines-actions {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.wpcrlj-orchestration-lines-wrap textarea {
  min-height: 180px;
  resize: vertical;
  width: 100%;
}

.wpcrlj-orchestration-optional-wrap {
  background: rgba(33, 95, 78, 0.035);
  border: 1px dashed rgba(33, 95, 78, 0.2);
  border-radius: 10px;
  padding: 10px;
}

.wpcrlj-orchestration-optional-line input {
  border-style: dashed;
}

.wpcrlj-orchestration-file-preview {
  background: rgba(33, 95, 78, 0.06);
  border: 1px solid rgba(33, 95, 78, 0.16);
  border-radius: 10px;
  color: var(--wpcrlj-ink);
  display: grid;
  font-size: 12px;
  gap: 8px;
  line-height: 1.4;
  padding: 10px 12px;
}

.wpcrlj-orchestration-file-preview[hidden] {
  display: none;
}

.wpcrlj-orchestration-file-preview.is-error {
  background: rgba(159, 45, 32, 0.08);
  border-color: rgba(159, 45, 32, 0.22);
  color: var(--wpcrlj-danger);
}

.wpcrlj-orchestration-file-title {
  font-weight: 800;
}

.wpcrlj-orchestration-file-preview ul {
  display: grid;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpcrlj-orchestration-file-groups,
.wpcrlj-piece-details-instrumentation-groups {
  display: grid;
  gap: 0;
}

.wpcrlj-orchestration-file-group,
.wpcrlj-piece-details-instrumentation-group {
  display: grid;
  gap: 6px;
  margin-top: 1.6rem;
  padding-top: 0.75rem;
}

.wpcrlj-orchestration-file-group:first-child,
.wpcrlj-piece-details-instrumentation-group:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.wpcrlj-orchestration-file-group + .wpcrlj-orchestration-file-group,
.wpcrlj-piece-details-instrumentation-group + .wpcrlj-piece-details-instrumentation-group {
  border-top: 1px solid rgba(95, 105, 120, 0.18);
}

.wpcrlj-orchestration-file-family,
.wpcrlj-piece-details-instrumentation-family {
  color: var(--wpcrlj-text);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wpcrlj-orchestration-file-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcrlj-instrument-dictionary-panel {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(33, 95, 78, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.wpcrlj-instrument-dictionary-row {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 240px) auto;
}

.wpcrlj-scoring-category-row {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(220px, 280px) minmax(180px, 240px) minmax(180px, 1fr) auto auto;
}

.wpcrlj-scoring-category-note {
  color: var(--wpcrlj-muted);
  font-size: 0.85rem;
  line-height: 1.4;
  padding-bottom: 10px;
}

.wpcrlj-orchestration-actions {
  justify-content: flex-start;
}

.wpcrlj-testimonials-editor {
  background: rgba(45, 55, 72, 0.04);
  border-color: rgba(45, 55, 72, 0.16);
}

.wpcrlj-testimonials-editor-list {
  display: grid;
  gap: 12px;
}

.wpcrlj-testimonials-editor-row {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 42, 33, 0.12);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.wpcrlj-testimonials-editor-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wpcrlj-testimonial-external-link-fields {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
}

.wpcrlj-testimonials-show-toggle {
  grid-column: 1 / -1;
}

.wpcrlj-field-checkbox {
  align-self: start;
}

.wpcrlj-checkbox-row {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  min-height: 34px;
}

.wpcrlj-checkbox-row input[type="checkbox"] {
  box-shadow: none;
  min-height: 20px;
  padding: 0;
  width: 20px;
}

.wpcrlj-checkbox-row strong {
  font-size: 12px;
  line-height: 1.3;
}

.wpcrlj-multi-checkbox-field {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.wpcrlj-multi-checkbox-field legend {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}

.wpcrlj-multi-checkbox-options {
  display: grid;
  gap: 8px 16px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.wpcrlj-multi-checkbox-option {
  align-items: center;
  display: flex;
  gap: 8px;
}

.wpcrlj-multi-checkbox-option input[type="checkbox"] {
  min-height: 20px;
  padding: 0;
  width: 20px;
}

.wpcrlj-arrangement-section {
  display: block;
}

.wpcrlj-arrangement-section-fields {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpcrlj-arrangement-section-fields > .wpcrlj-field-wide,
.wpcrlj-arrangement-section:not(.wpcrlj-arrangement-section-paired) .wpcrlj-arrangement-section-fields > * {
  grid-column: 1 / -1;
}

.wpcrlj-arrangement-section-paired .wpcrlj-arrangement-section-fields > .wpcrlj-field-wide {
  grid-column: auto;
}

@media (max-width: 720px) {
  .wpcrlj-arrangement-section-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .wpcrlj-arrangement-section-fields > * {
    grid-column: 1;
  }
}


.wpcrlj-app-root input,
.wpcrlj-app-root select,
.wpcrlj-app-root textarea {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 42, 33, 0.15);
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--wpcrlj-ink);
  font: inherit;
  min-height: 34px;
  padding: 7px 9px;
  width: 100%;
}

.wpcrlj-app-root input:focus,
.wpcrlj-app-root select:focus,
.wpcrlj-app-root textarea:focus {
  border-color: rgba(33, 95, 78, 0.42);
  box-shadow: 0 0 0 4px rgba(33, 95, 78, 0.12);
  outline: none;
}

.wpcrlj-app-root select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--wpcrlj-brand-strong) 50%),
    linear-gradient(135deg, var(--wpcrlj-brand-strong) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 32px;
}

.wpcrlj-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wpcrlj-app-root textarea {
  min-height: 120px;
  resize: vertical;
}

.wpcrlj-modal-entry textarea {
  min-height: 88px;
}

.wpcrlj-field-links textarea {
  min-height: 74px;
}

@media (max-width: 1180px) {
  .wpcrlj-controls-grid {
    grid-template-columns: 1fr;
  }

  .wpcrlj-modal-entry .wpcrlj-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpcrlj-modal-entry .wpcrlj-form.wpcrlj-form-my-music {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wpcrlj-controls-grid,
  .wpcrlj-overview,
  .wpcrlj-form,
  .wpcrlj-export-grid {
    grid-template-columns: 1fr;
  }

  .wpcrlj-form-row-2,
  .wpcrlj-linked-field-group-inline,
  .wpcrlj-orchestration-row-3,
  .wpcrlj-orchestration-row-buy,
  .wpcrlj-testimonials-editor-grid,
  .wpcrlj-testimonial-external-link-fields,
  .wpcrlj-scoring-category-row,
  .wpcrlj-instrument-dictionary-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .wpcrlj-shell {
    border-radius: 14px;
    padding: 10px;
  }

  .wpcrlj-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .wpcrlj-toolbar {
    justify-content: flex-start;
    width: 100%;
  }

  .wpcrlj-toolbar-search {
    min-width: 100%;
  }

  .wpcrlj-modal-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .wpcrlj-modal-head-actions {
    justify-content: flex-end;
    width: 100%;
  }
}

.wpcrlj-discography-album {
  color: #252525;
  display: grid;
  font-family: Arial, sans-serif;
  gap: 38px;
  margin: 0 auto;
  max-width: 1180px;
}

.wpcrlj-discography-album-head {
  border-bottom: 1px solid #c9c9c6;
  border-top: 1px solid #c9c9c6;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr);
  padding: 24px 0 28px;
}

.wpcrlj-discography-album-artwork {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.wpcrlj-discography-album-artwork:has(.wpcrlj-discography-album-cover-button:only-child) {
  grid-template-columns: minmax(0, 1fr);
}

.wpcrlj-discography-album-cover-button {
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: block;
  padding: 0;
  width: 100%;
}

.wpcrlj-discography-album-cover {
  aspect-ratio: 1;
  border: 1px solid #d7d7d3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.wpcrlj-discography-cover-dialog {
  align-items: center;
  background: rgba(14, 16, 16, 0.94);
  border: 0;
  box-sizing: border-box;
  height: 100vh;
  justify-content: center;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 58px 24px 24px;
  width: 100vw;
}

.wpcrlj-discography-cover-dialog[open] {
  display: flex;
}

.wpcrlj-discography-cover-dialog::backdrop {
  background: rgba(14, 16, 16, 0.94);
}

.wpcrlj-discography-cover-dialog img {
  display: block;
  height: auto;
  margin: auto;
  max-height: calc(100vh - 82px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.wpcrlj-discography-cover-dialog-close {
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #1f1f1e;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 8px 13px;
  position: absolute;
  right: 18px;
  top: 14px;
}

.wpcrlj-discography-album-title {
  color: #1f1f1e;
  font-family: Arial, sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 3.35rem);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.wpcrlj-discography-album-subtitle {
  color: #646460;
  font-size: 1.14rem;
  line-height: 1.5;
  margin: 9px 0 0;
}

.wpcrlj-discography-album-intro {
  display: grid;
  gap: 0;
}

.wpcrlj-discography-album-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.wpcrlj-discography-album-link {
  align-items: center;
  background: #111;
  border: 1px solid #111;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.12);
  color: #fff;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .02em;
  min-height: 40px;
  padding: 0 14px;
  text-decoration: none;
}

.wpcrlj-discography-album-link:hover,
.wpcrlj-discography-album-link:focus {
  background: #2f6ee5;
  border-color: #2f6ee5;
  color: #fff;
  outline: 0;
  transform: translateY(-1px);
}

.wpcrlj-discography-taxonomies {
  border-bottom: 1px solid #d8d8d4;
  display: grid;
  gap: 8px;
  padding: 14px 0;
}

.wpcrlj-discography-taxonomy-group {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.wpcrlj-discography-taxonomy-group strong {
  color: #777771;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wpcrlj-discography-taxonomy-group span,
.wpcrlj-discography-taxonomy-group a {
  color: #454542;
  font-size: .88rem;
  line-height: 1.5;
}

.wpcrlj-discography-taxonomy-group a {
  text-decoration-color: #aaa9a4;
  text-underline-offset: 3px;
}

.wpcrlj-discography-taxonomy-group a:hover,
.wpcrlj-discography-taxonomy-group a:focus {
  color: #686862;
}

.wpcrlj-discography-album-section {
  border-top: 1px solid #d8d8d4;
  padding-top: 22px;
}

.wpcrlj-discography-album-section h2 {
  color: #333330;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.wpcrlj-discography-album-section h3 {
  color: #555550;
  font-size: .74rem;
  letter-spacing: 0;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.wpcrlj-discography-album-text {
  color: #40403d;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.68;
}

.wpcrlj-discography-album-text p {
  margin: 0;
}

.wpcrlj-discography-album-text p + p {
  margin-top: 12px;
}

.wpcrlj-discography-album-meta {
  display: grid;
  gap: 0 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.wpcrlj-discography-album-meta div {
  border-bottom: 1px solid #e8e8e5;
  padding: 10px 0;
}

.wpcrlj-discography-album-meta dt {
  color: #777771;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wpcrlj-discography-album-meta dd {
  color: #373735;
  font-size: .9rem;
  line-height: 1.45;
  margin: 5px 0 0;
}

.wpcrlj-discography-works {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpcrlj-discography-works li {
  align-items: center;
  border-bottom: 1px solid #e8e8e5;
  color: #353532;
  display: flex;
  font-size: 1.02rem;
  gap: 12px;
  line-height: 1.5;
  padding: 10px 2px;
}

.wpcrlj-discography-works img {
  aspect-ratio: 1;
  border: 1px solid #e1e1dd;
  display: block;
  flex: 0 0 auto;
  object-fit: cover;
  width: 46px;
}

.wpcrlj-discography-works a {
  color: inherit;
  text-decoration-color: #aaa9a4;
  text-underline-offset: 3px;
}

.wpcrlj-discography-works a:hover,
.wpcrlj-discography-works a:focus {
  color: #656560;
}

.wpcrlj-discography-tracklist {
  display: grid;
  gap: 0;
  margin: 0;
  padding-left: 28px;
}

.wpcrlj-discography-track {
  border-bottom: 1px solid #e8e8e5;
  line-height: 1.45;
  padding: 14px 4px 14px 8px;
}

.wpcrlj-discography-track strong {
  color: #30302e;
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
}

.wpcrlj-discography-track span {
  color: #686862;
  display: block;
  font-size: .9rem;
  line-height: 1.5;
  margin-top: 5px;
}

@media (max-width: 720px) {
  .wpcrlj-discography-album-head,
  .wpcrlj-discography-album-meta {
    grid-template-columns: 1fr;
  }

  .wpcrlj-discography-album-head {
    gap: 24px;
    padding: 18px 0;
  }

}

.wpcrlj-discography-index {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 44px;
}

.wpcrlj-discography-index-card {
  align-content: start;
  background: #fff;
  display: grid;
  gap: 15px;
  grid-template-rows: auto auto;
}

.wpcrlj-discography-index-image-link {
  display: block;
  overflow: hidden;
}

.wpcrlj-discography-index-image {
  aspect-ratio: 1;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform .2s ease;
  width: 100%;
}

.wpcrlj-discography-index-image-link:hover .wpcrlj-discography-index-image,
.wpcrlj-discography-index-image-link:focus .wpcrlj-discography-index-image {
  transform: scale(1.025);
}

.wpcrlj-discography-index-copy {
  display: grid;
  gap: 8px;
}

.wpcrlj-discography-index-title {
  color: #242422;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0;
}

.wpcrlj-discography-index-title a {
  color: inherit;
  text-decoration: none;
}

.wpcrlj-discography-index-title a:hover,
.wpcrlj-discography-index-title a:focus {
  color: #646460;
}

.wpcrlj-discography-index-excerpt {
  color: #555550;
  font-family: Arial, sans-serif;
  font-size: .96rem;
  line-height: 1.55;
  margin: 0;
}

.wpcrlj-discography-description-en,
.wpcrlj-discography-description-pt {
  display: none;
}

.wpcrlj-discography-description-en:not([hidden]) {
  display: inline;
}

.wpcrlj-discography-description-pt:not([hidden]) {
  display: inline;
}

@media (max-width: 640px) {
  .wpcrlj-discography-index {
    gap: 28px;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .wpcrlj-discography-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wpcrlj-testimonials {
  box-sizing: border-box;
  margin: 44px 0;
  max-width: 100%;
  width: 100%;
}

.wpcrlj-testimonials *,
.wpcrlj-testimonials *::before,
.wpcrlj-testimonials *::after {
  box-sizing: border-box;
}

.wpcrlj-testimonials-head {
  border-top: 1px solid #deded9;
  margin-bottom: 24px;
  padding-top: 20px;
}

.wpcrlj-testimonials-title {
  color: #333330;
  font-family: Arial, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.wpcrlj-testimonials-title a {
  color: inherit;
  text-decoration: none;
}

.wpcrlj-testimonials-title a:hover,
.wpcrlj-testimonials-title a:focus {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wpcrlj-testimonials-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}

.wpcrlj-testimonial-card {
  align-items: start;
  background: #fff;
  border: 0;
  border-top: 1px solid #e7e4de;
  display: grid;
  gap: clamp(24px, 4vw, 46px);
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  min-width: 0;
  padding: clamp(26px, 4vw, 42px) 0;
}

.wpcrlj-testimonial-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.wpcrlj-testimonial-card.has-no-image {
  grid-template-columns: 1fr;
}

.wpcrlj-testimonial-image-wrap {
  align-self: start;
  background: #f2f2ee;
  box-shadow: 0 18px 38px rgba(24, 24, 21, .08);
  display: block;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.wpcrlj-testimonial-image {
  aspect-ratio: 5 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform .22s ease;
  width: 100%;
}

.wpcrlj-testimonial-card:hover .wpcrlj-testimonial-image {
  transform: scale(1.018);
}

.wpcrlj-testimonial-copy {
  align-content: start;
  display: grid;
  gap: 16px;
  max-width: 860px;
  padding: 0;
}

.wpcrlj-testimonial-text {
  border-left: 2px solid #242422;
  color: #292927;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
  line-height: 1.72;
  margin: 0;
  padding-left: 18px;
}

.wpcrlj-testimonial-text p {
  margin: 0;
}

.wpcrlj-testimonial-text p + p {
  margin-top: 10px;
}

.wpcrlj-testimonial-footer {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  padding-left: 20px;
}

.wpcrlj-testimonial-name {
  color: #242422;
  display: block;
  font-family: Arial, sans-serif;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.35;
}

.wpcrlj-testimonial-meta {
  color: #696963;
  display: block;
  font-family: Arial, sans-serif;
  font-size: .82rem;
  line-height: 1.45;
  margin-top: 3px;
}

.wpcrlj-testimonial-source {
  align-items: baseline;
  color: #8a877f;
  display: flex;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-size: .72rem;
  gap: 8px;
  letter-spacing: .06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wpcrlj-testimonial-source a {
  color: #393935;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
}

.wpcrlj-testimonial-source a:hover,
.wpcrlj-testimonial-source a:focus {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wpcrlj-testimonial-links {
  font-family: Arial, sans-serif;
  font-size: .9rem;
  line-height: 1.45;
}

.wpcrlj-testimonial-links a {
  color: #245fff;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
}

.wpcrlj-testimonial-links a:hover,
.wpcrlj-testimonial-links a:focus {
  color: #174ecb;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .wpcrlj-testimonials {
    margin: 34px 0;
  }

  .wpcrlj-testimonial-card {
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 26px 0;
  }

  .wpcrlj-testimonial-image-wrap {
    max-width: 240px;
  }

  .wpcrlj-testimonial-copy {
    gap: 13px;
  }

  .wpcrlj-testimonial-text {
    font-size: 1rem;
    line-height: 1.62;
    padding-left: 14px;
  }

  .wpcrlj-testimonial-footer {
    align-items: start;
    display: grid;
    gap: 10px;
    padding-left: 16px;
  }
}
