/* === Woo Credit Lite Styles === */

.wcl-credit-block {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
}

.wcl-credit-block h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.wcl-credit-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wcl-credit-option {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s ease;
}

.wcl-credit-option:hover {
  border-color: #0073aa;
  background: #f4f8ff;
}

.wcl-credit-option input[type="checkbox"] {
  transform: scale(1.2);
  cursor: pointer;
}

.wcl-term-label {
  font-size: 14px;
  color: #333;
}

.wcl-payment {
  font-weight: 600;
  color: #0073aa;
}

@media (max-width: 768px) {
  .wcl-credit-options {
    flex-direction: column;
  }
  .wcl-credit-option {
    width: 100%;
    justify-content: flex-start;
  }
}
