.pgd-classified-shell {
  display: grid;
  gap: 18px;
}

.pgd-classified-hero,
.pgd-classified-panel,
.pgd-classified-card,
.pgd-classified-detail-main,
.pgd-classified-detail-side,
.pgd-classified-form-card,
.pgd-classified-stat,
.pgd-classified-admin-card {
  border: 1px solid rgba(148, 116, 46, 0.16);
  border-radius: 20px;
  background: #fffdfa;
  box-shadow: none;
}

.pgd-classified-hero,
.pgd-classified-panel,
.pgd-classified-form-card,
.pgd-classified-admin-card {
  padding: 20px;
}

.pgd-classified-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b77909;
}

.pgd-classified-hero h1,
.pgd-classified-panel h2,
.pgd-classified-form-card h2,
.pgd-classified-admin-card h2,
.pgd-classified-detail-main h1 {
  margin: 8px 0 0;
  color: #22180b;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  line-height: 1.05;
}

.pgd-classified-hero p,
.pgd-classified-panel p,
.pgd-classified-form-help,
.pgd-classified-copy {
  margin: 10px 0 0;
  color: #6d583f;
  font-size: 14px;
  line-height: 1.6;
}

.pgd-classified-section-head {
  display: grid;
  gap: 8px;
}

.pgd-classified-toolbar,
.pgd-classified-form-grid,
.pgd-classified-admin-toolbar,
.pgd-classified-filter-grid {
  display: grid;
  gap: 12px;
}

.pgd-classified-filter-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pgd-classified-filter-grid--category {
  grid-template-columns: minmax(0, 1.8fr) minmax(120px, 0.6fr);
}

.pgd-classified-field {
  display: grid;
  gap: 6px;
}

.pgd-classified-field--editor {
  gap: 10px;
}

.pgd-classified-field label,
.pgd-classified-field__label {
  color: #7f6341;
  font-size: 12px;
  font-weight: 800;
}

.pgd-classified-input,
.pgd-classified-select,
.pgd-classified-textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  border: 1px solid rgba(148, 116, 46, 0.18);
  border-radius: 14px;
  background: #fff;
  color: #22180b;
  font-size: 14px;
  outline: none;
}

.pgd-classified-textarea {
  min-height: 140px;
  resize: vertical;
}

.pgd-classified-textarea--editor {
  min-height: 420px;
}

.pgd-classified-input:focus,
.pgd-classified-select:focus,
.pgd-classified-textarea:focus {
  border-color: rgba(193, 126, 17, 0.4);
  box-shadow: none;
}

.pgd-classified-help {
  color: #90765a;
  font-size: 12px;
  line-height: 1.5;
}

.pgd-classified-editor-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(193, 126, 17, 0.16);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ea 0%, #fffdf8 100%);
  color: #6b5437;
  font-size: 13px;
}

.pgd-classified-editor-note strong {
  color: #2e2010;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pgd-classified-icon-upload {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(148, 116, 46, 0.10);
  border-radius: 14px;
  background: #fff;
}

.pgd-classified-icon-upload__preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #8a6939;
}

.pgd-classified-icon-upload__preview i {
  font-size: 22px;
}

.pgd-classified-icon-upload__preview .pgd-classified-icon-asset {
  width: 24px;
  height: 24px;
}

.pgd-classified-icon-upload__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.pgd-classified-icon-upload__glyph {
  max-width: 100%;
  max-height: 100%;
}

.pgd-classified-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pgd-classified-icon-option {
  display: block;
  cursor: pointer;
}

.pgd-classified-icon-option__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pgd-classified-icon-option__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 10px;
  border: 1px solid rgba(148, 116, 46, 0.16);
  border-radius: 16px;
  background: #fff;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.pgd-classified-icon-option__glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
  color: #8a6939;
  font-size: 20px;
}

.pgd-classified-icon-asset {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.pgd-classified-icon-option__label {
  display: none;
}

.pgd-classified-icon-option__input:checked + .pgd-classified-icon-option__body {
  border-color: rgba(193, 126, 17, 0.32);
  background: #fff8ec;
}

.pgd-classified-icon-option:hover .pgd-classified-icon-option__body {
  border-color: rgba(193, 126, 17, 0.24);
  transform: translateY(-1px);
}

.pgd-classified-icon-empty {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.pgd-classified-rich-text {
  display: grid;
  gap: 12px;
  color: #3f311d;
  font-size: 14px;
  line-height: 1.7;
}

.pgd-classified-rich-text p,
.pgd-classified-rich-text ul,
.pgd-classified-rich-text blockquote,
.pgd-classified-rich-text h3,
.pgd-classified-rich-text h4,
.pgd-classified-rich-text table {
  margin: 0;
}

.pgd-classified-rich-heading,
.pgd-classified-rich-text h3 {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #22180b;
}

.pgd-classified-rich-text h4 {
  color: #3f311d;
  font-size: 18px;
  font-weight: 800;
}

.pgd-classified-rich-list,
.pgd-classified-rich-text ul,
.pgd-classified-rich-text ol {
  padding-left: 18px;
}

.pgd-classified-rich-quote,
.pgd-classified-rich-text blockquote {
  padding: 12px 14px;
  border-left: 3px solid rgba(193, 126, 17, 0.35);
  background: #fff8ec;
  border-radius: 12px;
  color: #6d583f;
}

.pgd-classified-rich-text code {
  padding: 2px 6px;
  border-radius: 8px;
  background: #f6efe0;
  font-size: 12px;
}

.pgd-classified-rich-text table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(148, 116, 46, 0.18);
  border-radius: 8px;
  background: #fff;
}

.pgd-classified-rich-text th,
.pgd-classified-rich-text td {
  padding: 8px 10px;
  border: 1px solid rgba(148, 116, 46, 0.14);
  vertical-align: top;
}

.pgd-classified-rich-text th {
  background: #fff8ec;
  color: #5f431d;
  font-weight: 800;
}

.pgd-classified-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pgd-classified-card {
  overflow: hidden;
  display: grid;
}

.pgd-classified-cover {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #fff5e6 0%, #f7ecd7 100%);
  overflow: hidden;
}

.pgd-classified-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pgd-classified-card-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.pgd-classified-card-title {
  color: #20160b;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
}

.pgd-classified-pill-row,
.pgd-classified-meta-row,
.pgd-classified-inline-stats,
.pgd-classified-action-row,
.pgd-classified-gallery-grid,
.pgd-classified-side-list,
.pgd-classified-thumb-list,
.pgd-classified-stat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pgd-classified-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 116, 46, 0.16);
  background: #fff8ee;
  color: #7c6039;
  font-size: 12px;
  font-weight: 700;
}

.pgd-classified-pill.is-success {
  background: #eef8f2;
  border-color: rgba(47, 111, 84, 0.18);
  color: #2f6f54;
}

.pgd-classified-pill.is-warning {
  background: #fff5df;
  border-color: rgba(193, 126, 17, 0.18);
  color: #b77909;
}

.pgd-classified-pill.is-danger {
  background: #fff5f3;
  border-color: rgba(173, 48, 32, 0.18);
  color: #9a3325;
}

.pgd-classified-pill.is-muted {
  background: #f8f4ee;
  border-color: rgba(148, 116, 46, 0.12);
  color: #7f6341;
}

.pgd-classified-price {
  color: #22180b;
  font-size: 20px;
  font-weight: 900;
  font-family: "Barlow", sans-serif;
}

.pgd-classified-meta-row,
.pgd-classified-inline-stats {
  color: #755e43;
  font-size: 12px;
}

.pgd-classified-inline-stats span,
.pgd-classified-meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pgd-classified-fav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(148, 116, 46, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #4a3823;
  font-size: 13px;
  font-weight: 700;
}

.pgd-classified-fav.is-active {
  background: #fff4f2;
  border-color: rgba(173, 48, 32, 0.18);
  color: #a23a2a;
}

.pgd-classified-action-row {
  align-items: center;
  justify-content: space-between;
}

.pgd-classified-link {
  color: #7f5c22;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.pgd-classified-empty {
  padding: 48px 20px;
  text-align: center;
  color: #7f6341;
  font-size: 14px;
}

