.elementor-1390 .elementor-element.elementor-element-9bc9551 > .elementor-container{max-width:1140px;}/* Start custom CSS for html, class: .elementor-element-934f855 */.color-picker-card {
  position: relative;
  max-width: 400px;
  padding: 14px 16px;
  border-radius: 16px;
  background: radial-gradient(circle at top, #020617, #0f172a);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.55);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.color-picker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

/* Sağdaki baloncuklar */
.color-value-wrapper {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

/* Kopyalanabilir balon ortak stil */
.copy-badge {
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.copy-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.4);
}

/* HEX balonu */
.color-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0, 226, 214, 0.18);
  color: #00e2d6;
  white-space: nowrap;
}

/* RGB balonu */
.color-rgb-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  background: rgba(59, 130, 246, 0.18);
  color: #93c5fd;
  white-space: nowrap;
}

/* RGBA balonu */
.color-rgba-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  background: rgba(147, 197, 253, 0.12);
  color: #bfdbfe;
  white-space: nowrap;
}

/* Body */
.color-picker-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Üst satır: color input + preview */
.color-main-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-picker-body input[type="color"] {
  -webkit-appearance: none;
  border: none;
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
}

.color-picker-body input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.color-picker-body input[type="color"]::-webkit-color-swatch {
  border: none;
}

.color-picker-body input[type="color"]::-moz-color-swatch {
  border: none;
}

.color-preview {
  flex: 1;
  height: 36px;
  border-radius: 10px;
  background: #3b82f6;
  border: 1px solid rgba(148, 163, 184, 0.6);
}

/* Opacity satırı */
.opacity-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}

.opacity-label {
  font-size: 11px;
  color: #94a3b8;
}

.opacity-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.opacity-control input[type="range"] {
  flex: 1;
  -webkit-appearance: none;
  height: 4px;
  border-radius: 999px;
  background: rgba(30, 64, 175, 0.7);
  outline: none;
}

/* Range track & thumb */
.opacity-control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #3b82f6;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.9);
  cursor: pointer;
}
.opacity-control input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #3b82f6;
  border: none;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.9);
  cursor: pointer;
}

.opacity-control input[type="range"]::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(30, 64, 175, 0.7);
}

.opacity-value {
  min-width: 36px;
  text-align: right;
  font-size: 11px;
  color: #e5e7eb;
}

/* Kopyalandı toast */
.copy-toast {
  position: absolute;
  right: 14px;
  bottom: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  background: rgba(15, 23, 42, 0.96);
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.6);
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.copy-toast.show {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */