html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.os-page-gutter {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1cm;
  padding-right: 1cm;
}

.os-dx-grid .dx-datagrid {
  font-size: 12px;
}

.os-dx-grid .dx-datagrid-headers {
  font-weight: 600;
}

/* Excel-like compact row sizing for all DevExtreme grids */
.dx-datagrid {
  border: 1px solid #bdbdbd;
}

.dx-datagrid-rowsview .dx-row.dx-selection > td,
.dx-datagrid-rowsview .dx-row.dx-selection.dx-row-focused > td {
  background-color: rgba(13, 110, 253, 0.14);
}

.dx-datagrid-rowsview .dx-row.dx-row-focused > td {
  background-color: rgba(13, 110, 253, 0.08);
}

.dx-datagrid .dx-select-checkbox {
  margin: 0;
}

.dx-datagrid-headers .dx-select-checkbox {
  margin: 0 auto;
}

.dx-datagrid-headers .dx-header-row > td,
.dx-datagrid-headers .dx-band-row > td,
.dx-datagrid-filter-row > td,
.dx-datagrid-rowsview .dx-data-row > td,
.dx-datagrid-rowsview .dx-freespace-row > td,
.dx-datagrid-total-footer > td {
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

.dx-datagrid-rowsview .dx-data-row > td,
.dx-datagrid-rowsview .dx-freespace-row > td {
  font-size: 12px;
  line-height: 16px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.dx-datagrid-headers .dx-header-row > td {
  font-size: 11px;
  line-height: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.dx-datagrid-headers .dx-header-row > td .dx-datagrid-text-content {
  padding-top: 1px;
  padding-bottom: 1px;
}

.dx-datagrid-group-panel {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  overflow: hidden !important;
}

.dx-datagrid .dx-editor-cell .dx-texteditor-input {
  font-size: 12px;
  min-height: 18px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.dx-datagrid .dx-selectbox .dx-texteditor-input,
.dx-datagrid .dx-lookup .dx-texteditor-input {
  min-height: 18px;
}

.dx-datagrid-filter-row .dx-editor-cell .dx-texteditor-input {
  font-size: 12px;
  min-height: 18px;
  padding-top: 1px;
  padding-bottom: 1px;
}

main table.table th,
main table.table td {
  border: 1px solid #dee2e6;
}

.os-page-grid-search {
  flex: 0 0 auto;
}

.os-page-grid-search .dx-texteditor {
  font-size: 13px;
}

.rotation-page-top .os-page-grid-search {
  margin-right: auto;
}

.d-flex.justify-content-between.align-items-center .os-page-grid-search {
  margin-left: auto;
  margin-right: 0.75rem;
}

.os-page-toolbar {
  flex: 0 0 auto;
}

.d-flex.justify-content-between.align-items-center > .os-page-toolbar {
  order: 3;
  margin-left: 0.75rem;
}

.container-fluid .mb-2.d-flex > .os-page-toolbar {
  margin-left: auto;
}

@media print {
  header,
  footer,
  .navbar,
  .os-page-toolbar,
  .os-page-grid-search,
  .module-main-filter-form,
  .dx-datagrid-pager,
  .dx-pager {
    display: none !important;
  }

  .os-dx-grid,
  .dx-datagrid {
    width: 100% !important;
  }
}

.plan-page {
  width: 100%;
  max-width: 100%;
}

.plan-grids-row {
  display: flex;
  gap: 0;
  align-items: stretch;
  width: 100%;
  min-height: 560px;
  border: 1px solid #bdbdbd;
}

.plan-grid-panel {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #bdbdbd;
  min-width: 0;
}

.plan-grid-panel:last-child {
  border-right: none;
}

.plan-grid-panel-prev {
  flex: 0 0 18%;
  width: 18%;
}

.plan-grid-panel-current {
  flex: 1 1 auto;
  width: 64%;
  min-width: 0;
}

.plan-grid-panel-title {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 8px;
  margin: 0;
  border-bottom: 1px solid #bdbdbd;
}

.plan-grid-panel > [id$="-grid"] {
  flex: 1 1 auto;
  width: 100%;
  min-height: 520px;
}

.plan-page .dx-datagrid {
  width: 100% !important;
  max-width: 100%;
}

.plan-page .dx-datagrid-headers .dx-header-row > td {
  text-align: center;
  height: 18px;
  max-height: 18px;
  line-height: 14px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.plan-page .dx-datagrid-filter-row > td {
  height: 26px;
  max-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.plan-page .dx-datagrid-filter-row .dx-editor-cell .dx-texteditor,
.plan-page .dx-datagrid-filter-row .dx-editor-cell .dx-texteditor-input {
  min-height: 22px;
  height: 22px;
}

.plan-page .dx-datagrid-headers .dx-datagrid-filter-row .dx-editor-with-menu {
  height: 22px;
}

.plan-page .dx-datagrid .dx-datagrid-summary-item {
  text-align: center;
}

.plan-page .dx-datagrid .dx-datagrid-toolbar {
  display: none;
}

.plan-toolbar-actions .btn {
  white-space: nowrap;
}

.rotation-page {
  width: 100%;
  max-width: 100%;
  padding-bottom: 8px;
}

.rotation-page-top {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 8px;
}

.rotation-panel {
  border: 1px solid #000;
  background: #fff;
}

.rotation-panel-title {
  background: #f0f0f0;
  border-bottom: 1px solid #bdbdbd;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 6px 8px;
}

.rotation-toolbar-compact {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f5f5f5;
}

.rotation-toolbar-select {
  height: 24px;
  min-width: 160px;
  border: 1px solid #7f9db9;
  background: #fff;
  font-size: 12px;
  padding: 0 4px;
}

.rotation-toolbar-year {
  min-width: 72px;
}

.rotation-refresh-btn,
.rotation-export-btn {
  width: 28px;
  height: 24px;
  border: 1px solid #5a8f3e;
  background: linear-gradient(180deg, #d9f0c8 0%, #8bc86b 55%, #6aad4e 100%);
  color: #1f3f12;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.rotation-export-btn {
  border-color: #707070;
  background: linear-gradient(180deg, #ffffff 0%, #e8e8e8 55%, #d0d0d0 100%);
  color: #333;
  font-size: 13px;
}

.rotation-grid-host {
  padding: 0;
  width: 100%;
}

.rotation-page .dx-datagrid-headers .dx-header-row > td,
.rotation-page .dx-datagrid-headers .dx-band-row > td {
  text-align: center;
}

.rotation-page .dx-datagrid-headers .dx-band-row .rotation-year-band {
  font-weight: 700;
}

.rotation-page .dx-datagrid .dx-datagrid-summary-item {
  text-align: center;
}

.rotation-page .dx-datagrid-rowsview .dx-row.dx-selection > td,
.rotation-page .dx-datagrid-rowsview .dx-row.dx-row-focused > td {
  background-color: #d8ecff;
}

.login-shell {
  min-height: 100vh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
}

.login-window {
  width: 100%;
  max-width: 325px;
  padding: 12px;
}

.login-heading {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.login-error {
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #d9534f;
  background: #f8d7da;
  color: #842029;
  font-size: 12px;
}

.login-group {
  margin: 0;
  padding: 14px 12px 12px;
  border: 1px solid #9a9a9a;
  background: #f0f0f0;
}

.login-group legend {
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  width: auto;
  margin: 0 auto;
  float: none;
}

.login-form {
  margin: 0;
}

.login-row {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.login-row label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.login-input {
  width: 100%;
  height: 22px;
  padding: 2px 6px;
  border: 1px solid #7f9db9;
  background: #fff;
  font-size: 12px;
  box-sizing: border-box;
}

.login-input:focus {
  outline: 1px solid #316ac5;
  border-color: #316ac5;
}

.login-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 14px;
}

.login-btn {
  min-width: 90px;
  height: 27px;
  border: 1px solid #707070;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.login-btn-primary {
  color: #000;
  background: linear-gradient(180deg, #eaf3ff 0%, #c6ddff 45%, #9ec5ff 100%);
}

.login-btn-secondary {
  color: #000;
  background: linear-gradient(180deg, #ffffff 0%, #e5e5e5 55%, #d0d0d0 100%);
}

.login-btn:hover {
  filter: brightness(0.97);
}

.login-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}

.login-link {
  font-size: 12px;
  color: #0000ff;
  text-decoration: underline;
  width: fit-content;
}

.login-link:hover {
  color: #0000cc;
}

.login-copyright {
  margin-top: 12px;
  text-align: center;
  font-size: 11px;
  color: #808080;
}

.login-window-wide {
  max-width: 520px;
}

.login-sub-form {
  border: 1px solid #9a9a9a;
  background: #f0f0f0;
  padding: 12px;
}

.login-sub-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.login-sub-row label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.login-help-text {
  font-size: 12px;
  margin: 0 0 10px;
}

.login-success {
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #5a8f3e;
  background: #e8f5e1;
  color: #1f3f12;
  font-size: 12px;
}

.login-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.login-actions-stack {
  margin-top: 4px;
  margin-bottom: 10px;
}

.login-btn-wide {
  min-width: 100%;
}

.mt-3 {
  margin-top: 12px;
}

.module-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start;
}

.module-section {
  margin-bottom: 1.75rem;
}

.module-section-title {
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6c757d;
}

.module-form-group {
  width: 13.75rem;
  max-width: 100%;
}

.module-form-group > .btn {
  width: 100%;
  text-align: left;
  white-space: normal;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.module-form-desc {
  padding: 0.45rem 0.55rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #6c757d;
  background: #fff;
  border: 1px solid #0b5ed7;
  border-top: none;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* Module main pages — left sidebar groups + click-to-open panels */
.module-main-layout,
.prs-main-layout {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: calc(100vh - 11rem);
  border: 1px solid #ced4da;
  background: #f8f9fa;
}

.module-main-sidebar,
.prs-sidebar {
  display: flex;
  flex: 0 0 11.5rem;
  flex-direction: column;
  width: 11.5rem;
  background: #3a3f44;
  border-right: 1px solid #2b2f33;
}

.module-main-filter-form,
.prs-station-form {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.5rem;
  border-bottom: 1px solid #5a6068;
}

.module-main-filter-label,
.prs-station-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
}

.module-main-filter-select,
.prs-station-select {
  width: 100%;
  border-radius: 0;
  border-color: #adb5bd;
  background-color: #fff;
  color: #212529;
}

.module-main-filter-select-multiple {
  min-height: 4.5rem;
  padding: 0.15rem 0.25rem;
  background-color: #fff;
  color: #212529;
}

.module-main-filter-select option {
  background-color: #fff;
  color: #212529;
}

.module-main-filter-apply {
  margin-top: 0.15rem;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
}

.module-main-group-nav,
.prs-group-nav {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow-y: auto;
}

.module-main-group-trigger,
.prs-group-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-align: left;
  background: #3a3f44;
  border: none;
  border-bottom: 1px solid #5a6068;
}

.module-main-group-trigger:hover,
.prs-group-trigger:hover {
  background: #4a5058;
}

.module-main-group-trigger.active,
.prs-group-trigger.active {
  color: #212529;
  background: #f8f9fa;
}

.module-main-group-trigger.active .module-main-group-chevron,
.module-main-group-trigger.active .prs-group-chevron,
.prs-group-trigger.active .prs-group-chevron {
  color: #0d6efd;
}

.module-main-group-chevron,
.prs-group-chevron {
  flex: 0 0 auto;
  margin-left: 0.35rem;
  font-size: 0.7rem;
  color: #ced4da;
}

.module-main-group-panels,
.prs-group-panels {
  flex: 1 1 auto;
  min-width: 0;
  overflow: auto;
}

.module-main-group-panel-placeholder,
.prs-group-panel-placeholder {
  padding: 1.25rem 0.75rem;
}

.module-main-group-panel-placeholder[hidden],
.prs-group-panel-placeholder[hidden] {
  display: none;
}

.module-main-group-panel,
.prs-group-panel {
  display: none;
  padding: 0.75rem;
}

.module-main-group-panel.active,
.prs-group-panel.active {
  display: block;
}

.module-main-group-panel-content,
.prs-group-panel-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: flex-start;
}

.module-main-group-panel-title,
.prs-group-panel-title {
  width: 100%;
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.module-main-section,
.prs-ribbon-section {
  display: flex;
  flex-direction: column;
  width: 13rem;
  min-width: 13rem;
}

.module-main-section-title,
.prs-ribbon-section-title {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6c757d;
}

.module-main-buttons,
.prs-ribbon-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #adb5bd;
  background: #fff;
}

.module-main-btn,
.prs-ribbon-btn {
  display: block;
  width: 100%;
  padding: 0.35rem 0.55rem;
  font-size: 0.8rem;
  line-height: 1.3;
  color: #212529;
  text-align: left;
  text-decoration: none;
  background: #fff;
  border: none;
  border-bottom: 1px solid #dee2e6;
}

.module-main-btn:last-child,
.prs-ribbon-btn:last-child {
  border-bottom: none;
}

.module-main-btn:hover,
.prs-ribbon-btn:hover {
  background: #e9ecef;
  color: #0d6efd;
}

.module-main-btn-disabled,
.prs-ribbon-btn-disabled {
  color: #adb5bd;
  cursor: not-allowed;
}

.module-main-btn-disabled:hover,
.prs-ribbon-btn-disabled:hover {
  background: #fff;
  color: #adb5bd;
}

@media (max-width: 768px) {
  .module-main-layout,
  .prs-main-layout {
    flex-direction: column;
    min-height: 0;
  }

  .module-main-sidebar,
  .prs-sidebar {
    flex: 0 0 auto;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #2b2f33;
  }

  .module-main-group-nav,
  .prs-group-nav {
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .module-main-group-trigger,
  .prs-group-trigger {
    flex: 0 0 auto;
    width: auto;
    border-right: 1px solid #5a6068;
    border-bottom: none;
  }

  .module-main-section,
  .prs-ribbon-section {
    width: 100%;
    min-width: 0;
  }
}

/* DevExtreme evaluation license banner */
dx-license,
dx-license-trigger {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Desktop application layout (Bolanto parity) */
.os-desktop-section-title,
.aps-site-section-title {
  background: #1a1a1a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.6rem;
  margin-top: 0.75rem;
  text-transform: uppercase;
}

.os-desktop-section-title:first-child,
.aps-site-section-title:first-child {
  margin-top: 0;
}

.os-desktop-form-table,
.aps-site-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 0;
  background: #fff;
}

.os-desktop-form-table th,
.os-desktop-form-table td,
.aps-site-table th,
.aps-site-table td {
  border: 1px solid #c8c8c8;
  padding: 0.2rem 0.35rem;
  vertical-align: middle;
}

.os-desktop-form-table th,
.aps-site-table th {
  width: 11%;
  background: #e8e8e8;
  font-size: 0.78rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.os-desktop-form-table td,
.aps-site-table td {
  background: #fff;
}

.os-desktop-form-table .form-control,
.os-desktop-form-table .form-select,
.aps-site-table .form-control,
.aps-site-table .form-select {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.82rem;
  padding: 0.15rem 0.35rem;
}

.os-desktop-form-table .form-control:focus,
.os-desktop-form-table .form-select:focus,
.aps-site-table .form-control:focus,
.aps-site-table .form-select:focus {
  box-shadow: inset 0 0 0 1px #86b7fe;
}

.os-desktop-checkbox-cell,
.aps-site-checkbox-cell {
  text-align: center;
}

.os-desktop-memo,
.aps-site-memo {
  min-height: 5rem;
  resize: vertical;
}

.os-desktop-images-row,
.aps-site-images-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.os-desktop-image-panel .os-desktop-section-title,
.os-desktop-image-panel .aps-site-section-title,
.aps-site-image-panel .aps-site-section-title {
  margin-top: 0;
}

.os-desktop-image-placeholder,
.aps-site-image-placeholder {
  border: 1px solid #c8c8c8;
  background: #fff;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.75rem;
}

.os-desktop-form {
  --os-desktop-label-width: 110px;
}

.os-desktop-form > .row.g-3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  border: 1px solid #c8c8c8;
  gap: 0;
}

.os-desktop-form > .row.g-3 > [class*="col-"] {
  display: grid;
  grid-template-columns: var(--os-desktop-label-width) minmax(0, 1fr);
  align-items: stretch;
  padding: 0 !important;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  min-height: 28px;
}

.os-desktop-form > .row.g-3 > .col-12,
.os-desktop-form > .row.g-3 > .col-md-12 { flex: 0 0 100%; max-width: 100%; }
.os-desktop-form > .row.g-3 > .col-6,
.os-desktop-form > .row.g-3 > .col-md-6 { flex: 0 0 50%; max-width: 50%; }
.os-desktop-form > .row.g-3 > .col-4,
.os-desktop-form > .row.g-3 > .col-md-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
.os-desktop-form > .row.g-3 > .col-3,
.os-desktop-form > .row.g-3 > .col-md-3 { flex: 0 0 25%; max-width: 25%; }
.os-desktop-form > .row.g-3 > .col-2,
.os-desktop-form > .row.g-3 > .col-md-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }

.os-desktop-form .form-label {
  background: #e8e8e8;
  margin: 0;
  padding: 0.2rem 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  border-right: 1px solid #c8c8c8;
}

.os-desktop-form .form-control,
.os-desktop-form .form-select,
.os-desktop-form textarea.form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.82rem;
  padding: 0.15rem 0.35rem;
  min-height: 28px;
}

.os-desktop-form .form-control:focus,
.os-desktop-form .form-select:focus,
.os-desktop-form textarea.form-control:focus {
  box-shadow: inset 0 0 0 1px #86b7fe;
}

.os-desktop-form .form-check-input {
  margin: 0.35rem auto;
}

.os-desktop-form.os-desktop-form-has-toolbar > .mt-3.d-flex,
.os-desktop-form.os-desktop-form-has-toolbar > .mt-4.d-flex {
  display: none !important;
}

.os-desktop-list-page .os-dx-grid,
.os-desktop-list-page .dx-datagrid {
  border: 1px solid #c8c8c8;
}

.os-desktop-page-header {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 0.5rem;
}

.os-page-toolbar {
  background: #f5f5f5;
  border: 1px solid #c8c8c8;
  padding: 0.25rem 0.35rem;
  border-radius: 0;
}

.os-page-toolbar .os-page-toolbar-btn {
  border-color: #707070;
  min-width: 4.5rem;
  font-size: 0.78rem;
  padding: 0.15rem 0.5rem;
}

.aps-sites-page .dx-datagrid-rowsview .dx-row {
  cursor: pointer;
}

@media (max-width: 992px) {
  .os-desktop-images-row,
  .aps-site-images-row {
    grid-template-columns: 1fr;
  }

  .os-desktop-form-table th,
  .aps-site-table th {
    width: 28%;
  }

  .os-desktop-form > .row.g-3 > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}