.pgd-classified-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(320px, .9fr);
  gap: 18px;
}

.pgd-classified-detail-main {
  padding: 20px;
  display: grid;
  gap: 18px;
}

.pgd-classified-detail-side {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.pgd-classified-gallery-main {
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff5e6 0%, #f7ecd7 100%);
}

.pgd-classified-gallery-main img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.pgd-classified-thumb {
  width: 88px;
  border: 1px solid rgba(148, 116, 46, 0.16);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.pgd-classified-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.pgd-classified-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pgd-classified-spec {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(148, 116, 46, 0.14);
  background: #fff;
}

.pgd-classified-spec strong {
  display: block;
  color: #88693d;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pgd-classified-spec span {
  display: block;
  margin-top: 6px;
  color: #20160b;
  font-size: 14px;
  font-weight: 700;
}

.pgd-classified-side-card {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(148, 116, 46, 0.14);
  background: #fff;
}

.pgd-classified-side-card h3 {
  margin: 0;
  color: #22180b;
  font-size: 20px;
  font-weight: 900;
  font-family: "Barlow", sans-serif;
}

.pgd-classified-side-card p {
  margin: 10px 0 0;
  color: #6d583f;
  font-size: 13px;
  line-height: 1.6;
}

.pgd-classified-side-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.pgd-classified-side-item {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border: 1px solid rgba(148, 116, 46, 0.10);
  border-radius: 12px;
  background: #fff;
}

.pgd-classified-side-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #20160b;
  text-decoration: none;
}

.pgd-classified-side-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background: transparent;
  color: #8a6939;
  font-size: 16px;
  flex: 0 0 auto;
}

.pgd-classified-side-item__icon .pgd-classified-icon-asset {
  width: 18px;
  height: 18px;
}

.pgd-classified-side-item__content {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.pgd-classified-side-item__content strong {
  color: #20160b;
  font-weight: 800;
}

.pgd-classified-side-item__content small,
.pgd-classified-side-item small {
  color: #7f6341;
}

.pgd-classified-side-item.is-active {
  border-color: rgba(193, 126, 17, 0.22);
  background: #fff;
}

.pgd-classified-side-item.is-active .pgd-classified-side-item__icon {
  background: transparent;
  color: #b77909;
}

.pgd-classified-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pgd-classified-stat {
  padding: 18px 16px;
  text-align: center;
}

.pgd-classified-stat strong {
  display: block;
  color: #22180b;
  font-size: 28px;
  font-weight: 900;
  font-family: "Barlow", sans-serif;
}

.pgd-classified-stat span {
  color: #7f6341;
  font-size: 12px;
  font-weight: 700;
}

.pgd-account-listings__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
}

.pgd-account-listings__toolbar-main {
  display: grid;
  gap: 10px;
}

.pgd-account-listings__summary-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pgd-account-listings__summary-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(148, 116, 46, 0.14);
  border-radius: 999px;
  background: #fffdf9;
  color: #6e5538;
  white-space: nowrap;
}

.pgd-account-listings__summary-pill i {
  color: #b77909;
  font-size: 12px;
}

.pgd-account-listings__summary-pill strong {
  color: #20160b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.pgd-account-listings__summary-pill small {
  color: #7f6341;
  font-size: 11px;
  font-weight: 700;
}

.pgd-account-listings__toolbar-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}

.pgd-account-listings__filter-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pgd-account-listings__filter-form .pgd-classified-select {
  min-width: 190px;
}

.pgd-account-listings__new-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(93, 134, 211, 0.24);
  border-radius: 999px;
  background: #eef4ff;
  color: #4a74b8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.pgd-account-listings__new-pill:hover,
.pgd-account-listings__new-pill:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(74, 116, 184, 0.32);
  background: #e6efff;
  color: #355f9a;
}

.pgd-account-listings__new-pill.is-neutral {
  border-color: rgba(148, 116, 46, 0.14);
  background: #fffdf9;
  color: #8a6939;
}

.pgd-account-listings__new-pill.is-neutral:hover,
.pgd-account-listings__new-pill.is-neutral:focus-visible {
  border-color: rgba(148, 116, 46, 0.24);
  background: #fff8ec;
  color: #b77909;
}

.pgd-account-listings__table-card {
  padding-top: 10px;
}

.pgd-account-listings__table-wrap {
  overflow-x: auto;
}

.pgd-account-listings__table th,
.pgd-account-listings__table td {
  padding: 14px 12px;
}

.pgd-account-listing-title {
  color: #20160b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.pgd-account-listing-summary {
  margin-top: 6px;
  color: #6d583f;
  font-size: 12px;
  line-height: 1.45;
}

.pgd-account-listing-category {
  color: #342516;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.pgd-account-listing-metrics {
  display: inline-flex;
  gap: 12px;
  color: #7a6244;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.pgd-account-listing-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pgd-account-listing-metrics .is-view {
  color: #8a6939;
}

.pgd-account-listing-metrics .is-fav {
  color: #8f5a61;
}

.pgd-account-listing-actions-cell {
  width: 1%;
  white-space: nowrap;
}

.pgd-account-listing-actions {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 6px;
  align-items: center;
}

.pgd-account-listing-action-form {
  display: inline-flex;
}

.pgd-account-listing-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(148, 116, 46, 0.14);
  border-radius: 999px;
  background: transparent;
  color: #8a6939;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.pgd-account-listing-action.is-label {
  width: auto;
  min-width: 68px;
  padding: 0 10px;
  gap: 6px;
}

.pgd-account-listing-action__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.pgd-account-listing-action:hover,
.pgd-account-listing-action:focus-visible {
  transform: translateY(-1px);
}

.pgd-account-listing-action.is-preview {
  border-color: rgba(148, 116, 46, 0.14);
  color: #8a6939;
}

.pgd-account-listing-action.is-preview:hover,
.pgd-account-listing-action.is-preview:focus-visible {
  border-color: rgba(148, 116, 46, 0.24);
  background: #fff8ec;
  color: #b77909;
}

.pgd-account-listing-action.is-edit {
  border-color: rgba(94, 162, 118, 0.2);
  background: #edf8f0;
  color: #4f9863;
}

.pgd-account-listing-action.is-edit:hover,
.pgd-account-listing-action.is-edit:focus-visible {
  border-color: rgba(79, 152, 99, 0.32);
  background: #e4f4e8;
  color: #3e8652;
}

.pgd-account-listing-action.is-send,
.pgd-account-listing-action.is-preview-blue {
  border-color: rgba(93, 134, 211, 0.22);
  background: #eef4ff;
  color: #4a74b8;
}

.pgd-account-listing-action.is-send:hover,
.pgd-account-listing-action.is-send:focus-visible,
.pgd-account-listing-action.is-preview-blue:hover,
.pgd-account-listing-action.is-preview-blue:focus-visible {
  border-color: rgba(74, 116, 184, 0.32);
  background: #e6efff;
  color: #355f9a;
}

.pgd-account-listing-action.is-archive {
  border-color: rgba(208, 150, 78, 0.22);
  background: #fff5e7;
  color: #bf7e1d;
}

.pgd-account-listing-action.is-archive:hover,
.pgd-account-listing-action.is-archive:focus-visible {
  border-color: rgba(191, 126, 29, 0.3);
  background: #ffeed7;
  color: #9e6713;
}

.pgd-account-listing-action.is-danger {
  border-color: rgba(202, 111, 111, 0.22);
  background: #fff0f0;
  color: #bf6666;
}

.pgd-account-listing-action.is-danger:hover,
.pgd-account-listing-action.is-danger:focus-visible {
  border-color: rgba(173, 48, 32, 0.26);
  background: #fff3f1;
  color: #b14938;
}

.pgd-admin-moderation__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pgd-admin-moderation__filters .pgd-classified-select {
  min-width: 190px;
}

.pgd-admin-moderation__table-card {
  padding-top: 10px;
}

.pgd-admin-moderation__table td {
  vertical-align: top;
}

.pgd-admin-moderation__member-name {
  font-size: 15px;
}

.pgd-admin-moderation__row-form,
.pgd-admin-moderation__detail-form {
  display: grid;
  gap: 10px;
}

