.fsb-wrap { background: #ffffff; border: 1px solid #e8e8e8; border-radius: 10px; padding: 14px 18px; margin-bottom: 20px; font-family: 'Montserrat', sans-serif; }

/* El texto va en un unico span para que los <strong> no se conviertan
   en flex items independientes y se desalineen verticalmente. */
.fsb-msg { display: flex; align-items: center; gap: 7px; font-size: 14px; color: #6d6070; margin: 0 0 10px !important; padding: 0 !important; line-height: 1.5; font-family: 'Montserrat', sans-serif; }
.fsb-msg-text { display: inline; flex: 1 1 auto; line-height: 1.5; }
.fsb-msg strong,
.fsb-msg-text strong { color: #342345; font-weight: 600; display: inline; vertical-align: baseline; line-height: inherit; font-size: inherit; margin: 0; padding: 0; }

.fsb-truck { width: 17px; height: 17px; flex-shrink: 0; color: #8a6f9a; align-self: flex-start; margin-top: 2px; }

.fsb-track { background: #e4dbee; border-radius: 99px; height: 8px; overflow: hidden; }
.fsb-fill { height: 8px; border-radius: 99px; background: #342345; transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

.fsb-success { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #342345; background: #e4dbee; border-radius: 8px; padding: 10px 14px; margin: 0 0 10px !important; font-family: 'Montserrat', sans-serif; }
.fsb-success svg { width: 16px; height: 16px; flex-shrink: 0; }
