.pod-entrypoint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0;
  padding: 18px 20px;
  border: 1px solid rgba(211, 175, 74, .45);
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(211, 175, 74, .11), rgba(20, 20, 25, .95));
}
.pod-entrypoint__copy { min-width: 0; }
.pod-entrypoint__copy strong { display: block; margin-bottom: 5px; color: var(--text, #f4f2f8); font-size: 1rem; }
.pod-entrypoint__copy p { margin: 0; color: var(--muted, #aaa6b6); font-size: .86rem; line-height: 1.5; }
.pod-entrypoint__button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid #d3af4a;
  border-radius: 9px;
  background: #d3af4a;
  color: #15120a;
  font-weight: 800;
  text-decoration: none;
}
.pod-entrypoint__button:focus-visible { outline: 3px solid rgba(211, 175, 74, .35); outline-offset: 3px; }
@media (max-width: 620px) {
  .pod-entrypoint { align-items: stretch; flex-direction: column; }
  .pod-entrypoint__button { text-align: center; }
}
