/* Extracted from inline <style> blocks. Source hash: 6517f4772d3dfbc7cc109e909ad1188e */
.success-message {
      display: none;
      color: #40a351;
      font-size: 0.9rem;
      margin-top: 10px;
      padding: 15px;
      background: #e8f5e9;
      border-radius: 6px;
      text-align: center;
    }
    .success-message.show {
      display: block;
    }
