.eu-ac-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #d9822b;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.eu-ac-install-box {
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid #dce6df;
  border-left: 4px solid #276b4f;
  border-radius: 8px;
  background: #f8fbf8;
}

.eu-ac-install-box strong {
  display: block;
  margin-bottom: 4px;
}

.eu-ac-install-box p {
  margin: 0;
}

.eu-ac-language-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eu-ac-email-support-box {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid #dce6df;
  border-radius: 8px;
  background: #f8fbf8;
}

.eu-ac-email-support-box h2 {
  margin-top: 0;
}

.eu-ac-email-support-box .button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: #247456;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.eu-ac-email-support-box__meta {
  margin-bottom: 0;
  color: #617067;
  font-size: 14px;
}

.page .entry-content h2,
.single .entry-content h2 {
  margin-top: 1.6em;
}

.page .entry-content h3,
.single .entry-content h3 {
  margin-top: 1.2em;
}

.page .entry-content ul,
.single .entry-content ul {
  padding-left: 1.2em;
}
