.am-anbieter-posts .am-merkliste-card {
  text-align: left !important;
}

.am-anbieter-posts .am-merkliste-card-content,
.am-anbieter-posts .am-merkliste-card-title,
.am-anbieter-posts .am-merkliste-card-excerpt,
.am-anbieter-posts .am-merkliste-card-actions,
.am-anbieter-posts .am-anbieter-post-meta {
  text-align: left !important;
}

.am-anbieter-posts .am-merkliste-card-title,
.am-anbieter-posts .am-merkliste-card-title a {
  font-family: "Expletus Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: inherit;
  text-decoration: none;
}

.am-anbieter-posts .am-merkliste-card-title a:hover,
.am-anbieter-posts .am-merkliste-card-title a:focus {
  color: #9BA11C !important;
  text-decoration: none;
}

.am-anbieter-posts .am-merkliste-card-excerpt {
  font-size: 12px;
}

.am-anbieter-post-meta {
  margin: 0 0 12px;
  line-height: 1.45;
  font-size: 13px;
}

.am-anbieter-post-meta-item {
  display: inline-block;
  margin-right: 14px;
}

.am-anbieter-post-meta-label {
  font-family: "Expletus Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
}

.am-anbieter-post-meta-value {
  font-family: inherit;
  font-weight: 400;
}

.am-anbieter-add-actions {
  margin-top: 14px;
}

.am-anbieter-posts .ast-outline-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 10px 16px !important;
  border: 1px solid #9BA11C !important;
  background: transparent !important;
  color: #9BA11C !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: none !important;
  animation: none !important;
  transform: none !important;
}

.am-anbieter-posts .ast-outline-button:hover,
.am-anbieter-posts .ast-outline-button:focus {
  border-color: #9BA11C !important;
  background: transparent !important;
  color: #9BA11C !important;
  text-decoration: none !important;
}

.am-anbieter-featured-preview {
  margin: 8px 0 10px;
}

.am-anbieter-featured-preview img {
  display: block;
  max-width: 180px;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 520px) {
  .am-anbieter-posts .am-merkliste-card {
    align-items: center;
    text-align: center !important;
  }

  .am-anbieter-posts .am-merkliste-card-content,
  .am-anbieter-posts .am-merkliste-card-title,
  .am-anbieter-posts .am-merkliste-card-excerpt,
  .am-anbieter-posts .am-merkliste-card-actions,
  .am-anbieter-posts .am-anbieter-post-meta {
    text-align: center !important;
  }

  .am-anbieter-post-meta-item {
    margin-right: 7px;
    margin-left: 7px;
  }

  .am-anbieter-featured-preview img {
    margin-left: auto;
    margin-right: auto;
  }
}


/* Autorenblock am Ende eines Artikels */
.am-article-author-box {
  margin-top: 32px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.am-article-author-heading {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}

.am-article-author-title {
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
}

.am-article-author-description {
  margin: 0;
}

.am-article-author-more {
  display: inline-block;
  margin-top: 4px;
  font-weight: 600;
  text-decoration: none;
}

.am-article-author-title:hover,
.am-article-author-title:focus,
.am-article-author-more:hover,
.am-article-author-more:focus {
  text-decoration: underline;
}
