.poisedre-role-gateway,
.poisedre-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.poisedre-role-card,
.poisedre-project-card {
  border: 1px solid rgba(25, 35, 50, 0.14);
  border-radius: 18px;
  background: #fff;
  padding: clamp(1.35rem, 3vw, 2rem);
  box-shadow: 0 14px 38px rgba(19, 33, 56, 0.07);
}

.poisedre-role-card > span {
  color: #68778d;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.poisedre-role-card h3,
.poisedre-project-card h3 {
  margin: .65rem 0 .7rem;
}

.poisedre-role-card a,
.poisedre-repo-button {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: .65rem;
  font-weight: 700;
}

.poisedre-repo-button {
  border-radius: 999px;
  background: #15243b;
  color: #fff !important;
  padding: .72rem 1rem;
  text-decoration: none;
}

.poisedre-project-roles {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.poisedre-project-roles span {
  border-radius: 999px;
  background: #edf2f7;
  color: #35455c;
  font-size: .72rem;
  font-weight: 700;
  padding: .35rem .6rem;
}

.poisedre-readme {
  margin-top: 1.5rem;
}

.poisedre-readme pre {
  overflow-x: auto;
  border-radius: 12px;
  background: #111827;
  color: #e5edf7;
  padding: 1rem;
}

.poisedre-readme img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .poisedre-role-gateway,
  .poisedre-project-grid {
    grid-template-columns: 1fr;
  }
}
