/*.vawg-feedback-modal {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 9999;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  padding: 1rem;*/
/*}*/

/*.vawg-feedback-modal .modal-backdrop {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: rgba(0, 0, 0, 0.7);*/
/*  z-index: 1;*/
/*}*/

/*.vawg-feedback-modal .modal-container {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*  background-color: #fff;*/
/*  border-radius: 8px;*/
/*  padding: 2rem;*/
/*  max-width: 600px;*/
/*  width: 100%;*/
/*  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  text-align: center;*/
/*}*/

/*.vawg-feedback-modal .modal-content {*/
/*  width: 100%;*/
/*  margin-bottom: 1.5rem;*/
/*}*/

/*.vawg-feedback-modal .modal-feedback-text {*/
/*  font-size: 1.125rem;*/
/*  line-height: 1.6;*/
/*  color: #333;*/
/*  margin-bottom: 1rem;*/
/*}*/

/*.vawg-feedback-modal .modal-social-proof {*/
/*  font-size: 1rem;*/
/*  line-height: 1.5;*/
/*  color: #666;*/
/*  font-style: italic;*/
/*  padding: 0.75rem 1rem;*/
/*  background-color: #f5f5f5;*/
/*  border-radius: 4px;*/
/*  margin-top: 1rem;*/
/*}*/

/*.vawg-feedback-modal .modal-continue-btn {*/
/*  background-color: #007bff;*/
/*  color: #fff;*/
/*  border: none;*/
/*  border-radius: 4px;*/
/*  padding: 0.75rem 2rem;*/
/*  font-size: 1.125rem;*/
/*  font-weight: 600;*/
/*  cursor: pointer;*/
/*  transition: background-color 0.2s ease;*/
/*  min-width: 150px;*/
/*}*/

/*.vawg-feedback-modal .modal-continue-btn:hover,*/
/*.vawg-feedback-modal .modal-continue-btn:focus {*/
/*  background-color: #0056b3;*/
/*  outline: 2px solid #0056b3;*/
/*  outline-offset: 2px;*/
/*}*/

/*.vawg-feedback-modal .modal-continue-btn:active {*/
/*  background-color: #004085;*/
/*}*/

/*.vawg-feedback-modal *:focus {*/
/*  outline: 2px solid #007bff;*/
/*  outline-offset: 2px;*/
/*}*/

/*#vawg-modal-announcer {*/
/*  position: absolute;*/
/*  left: -10000px;*/
/*  width: 1px;*/
/*  height: 1px;*/
/*  overflow: hidden;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .vawg-feedback-modal .modal-container {*/
/*    padding: 1.5rem;*/
/*    max-width: 90%;*/
/*  }*/

/*  .vawg-feedback-modal .modal-feedback-text {*/
/*    font-size: 1rem;*/
/*  }*/

/*  .vawg-feedback-modal .modal-continue-btn {*/
/*    font-size: 1rem;*/
/*    padding: 0.625rem 1.5rem;*/
/*  }*/
/*}*/

/*@media (prefers-contrast: high) {*/
/*  .vawg-feedback-modal .modal-container {*/
/*    border: 2px solid #000;*/
/*  }*/

/*  .vawg-feedback-modal .modal-continue-btn {*/
/*    border: 2px solid #000;*/
/*  }*/
/*}*/

/*@media (prefers-reduced-motion: reduce) {*/
/*  .vawg-feedback-modal,*/
/*  .vawg-feedback-modal * {*/
/*    animation: none !important;*/
/*    transition: none !important;*/
/*  }*/
/*}*/
