/* Leftover flattened importer figures only. Designed Next layouts size
   each image via the original utility classes — do not force a global
   max-width or stretch every extracted image to full column width. */
.rc-imported-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.rc-specs {
  width: 100%;
  border-collapse: collapse;
}
.rc-specs th,
.rc-specs td {
  border-bottom: 1px solid rgba(212, 160, 86, 0.2);
  padding: 0.5rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.rc-specs th {
  width: 38%;
  color: #d4a056;
  font-weight: 600;
}
.rc-enquiry .field-label,
.rc-enquiry .field-input {
  display: block;
  width: 100%;
}
.rc-page-layout {
  min-width: 0;
}
.rc-page-layout img {
  max-width: 100%;
}
