/* Press Release Single Block Styles */

.dataxet-pr-single {
  margin: 2rem 0;
}

.dataxet-pr-single.dataxet-pr-error {
  padding: 1rem;
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  color: #856404;
}

.pr-article {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pr-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--wp--preset--color--accent-1, #f15c24);
}

.pr-title {
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 0 1rem;
  font-weight: 700;
}

.pr-title a {
  color: #262828;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pr-title a:hover {
  color: #0066cc;
}

.pr-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}

.pr-date {
  font-weight: 500;
}

.pr-separator {
  color: #ccc;
}

.pr-source {
  color: #888;
}

.pr-content {
  line-height: 1.8;
}

.pr-image {
  margin: 1.5rem 0;
}

.pr-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.pr-dateline {
  font-style: italic;
  color: #666;
  margin-bottom: 1rem;
}

.pr-abstract {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f8f9fa;
  border-left: 4px solid #0066cc;
}

.pr-story {
  margin-bottom: 1.5rem;
}

.pr-story p {
  margin-bottom: 1em;
}

.pr-story div {
  margin: 0 0 1em;
}

.pr-byline {
  font-style: italic;
  color: #666;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}

.pr-note {
  margin-top: 2rem;
  padding: 1rem 0 1rem 1.5rem;
  border-left: 3px solid #262828;
  font-size: 0.875rem;
  color: #666;
}

.pr-disclaimer {
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.pr-note-content {
  line-height: 1.6;
}

.pr-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.pr-images img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .pr-article {
    padding: 1.5rem;
  }

  .pr-title {
    font-size: 1.5rem;
  }

  .pr-abstract {
    font-size: 1rem;
  }
}

/* Alignment Support */
.alignwide .pr-article,
.alignfull .pr-article {
  max-width: none;
}

.alignfull {
  margin-left: calc(-1 * var(--wp--style--root--padding-left, 0px));
  margin-right: calc(-1 * var(--wp--style--root--padding-right, 0px));
}
