.wc-gateway-payid-container {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.wc-gateway-payid-title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.wc-gateway-payid-text {
    font-size: 16px;
    margin: 10px 0;
}
.wc-gateway-payid-qrApiUrl {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.wc-gateway-payid-instructions {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.payid-qr-wrapper {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
    
}

.payid-center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}


.payid-instructions h4 {
  margin-top: 0;
  color: #333;
  text-align: center;
}

.payid-instructions ol {
  margin-left: 1.2rem;
  padding-left: 1rem;
  text-align: left;
}

.payid-instructions li {
  margin-bottom: 0.75rem;
}

.payid-tip {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
  text-align: left;
}

.payid-qr-code, .payid-link {
    margin-top: 15px;
    text-align: center;
}

