﻿@import url("onkomajak-base.css");

/* Blog pages: real Drupal article markup. */

body.node-type-article {
  --om-blue: #0088cc;
  --om-blue-dark: #006fa6;
  --om-orange: #f37021;
  --om-text: #333333;
  --om-muted: #777777;
  --om-line: #e7e7e7;
  --om-soft: #f6fbfe;
}

body.node-type-article .main .page-top.breadcrumb-wrap {
  background: linear-gradient(135deg, #f6fbfe 0%, #ffffff 72%) !important;
  border-bottom: 1px solid var(--om-line) !important;
  margin-bottom: 0 !important;
  padding: 28px 0 24px !important;
}

body.node-type-article .page-top h2 {
  color: var(--om-blue) !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 8px 0 0 !important;
}

body.node-type-article #content.content.full {
  background: #ffffff !important;
  padding: 42px 0 56px !important;
}

body.node-type-article #block-system-main > .content,
body.node-type-article .node.node-article {
  max-width: 920px !important;
}

body.node-type-article .node.node-article {
  color: var(--om-text) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

body.node-type-article .node.node-article .field-name-body {
  background: #ffffff !important;
  border: 1px solid var(--om-line) !important;
  border-radius: 4px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05) !important;
  padding: 34px 38px !important;
}

body.node-type-article .node.node-article p {
  margin: 0 0 18px !important;
}

body.node-type-article .node.node-article h2,
body.node-type-article .node.node-article h3,
body.node-type-article .node.node-article h4 {
  color: var(--om-blue) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 30px 0 14px !important;
}

body.node-type-article .node.node-article h3 {
  border-left: 4px solid var(--om-orange) !important;
  font-size: 24px !important;
  padding-left: 14px !important;
}

body.node-type-article .node.node-article h4 {
  color: var(--om-orange) !important;
  font-size: 19px !important;
}

body.node-type-article .node.node-article ul,
body.node-type-article .node.node-article ol {
  margin: 0 0 22px 26px !important;
  padding-left: 18px !important;
}

body.node-type-article .node.node-article li {
  margin-bottom: 9px !important;
}

body.node-type-article .node.node-article img {
  border-radius: 4px !important;
  height: auto !important;
  max-width: 100% !important;
}

body.node-type-article .node.node-article a {
  color: var(--om-blue) !important;
  text-decoration: underline !important;
}

body.node-type-article .node.node-article a:hover {
  color: var(--om-orange) !important;
}

body.node-type-article #block-views-carousel-block {
  border-top: 1px solid var(--om-line) !important;
  margin-top: 42px !important;
  padding-top: 24px !important;
}

@media (max-width: 767px) {
  body.node-type-article .page-top h2 {
    font-size: 25px !important;
  }

  body.node-type-article #content.content.full {
    padding: 28px 0 38px !important;
  }

  body.node-type-article .node.node-article .field-name-body {
    padding: 22px 18px !important;
  }
}
