.prose-shell .guide-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}
.prose-shell .guide-actions>a{
  min-height:52px;
  padding:0 22px;
  text-decoration:none;
}
.prose-shell .guide-actions>.button-primary,
.prose-shell .guide-actions>.button-primary:visited{
  background:#2563eb;
  color:#fff!important;
  box-shadow:0 10px 26px rgba(37,99,235,.22);
}
.prose-shell .guide-actions>.button-primary:hover{
  background:#1746b6;
  color:#fff!important;
}
.prose-shell .guide-actions>.button-outline,
.prose-shell .guide-actions>.button-outline:visited{
  border-color:#d6dfeb;
  background:#fff;
  color:#2563eb!important;
}
@media(max-width:560px){
  .prose-shell .guide-actions{align-items:stretch;flex-direction:column}
  .prose-shell .guide-actions>a{width:100%}
}
