#wcso_custom_fields { margin-top: 10px; }
.wcso-field { margin-bottom: 8px; }
.wcso-field label { display: block; margin-bottom: 4px; }
.wcso-field input[type="text"],
.wcso-field input[type="number"] { width: 100%; max-width: 360px; }


.wcso-info-icon {
  margin-left: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}

.wcso-tooltip {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.wcso-tooltip img {
  max-width: 90%;
  max-height: 90%;
  border: 4px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.wcso-tooltip-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.wcso-info-icon {
  margin-left: 6px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  vertical-align: middle;
  transition: color 0.2s ease;
}

.wcso-info-icon:hover {
  color: #000;
}


