/* Scoped to the September community stories; preserve the shared blog theme. */
.ps-community-post .ps-inline-cta .ps-seo-actions {
  min-width: 0;
  max-width: 100%;
}

.ps-community-post .ps-inline-cta .ps-seo-actions a.btn {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  height: auto;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

/* These CTA glyphs use a font unavailable in the inherited post template. */
.ps-community-post .ps-inline-cta .ps-seo-actions a.btn::before {
  display: none;
  content: none;
}

.ps-community-post .ps-inline-cta .ps-seo-actions a.btn:focus-visible {
  outline: 3px solid #56401f !important; /* Overrides Porto's outline: none !important. */
  outline-offset: 4px;
}

@media (max-width: 575px) {
  .ps-community-post .ps-inline-cta .ps-seo-actions a.btn {
    width: 100%;
    padding: 14px 16px;
    line-height: 1.5;
  }
}
