.pl-ecd-list,
.pl-prono-page {
  margin: 24px 0 34px;
}

.pl-ecd-card,
.pl-prono-card,
.pl-prono-detail,
.pl-prono-archive-card {
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
  margin: 0 0 28px;
  overflow: hidden;
}

.pl-ecd-topline,
.pl-prono-topline {
  height: 8px;
  background: red;
}

.pl-ecd-card-head,
.pl-prono-head {
  padding: 22px 24px 10px;
  text-align: center;
}

.pl-ecd-badge,
.pl-prono-badge {
  align-items: center;
  background: #eef7ef;
  border: 1px solid rgba(0, 128, 0, .18);
  border-radius: 999px;
  color: green;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .06em;
  padding: 7px 14px;
  text-transform: uppercase;
}

.pl-ecd-card-head h2,
.pl-prono-head h1,
.pl-prono-head h2 {
  color: #1b1b1b;
  font-size: clamp(20px, 3.6vw, 30px);
  font-weight: 900;
  line-height: 1.25;
  margin: 14px 0 8px;
  text-transform: uppercase;
}

.pl-ecd-card-head p,
.pl-prono-head p {
  color: #52616f;
  font-weight: 700;
  margin: 0 auto;
  max-width: 760px;
}

.pl-ecd-grid,
.pl-prono-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 18px 24px 26px;
}

.pl-prono-single {
  grid-template-columns: 1fr;
}

.pl-ecd-section,
.pl-prono-section {
  background: #fbfcfd;
  border: 1px solid #edf1f5;
  border-radius: 16px;
  padding: 18px;
}

.pl-ecd-section h3,
.pl-prono-section h3,
.pl-prono-archive-title {
  align-items: center;
  border-bottom: 3px solid red;
  color: blue;
  display: flex;
  font-size: 20px;
  font-weight: 900;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 16px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.pl-ecd-section h3 span,
.pl-prono-section h3 span,
.pl-prono-archive-title span {
  color: #1f2937;
  font-size: 13px;
  font-weight: 800;
}

.pl-ecd-download,
.pl-prono-action {
  align-items: center;
  background: green;
  border-radius: 14px;
  color: #fff !important;
  display: flex;
  gap: 13px;
  margin: 0 0 12px;
  padding: 14px 15px;
  text-align: left;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.pl-ecd-download:hover,
.pl-prono-action:hover {
  box-shadow: 0 10px 22px rgba(0, 128, 0, .24);
  filter: brightness(.96);
  transform: translateY(-1px);
}

.pl-ecd-download-icon,
.pl-prono-action-icon {
  align-items: center;
  background: rgba(255, 255, 255, .18);
  border-radius: 12px;
  display: flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
}

.pl-ecd-download strong,
.pl-prono-action strong {
  display: block;
  font-size: 15px;
  line-height: 1.25;
}

.pl-ecd-download small,
.pl-prono-action small {
  color: rgba(255, 255, 255, .86);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 3px;
}

.pl-ecd-download em,
.pl-prono-action em {
  background: rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  margin-left: auto;
  padding: 7px 10px;
  white-space: nowrap;
}

.pl-ecd-empty,
.pl-prono-empty {
  background: #fff;
  border: 1px dashed #d8dee8;
  border-radius: 14px;
  color: #6b7280;
  font-weight: 700;
  margin: 0;
  padding: 16px;
  text-align: center;
}

.pl-prono-vip-box,
.pl-prono-text,
.pl-prono-pdf,
.pl-prono-preview {
  background: #fff;
  border: 1px solid #edf1f5;
  border-radius: 16px;
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  padding: 18px;
}

.pl-prono-vip-box {
  border-left: 6px solid green;
}

.pl-prono-vip-box.is-locked {
  border-left-color: red;
  color: #8a1f11;
}

.pl-prono-pdf object,
.pl-prono-pdf embed {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  min-height: 720px;
  width: 100%;
}

.pl-prono-image {
  border-radius: 14px;
  display: block;
  height: auto;
  max-width: 100%;
}

.pl-prono-archive-card {
  padding: 0;
}

.pl-prono-archive-body {
  padding: 18px 24px 24px;
}

.pl-prono-meta {
  color: #52616f;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  gap: 10px;
  margin: 0 0 14px;
}

.pl-prono-meta span {
  background: #f3f7fb;
  border-radius: 999px;
  padding: 7px 12px;
}

.pl-prono-preview {
  margin-bottom: 16px;
}

.pl-prono-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pl-prono-loader {
  padding: 28px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .pl-ecd-card-head,
  .pl-prono-head {
    padding: 18px 14px 8px;
  }

  .pl-ecd-grid,
  .pl-prono-grid,
  .pl-prono-actions {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .pl-ecd-section,
  .pl-prono-section {
    padding: 14px;
  }

  .pl-ecd-download,
  .pl-prono-action {
    align-items: flex-start;
  }

  .pl-ecd-download em,
  .pl-prono-action em {
    display: none;
  }

  .pl-prono-pdf object,
  .pl-prono-pdf embed {
    min-height: 520px;
  }
}