.pgd-admin-moderation__note {
  min-height: 86px;
  font-size: 13px;
  line-height: 1.45;
}

.pgd-admin-moderation__actions {
  justify-content: flex-start;
}

.pgd-admin-moderation__detail-card {
  gap: 12px;
}

.pgd-admin-moderation__detail-alert {
  margin: 0;
}

.pgd-admin-moderation__table th,
.pgd-admin-moderation__table td {
  padding: 10px 12px;
  vertical-align: middle;
}

.pgd-admin-moderation__listing-cell,
.pgd-admin-moderation__member-cell,
.pgd-admin-moderation__status-cell {
  white-space: nowrap;
}

.pgd-admin-moderation__single-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: nowrap;
}

.pgd-admin-moderation__single-line--member {
  gap: 7px;
}

.pgd-admin-moderation__listing-title,
.pgd-admin-moderation__member-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #20160b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.pgd-admin-moderation__listing-title {
  max-width: 280px;
  text-decoration: none;
}

.pgd-admin-moderation__listing-title:hover,
.pgd-admin-moderation__listing-title:focus-visible {
  color: #b77909;
}

.pgd-admin-moderation__member-name {
  max-width: 170px;
}

.pgd-admin-moderation__listing-category,
.pgd-admin-moderation__member-date {
  color: #7a6244;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.pgd-admin-moderation__listing-category {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pgd-admin-moderation__dot {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 999px;
  background: rgba(148, 116, 46, 0.34);
}

.pgd-admin-moderation__metrics {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  color: #8a6939;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.pgd-admin-moderation__metrics span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pgd-admin-moderation__status-cell .pgd-classified-pill {
  padding: 6px 10px;
  font-size: 11px;
}

.pgd-admin-moderation__row-form {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: min(100%, 560px);
}

.pgd-admin-moderation__note-input {
  min-height: 34px;
  width: 100%;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
}

.pgd-admin-moderation__actions {
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pgd-admin-moderation__actions .pgd-account-listing-action {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.pgd-admin-moderation__actions .pgd-account-listing-action.is-label {
  width: auto;
  min-width: 78px;
  height: 34px;
  padding: 0 10px;
  gap: 6px;
  border-radius: 999px;
}

.pgd-admin-moderation__actions .pgd-account-listing-action__label {
  display: inline;
  font-size: 11px;
  font-weight: 800;
}

.pgd-admin-moderation__action-approve {
  border-color: rgba(34, 163, 74, 0.35) !important;
  background: #e8f8ee !important;
  color: #16803a !important;
}

.pgd-admin-moderation__action-approve:hover,
.pgd-admin-moderation__action-approve:focus-visible {
  background: #dcf4e5 !important;
  color: #11662e !important;
}

@media (max-width: 1180px) {
  .pgd-admin-moderation__single-line,
  .pgd-admin-moderation__row-form {
    flex-wrap: wrap;
  }

  .pgd-admin-moderation__listing-cell,
  .pgd-admin-moderation__member-cell,
  .pgd-admin-moderation__status-cell {
    white-space: normal;
  }

  .pgd-admin-moderation__note-input {
    width: 100%;
    min-width: 0;
  }

  .pgd-admin-moderation__metrics {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .pgd-admin-moderation__table th,
  .pgd-admin-moderation__table td {
    padding: 9px 10px;
  }

  .pgd-admin-moderation__listing-title,
  .pgd-admin-moderation__member-name {
    max-width: none;
  }

  .pgd-admin-moderation__listing-category,
  .pgd-admin-moderation__member-date {
    max-width: none;
    white-space: normal;
  }

  .pgd-admin-moderation__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .pgd-admin-moderation__row-form {
    grid-template-columns: 1fr;
  }
}

.pgd-classified-admin-table {
  width: 100%;
  border-collapse: collapse;
}

.pgd-classified-admin-table th,
.pgd-classified-admin-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(148, 116, 46, 0.12);
  text-align: left;
  vertical-align: top;
}

.pgd-classified-admin-table th {
  color: #8a6939;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pgd-classified-editor-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}

.pgd-classified-form-grid--editor,
.pgd-classified-form-grid--sidebar,
.pgd-classified-form-grid--dynamic {
  gap: 16px;
}

.pgd-classified-filter-grid--editor {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pgd-classified-price-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(148, 116, 46, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff8ef 100%);
}

.pgd-classified-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pgd-classified-choice {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.pgd-classified-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pgd-classified-choice span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 116, 46, 0.16);
  background: rgba(255, 255, 255, 0.85);
  color: #6d583f;
  font-size: 13px;
  font-weight: 700;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.pgd-classified-choice:hover span {
  transform: translateY(-1px);
  border-color: rgba(193, 126, 17, 0.28);
}

.pgd-classified-choice input:checked + span {
  border-color: rgba(193, 126, 17, 0.4);
  background: #fff2dc;
  color: #5b3d10;
}

.pgd-classified-price-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 12px;
  align-items: end;
}

[data-ilan-fiyat-etiket-wrap] {
  grid-column: 1 / -1;
}

.pgd-classified-existing-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pgd-classified-existing-image {
  border: 1px solid rgba(148, 116, 46, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.pgd-classified-existing-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.pgd-classified-existing-image__body {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.pgd-classified-checkbox,
.pgd-classified-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a3823;
  font-size: 13px;
  font-weight: 700;
}

.pgd-classified-actions-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.pgd-classified-actions-bar__right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tox-tinymce {
  border-radius: 18px !important;
  border-color: rgba(148, 116, 46, 0.18) !important;
  overflow: hidden;
  box-shadow: none;
}

.tox .tox-editor-header,
.tox .tox-statusbar,
.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
  background: #fffdfa !important;
}

.tox .tox-edit-area__iframe {
  background: #fff !important;
}

.pgd-btn-gold--ghost {
  background: #fff !important;
  color: #4a3823 !important;
  border: 1px solid rgba(148, 116, 46, 0.18) !important;
}

.pgd-btn-gold--danger {
  background: #fff0f0 !important;
  color: #b14938 !important;
  border: 1px solid rgba(173, 48, 32, 0.24) !important;
}

.pgd-btn-gold--danger:hover,
.pgd-btn-gold--danger:focus-visible {
  background: #fff3f1 !important;
  color: #982f20 !important;
  border-color: rgba(152, 47, 32, 0.32) !important;
}

.pgd-classified-shell--editor {
  gap: 14px;
}

.pgd-classified-shell--editor .pgd-classified-admin-card,
.pgd-classified-shell--editor .pgd-classified-form-card {
  border-color: #e8dac8;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.pgd-classified-shell--editor .pgd-classified-editor-hero {
  border-left: 4px solid #c47a16;
  background: linear-gradient(90deg, #fff7e8 0%, #fff 78%);
}

.pgd-classified-shell--editor .pgd-classified-editor-hero h2,
.pgd-classified-shell--editor .pgd-classified-form-card h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.08;
}

.pgd-classified-shell--editor .pgd-classified-editor-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 16px;
  align-items: start;
}

.pgd-classified-shell--editor .pgd-classified-editor-grid > .pgd-classified-form-card:first-of-type {
  border-top: 3px solid rgba(196, 122, 22, 0.62);
}

.pgd-classified-shell--editor .pgd-classified-editor-grid > .pgd-classified-form-card:last-of-type {
  border-top: 3px solid rgba(35, 132, 92, 0.52);
}

.pgd-classified-shell--editor .pgd-classified-section-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0e4d4;
}

.pgd-classified-shell--editor .pgd-classified-form-grid--stack {
  margin-top: 14px;
}

.pgd-classified-shell--editor .pgd-classified-form-grid--editor,
.pgd-classified-shell--editor .pgd-classified-form-grid--sidebar,
.pgd-classified-shell--editor .pgd-classified-form-grid--dynamic {
  gap: 14px;
}

.pgd-classified-shell--editor .pgd-classified-field label,
.pgd-classified-shell--editor .pgd-classified-field__label {
  color: #7a5a31;
  font-size: 11px;
  letter-spacing: 0;
}

.pgd-classified-shell--editor .pgd-classified-input,
.pgd-classified-shell--editor .pgd-classified-select,
.pgd-classified-shell--editor .pgd-classified-textarea {
  min-height: 42px;
  border-color: #e5d6c3;
  border-radius: 8px;
  background: #fffefa;
}

.pgd-classified-shell--editor .pgd-classified-input:focus,
.pgd-classified-shell--editor .pgd-classified-select:focus,
.pgd-classified-shell--editor .pgd-classified-textarea:focus {
  border-color: rgba(196, 122, 22, 0.46);
  background: #fff;
}

.pgd-classified-shell--editor .pgd-classified-price-panel {
  gap: 12px;
  padding: 12px;
  border: 0;
  border-left: 3px solid rgba(196, 122, 22, 0.62);
  border-radius: 8px;
  background: #fff8ed;
}

.pgd-classified-shell--editor .pgd-classified-choice-row {
  gap: 8px;
}

.pgd-classified-shell--editor .pgd-classified-choice span {
  min-height: 34px;
  border-radius: 8px;
  background: #fff;
}

.pgd-classified-shell--editor .pgd-classified-choice input:checked + span {
  border-color: rgba(196, 122, 22, 0.38);
  background: #ffe9c6;
  color: #5b3d10;
}

.pgd-classified-shell--editor .pgd-classified-textarea {
  min-height: 112px;
}

.pgd-classified-shell--editor .pgd-classified-textarea--editor {
  min-height: 420px;
}

.pgd-classified-shell--editor .tox-tinymce {
  border-radius: 8px !important;
  border-color: #e5d6c3 !important;
}

.pgd-classified-shell--editor .pgd-classified-actions-bar {
  gap: 10px;
  align-items: center;
}

.pgd-classified-shell--editor .pgd-classified-actions-bar--submit {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f0e4d4;
}

.pgd-classified-shell--editor .pgd-classified-actions-bar__right {
  gap: 8px;
}

.pgd-classified-shell--editor .pgd-btn-gold {
  min-height: 38px;
  width: auto;
  height: auto;
  border-radius: 8px !important;
  padding: 0 14px;
  justify-content: center;
}

.pgd-classified-shell--editor .pgd-btn-gold--ghost {
  background: #fff !important;
  color: #5f451f !important;
}

.pgd-classified-shell--editor .pgd-classified-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(35, 132, 92, 0.2);
  border-radius: 8px;
  background: #f0faf4;
  color: #2e6d50;
  font-size: 12px;
  font-weight: 800;
}

