
.sam-option-btn {
  display: block;
  width: 100%;
  margin: 6px 0;
  padding: 10px;
  border: 1px solid #00c8ff;
  border-radius: 8px;
  background: transparent;
  color: #00c8ff;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
}
.sam-option-btn:hover {
  background: rgba(0, 200, 255, 0.1);
}
