/* Publisher Website Node Styles */
.node--type-publisher-website {
  padding: 40px 0;
}

.publisher-website-details {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.website-description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.website-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.website-info .field-item {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 4px solid #0073aa;
}

.website-info .field-item strong {
  display: block;
  margin-bottom: 8px;
  color: #0073aa;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.website-info .field-item a {
  color: #0073aa;
  text-decoration: none;
}

.website-info .field-item a:hover {
  text-decoration: underline;
}
