/* Start Set Artsani Colors  k */
.artsaniDarkGreen {
    color: #368735;
}

.artsaniLightGreen {
    color: #B0CB1F;
}

.artsaniRed {
    color: #DC452B;
}

.artsaniOrange {
    color: #F39314;
}
/* End Set Artsani Colors */

.max-width-650 {
  max-width: 650px !important;
}

/* Start Feedback Widget */
.feedback-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1050;
}

.feedback-btn {
  display: flex;
  align-items: center;
  gap: 0;
  background: #368735;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  overflow: hidden;
  max-width: 48px;
}

.feedback-btn:hover {
  max-width: 200px;
  gap: 8px;
  padding: 10px 18px 10px 12px;
  color: #fff;
}

.feedback-btn-icon {
  flex-shrink: 0;
  border-radius: 4px;
}

.feedback-btn-text {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feedback-btn:hover .feedback-btn-text {
  opacity: 1;
}
/* End Feedback Widget */
