.egt-cbm-box {
  max-width: 420px;
  padding: 20px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  font-family: inherit;
}

.egt-cbm-box label {
  display: block;
  margin: 10px 0 5px;
  font-weight: 600;
}

.egt-cbm-box input,
.egt-cbm-box select {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}

.egt-cbm-box button {
  width: 100%;
  margin-top: 15px;
  height: 44px;
  border: none;
  border-radius: 10px;
  background: #1b66ff;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.egt-cbm-result {
  margin-top: 15px;
  padding: 12px;
  background: #f1f5ff;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
}
/* RTL support */
.egt-cbm-rtl {
  direction: rtl;
  text-align: right;
}

.egt-cbm-rtl label {
  text-align: right;
}
