.excel-plugin .wrapper{color:#272833;font-size:0.875rem;font-weight:600;margin-bottom:0.25rem;max-width:100%;word-wrap:break-word}.excel-plugin .sms-panel-section{border-top:1px solid #e7e7ed;margin-top:20px;padding-top:20px}.excel-plugin .sms-panel-section .sms-panel-checkbox{margin-bottom:15px}.excel-plugin .sms-panel-section .sms-column-selection{background-color:#f7f8f9;border-radius:4px;margin-top:10px;padding:15px}.excel-plugin .sms-panel-section .sms-column-selection h4{font-size:16px;font-weight:600;margin-bottom:15px;margin-top:0}.excel-plugin .sms-panel-section .sms-column-selection .sms-columns-list{display:flex;flex-direction:column;gap:10px}.excel-plugin .sms-panel-section .sms-column-selection .sms-columns-list .sms-column-item{margin-bottom:5px}@media print{@page{margin:0.5cm;size:auto}.excel-plugin,.excel-plugin *{-webkit-print-color-adjust:exact !important;color-adjust:exact !important;print-color-adjust:exact !important}}/**
 * IMPORTANT: this file is loaded with "com.liferay.portlet.header-portlet-css",
 * which injects it into the <head> of the WHOLE page. It is NOT scoped to the
 * portlet automatically.
 *
 * Therefore every rule must stay nested inside ".excel-plugin" (the wrapper
 * class declared through "com.liferay.portlet.css-class-wrapper" on the
 * portlet components). Never add bare element selectors (body, *, table,
 * select, ...) or Bootstrap/Clay utility selectors (.btn, .close, .page, ...)
 * at the top level of this file: they override the entire portal.
 */
.excel-plugin {
  /* ---------- SMS panel styles ---------- */
}
.excel-plugin .wrapper {
  color: #272833;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  max-width: 100%;
  word-wrap: break-word;
}
.excel-plugin .sms-panel-section {
  border-top: 1px solid #e7e7ed;
  margin-top: 20px;
  padding-top: 20px;
}
.excel-plugin .sms-panel-section .sms-panel-checkbox {
  margin-bottom: 15px;
}
.excel-plugin .sms-panel-section .sms-column-selection {
  background-color: #f7f8f9;
  border-radius: 4px;
  margin-top: 10px;
  padding: 15px;
}
.excel-plugin .sms-panel-section .sms-column-selection h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}
.excel-plugin .sms-panel-section .sms-column-selection .sms-columns-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.excel-plugin .sms-panel-section .sms-column-selection .sms-columns-list .sms-column-item {
  margin-bottom: 5px;
}

/* ---------- Print ---------- */
@media print {
  @page {
    margin: 0.5cm;
    size: auto;
  }
  .excel-plugin,
  .excel-plugin * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}