/* Visām rakstu lapām */
main.article {
  flex: 1;
  padding: 20px;
}

/* Raksta sākums */
.article-heading {
  margin: 0 0 15px 0;
  font-weight: bold;
}

/* pogu zona */
.article-tools {
  margin-bottom: 20px;
}

/* Pogas */
.article-tools button {
  margin-right: 10px;
  padding: 6px 12px;
  border: 1px solid #666;
  border-radius: 4px;
  background: #eee;
  cursor: pointer;
}

.article-tools button:hover {
  background: #ddd;
}

/* Bilde */
.article-image {
  margin: 20px 0;
}

.article-image img {
  max-width: 30%;
  height: auto;
  border-radius: 4px;
}

/* Teksts */
.article-text {
  line-height: 1.6;
}