.pgd-classified-shell--editor .pgd-classified-status-pill span {
  color: #54816d;
  font-weight: 700;
}

.pgd-classified-shell--editor .pgd-classified-required {
  margin-left: 3px;
  color: #ad3020;
}

.pgd-classified-shell--editor .pgd-classified-alert-link {
  margin-left: 10px;
}

.pgd-classified-shell--editor .pgd-classified-empty--compact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

@media (max-width: 820px) {
  .pgd-classified-shell--editor .pgd-classified-editor-grid {
    grid-template-columns: 1fr;
  }

  .pgd-classified-shell--editor .pgd-classified-actions-bar,
  .pgd-classified-shell--editor .pgd-classified-actions-bar__right {
    align-items: stretch;
  }

  .pgd-classified-shell--editor .pgd-btn-gold {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .pgd-classified-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pgd-account-listings__toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .pgd-account-listings__toolbar-tools {
    justify-content: flex-start;
  }

  .pgd-classified-filter-grid,
  .pgd-classified-stat-grid,
  .pgd-classified-editor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pgd-classified-icon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pgd-classified-icon-upload {
    grid-template-columns: 1fr;
  }

  .pgd-classified-icon-upload__preview {
    width: 28px;
    height: 28px;
  }

  .pgd-classified-detail {
    grid-template-columns: 1fr;
  }

  .pgd-classified-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .pgd-classified-grid,
  .pgd-classified-existing-images,
  .pgd-classified-specs,
  .pgd-classified-filter-grid,
  .pgd-classified-stat-grid,
  .pgd-classified-editor-grid {
    grid-template-columns: 1fr;
  }

  .pgd-classified-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pgd-classified-hero,
  .pgd-classified-panel,
  .pgd-classified-form-card,
  .pgd-classified-admin-card,
  .pgd-classified-detail-main,
  .pgd-classified-detail-side {
    padding: 16px;
  }

  .pgd-classified-price-grid,
  .pgd-classified-filter-grid--editor {
    grid-template-columns: 1fr;
  }

  .pgd-account-listings__filter-form {
    width: 100%;
  }

  .pgd-account-listings__filter-form .pgd-classified-select,
  .pgd-admin-moderation__filters .pgd-classified-select,
  .pgd-account-listings__new-pill {
    width: 100%;
  }

  .pgd-account-listing-actions {
    min-width: 136px;
    flex-wrap: wrap;
  }

  .pgd-admin-moderation__filters {
    width: 100%;
  }
}

.pgd-market-hero {
  display: grid;
  gap: 18px;
}

.pgd-market-hero__content {
  display: grid;
  gap: 10px;
}

.pgd-market-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pgd-market-hero__stats span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff7ea;
  border: 1px solid rgba(148, 116, 46, 0.14);
  color: #7c6039;
  font-size: 13px;
  font-weight: 700;
}

.pgd-market-panel {
  display: grid;
  gap: 16px;
}

.pgd-market-filter-form {
  display: grid;
  gap: 16px;
}

.pgd-market-filter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pgd-market-filter-grid__search {
  grid-column: span 2;
}

.pgd-market-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 12px;
  align-items: center;
}

.pgd-market-toolbar__count {
  display: grid;
  gap: 2px;
  min-width: 96px;
}

.pgd-market-toolbar__count strong {
  color: #22180b;
  font-size: 28px;
  font-weight: 900;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}

.pgd-market-toolbar__count span {
  color: #7f6341;
  font-size: 12px;
  font-weight: 700;
}

.pgd-market-toolbar__sort {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pgd-market-sort-option {
  display: inline-flex;
  cursor: pointer;
}

.pgd-market-sort-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pgd-market-sort-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 116, 46, 0.16);
  background: #fff;
  color: #4a3823;
  font-size: 13px;
  font-weight: 800;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.pgd-market-sort-chip i {
  font-size: 14px;
}

.pgd-market-sort-option input:checked + .pgd-market-sort-chip {
  border-color: rgba(193, 126, 17, 0.32);
  background: #fff3db;
  color: #7f5c22;
}

.pgd-market-sort-option:hover .pgd-market-sort-chip {
  transform: translateY(-1px);
  border-color: rgba(193, 126, 17, 0.24);
}

.pgd-market-toolbar__view {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border-radius: 999px;
  background: #f8f2e7;
}

.pgd-market-view-toggle {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #7f6341;
  font-size: 16px;
  transition: background-color .18s ease, color .18s ease;
}

.pgd-market-view-toggle.is-active {
  background: #fff;
  color: #7f5c22;
}

