.v54-signal-green{
  background:#dffbea !important;
  color:#087332 !important;
  border-color:#b5efc8 !important;
}
.v54-signal-orange{
  background:#fff4d6 !important;
  color:#9b6100 !important;
  border-color:#ffe0a3 !important;
}
.v54-signal-red{
  background:#ffe5e5 !important;
  color:#a70000 !important;
  border-color:#ffc9c9 !important;
}
.v54-community-widget{
  margin:16px 0 0;
  padding:20px;
  border-radius:24px;
  border:1px solid #d9e7fb;
  background:linear-gradient(135deg,#ffffff,#f7fbff);
  box-shadow:0 16px 46px rgba(8,34,87,.10);
  color:#061b49;
  font-family:Inter,Arial,sans-serif;
}
.v54-community-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:14px;
}
.v54-kicker{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:#1464f6;
  font-weight:950;
}
.v54-community-widget h3{
  margin:5px 0 6px;
  font-size:24px;
  color:#061b49;
}
.v54-community-widget p{
  margin:0;
  color:#48648d;
  line-height:1.45;
}
.v54-community-stats{
  min-width:170px;
  background:#fff;
  border:1px solid #dce8f8;
  border-radius:18px;
  padding:12px;
}
.v54-community-stats span{
  display:block;
  color:#55709c;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:950;
}
.v54-community-stats b{
  display:block;
  margin-top:6px;
  font-size:20px;
}
.v54-community-stats small{
  display:block;
  margin-top:4px;
  color:#6680a6;
  font-weight:750;
}
.v54-rating-row{
  display:flex;
  gap:8px;
  margin:10px 0;
}
.v54-rating-row button{
  cursor:pointer;
  border:1px solid #dce8f8;
  background:#fff;
  color:#9bb0cc;
  border-radius:12px;
  padding:8px 11px;
  font-size:22px;
  line-height:1;
}
.v54-rating-row button.active{
  color:#0ea66b;
  background:#e8fbf1;
  border-color:#b5efc8;
}
.v54-votes{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:10px 0;
}
.v54-votes button,.v54-submit{
  cursor:pointer;
  border:1px solid #cfe0f7;
  background:#fff;
  color:#082257;
  border-radius:13px;
  padding:10px 13px;
  font-weight:900;
}
.v54-votes button.active{
  background:#1464f6;
  color:#fff;
  border-color:#1464f6;
}
.v54-comment{
  width:100%;
  min-height:82px;
  box-sizing:border-box;
  border:1px solid #dce8f8;
  border-radius:16px;
  padding:12px;
  font:inherit;
  color:#061b49;
  resize:vertical;
}
.v54-actions{
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:10px;
}
.v54-submit{
  background:#0ea66b;
  color:#fff;
  border-color:#0ea66b;
}
.v54-msg{
  color:#48648d;
  font-weight:850;
}
@media(max-width:760px){
  .v54-community-head{flex-direction:column}
  .v54-community-stats{width:100%;box-sizing:border-box}
}

/* V54_2_FEEDBACK_UI_POLISH_START */
.v54-community-widget{
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .18s ease;
}
.v54-community-widget.v54-rating-low{
  border-color:#ffc9c9 !important;
  box-shadow:0 18px 52px rgba(167,0,0,.10) !important;
}
.v54-community-widget.v54-rating-mid{
  border-color:#ffe0a3 !important;
  box-shadow:0 18px 52px rgba(155,97,0,.10) !important;
}
.v54-community-widget.v54-rating-high{
  border-color:#b5efc8 !important;
  box-shadow:0 18px 52px rgba(8,115,50,.12) !important;
}
.v54-rating-row button{
  transition:all .15s ease;
}
.v54-rating-row button:hover{
  transform:translateY(-1px);
  background:#f7fbff;
}
.v54-community-widget.v54-rating-low .v54-rating-row button.active{
  color:#a70000 !important;
  background:#ffe5e5 !important;
  border-color:#ffc9c9 !important;
}
.v54-community-widget.v54-rating-mid .v54-rating-row button.active{
  color:#9b6100 !important;
  background:#fff4d6 !important;
  border-color:#ffe0a3 !important;
}
.v54-community-widget.v54-rating-high .v54-rating-row button.active{
  color:#087332 !important;
  background:#dffbea !important;
  border-color:#b5efc8 !important;
}
.v54-votes button[data-vote="helpful"].active{
  background:#0ea66b !important;
  color:#fff !important;
  border-color:#0ea66b !important;
}
.v54-votes button[data-vote="risky"].active{
  background:#f59e0b !important;
  color:#fff !important;
  border-color:#f59e0b !important;
}
.v54-votes button[data-vote="unclear"].active{
  background:#ef4444 !important;
  color:#fff !important;
  border-color:#ef4444 !important;
}
.v54-comment{
  transition:all .16s ease;
  background:#fff;
}
.v54-comment:focus{
  outline:none;
  border-color:#1464f6 !important;
  box-shadow:0 0 0 4px rgba(20,100,246,.12);
  background:#fbfdff;
}
.v54-comment.v54-has-text{
  border-color:#1464f6 !important;
  background:#f7fbff !important;
}
.v54-comment.v54-comment-helpful{
  border-color:#b5efc8 !important;
  background:#f4fff8 !important;
}
.v54-comment.v54-comment-risky{
  border-color:#ffe0a3 !important;
  background:#fffaf0 !important;
}
.v54-comment.v54-comment-unclear{
  border-color:#ffc9c9 !important;
  background:#fff7f7 !important;
}
.v54-submit{
  transition:all .16s ease;
}
.v54-submit:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(14,166,107,.18);
}
.v54-submit.v54-sent{
  background:#087332 !important;
  border-color:#087332 !important;
}
.v54-msg.v54-ok{
  color:#087332 !important;
}
.v54-msg.v54-error{
  color:#a70000 !important;
}
.v54-community-widget.v54-just-saved{
  animation:v54SavedPulse 1.1s ease;
}
@keyframes v54SavedPulse{
  0%{transform:scale(1)}
  35%{transform:scale(1.01)}
  100%{transform:scale(1)}
}
/* V54_2_FEEDBACK_UI_POLISH_END */
