.elementor-961 .elementor-element.elementor-element-1468ec8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d6e065d */.ipcalc-wrapper {
  display: flex;
  justify-content: center;
  padding: 60px 16px;
}

.ipcalc-card {
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.ip-sub {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}

.ipcalc-row {
  display: flex;
  gap: 10px;
}

.ipcalc-card input {
  flex: 1;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

#ip-erro {
  color: #dc2626;
  font-size: 13px;
  margin-top: 8px;
}

/* RESULTADO */
#ip-resultado {
  margin-top: 16px;
}

.ip-block {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}

.ip-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  font-size: 15px;
}

.ip-row span {
  min-width: 140px;
}

.ip-row strong {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

/* copy feedback */
.ip-row.copied {
  background: #dbeafe !important;
}/* End custom CSS */