/* Course actions; the original Maxi portrait opens the existing registration. */
.fp-site .fp-course-actions{
  display:flex;flex-wrap:wrap;align-items:stretch;gap:8px;
  width:100%;max-width:24rem;min-width:0;
}
.fp-site .fp-course-actions>.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  flex:1 1 9.25rem;width:auto;min-width:0;min-height:58px;
  box-sizing:border-box;margin:0;padding:12px 16px;
  border:1px solid transparent;border-radius:999px;
  font-family:var(--sans);font-size:.9375rem;font-weight:700;line-height:1.4;
  text-align:center;text-decoration:none;white-space:normal;
  box-shadow:none;transform:none;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease;
}
.fp-site .fp-course-actions>.fp-course-whatsapp{
  border-color:#a7c7b8;background:#fff;color:#126442;
}
.fp-site .fp-course-actions>.fp-course-whatsapp:hover{
  background:#edf6f1;border-color:#126442;
}
.fp-site .fp-course-actions>.fp-course-whatsapp:active{background:#dceee4}
.fp-site .fp-course-actions>.btn:focus-visible{
  outline:2px solid #126442;outline-offset:3px;
}
.fp-site .fp-course-whatsapp .fp-course-whatsapp-logo{
  display:block;width:20px;height:20px;flex:0 0 20px;
  fill:currentColor;stroke:none;transform:none;transition:none;
}
.fp-home #ferienkurse .fk-card .fp-course-actions{margin-top:auto;padding-top:26px}
.fp-home #ferienkurse .fp-course-actions .fk-btn{margin-top:0;min-height:58px;align-self:stretch}
.fp-site .fp-course-list .fp-course-actions{grid-column:1/-1}
.fp-site .fp-course-list .fp-course-actions>.btn{width:auto}
@media(prefers-reduced-motion:reduce){.fp-site .fp-course-actions>.btn{transition:none}}

.fp-site .fp-course-actions>.fp-course-maxi{
  appearance:none;-webkit-appearance:none;cursor:pointer;
  flex-basis:13.5rem;justify-content:flex-start;gap:10px;padding:4px 18px 4px 4px;
  border-color:var(--green-deep,#0f6e45);background:var(--green-deep,#0f6e45);color:#fff;
  text-align:left;text-transform:none;letter-spacing:0;
}
.fp-site .fp-course-actions>.fp-course-maxi:hover{border-color:#126442;background:#126442;color:#fff}
.fp-site .fp-course-actions>.fp-course-maxi:active{border-color:#0b5435;background:#0b5435;color:#fff}
.fp-site .fp-course-maxi .fp-course-maxi-avatar{
  display:block;width:48px;height:48px;flex:0 0 48px;
  border:0;border-radius:50%;background:#fff;box-shadow:none;object-fit:contain;
}
.fp-site .fp-course-maxi>span{min-width:0;color:inherit}
