.payxpert-seamless-container div[role="dialog"] {
    z-index: 9999;
}

.payxpert-seamless-container label {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}

.payxpert-seamless-container input {
  font-size: 14px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.payxpert-seamless-container  input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0,123,255,0.2);
  outline: none;
}

#c2pCardInlineFields label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

#c2pCardIcon {
  width: 38px;
  height: 24px;
  background-size: contain !important;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: 0px;
}
