.btn-report {
  all: unset;
  font-size: 0.8rem;
  color: #e57373;
  cursor: pointer;
  text-decoration: underline;
  padding: 2px 4px;
  margin-top: 6px;
  display: inline-block;
  background: none !important;
  transform: none !important;
  transition: color 0.2s ease;
}

.btn-report:hover {
  color: #f44336;
  background: none !important;
  transform: none !important;
}


.room-card.full .btn-report {
  all: unset; 
  font-size: 0.8rem;
  color: #e57373;
  cursor: pointer;
  text-decoration: underline;
  padding: 2px 4px;
  margin-top: 6px;
  display: inline-block;
  transition: color 0.2s;
}

.room-card.full .btn-report:hover {
  color: #f44336;
  transform: none !important; 
  background: none !important; 
}

