h1.page-header {
  margin: 0 -30px;
}
.eap-page-subtitle {
  background-color: #fff;
  margin: 0 -30px;
  padding: 0 2rem 1em;
}
.eap-page-subtitle p {
  line-height: 1.3em;
  font-size: 0.9rem;
}
.eap-product-card-tags {
  position: absolute;
  bottom: 18px;
}
.eap-product-card-tags span {
  font-size: 0.7rem;
  border: 1px solid;
  border-radius: 3px;
  padding: 0 0.5em;
  margin: 0.5em 0.5em 0 0;
  display: inline-block;
}
.node--type-product.node--view-mode-card.bx--card .apicProductDesc {
  height: 8em;
}
.node--type-product.node--view-mode-card.bx--card .apicProductDesc .field--name-apic-description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}
.apicPlans .planCard, .node--type-api.node--view-mode-embedded.bx--card {
  border: 1px solid #eee;
  background: linear-gradient(180deg, #fff 0%, #fff 24.96%, #f3f3f3 100%);
}
.apicPlans .planCard .apicApiDesc .field *, .node--type-api.node--view-mode-embedded.bx--card .apicApiDesc .field * {
  display: none;
}
.apicPlans .planCard .apicApiDesc .field p, .node--type-api.node--view-mode-embedded.bx--card .apicApiDesc .field p {
  display: inherit;
}
body.page-node-type-basic-markdown-page .apicMainContent {
  background-image: url("../assets/bg.png");
  background-repeat: no-repeat;
  background-color: #b1b9d0;
  background-size: 100% auto;
  background-attachment: fixed;
}
body.page-node-type-basic-markdown-page .page-header {
  background: none;
  max-width: 1200px;
  margin: 60px auto 0;
  letter-spacing: 0.11px;
  border-bottom: 1px solid #061951;
  padding: 0 0 15px;
}
article.basic-markdown-page.full {
  max-width: 1200px;
  margin: 0 auto 100px;
}
article.basic-markdown-page.full h1 {
  border-bottom: 1px solid #061951;
  color: #061145;
  font-weight: bold !important;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
article.basic-markdown-page.full h3 {
  color: #061951;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.2em;
}
article.basic-markdown-page.full p, article.basic-markdown-page.full li {
  color: #061951;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 1.5em;
}
article.basic-markdown-page.full pre {
  margin-bottom: 1.5em;
}
article.basic-markdown-page.full table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  font-size: 16px;
  font-weight: 300;
  margin: 20px auto;
}
article.basic-markdown-page.full table th, article.basic-markdown-page.full table td {
  padding: 12px;
  border: 1px solid #bbb;
}
article.basic-markdown-page.full table tbody tr:nth-child(odd) {
  background-color: #f5f7fa;
}
article.basic-markdown-page.full table tbody tr:nth-child(even) {
  background-color: #fff;
}
.eu-cookie-compliance-banner {
  padding: 0 !important;
  margin: 20px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.eu-cookie-compliance-content {
  background-color: #ffffff;
  max-width: 100%;
  padding: 15px 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.eu-cookie-compliance-message {
  max-width: 100%;
  float: none;
}
.eu-cookie-compliance-message p {
  font-weight: 300;
}
.eu-cookie-compliance-buttons button {
  color: #164194;
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #164194;
  background: #fff;
  padding: 8px 12px;
  margin-left: 0.8rem;
}
.eu-cookie-compliance-buttons button.eu-cookie-compliance-secondary-button {
  color: #fff;
  background: #164194;
}
