/* CUNNTAS global responsive control standard — Module 188 */
*,*::before,*::after{box-sizing:border-box}
.content-container,.page-header,.card,.section-heading,.field-heading,
.page-header>*,.card>*,.section-heading>*,.field-heading>*{min-width:0}
.page-description,.card p,.context-message,.alert,.notice,
.section-heading,.field-heading{overflow-wrap:anywhere}
img,svg,video,canvas{max-width:100%;height:auto}
.page-actions,.button-row,.form-actions,.card-actions,.table-actions,
.migration-heading-actions,.rti-draft-actions{display:flex;flex-wrap:wrap;gap:1rem}
:where([class$="-actions"],[class*="__actions"]){min-width:0;max-width:100%}
.page-actions>.button,.button-row>.button,.form-actions>.button,
.card-actions>.button,.table-actions>.button,.migration-heading-actions>.button,
.rti-draft-actions>.button{min-width:0;max-width:100%;white-space:normal;text-align:center}
:where([class$="-actions"],[class*="__actions"])>.button{min-width:0;max-width:100%;white-space:normal;text-align:center}
input,select,textarea,button,.button{max-width:100%}
input[type="file"]{width:100%;min-width:0}
.table-wrap,.table-responsive,.rti-table-wrap,.report-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
@media(max-width:760px){
  .page-actions,.button-row,.form-actions,.card-actions,.migration-heading-actions,
  .rti-draft-actions{display:grid;grid-template-columns:minmax(0,1fr);width:100%}
  :where([class$="-actions"],[class*="__actions"]){flex-wrap:wrap;max-width:100%}
  .card :where([class$="-actions"],[class*="__actions"]),
  .page-header :where([class$="-actions"],[class*="__actions"]){display:grid;grid-template-columns:minmax(0,1fr);width:100%}
  .page-actions>.button,.button-row>.button,.form-actions>.button,
  .card-actions>.button,.migration-heading-actions>.button,
  .rti-draft-actions>.button,.page-actions>form,.form-actions>form,
  .rti-draft-actions>form{width:100%;min-width:0}
  .page-actions>form>.button,.form-actions>form>.button,
  .rti-draft-actions>form>.button{width:100%;white-space:normal}
  .card :where([class$="-actions"],[class*="__actions"])>.button,
  .card :where([class$="-actions"],[class*="__actions"])>form,
  .card :where([class$="-actions"],[class*="__actions"])>form>.button{width:100%;min-width:0;white-space:normal}
  .section-heading,.field-heading{align-items:flex-start;flex-wrap:wrap}
}
