
.slottyframe2-container {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.slottyframe2-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.slottyframe2-buttons button {
  padding: 12px 24px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.slottyframe2-yes {
  background: #28a745;
}

.slottyframe2-no {
  background: #dc3545;
}

.slottyframe2-iframe-wrapper iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .slottyframe2-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .slottyframe2-buttons button {
    width: 100%;
    flex: none;
  }
}
