.snpl-production-listing {
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  padding: 28px;
  margin: 28px 0;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
}

.snpl-listing-header {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px solid #111;
  padding-bottom: 22px;
  margin-bottom: 24px;
}

.snpl-listing-title-area {
  flex: 1 1 auto;
  min-width: 0;
}

.snpl-eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
}

.snpl-production-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
  color: #111;
}

.snpl-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.snpl-summary span {
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  background: #f7f7f7;
}

.snpl-poster {
  flex: 0 0 170px;
  margin: 0;
  max-width: 170px;
}

.snpl-poster img,
.snpl-poster-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f2f2f2;
}

.snpl-listing-section {
  margin-top: 26px;
}

.snpl-listing-section h3 {
  margin: 0 0 12px;
  font-size: 18px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 6px;
}

.snpl-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
}

.snpl-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #666;
  margin-bottom: 3px;
}

.snpl-value {
  font-size: 16px;
  color: #111;
}

.snpl-value a {
  font-weight: 700;
  color: #111;
  text-decoration: none;
}

.snpl-value a:hover,
.snpl-value a:focus {
  text-decoration: underline;
}

.snpl-section-contacts,
.snpl-more-info {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 18px;
}

.snpl-more-info-content p:first-child {
  margin-top: 0;
}

.snpl-more-info-content p:last-child {
  margin-bottom: 0;
}

.snpl-existing-content {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #e4e4e4;
}

.snpl-tbc {
  color: #777;
}

@media (max-width: 700px) {
  .snpl-production-listing {
    padding: 20px;
  }

  .snpl-listing-header {
    display: block;
  }

  .snpl-poster {
    margin-top: 18px;
    max-width: 150px;
  }

  .snpl-production-title {
    font-size: 28px;
  }

  .snpl-listing-grid {
    grid-template-columns: 1fr;
  }
}

/* Credit profile pages */
.snpl-credit-profile {
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  padding: 28px;
  margin: 28px 0;
  background: #fff;
}

.snpl-credit-header {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px solid #111;
  padding-bottom: 22px;
  margin-bottom: 24px;
}

.snpl-credit-header-main {
  flex: 1 1 auto;
  min-width: 0;
}

.snpl-credit-name {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
}

.snpl-credit-kind-badge {
  display: inline-block;
  margin: 12px 0 0;
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
  background: #f7f7f7;
}

.snpl-credit-excerpt {
  margin-top: 14px;
  color: #444;
  font-size: 17px;
}

.snpl-credit-photo {
  flex: 0 0 140px;
  margin: 0;
}

.snpl-credit-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.snpl-credit-bio {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.snpl-credit-productions h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.snpl-credit-productions-intro {
  margin: 0 0 18px;
  color: #555;
}

.snpl-credit-production-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.snpl-credit-production-item {
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  padding: 16px 18px;
  background: #fafafa;
}

.snpl-credit-production-role {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2271b1;
  margin-bottom: 6px;
}

.snpl-credit-production-title a {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}

.snpl-credit-production-title a:hover,
.snpl-credit-production-title a:focus {
  text-decoration: underline;
}

.snpl-credit-production-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.snpl-credit-production-meta span {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  padding: 3px 10px;
}

.snpl-credit-link {
  font-weight: 700;
}

@media (max-width: 700px) {
  .snpl-credit-header {
    display: block;
  }

  .snpl-credit-photo {
    margin-top: 18px;
  }

  .snpl-credit-name {
    font-size: 28px;
  }
}
