/* Framed container */
.dfar-cropper-frame {
  border: 8px solid #ccc;
  padding: 20px;
  border-radius: 12px;
  max-width: 900px;
  margin: 30px auto;
  background: #fafafa;
}
.dfar-cropper-container {
  text-align: center;
}
#dfar-previewImage {
  margin-top: 15px;
  max-height: 600px;
  border: 4px solid #888;
  border-radius: 8px;
}
#dfar-cropBtn {
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
}
/* Specs table styling */
.dfar-specs-table {
  width: 100%;
  max-width: 900px;
  margin: 1em auto;
  border-collapse: collapse;
}
.dfar-specs-table th,
.dfar-specs-table td {
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  text-align: left;
}
.dfar-specs-table th {
  background: #eee;
}
