.woocommerce-installment-prices {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15,36,55,.06);
  padding: 16px 18px;
  margin: 20px 0;
  font-size: 14px;
  color: #1e293b; /* navy-agtig tekst */
}

.woocommerce-installment-prices h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #0f2437; /* dyb navy */
  display: flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-installment-prices h3::before {
  content: "";
  font-size: 15px;
}

.woocommerce-installment-prices p {
  margin: 6px 0;
  line-height: 1.4;
}

.woocommerce-installment-prices p strong {
  color: #ff9900; /* jeres orange */
  font-weight: 700;
}

.woocommerce-installment-prices p:last-child {
  font-size: 12px;
  color: #64748b; /* muted grå */
  margin-top: 8px;
}

/* Kompakt look på mobil */
@media (max-width: 600px) {
  .woocommerce-installment-prices {
    padding: 14px;
    font-size: 13px;
  }
  .woocommerce-installment-prices h3 {
    font-size: 15px;
  }
}