.pgd-market-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.pgd-market-toolbar__actions .pgd-btn-gold,
.pgd-market-empty__actions .pgd-btn-gold {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.pgd-market-cta {
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.pgd-market-cta i {
  font-size: 14px;
}

.pgd-market-toolbar__actions .pgd-btn-gold:not(.pgd-market-cta) {
  font-size: 0;
}

.pgd-market-toolbar__actions .pgd-btn-gold:not(.pgd-market-cta)::after {
  content: 'Ücretsiz İlan Ver';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.pgd-market-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.pgd-market-active-filters__label {
  color: #8a6939;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pgd-market-active-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff7ea;
  border: 1px solid rgba(148, 116, 46, 0.14);
  color: #6e532f;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.pgd-market-results {
  display: grid;
  gap: 16px;
}

.pgd-market-results[data-view="grid"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pgd-market-results[data-view="liste"] {
  grid-template-columns: 1fr;
}

.pgd-market-card {
  overflow: hidden;
  border: 1px solid rgba(148, 116, 46, 0.16);
  border-radius: 20px;
  background: #fffdfa;
}

.pgd-market-card__cover {
  background: linear-gradient(135deg, #fff5e6 0%, #f7ecd7 100%);
}

.pgd-market-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b77909;
  font-size: 40px;
}

.pgd-market-card__body {
  display: grid;
  gap: 12px;
}

.pgd-market-card__head {
  display: grid;
  gap: 10px;
}

.pgd-market-card__title {
  display: block;
}

.pgd-market-card__price {
  font-size: 22px;
}

.pgd-market-card__summary {
  margin: 0;
  color: #6d583f;
  font-size: 13px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pgd-market-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: #755e43;
  font-size: 12px;
}

.pgd-market-card__meta {
  display: none;
}

.pgd-market-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pgd-market-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pgd-market-card__link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #fff7ea;
  color: #7f5c22;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.pgd-market-card__metrics {
  display: grid;
  justify-items: end;
  gap: 6px;
  margin-left: auto;
}

.pgd-market-metric {
  display: inline-grid;
  grid-template-columns: minmax(10px, auto) 14px;
  align-items: center;
  justify-content: end;
  column-gap: 6px;
  min-width: 38px;
}

.pgd-market-card__stat {
  color: #7b6344;
  font-size: 12px;
  line-height: 1;
}

.pgd-market-metric__count {
  justify-self: end;
  text-align: right;
}

.pgd-market-metric__icon {
  justify-self: end;
  font-size: 13px;
}

.pgd-market-card__footer .pgd-classified-fav {
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  color: #7b6344;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
}

.pgd-market-card__footer .pgd-classified-fav.is-active {
  border: 0;
  background: transparent;
  color: #9f5770;
}

.pgd-market-empty {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 56px 20px;
  text-align: center;
}

.pgd-market-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #fff3db;
  color: #b77909;
  font-size: 28px;
}

.pgd-market-empty h2 {
  margin: 0;
  color: #22180b;
  font-family: "Barlow", sans-serif;
  font-size: 34px;
  font-weight: 900;
}

.pgd-market-empty p {
  margin: 0;
  max-width: 560px;
  color: #6d583f;
  font-size: 14px;
  line-height: 1.55;
}

.pgd-market-empty__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pgd-market-empty__steps span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  border: 1px solid rgba(148, 116, 46, 0.16);
  border-radius: 999px;
  background: #fffdf9;
  padding: 0 11px;
  color: #6e5538;
  font-size: 12px;
  font-weight: 800;
}

.pgd-market-empty__steps i {
  color: #b77909;
  font-size: 13px;
}

.pgd-market-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pgd-market-results[data-view="liste"] .pgd-market-card {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: stretch;
}

.pgd-market-results[data-view="liste"] .pgd-market-card__cover {
  width: 100%;
  min-width: 0;
  height: 100%;
  aspect-ratio: auto;
  max-width: 100%;
  overflow: hidden;
}

.pgd-market-results[data-view="liste"] .pgd-market-card__cover img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.pgd-market-results[data-view="liste"] .pgd-market-card__body {
  min-width: 0;
  align-content: center;
  padding: 18px;
}

.pgd-market-results[data-view="liste"] .pgd-market-card__head,
.pgd-market-results[data-view="liste"] .pgd-market-card__title,
.pgd-market-results[data-view="liste"] .pgd-market-card__summary,
.pgd-market-results[data-view="liste"] .pgd-market-card__meta,
.pgd-market-results[data-view="liste"] .pgd-market-card__footer {
  min-width: 0;
}

.pgd-market-results[data-view="liste"] .pgd-market-card__title,
.pgd-market-results[data-view="liste"] .pgd-market-card__summary {
  overflow-wrap: anywhere;
}

@media (max-width: 1320px) {
  .pgd-market-results[data-view="grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pgd-market-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pgd-market-filter-grid__search {
    grid-column: span 3;
  }

  .pgd-market-toolbar {
    grid-template-columns: 1fr;
  }

  .pgd-market-toolbar__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .pgd-market-results[data-view="grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pgd-market-results[data-view="liste"] .pgd-market-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .pgd-market-filter-grid,
  .pgd-market-results[data-view="grid"] {
    grid-template-columns: 1fr;
  }

  .pgd-market-filter-grid__search {
    grid-column: auto;
  }

  .pgd-market-toolbar__sort,
  .pgd-market-toolbar__actions,
  .pgd-market-hero__stats,
  .pgd-market-active-filters {
    width: 100%;
  }
}

.pgd-marketplace {
  min-width: 0;
}

.pgd-marketplace__form {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.pgd-market-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
  align-self: start;
}

.pgd-market-sidebar.pgd-classified-panel {
  padding: 18px 16px 16px;
  border: 1px solid rgba(148, 116, 46, 0.14);
  border-radius: 28px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff9f1 100%);
  box-shadow: none;
}

.pgd-market-sidebar__head {
  display: grid;
  gap: 10px;
}

.pgd-market-sidebar__head h2 {
  margin: 0;
}

.pgd-market-sidebar__head p {
  margin: 0;
}

.pgd-market-sidebar__fields {
  display: grid;
  gap: 12px;
}

.pgd-market-sidebar__section {
  display: grid;
  gap: 10px;
}

.pgd-market-sidebar__section + .pgd-market-sidebar__section {
  padding-top: 6px;
}

.pgd-market-sidebar__section--categories {
  gap: 0;
}

.pgd-market-sidebar__section-title {
  color: #8a6939;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pgd-market-sidebar__categories {
  gap: 0;
}

.pgd-market-sidebar__categories .pgd-classified-side-item {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pgd-market-sidebar__categories .pgd-classified-side-item a {
  width: 100%;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(148, 116, 46, 0.14);
  transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.pgd-market-sidebar__categories .pgd-classified-side-item__icon {
  width: 16px;
  height: 16px;
  color: #8a6939;
  font-size: 15px;
  transition: color 0.18s ease;
}

.pgd-market-sidebar__categories .pgd-classified-side-item__icon .pgd-classified-icon-asset {
  width: 16px;
  height: 16px;
}

.pgd-market-sidebar__categories .pgd-classified-side-item__content {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.pgd-market-sidebar__categories .pgd-classified-side-item__content strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  transition: color 0.18s ease;
}

.pgd-market-sidebar__categories .pgd-classified-side-item--child a {
  padding-left: 18px;
}

.pgd-market-sidebar__categories .pgd-classified-side-item a:hover {
  border-bottom-color: rgba(193, 126, 17, 0.42);
  transform: translateX(2px);
}

.pgd-market-sidebar__categories .pgd-classified-side-item a:hover .pgd-classified-side-item__icon,
.pgd-market-sidebar__categories .pgd-classified-side-item a:hover .pgd-classified-side-item__content strong,
.pgd-market-sidebar__categories .pgd-classified-side-item a:hover .pgd-market-category-count {
  color: #b77909;
}

.pgd-market-sidebar__categories .pgd-classified-side-item.is-active {
  border-color: transparent;
  background: transparent;
}

.pgd-market-sidebar__categories .pgd-classified-side-item.is-active a {
  border-bottom-color: #c17e11;
  box-shadow: none;
}

.pgd-market-category-count {
  margin-left: auto;
  color: #8a6939;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.pgd-market-sidebar__actions {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.pgd-market-sidebar__actions .pgd-btn-gold,
.pgd-market-sidebar__actions .pgd-btn-gold--ghost {
  justify-content: center;
  border-radius: 16px;
}

.pgd-market-content {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.pgd-market-content__top {
  display: grid;
  gap: 14px;
}

.pgd-market-content__top .pgd-market-toolbar {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
}

.pgd-classified-detail {
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.6fr) minmax(250px, 0.82fr);
  gap: 28px;
  align-items: start;
}

.pgd-classified-detail-nav,
.pgd-classified-detail-main,
.pgd-classified-detail-side {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pgd-classified-detail-nav {
  min-width: 0;
}

.pgd-classified-detail-nav .pgd-market-sidebar {
  top: 92px;
  max-height: calc(100vh - 110px);
  overflow: auto;
  padding-right: 8px;
}

.pgd-classified-detail-nav .pgd-market-sidebar__fields {
  gap: 10px;
}

.pgd-classified-detail-main {
  gap: 18px;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

.pgd-classified-detail-banner {
  position: static;
  padding: 0;
  background: transparent;
}

.pgd-classified-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(148, 116, 46, 0.12);
  color: #8a6939;
  font-size: 12px;
  font-weight: 700;
}

.pgd-classified-detail-breadcrumb__root,
.pgd-classified-detail-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 249, 241, 0.9);
  border: 1px solid rgba(148, 116, 46, 0.12);
  color: #73542b;
  text-decoration: none;
}

.pgd-classified-detail-breadcrumb__root:hover {
  border-color: rgba(193, 126, 17, 0.24);
  color: #5f431d;
}

.pgd-classified-detail-breadcrumb__item.is-current {
  background: rgba(255, 243, 222, 0.96);
  border-color: rgba(193, 126, 17, 0.22);
  color: #50340f;
}

.pgd-classified-detail-breadcrumb__sep {
  color: rgba(138, 105, 57, 0.65);
  font-weight: 800;
}

.pgd-classified-icon-hints {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.pgd-classified-icon-hint,
.pgd-classified-icon-hints .pgd-classified-pill.is-muted {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border: 1px solid rgba(187, 95, 138, 0.2);
  border-radius: 999px;
  background: rgba(255, 241, 247, 0.92);
  color: #b15479;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  cursor: help;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.pgd-classified-icon-hint:hover,
.pgd-classified-icon-hint:focus-visible,
.pgd-classified-icon-hints .pgd-classified-pill.is-muted:hover,
.pgd-classified-icon-hints .pgd-classified-pill.is-muted:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(177, 84, 121, 0.34);
  background: rgba(255, 231, 241, 0.98);
  color: #943c61;
}

.pgd-classified-icon-hint.is-success {
  border-color: rgba(72, 147, 96, 0.22);
  background: rgba(236, 247, 240, 0.95);
  color: #348051;
}

.pgd-classified-icon-hint.is-warning {
  border-color: rgba(183, 121, 9, 0.18);
  background: rgba(255, 244, 222, 0.96);
  color: #b77909;
}

.pgd-classified-icon-hint.is-danger {
  border-color: rgba(173, 48, 32, 0.18);
  background: rgba(255, 241, 238, 0.96);
  color: #b14938;
}

.pgd-classified-icon-hint.is-category {
  color: #a34872;
}

.pgd-classified-icon-hints .pgd-classified-pill.is-muted {
  font-size: 0;
  color: transparent;
  overflow: visible;
}

.pgd-classified-icon-hints .pgd-classified-pill.is-muted::before {
  content: "\F4DA";
  font-family: "bootstrap-icons";
  font-size: 13px;
  color: #b15479;
}

.pgd-classified-icon-hint::after,
.pgd-classified-icon-hints .pgd-classified-pill.is-muted::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 20;
  min-width: max-content;
  max-width: 220px;
  padding: 7px 10px;
  border-radius: 12px;
  background: rgba(36, 24, 11, 0.94);
  color: #fffdf7;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.pgd-classified-icon-hints .pgd-classified-pill.is-muted::after {
  content: "İlan sahibi görünümü";
}

.pgd-classified-icon-hint:hover::after,
.pgd-classified-icon-hint:focus-visible::after,
.pgd-classified-icon-hints .pgd-classified-pill.is-muted:hover::after,
.pgd-classified-icon-hints .pgd-classified-pill.is-muted:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.pgd-classified-pill-row--detail {
  gap: 6px;
}

.pgd-classified-pill-row--detail .pgd-classified-pill {
  min-height: 26px;
  padding: 0 8px;
  border: 0;
  background: #f6f1e8;
  color: #725638;
  font-size: 11px;
}

.pgd-classified-pill-row--detail .pgd-classified-pill.is-success {
  background: #edf6ef;
}

.pgd-classified-pill-row--detail .pgd-classified-pill.is-warning {
  background: #fff4de;
}

.pgd-classified-pill-row--detail .pgd-classified-pill.is-danger {
  background: #fff1ee;
}

.pgd-classified-detail-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(148, 116, 46, 0.14);
  background: transparent;
}

.pgd-classified-detail-title {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.pgd-classified-detail-main h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.04;
}

.pgd-classified-copy--detail {
  margin: 0;
  max-width: 62ch;
  font-size: 14px;
}

.pgd-classified-fav--detail {
  flex: 0 0 auto;
  margin-top: 2px;
}

.pgd-classified-gallery {
  display: grid;
  gap: 12px;
  background: transparent;
}

.pgd-classified-gallery-main {
  display: block;
  border-radius: 18px;
  background: #f6efe4;
  cursor: zoom-in;
}

.pgd-classified-gallery-main--empty {
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b77909;
  font-size: 44px;
}

.pgd-classified-detail .pgd-classified-thumb-list {
  gap: 10px;
}

.pgd-classified-detail .pgd-classified-thumb {
  width: 74px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  opacity: 0.92;
  transition: opacity .18s ease, transform .18s ease;
}

.pgd-classified-detail .pgd-classified-thumb:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.pgd-classified-meta-row--detail {
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(148, 116, 46, 0.14);
  background: transparent;
}

.pgd-classified-detail-block {
  display: grid;
  gap: 10px;
  padding-top: 2px;
  background: transparent;
}

.pgd-classified-detail-block h2 {
  margin: 0;
  color: #22180b;
  font-size: 18px;
  font-weight: 800;
  font-family: "Barlow", sans-serif;
}

.pgd-classified-specs--detail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

.pgd-classified-specs--detail .pgd-classified-spec {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(148, 116, 46, 0.12);
  border-radius: 0;
  background: transparent;
}

.pgd-classified-detail-side__sticky {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
  padding: 18px 16px 16px;
  border: 1px solid rgba(148, 116, 46, 0.14);
  border-radius: 28px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff9f1 100%);
  box-shadow: none;
}

.pgd-classified-side-card--flat {
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(148, 116, 46, 0.14);
  border-radius: 0;
  background: transparent;
}

.pgd-classified-side-card--flat h2,
.pgd-classified-side-card--flat h3 {
  margin: 0 0 12px;
  color: #22180b;
  font-size: 18px;
  font-weight: 900;
  font-family: "Barlow", sans-serif;
}

.pgd-classified-side-summary {
  display: grid;
  gap: 12px;
}

.pgd-classified-side-summary--boxed {
  padding: 18px 18px 16px;
  border: 1px solid rgba(148, 116, 46, 0.14);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.92);
}

