.elementor-932 .elementor-element.elementor-element-352b4a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-bdd8a40 */.dc-wrapper {
  display: flex;
  justify-content: center;
  padding: 60px 16px;
}

.dc-card {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  border: 1px solid #f1f5f9;
}

.dc-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

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

/* layout mais controlado */
.dc-row {
  display: grid;
  grid-template-columns: 1fr 110px 24px 110px;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.dc-card input {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 14px;
  width: 100%;
}

.dc-card select {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 14px;
  width: 100%;
}

.dc-card input:focus,
.dc-card select:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(37,99,235,0.15);
  outline: none;
}

.dc-arrow {
  text-align: center;
  font-size: 16px;
  color: #666;
}

#resultado-principal {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0;
}

/* lista mais compacta */
.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.result-item:hover {
  background: #f1f5f9;
}

.result-right {
  display: flex;
  gap: 8px;
  align-items: center;
}

.copy-hint {
  font-size: 11px;
  color: #9ca3af;
  opacity: 0;
  transition: opacity 0.15s;
}

.result-item:hover .copy-hint {
  opacity: 1;
}

.main-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f1f5ff;
  border: 1px solid #e0e7ff;
  cursor: pointer;
  transition: all 0.15s ease;
}

.main-result:hover {
  background: #e0e7ff;
}

.main-result .copy-hint {
  font-size: 12px;
  color: #6366f1;
  opacity: 0;
  transition: opacity 0.15s;
}

.main-result:hover .copy-hint {
  opacity: 1;
}

.main-result.copied {
  background: #dbeafe;
}

.main-result.copied .copy-hint {
  opacity: 1;
  color: #2563eb;
  font-weight: 500;
}

/* mobile */
@media (max-width: 600px) {
  .dc-row {
    grid-template-columns: 1fr;
  }

  .dc-arrow {
    display: none;
  }
}/* End custom CSS */