

/* .container {
  width: 200px;
  max-width: 300px;
  margin: 0 auto;
} */

.border-box {
  border: 1px solid #e2e2e2;   /* Light grey border like screenshot */
  border-radius: 18px;          /* Rounded corners */
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
}

.rate-card {
  background: #fff;
  padding: 35px 35px;
  font-family: "Poppins", sans-serif;
}

.rate-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #4a2e72;
  margin-bottom: 25px;
}

.rate-title span {
  font-weight: normal;
}

.rate-block {
  margin-bottom: 20px;
}

.rate-block p {
  font-size: 18px;
  margin: 6px 0;
}

.green {
  color: #24a718;
  font-weight: 600;
}

.label {
  font-weight: 600;
}

.blue {
  color: #006fba;
  font-weight: 600;
}

.category {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 18px 0;
}
