.bir-review-submitting{display:inline-flex;align-items:center;gap:9px;margin:0 0 0 12px;color:#245f48;font-size:14px}
.bir-review-submitting[hidden]{display:none}
.bir-review-spinner{display:inline-block;width:16px;height:16px;border:2px solid #c8d8cd;border-top-color:#245f48;border-radius:50%;animation:bir-review-spin .8s linear infinite}
@keyframes bir-review-spin{to{transform:rotate(360deg)}}
#commentform[aria-busy="true"] [type="submit"]{opacity:.65;cursor:wait}
.bir-review-success{padding:18px 20px;margin:20px 0;background:#edf7f0;border:1px solid #bdd9c8;border-radius:10px;color:#194e43;scroll-margin-top:100px}
.bir-review-success p{margin:6px 0 0}
@media(prefers-reduced-motion:reduce){.bir-review-spinner{animation:none}}
