/* Mantis Estudio V8.6 — Method card footer alignment polish */
.method-interactive-v84{
  display:flex!important;
  flex-direction:column!important;
  padding-bottom:26px!important;
}
.method-interactive-v84 .stage-head{
  flex:0 0 auto;
}
.method-interactive-v84 .stage-body{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  min-height:0;
}
.method-interactive-v84 .stage-body>p{
  flex:0 0 auto;
}
.method-interactive-v84 .stage-tags{
  margin-top:20px!important;
  margin-bottom:0!important;
  align-content:flex-start;
}
.method-interactive-v84 .stage-open-v84{
  position:static!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:100%;
  min-height:42px;
  margin-top:auto!important;
  padding-top:18px!important;
  border-top:1px solid rgba(41,128,167,.14)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  color:color-mix(in srgb,var(--step) 78%,#154A72)!important;
  font-size:10px!important;
  line-height:1.35!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
  text-align:left;
}
.method-interactive-v84 .stage-open-v84 b{
  flex:0 0 31px;
  width:31px!important;
  height:31px!important;
  background:linear-gradient(145deg,color-mix(in srgb,var(--step) 15%,#fff),#fff)!important;
  border:1px solid color-mix(in srgb,var(--step) 28%,#fff)!important;
  box-shadow:0 7px 17px rgba(var(--step-rgb),.10);
}
.method-interactive-v84:hover .stage-open-v84 b,
.method-interactive-v84.is-active .stage-open-v84 b{
  transform:translateX(3px)!important;
  background:color-mix(in srgb,var(--step) 20%,#fff)!important;
}
/* Keep the four cards visually aligned even when copy lengths differ. */
@media(min-width:1081px){
  .method-stage-v81{min-height:430px!important}
  .method-interactive-v84 .stage-body>p{min-height:112px}
  .method-interactive-v84 .stage-tags{min-height:62px}
}
@media(min-width:681px) and (max-width:1080px){
  .method-stage-v81{min-height:390px!important}
  .method-interactive-v84 .stage-body>p{min-height:92px}
}
@media(max-width:680px){
  .method-interactive-v84{padding-bottom:24px!important}
  .method-interactive-v84 .stage-open-v84{
    margin-top:22px!important;
    min-height:40px;
    padding-top:15px!important;
    font-size:10px!important;
  }
  .method-interactive-v84 .stage-tags{min-height:0}
}
