[data-figma-node="3269:9673"] svg path:first-of-type {
  fill: url("#ddBlueAreaareaLine");
  stroke: none;
}

[data-figma-node="3269:9674"] svg path:nth-of-type(1) {
  fill: url("#ddRedAreacompareArea");
  stroke: none;
}

[data-figma-node="3269:9674"] svg path:nth-of-type(2) {
  fill: url("#ddBlueAreacompareArea");
  stroke: none;
}

.dd-detail-pair {
  width: min(100%, 1096px);
  display: grid;
  grid-template-columns: minmax(448px, 1fr) minmax(504px, 1fr);
  align-items: start;
  gap: 24px;
}

.dd-edit-detail,
.dd-complete-detail {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 20px;
  background: #fff;
}

.dd-edit-detail > header,
.dd-complete-detail > header {
  height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dd-edit-detail > header i,
.dd-complete-detail > header i {
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: #2990ff;
}

.dd-edit-detail > header strong,
.dd-complete-detail > header strong {
  font-size: 14px;
  line-height: 22px;
}

.dd-edit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

.dd-edit-grid > .is-wide {
  grid-column: 1 / -1;
}

.dd-edit-grid .di-instance,
.dd-edit-grid .di-field,
.dd-edit-grid .di-control,
.dd-edit-grid .di-rich {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.dd-edit-extras {
  display: grid;
  gap: 16px;
}

.dd-edit-section {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.dd-edit-section > header {
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dd-edit-section > header strong {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.dd-edit-section > header strong b {
  color: #e44144;
}

.dd-edit-section > header button {
  width: 22px;
  height: 22px;
  padding: 4px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
}

.dd-edit-section > header button:hover {
  background: rgba(0,0,0,.04);
}

.dd-detail-table-fit {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.dd-detail-table-fit > .lan-table {
  width: 588px;
  transform-origin: left top;
}

.dd-detail-add {
  width: 100%;
  height: 28px;
  border: 1px dashed #2990ff;
  border-radius: 4px;
  color: #2990ff;
  background: #fff;
  font: 14px/22px inherit;
}

.dd-edit-picture .upload-picture-field,
.dd-edit-attachment .upload-drop {
  width: 100%;
  max-width: 100%;
}

.dd-edit-attachment .upload-drop {
  height: 154px;
}

.dd-edit-inline-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}

.dd-edit-compact {
  min-width: 0;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 4px;
}

.dd-edit-compact > span:first-child {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.dd-edit-compact.is-wide {
  grid-column: 1 / -1;
}

.dd-edit-compact .table-account-pill,
.dd-edit-compact .table-record-pill {
  max-width: 100%;
}

.dd-complete-fields {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.dd-complete-fields .dd-detail {
  max-width: 100%;
}

.dd-complete-records {
  display: grid;
  gap: 8px;
}

.dd-complete-records > strong {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #999;
}

.dd-complete-records .dd-list-card {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .dd-detail-pair {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .dd-edit-grid {
    grid-template-columns: 1fr;
  }

  .dd-edit-grid > .is-wide {
    grid-column: auto;
  }

  .dd-edit-inline-grid {
    grid-template-columns: 1fr;
  }

  .dd-edit-compact.is-wide {
    grid-column: auto;
  }
}

.dd-drag-demo {
  position: relative;
}

.dd-drag-guide {
  position: absolute;
  left: 0;
  top: 115px;
  width: 162px;
  height: 1px;
  background: #2990ff;
}

.dd-drag-ghost {
  position: absolute;
  left: 0;
  top: 115px;
  z-index: 2;
  box-sizing: border-box;
  width: 162px;
  height: 38px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #666;
  background: rgba(255,255,255,.85);
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  font-size: 14px;
  line-height: 18px;
  pointer-events: none;
}

.dd-drag-ghost > span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: rgba(0,0,0,.04);
}

.dd-drag-item,
.dd-drag-ghost {
  white-space: nowrap;
}

.dd-drag-item > span {
  flex: 0 0 22px;
}

.dd-slider-default::after,
.dd-slider-hover::after,
.dd-slider-description::after {
  box-sizing: border-box;
}

.dd-slider-description {
  box-sizing: border-box;
  height: 53px;
  padding-top: 43px;
}

.dd-slider-description::after {
  top: 41px;
  width: 8px;
  height: 8px;
}
