/* MBH Bank személyi kölcsön widget – mbh.otthonterkep.hu színek */
.mbh-link {
  outline: 0;
  text-decoration: none;
  box-sizing: border-box;
  color: inherit;
  display: block;
}

.mbh-widget--loan {
  background: linear-gradient(98.84deg, rgb(30, 61, 110), rgb(83, 188, 195) 84.25%);
  border-radius: 18px;
  padding: 24px;
  margin: 15px 0;
  width: 100%;
  box-sizing: border-box;
}

.mbh-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.mbh-widget__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.mbh-widget__badge {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}

.mbh-widget__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 20px;
}

.mbh-widget__card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(30, 61, 110, 0.15);
  flex: 1 1 0;
  min-width: 180px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.mbh-widget__amount {
  font-size: 2rem;
  font-weight: 800;
  color: #1e3d6e;
  line-height: 1.2;
}

.mbh-widget__duration {
  font-size: 1.125rem;
  color: #5a6b5f;
  margin-bottom: 8px;
}

.mbh-widget__monthly {
  font-size: 2rem;
  font-weight: 800;
  color: #1e3d6e;
  line-height: 1.2;
}

.mbh-widget__thm {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e3d6e;
  margin-bottom: 16px;
}

.mbh-widget__cta {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid rgb(229, 6, 75);
  border-radius: 999px;
  color: rgb(229, 6, 75);
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.mbh-widget__cta:hover {
  background: linear-gradient(94.14deg, rgb(229, 6, 75) -15.55%, rgb(143, 28, 107) 118.75%);
  color: #fff;
  border-color: transparent;
}

.mbh-widget__disclaimer {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}
