.woo-emi-wrap {
  margin-top: 25px;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

.woo-emi-check {
  display: none;
}

.woo-emi-panel,
.woo-emi-tooltip {
  display: block;
  width: 100%;
  position: static;
  max-width: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.woo-emi-tooltip .woo-emi-tooltip-inner {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  color: #111;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(17, 17, 17, 0.05);
  overflow: hidden;
}

.woo-emi-card-head,
.woo-emi-starts-bar {
  background: #ff5300;
  color: #fff;
  padding: 10px 15px;
}

.woo-emi-card-head {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.woo-emi-offer-label {
  color: inherit;
  font: inherit;
}

.woo-emi-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #fff;
}

.woo-emi-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.woo-emi-table th,
.woo-emi-table td {
  padding: 20px 32px;
  color: #111111;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
  border-bottom: 1px solid #e8e8e8;
}

.woo-emi-table th {
  font-weight: 600;
  color: #606770;
  text-align: left;
  background: #ffffff;
}

.woo-emi-table td {
  font-weight: 500;
  text-align: left;
}

.woo-emi-table th:nth-child(2),
.woo-emi-table td:nth-child(2),
.woo-emi-table th:nth-child(3),
.woo-emi-table td:nth-child(3) {
  text-align: center;
}

.woo-emi-table th:last-child,
.woo-emi-table td:last-child {
  text-align: right;
}

.woo-emi-table tbody tr:last-child td {
  border-bottom: 0;
}

.woo-emi-amount {
  color: #ff5300;
  font-weight: 700;
}

.woo-emi-total,
.woo-emi-months {
  color: #111111;
}

.woo-emi-starts-bar {
  display: flex;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.woo-emi-starts-prefix,
.woo-emi-starts-amount,
.woo-emi-starts-suffix {
  color: inherit;
}

.woo-emi-starts-prefix {
  margin-right: 5px;
}

.woo-emi-starts {
  display: none;
}

.woo-emi-note,
.woo-emi-title {
  display: none;
}

@media (max-width: 767px) {
  .woo-emi-tooltip .woo-emi-tooltip-inner {
    border-radius: 14px;
  }

  .woo-emi-card-head,
  .woo-emi-starts-bar {
    padding: 10px 15px;
  }

  .woo-emi-card-head {
    font-size: 16px;
  }

  .woo-emi-table th,
  .woo-emi-table td {
    padding: 14px 18px;
    font-size: 13px;
    white-space: nowrap;
  }

  .woo-emi-starts-bar {
    font-size: 14px;
    flex-wrap: wrap;
  }
}
