/* Extracted from inline <style> blocks. Source hash: 7222f904827e1c534869e0be5662541f */
.error {
      border: 2px solid #ff3b3b !important;
      background: #ffe6e6 !important;
    }
    .error-message {
      display: none;
      color: #ff3b3b;
      font-size: 0.9rem;
      margin-top: 10px;
      padding: 10px;
      background: #ffe6e6;
      border-radius: 6px;
      text-align: center;
    }
    .error-message.show {
      display: block;
    }