.pgd-classified-side-summary__price {
  color: #1f160b;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.pgd-classified-side-summary__footer {
  display: grid;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(148, 116, 46, 0.12);
}

.pgd-classified-side-summary__footer small {
  color: #8a6939;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pgd-classified-side-summary__footer .pgd-classified-side-summary__price,
.pgd-classified-side-summary__text {
  width: 100%;
  text-align: left;
}

.pgd-classified-side-summary__text {
  color: #20160b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.pgd-classified-side-summary__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pgd-classified-owner-meta {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.pgd-classified-owner-line {
  display: grid;
  gap: 2px;
}

.pgd-classified-owner-line span,
.pgd-classified-side-item--flat small {
  color: #8a6939;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pgd-classified-owner-line strong,
.pgd-classified-side-item--flat strong {
  color: #20160b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.pgd-classified-side-list--flat {
  gap: 0;
  margin-top: 0;
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat {
  display: grid;
  gap: 3px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(148, 116, 46, 0.12);
  border-radius: 0;
  background: transparent;
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat:last-child {
  border-bottom: 0;
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #20160b;
  text-decoration: none;
  font-weight: 700;
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat .pgd-classified-side-item__icon {
  width: 16px;
  height: 16px;
  color: #9a7237;
  font-size: 15px;
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat .pgd-classified-side-item__icon .pgd-classified-icon-asset {
  width: 16px;
  height: 16px;
}

.pgd-classified-detail-main > * {
  background: transparent;
}

.pgd-classified-detail-side {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat .pgd-classified-side-item__content {
  display: block;
  min-width: 0;
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat .pgd-classified-side-item__content strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.pgd-classified-side-contact {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: #20160b;
  text-decoration: none;
}

.pgd-classified-side-contact:hover {
  color: #20160b;
  text-decoration: none;
}

.pgd-classified-side-contact__value {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.pgd-classified-side-contact__hint {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #b17b2f;
}

.pgd-classified-side-contact--locked .pgd-classified-side-contact__value {
  filter: blur(4px);
  user-select: none;
}

.pgd-classified-side-item--flat.is-locked {
  border-bottom-color: rgba(177, 123, 47, 0.18);
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat .pgd-classified-side-item__content small {
  display: none;
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat.is-active {
  border-bottom-color: rgba(193, 126, 17, 0.34);
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat.is-active .pgd-classified-side-item__icon,
.pgd-classified-side-list--flat .pgd-classified-side-item--flat.is-active .pgd-classified-side-item__content strong {
  color: #b77909;
}

.pgd-classified-side-list--flat .pgd-classified-side-item--flat.pgd-classified-side-item--child a {
  padding-left: 16px;
}

.pgd-ilan-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(18, 14, 8, 0.82);
}

.pgd-ilan-lightbox[hidden] {
  display: none !important;
}

.pgd-ilan-lightbox__dialog {
  position: relative;
  display: grid;
  gap: 14px;
  width: min(92vw, 1240px);
  max-height: 92vh;
}

.pgd-ilan-lightbox__close,
.pgd-ilan-lightbox__nav {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.pgd-ilan-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}

.pgd-ilan-lightbox__stage {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.pgd-ilan-lightbox__stage img {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.pgd-ilan-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 18px;
}

.pgd-ilan-lightbox__nav--prev {
  left: 12px;
}

.pgd-ilan-lightbox__nav--next {
  right: 12px;
}

.pgd-market-toolbar__count {
  min-width: 88px;
}

.pgd-market-toolbar__sort {
  min-width: 0;
}

.pgd-market-toolbar__actions {
  align-items: center;
}

.pgd-market-active-filters--sidebar {
  display: grid;
  gap: 8px;
}

.pgd-market-active-filters--sidebar .pgd-market-active-filters__label {
  margin-bottom: 2px;
}

.pgd-market-active-filters--sidebar .pgd-market-active-chip {
  justify-content: space-between;
}

.pgd-market-results[data-view="grid"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1360px) {
  .pgd-marketplace__form {
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
  }

  .pgd-market-results[data-view="grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pgd-market-content__top .pgd-market-toolbar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .pgd-marketplace__form {
    grid-template-columns: 1fr;
  }

  .pgd-market-sidebar {
    position: static;
  }

   .pgd-market-results[data-view="grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pgd-classified-detail {
    grid-template-columns: 1fr;
  }

  .pgd-classified-detail-nav {
    order: 3;
  }

  .pgd-classified-detail-side {
    order: 2;
  }

  .pgd-classified-detail-main {
    order: 1;
  }

  .pgd-classified-detail-nav .pgd-market-sidebar,
  .pgd-classified-detail-side__sticky,
  .pgd-classified-detail-banner {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 720px) {
  .pgd-market-results[data-view="grid"] {
    grid-template-columns: 1fr;
  }

  .pgd-market-sidebar,
  .pgd-market-content__top .pgd-market-toolbar,
  .pgd-market-toolbar__sort,
  .pgd-market-toolbar__actions {
    width: 100%;
  }

  .pgd-marketplace__form {
    gap: 14px;
  }

  .pgd-market-sidebar.pgd-classified-panel,
  .pgd-market-content__top.pgd-classified-panel,
  .pgd-market-empty.pgd-classified-panel {
    padding: 16px;
    border-radius: 16px;
  }

  .pgd-market-sidebar__categories .pgd-classified-side-item a {
    padding: 10px 0;
  }

  .pgd-market-sidebar__actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .pgd-market-sidebar__actions .pgd-btn-gold,
  .pgd-market-empty__actions .pgd-btn-gold,
  .pgd-market-toolbar__actions .pgd-btn-gold {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    overflow: visible;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  .pgd-market-toolbar {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pgd-market-toolbar__sort {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pgd-market-sort-option,
  .pgd-market-sort-chip {
    width: 100%;
  }

  .pgd-market-sort-chip {
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .pgd-market-toolbar__view {
    justify-content: flex-start;
    border-radius: 14px;
  }

  .pgd-market-view-toggle {
    width: 38px;
    height: 38px;
  }

  .pgd-market-toolbar__actions .pgd-btn-gold,
  .pgd-market-empty__actions .pgd-btn-gold {
    width: 100%;
  }

  .pgd-market-empty {
    padding: 28px 16px;
  }

  .pgd-market-empty__icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-size: 24px;
  }

  .pgd-market-empty h2 {
    font-size: 24px;
    line-height: 1.08;
  }

  .pgd-classified-detail-head {
    flex-direction: column;
    align-items: stretch;
  }

  .pgd-classified-side-summary__price {
    font-size: 24px;
  }

  .pgd-classified-specs--detail {
    grid-template-columns: 1fr;
  }

  .pgd-ilan-lightbox {
    padding: 12px;
  }

  .pgd-ilan-lightbox__nav {
    width: 38px;
    height: 38px;
  }
}

.pgd-classified-hero,
.pgd-classified-panel,
.pgd-classified-card,
.pgd-classified-form-card,
.pgd-classified-admin-card,
.pgd-classified-stat,
.pgd-market-card,
.pgd-market-empty,
.pgd-market-empty__icon,
.pgd-classified-price-panel,
.pgd-classified-editor-note,
.pgd-classified-cover,
.pgd-market-card__cover,
.pgd-classified-gallery-main {
  box-shadow: none;
  background: #fff !important;
  background-image: none !important;
}

.pgd-classified-cover,
.pgd-market-card__cover,
.pgd-classified-gallery-main,
.pgd-classified-price-panel,
.pgd-classified-editor-note,
.pgd-market-empty__icon {
  border: 1px solid rgba(148, 116, 46, 0.14);
}

.pgd-classified-input:focus,
.pgd-classified-select:focus,
.pgd-classified-textarea:focus,
.pgd-market-sidebar__categories .pgd-classified-side-item.is-active a {
  box-shadow: none;
}

.pgd-classified-pill,
.pgd-classified-pill-row--detail .pgd-classified-pill,
.pgd-classified-choice span,
.pgd-market-card__link {
  background: transparent !important;
}

.pgd-classified-pill,
.pgd-classified-pill-row--detail .pgd-classified-pill,
.pgd-market-card__link {
  border: 1px solid rgba(148, 116, 46, 0.18);
}

.pgd-market-card {
  border-radius: 18px;
}

.pgd-market-card__head {
  gap: 8px;
}

.pgd-market-card__price,
.pgd-classified-side-summary__price {
  width: 100%;
  text-align: center;
}

.pgd-market-card__summary {
  -webkit-line-clamp: 3;
  min-height: 3.8em;
}

.pgd-market-card__meta {
  min-height: 18px;
}

.pgd-market-card__meta span:nth-child(1),
.pgd-market-card__meta span:nth-child(2) {
  display: none;
}

.pgd-market-card__meta span:last-child {
  display: inline-flex;
}

.pgd-market-card__footer {
  border-top: 1px solid rgba(148, 116, 46, 0.12);
  padding-top: 12px;
}

.pgd-market-empty__icon {
  color: #8a6939;
}

.pgd-classified-pill-row--detail .pgd-classified-pill {
  border-width: 1px;
}

.pgd-classified-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.pgd-classified-detail-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(148, 116, 46, 0.18);
  border-radius: 999px;
  color: #4a3823;
  font-size: 13px;
  font-weight: 700;
}

.pgd-classified-fav--detail {
  margin-top: 0;
}

.pgd-classified-meta-row--detail span:nth-child(1),
.pgd-classified-meta-row--detail span:nth-child(2) {
  display: none;
}

.pgd-classified-side-summary {
  gap: 14px;
}

.pgd-classified-side-summary__price {
  justify-self: stretch;
}

.pgd-classified-side-summary--boxed .pgd-classified-side-summary__price,
.pgd-classified-side-summary--boxed .pgd-classified-side-summary__text {
  width: 100%;
  text-align: left;
}

.pgd-classified-side-summary__links {
  justify-content: center;
}

/* Classified pages: final readable type/form layer. */
.pgd-classified-shell,
.pgd-marketplace,
.pgd-classified-shell :where(input, select, textarea, button, a, label, span, strong, small, p, h1, h2, h3, h4, th, td),
.pgd-marketplace :where(input, select, textarea, button, a, label, span, strong, small, p, h1, h2, h3, h4, th, td) {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif !important;
  letter-spacing: 0 !important;
}

.pgd-classified-shell :where(.pgd-classified-hero h1, .pgd-classified-panel h2, .pgd-classified-form-card h2, .pgd-classified-admin-card h2, .pgd-classified-detail-main h1, .pgd-classified-card-title, .pgd-classified-price, .pgd-market-toolbar__count strong, .pgd-market-empty h2, .pgd-classified-side-card h3, .pgd-classified-detail-block h2, .pgd-classified-side-card--flat h2, .pgd-classified-side-card--flat h3, .pgd-classified-side-summary__price, .pgd-classified-detail-title),
.pgd-marketplace :where(.pgd-classified-card-title, .pgd-classified-price, .pgd-market-toolbar__count strong, .pgd-market-empty h2) {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.pgd-classified-shell :where(.pgd-classified-form-card h2, .pgd-classified-detail-main h1) {
  font-size: 25px;
  line-height: 1.18;
}

.pgd-classified-shell--editor .pgd-classified-form-card h2,
.pgd-classified-shell--editor .pgd-classified-editor-hero h2 {
  font-size: 23px;
  font-weight: 700 !important;
  line-height: 1.2;
}

.pgd-classified-card-title,
.pgd-market-card__title {
  color: #1f170d;
  font-size: 17px;
  font-weight: 700 !important;
  line-height: 1.28;
}

.pgd-classified-price,
.pgd-market-card__price,
.pgd-classified-side-summary__price {
  color: #22180b;
  font-weight: 700 !important;
  line-height: 1.18;
}

.pgd-market-toolbar__count strong {
  font-size: 26px;
  font-weight: 700 !important;
  line-height: 1;
}

.pgd-classified-field label,
.pgd-classified-field__label,
.pgd-market-sidebar__section-title,
.pgd-market-active-filters__label {
  color: #624b2f;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.pgd-classified-input,
.pgd-classified-select,
.pgd-classified-textarea {
  color: #22180b;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3;
}

.pgd-classified-select {
  appearance: none;
  -webkit-appearance: none;
  min-height: 42px;
  padding: 0 42px 0 14px !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #8a6939 50%),
    linear-gradient(135deg, #8a6939 50%, transparent 50%) !important;
  background-position:
    calc(100% - 19px) calc(50% + 2px),
    calc(100% - 13px) calc(50% + 2px) !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

.pgd-classified-select::-ms-expand {
  display: none;
}

.pgd-classified-select:disabled {
  background-color: #faf7f1 !important;
  color: #8a765c;
  cursor: not-allowed;
}

.pgd-classified-select option,
.pgd-classified-select optgroup {
  background: #fff;
  color: #22180b;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.pgd-classified-shell--editor .pgd-classified-input,
.pgd-classified-shell--editor .pgd-classified-select,
.pgd-classified-shell--editor .pgd-classified-textarea {
  border-color: #e5d6c3;
  background-color: #fff !important;
  border-radius: 8px !important;
}

.pgd-classified-shell--editor .pgd-classified-price-panel {
  background: #fff !important;
}

.pgd-marketplace__form {
  grid-template-columns: minmax(260px, 304px) minmax(0, 1fr);
  gap: 16px;
}

.pgd-market-sidebar.pgd-classified-panel {
  border-radius: 14px;
  padding: 16px;
  background: #fff !important;
}

.pgd-market-sidebar__categories .pgd-classified-side-item__content strong {
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 1.25;
}

.pgd-market-category-count,
.pgd-market-active-chip,
.pgd-market-sort-chip,
.pgd-market-card__link,
.pgd-classified-pill,
.pgd-btn-gold {
  font-weight: 600 !important;
}

.pgd-market-results {
  gap: 14px;
}

.pgd-market-card {
  border-radius: 12px;
  background: #fff !important;
}

.pgd-market-card__body {
  gap: 10px;
  padding: 14px;
}

.pgd-market-card__head {
  gap: 8px;
}

.pgd-market-card__summary {
  min-height: auto;
  color: #5f5142;
  font-size: 13px;
  line-height: 1.5;
}

.pgd-market-card__footer {
  padding-top: 10px;
}

.pgd-market-results[data-view="liste"] .pgd-market-card {
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  border-radius: 12px;
}

.pgd-market-results[data-view="liste"] .pgd-market-card__body {
  align-content: start;
  padding: 16px;
}

.pgd-market-results[data-view="liste"] .pgd-market-card__title {
  font-size: 18px;
}

.pgd-market-results[data-view="liste"] .pgd-market-card__summary {
  -webkit-line-clamp: 3;
}

@media (max-width: 980px) {
  .pgd-marketplace__form,
  .pgd-market-results[data-view="liste"] .pgd-market-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .pgd-classified-shell :where(.pgd-classified-form-card h2, .pgd-classified-detail-main h1),
  .pgd-classified-shell--editor .pgd-classified-form-card h2,
  .pgd-classified-shell--editor .pgd-classified-editor-hero h2 {
    font-size: 21px;
  }

  .pgd-classified-card-title,
  .pgd-market-card__title,
  .pgd-market-results[data-view="liste"] .pgd-market-card__title {
    font-size: 16px;
  }
}

/* Workspace authority override: ilanlar.css loads late, so keep admin/account-authority pages aligned here too. */
.pgd-page-workspace--admin,
.pgd-page-workspace--authority {
  --pgd-workspace-shell-gap: 24px;
  --pgd-workspace-sidebar-width: 188px;
  --pgd-admin-card-radius: 8px;
  --pgd-admin-card-border: #e2ddd4;
  --pgd-admin-card-bg: #ffffff;
  --pgd-admin-card-soft-bg: #fffaf1;
}

.pgd-page-workspace--admin .pgd-workspace,
.pgd-page-workspace--authority .pgd-workspace {
  grid-template-columns: var(--pgd-workspace-sidebar-width) minmax(0, 1fr) !important;
  gap: var(--pgd-workspace-shell-gap) !important;
  align-items: start !important;
}

.pgd-page-workspace--admin .pgd-workspace-sidebar,
.pgd-page-workspace--authority .pgd-workspace-sidebar {
  width: var(--pgd-workspace-sidebar-width) !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
}

.pgd-page-workspace--admin .pgd-workspace-main,
.pgd-page-workspace--authority .pgd-workspace-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.pgd-page-workspace--admin :is(.pgd-classified-shell, .pgd-account-listings, .pgd-editor-desk),
.pgd-page-workspace--authority :is(.pgd-classified-shell, .pgd-account-listings, .pgd-editor-desk) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.pgd-page-workspace--admin :is(.pgd-classified-admin-card, .pgd-account-listings__toolbar, .pgd-account-listings__table-card, .pgd-classified-form-card),
.pgd-page-workspace--authority :is(.pgd-classified-admin-card, .pgd-account-listings__toolbar, .pgd-account-listings__table-card, .pgd-classified-form-card) {
  border: 1px solid var(--pgd-admin-card-border) !important;
  border-radius: var(--pgd-admin-card-radius) !important;
  background: var(--pgd-admin-card-bg) !important;
  box-shadow: none !important;
}

@media (max-width: 1180px) {
  .pgd-page-workspace--admin,
  .pgd-page-workspace--authority {
    --pgd-workspace-shell-gap: 18px;
  }
}

@media (max-width: 980px) {
  .pgd-page-workspace--admin .pgd-workspace,
  .pgd-page-workspace--authority .pgd-workspace {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .pgd-page-workspace--admin .pgd-workspace-sidebar,
  .pgd-page-workspace--authority .pgd-workspace-sidebar {
    width: 100% !important;
  }
}
