@import url("../../../assets/media-workbench.css");

.img-exif-tool .suite-preview-board {
  min-height: 240px;
}

.img-exif-tool .suite-meta-card {
  padding: 16px;
}

.img-exif-tool .suite-meta-title {
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.img-exif-tool .suite-meta-title strong {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 1.45;
}

.img-exif-tool .suite-meta-title .suite-chip {
  flex: 0 0 auto;
  white-space: nowrap;
}

.img-exif-tool .suite-detail-grid {
  gap: 10px;
}

.img-exif-tool .suite-detail-grid dl {
  padding: 12px 14px;
}

.img-exif-tool .suite-detail-grid dt {
  margin-bottom: 6px;
  line-height: 1.5;
}

.img-exif-tool .suite-detail-grid dd {
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.img-exif-tags .suite-meta-card {
  padding: 0;
}

.img-exif-tags .suite-meta-title {
  padding: 14px 16px 0;
  margin-bottom: 12px;
}

.img-exif-tags .suite-table th:first-child,
.img-exif-tags .suite-table td:first-child {
  width: 34%;
}

.img-exif-tags .suite-table th,
.img-exif-tags .suite-table td {
  padding: 12px 14px;
}

@media (max-width: 760px) {
  .img-exif-tool .suite-meta-card {
    padding: 14px;
  }

  .img-exif-tool .suite-meta-title {
    flex-wrap: wrap;
  }

  .img-exif-tool .suite-detail-grid {
    grid-template-columns: 1fr;
  }

  .img-exif-tags .suite-meta-title {
    padding: 14px 14px 0;
  }

  .img-exif-tags .suite-table th,
  .img-exif-tags .suite-table td {
    padding: 11px 12px;
  }
}
