.text {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px auto;
  max-width: 700px;
  font-family: Arial, sans-serif;
  transition: transform 0.3s ease;
}

.text:hover {
  transform: translateY(-5px);
}

.title a {
  text-decoration: none;
  color: #2c3e50;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.node-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-bottom: 15px;
}

.field__item p {
  line-height: 1.6;
  color: #333;
  margin-bottom: 1em;
}

.readmore a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #3498db;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.readmore a:hover {
  background-color: #2980b9;
}
