.bwg-wrap {
  max-width: 680px;
  margin: 40px auto;
}

.bwg-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  background: #ffffff;
}

.bwg-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}

.bwg-content {
  line-height: 1.7;
  margin-bottom: 30px;
  color: #333333;
}

.bwg-button-wrap {
  text-align: center;
}

.bwg-btn {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  transition: opacity 0.2s ease;
}

.bwg-btn:hover {
  opacity: 0.85;
}
