.telecom-extra-menu {
  margin-top: 12px;
  padding: 8px 10px 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.menu-container > :not(.telecom-extra-menu) {
  display: none !important;
}

.telecom-extra-menu__group + .telecom-extra-menu__group {
  margin-top: 10px;
}

.telecom-extra-menu__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #213047;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.telecom-extra-menu__trigger--direct {
  text-decoration: none;
}

.telecom-extra-menu__trigger:hover {
  background: rgba(0, 82, 217, 0.08);
  color: #0052d9;
  box-shadow: inset 0 0 0 1px rgba(0, 82, 217, 0.14);
}

.telecom-extra-menu__trigger.is-open {
  background: rgba(0, 82, 217, 0.12);
  color: #0052d9;
  box-shadow: inset 0 0 0 1px rgba(0, 82, 217, 0.16);
}

.telecom-extra-menu__caret {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.telecom-extra-menu__trigger.is-open .telecom-extra-menu__caret {
  transform: rotate(90deg);
}

.telecom-extra-menu__items {
  margin-top: 6px;
  padding-left: 8px;
}

.telecom-extra-menu__items[hidden] {
  display: none;
}

.telecom-extra-menu__item {
  display: block;
  margin: 4px 0;
  padding: 8px 12px 8px 18px;
  border-radius: 12px;
  color: #45556c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.telecom-extra-menu__item:hover {
  background: rgba(0, 82, 217, 0.08);
  color: #0052d9;
  transform: translateX(2px);
}

.telecom-extra-menu__item.is-active {
  background: linear-gradient(135deg, #1b63e6 0%, #0052d9 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 82, 217, 0.22);
}

.telecom-placeholder-page {
  padding: 28px;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(0, 82, 217, 0.08), transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

.telecom-placeholder-page__hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid rgba(0, 82, 217, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(31, 35, 41, 0.08);
}

.telecom-placeholder-page__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.1);
  color: #0052d9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.telecom-placeholder-page__title {
  margin: 0;
  color: #1f2329;
  font-size: 32px;
  line-height: 1.2;
}

.telecom-placeholder-page__summary {
  margin: 14px 0 0;
  color: #4f5969;
  font-size: 15px;
  line-height: 1.8;
}

.telecom-placeholder-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.telecom-placeholder-page__card {
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.telecom-placeholder-page__card-title {
  margin: 0 0 10px;
  color: #1f2329;
  font-size: 15px;
  font-weight: 700;
}

.telecom-placeholder-page__list {
  margin: 0;
  padding-left: 18px;
  color: #4f5969;
  font-size: 13px;
  line-height: 1.8;
}

.telecom-placeholder-page__note {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 4px solid #0052d9;
  border-radius: 14px;
  background: rgba(0, 82, 217, 0.06);
  color: #33404d;
  font-size: 13px;
  line-height: 1.8;
}

.store-dictionary-page {
  padding: 28px;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(0, 82, 217, 0.08), transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

.store-dictionary-page__hero,
.store-dictionary-page__panel {
  max-width: 980px;
  margin: 0 auto;
}

.store-dictionary-page__hero {
  margin-bottom: 18px;
  padding: 28px 32px;
  border: 1px solid rgba(0, 82, 217, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(31, 35, 41, 0.08);
}

.store-dictionary-page__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.1);
  color: #0052d9;
  font-size: 12px;
  font-weight: 700;
}

.store-dictionary-page__title {
  margin: 0;
  color: #1f2329;
  font-size: 32px;
  line-height: 1.2;
}

.store-dictionary-page__summary {
  margin: 14px 0 0;
  color: #4f5969;
  font-size: 15px;
  line-height: 1.8;
}

.store-dictionary-page__panel {
  display: grid;
  gap: 18px;
}

.store-dictionary-page__form,
.store-dictionary-page__list-card {
  padding: 24px 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(31, 35, 41, 0.06);
}

.store-dictionary-page__label {
  display: block;
  margin-bottom: 10px;
  color: #1f2329;
  font-size: 14px;
  font-weight: 700;
}

.store-dictionary-page__form-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.store-dictionary-page__input {
  flex: 1;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d6dbe6;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.store-dictionary-page__input:focus {
  border-color: #0052d9;
  box-shadow: 0 0 0 4px rgba(0, 82, 217, 0.12);
}

.store-dictionary-page__button,
.store-dictionary-page__delete {
  height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.15s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.store-dictionary-page__button {
  min-width: 112px;
  background: #0052d9;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 82, 217, 0.2);
}

.store-dictionary-page__button:hover,
.store-dictionary-page__delete:hover {
  transform: translateY(-1px);
}

.store-dictionary-page__button:disabled,
.store-dictionary-page__delete:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.store-dictionary-page__feedback {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
}

.store-dictionary-page__feedback.is-success {
  background: rgba(0, 168, 112, 0.1);
  color: #006f48;
}

.store-dictionary-page__feedback.is-error {
  background: rgba(225, 75, 75, 0.1);
  color: #b42318;
}

.crm-home-page {
  padding: 28px;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(0, 82, 217, 0.08), transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

.crm-home-page__panel {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.crm-home-page__hero,
.crm-home-page__section-card {
  padding: 28px 32px;
  border: 1px solid rgba(0, 82, 217, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(31, 35, 41, 0.08);
}

.crm-home-page__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.1);
  color: #0052d9;
  font-size: 12px;
  font-weight: 700;
}

.crm-home-page__title {
  margin: 0;
  color: #1f2329;
  font-size: 32px;
  line-height: 1.2;
}

.crm-home-page__summary {
  margin: 14px 0 0;
  color: #4f5969;
  font-size: 15px;
  line-height: 1.8;
}

.crm-home-page__sections {
  display: grid;
  gap: 18px;
}

.crm-home-page__section-header {
  margin-bottom: 18px;
}

.crm-home-page__section-title {
  margin: 0;
  color: #1f2329;
  font-size: 24px;
  line-height: 1.3;
}

.crm-home-page__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.crm-home-page__metric {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.crm-home-page__metric.is-link {
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.crm-home-page__metric.is-link:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 82, 217, 0.18);
  box-shadow: 0 12px 24px rgba(0, 82, 217, 0.08);
}

.crm-home-page__metric-label {
  color: #546173;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.crm-home-page__metric-value {
  margin-top: 8px;
  color: #1f2329;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.crm-home-page__feedback,
.crm-home-page__empty {
  padding: 16px 18px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.7;
}

.crm-home-page__feedback.is-error {
  background: rgba(225, 75, 75, 0.1);
  color: #b42318;
}

.crm-home-page__feedback.is-success {
  background: rgba(0, 168, 112, 0.1);
  color: #006f48;
}

.crm-home-page__empty {
  background: rgba(255, 255, 255, 0.94);
  color: #4f5969;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.operation-dictionary-page__editor {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.operation-dictionary-page__editor-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.operation-dictionary-page__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 4px 2px;
}

.operation-dictionary-page__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #33404d;
  font-size: 13px;
}

.operation-dictionary-page__item-body {
  display: grid;
  gap: 6px;
}

.operation-dictionary-page__item-meta {
  color: #66788a;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .crm-home-page__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .crm-home-page {
    padding: 20px 14px;
  }

  .crm-home-page__hero,
  .crm-home-page__section-card {
    padding: 22px 18px;
  }

  .crm-home-page__metrics {
    grid-template-columns: 1fr;
  }

  .crm-home-page__title {
    font-size: 26px;
  }
}

.store-dictionary-page__list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.store-dictionary-page__list-title {
  margin: 0;
  color: #1f2329;
  font-size: 20px;
}

.store-dictionary-page__list-count {
  color: #66788a;
  font-size: 13px;
}

.store-dictionary-page__list {
  display: grid;
  gap: 12px;
}

.store-dictionary-page__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.store-dictionary-page__item-main {
  display: flex;
  align-items: center;
  gap: 14px;
}

.store-dictionary-page__item-index {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(0, 82, 217, 0.1);
  color: #0052d9;
  font-size: 13px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
}

.store-dictionary-page__item-name {
  color: #1f2329;
  font-size: 16px;
  font-weight: 700;
}

.store-dictionary-page__delete {
  background: rgba(225, 75, 75, 0.12);
  color: #c42828;
}

.store-dictionary-page__empty {
  padding: 22px 0;
  color: #66788a;
  text-align: center;
  font-size: 14px;
}

.goods-dictionary-page {
  padding: 28px;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(0, 82, 217, 0.08), transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

.goods-dictionary-page__hero,
.goods-dictionary-page__panel {
  max-width: 1120px;
  margin: 0 auto;
}

.goods-dictionary-page__hero {
  margin-bottom: 18px;
  padding: 28px 32px;
  border: 1px solid rgba(0, 82, 217, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(31, 35, 41, 0.08);
}

.goods-dictionary-page__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.1);
  color: #0052d9;
  font-size: 12px;
  font-weight: 700;
}

.goods-dictionary-page__title {
  margin: 0;
  color: #1f2329;
  font-size: 32px;
  line-height: 1.2;
}

.goods-dictionary-page__summary {
  margin: 14px 0 0;
  color: #4f5969;
  font-size: 15px;
  line-height: 1.8;
}

.goods-dictionary-page__panel {
  display: grid;
  gap: 18px;
}

.goods-dictionary-page__form-card,
.goods-dictionary-page__list-card {
  padding: 24px 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(31, 35, 41, 0.06);
}

.goods-dictionary-page__form-grid,
.goods-dictionary-page__filter-grid,
.goods-dictionary-page__edit-grid,
.goods-dictionary-page__meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.goods-dictionary-page__filter-grid {
  margin-bottom: 18px;
}

.goods-dictionary-page__sticky-filter {
  position: sticky;
  top: 12px;
  z-index: 12;
  margin: -8px -8px 18px;
  padding: 8px 8px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 100%);
  backdrop-filter: blur(10px);
}

.goods-dictionary-page__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.goods-dictionary-page__field--wide {
  grid-column: 1 / -1;
}

.goods-dictionary-page__label {
  color: #1f2329;
  font-size: 14px;
  font-weight: 700;
}

.goods-dictionary-page__input {
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d6dbe6;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
}

.goods-dictionary-page__suggestion {
  position: relative;
}

.goods-dictionary-page__suggestion-input-wrap {
  position: relative;
}

.goods-dictionary-page__suggestion .goods-dictionary-page__input {
  width: 100%;
  padding-right: 42px;
}

.goods-dictionary-page__suggestion-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #66788a;
  font-size: 14px;
  cursor: pointer;
  transform: translateY(-50%);
}

.goods-dictionary-page__suggestion-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 220px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.goods-dictionary-page__suggestion-item {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 10px 12px;
  background: transparent;
  color: #1f2329;
  text-align: left;
  cursor: pointer;
}

.goods-dictionary-page__suggestion-item:hover {
  background: rgba(0, 82, 217, 0.08);
}

.goods-dictionary-page__textarea {
  min-height: 120px;
  padding: 12px 14px;
  border: 1px solid #d6dbe6;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  resize: vertical;
}

.goods-dictionary-page__input--compact {
  height: 38px;
  padding: 0 12px;
  font-size: 13px;
}

.goods-dictionary-page__button,
.goods-dictionary-page__tiny-button,
.goods-dictionary-page__delete {
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
}

.goods-dictionary-page__button {
  min-width: 120px;
  height: 44px;
  margin-top: 16px;
  padding: 0 18px;
  background: #0052d9;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 82, 217, 0.2);
}

.goods-dictionary-page__button--compact,
.goods-dictionary-page__tiny-button {
  min-width: 88px;
  height: 38px;
  padding: 0 14px;
  background: #0052d9;
  color: #fff;
}

.goods-dictionary-page__delete {
  min-width: 88px;
  height: 38px;
  padding: 0 14px;
  background: rgba(225, 75, 75, 0.12);
  color: #b42318;
}

.goods-dictionary-page__button:disabled,
.goods-dictionary-page__tiny-button:disabled,
.goods-dictionary-page__delete:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.goods-dictionary-page__feedback {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
}

.goods-dictionary-page__feedback.is-success {
  background: rgba(0, 168, 112, 0.1);
  color: #006f48;
}

.goods-dictionary-page__feedback.is-error {
  background: rgba(225, 75, 75, 0.1);
  color: #b42318;
}

.goods-dictionary-page__hint {
  color: #66788a;
  font-size: 12px;
  line-height: 1.6;
}

.goods-dictionary-page__history {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.goods-dictionary-page__history-title {
  color: #66788a;
  font-size: 12px;
  font-weight: 700;
}

.goods-dictionary-page__history-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.goods-dictionary-page__history-item {
  border: 0;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(0, 82, 217, 0.08);
  color: #0052d9;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.goods-dictionary-page__history-item:hover {
  background: rgba(0, 82, 217, 0.14);
}

.goods-dictionary-page__list-header,
.goods-dictionary-page__item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.goods-dictionary-page__item-actions--stack {
  position: absolute;
  top: 12px;
  right: 14px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 0;
}

.goods-dictionary-page__list-title {
  margin: 0;
  font-size: 22px;
  color: #1f2329;
}

.goods-dictionary-page__list-count {
  color: #66788a;
  font-size: 13px;
}

.goods-dictionary-page__list {
  display: grid;
  gap: 12px;
}

.goods-dictionary-page__item {
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.goods-dictionary-page__item--actions-right {
  position: relative;
  padding-right: 164px;
}

.goods-dictionary-page__meta-grid {
  gap: 10px;
}

.goods-dictionary-page__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.goods-dictionary-page__meta--wide {
  grid-column: 1 / -1;
}

.goods-dictionary-page__meta-label {
  color: #66788a;
  font-size: 12px;
}

.goods-dictionary-page__value {
  color: #1f2329;
  font-size: 14px;
  font-weight: 600;
  word-break: break-all;
}

.goods-dictionary-page__filter-action {
  display: flex;
  align-items: flex-end;
}

.goods-dictionary-page__empty {
  padding: 24px 0;
  color: #66788a;
  text-align: center;
  font-size: 14px;
}

.goods-dictionary-page__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.goods-dictionary-page__pagination-text {
  color: #66788a;
  font-size: 13px;
}

.goods-dictionary-page__pagination-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.goods-dictionary-page__status-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.goods-dictionary-page__status-tag.is-normal {
  background: rgba(0, 168, 112, 0.12);
  color: #006f48;
}

.goods-dictionary-page__status-tag.is-replaced {
  background: rgba(225, 75, 75, 0.12);
  color: #b42318;
}

.operations-cost-page__tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.operations-cost-page__tab {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(15, 23, 42, 0.06);
  color: #45556c;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.operations-cost-page__tab.is-active {
  background: #0052d9;
  color: #fff;
}

.operations-cost-page__section {
  display: grid;
  gap: 18px;
}

.operations-cost-page__section > .goods-dictionary-page__form-card .goods-dictionary-page__form-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.operations-cost-page__section > .goods-dictionary-page__form-card .goods-dictionary-page__field {
  gap: 6px;
}

.operations-cost-page__section > .goods-dictionary-page__form-card .goods-dictionary-page__label {
  font-size: 13px;
  font-weight: 700;
}

.operations-cost-page__section > .goods-dictionary-page__form-card .goods-dictionary-page__input {
  height: 38px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 13px;
}

.operations-cost-page__section > .goods-dictionary-page__form-card .goods-dictionary-page__field--wide {
  grid-column: 1 / -1;
}

.operations-cost-page__month-list {
  display: grid;
  gap: 18px;
}

.operations-cost-page__month-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.operations-cost-page__month-title {
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 700;
  color: #1f2329;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(0, 82, 217, 0.05) 0%, rgba(0, 82, 217, 0.02) 100%);
}

.operations-cost-page__table-wrap {
  overflow-x: auto;
}

.operations-cost-page__table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.operations-cost-page__table th,
.operations-cost-page__table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 13px;
  color: #334155;
  white-space: nowrap;
}

.operations-cost-page__table th {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  background: rgba(248, 250, 252, 0.96);
}

.operations-cost-page__table tr:last-child td {
  border-bottom: 0;
}

.operations-cost-page__month-summary {
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.7);
}

.operations-cost-page__month-summary-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
}

.operations-cost-page__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.operations-cost-page__action {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 10px;
  padding: 6px 10px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  cursor: pointer;
}

.operations-cost-page__action--edit {
  color: #0052d9;
  border-color: rgba(0, 82, 217, 0.2);
  background: rgba(0, 82, 217, 0.06);
}

.operations-cost-page__action--delete {
  color: #b42318;
  border-color: rgba(180, 35, 24, 0.18);
  background: rgba(180, 35, 24, 0.06);
}

.operations-cost-page__modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(4px);
}

.operations-cost-page__modal {
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.operations-cost-page__modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.operations-cost-page__modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}

.operations-cost-page__modal-close {
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 13px;
  cursor: pointer;
}

.operations-cost-page__modal-body {
  padding: 20px 22px;
}

.operations-cost-page__modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 22px 22px;
}

@media (max-width: 1280px) {
  .operations-cost-page__section > .goods-dictionary-page__form-card .goods-dictionary-page__form-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .operations-cost-page__section > .goods-dictionary-page__form-card .goods-dictionary-page__form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.operation-dictionary-page {
  padding: 28px;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(0, 82, 217, 0.08), transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

.operation-dictionary-page__hero,
.operation-dictionary-page__grid,
.operation-dictionary-page__loading {
  max-width: 1080px;
  margin: 0 auto;
}

.operation-dictionary-page__hero {
  margin-bottom: 18px;
  padding: 28px 32px;
  border: 1px solid rgba(0, 82, 217, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(31, 35, 41, 0.08);
}

.operation-dictionary-page__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.1);
  color: #0052d9;
  font-size: 12px;
  font-weight: 700;
}

.operation-dictionary-page__title {
  margin: 0;
  color: #1f2329;
  font-size: 32px;
  line-height: 1.2;
}

.operation-dictionary-page__summary {
  margin: 14px 0 0;
  color: #4f5969;
  font-size: 15px;
  line-height: 1.8;
}

.operation-dictionary-page__feedback {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
}

.operation-dictionary-page__feedback.is-success {
  background: rgba(0, 168, 112, 0.1);
  color: #006f48;
}

.operation-dictionary-page__feedback.is-error {
  background: rgba(225, 75, 75, 0.1);
  color: #b42318;
}

.operation-dictionary-page__loading {
  padding: 40px 0;
  color: #66788a;
  text-align: center;
  font-size: 15px;
}

.operation-dictionary-page__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.operation-dictionary-page__card {
  padding: 22px 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(31, 35, 41, 0.06);
}

.operation-dictionary-page__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.operation-dictionary-page__card-title {
  margin: 0;
  color: #1f2329;
  font-size: 20px;
}

.operation-dictionary-page__card-count {
  color: #66788a;
  font-size: 13px;
}

.operation-dictionary-page__form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.operation-dictionary-page__input {
  flex: 1;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d6dbe6;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.operation-dictionary-page__input:focus {
  border-color: #0052d9;
  box-shadow: 0 0 0 4px rgba(0, 82, 217, 0.12);
}

.operation-dictionary-page__input.is-inline {
  height: 38px;
}

.operation-dictionary-page__button,
.operation-dictionary-page__tiny-button {
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.15s ease, opacity 0.2s ease;
}

.operation-dictionary-page__button {
  min-width: 84px;
  height: 42px;
  padding: 0 16px;
  background: #0052d9;
  color: #fff;
}

.operation-dictionary-page__tiny-button {
  height: 34px;
  padding: 0 12px;
  background: rgba(0, 82, 217, 0.08);
  color: #0052d9;
}

.operation-dictionary-page__tiny-button.is-primary {
  background: #0052d9;
  color: #fff;
}

.operation-dictionary-page__tiny-button.is-danger {
  background: rgba(225, 75, 75, 0.12);
  color: #c42828;
}

.operation-dictionary-page__button:hover,
.operation-dictionary-page__tiny-button:hover {
  transform: translateY(-1px);
}

.operation-dictionary-page__button:disabled,
.operation-dictionary-page__tiny-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.operation-dictionary-page__list {
  display: grid;
  gap: 10px;
}

.operation-dictionary-page__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.operation-dictionary-page__item-label {
  color: #1f2329;
  font-size: 14px;
  font-weight: 600;
}

.operation-dictionary-page__item-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.operation-dictionary-page__empty {
  padding: 16px 0;
  color: #66788a;
  text-align: center;
  font-size: 13px;
}

.staff-management-page {
  padding: 28px;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(0, 82, 217, 0.08), transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

.staff-management-page__hero,
.staff-management-page__panel {
  max-width: 1080px;
  margin: 0 auto;
}

.staff-management-page__hero {
  margin-bottom: 18px;
  padding: 28px 32px;
  border: 1px solid rgba(0, 82, 217, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(31, 35, 41, 0.08);
}

.staff-management-page__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.1);
  color: #0052d9;
  font-size: 12px;
  font-weight: 700;
}

.staff-management-page__title {
  margin: 0;
  color: #1f2329;
  font-size: 32px;
  line-height: 1.2;
}

.staff-management-page__summary {
  margin: 14px 0 0;
  color: #4f5969;
  font-size: 15px;
  line-height: 1.8;
}

.staff-management-page__feedback {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
}

.staff-management-page__feedback.is-success {
  background: rgba(0, 168, 112, 0.1);
  color: #006f48;
}

.staff-management-page__feedback.is-error {
  background: rgba(225, 75, 75, 0.1);
  color: #b42318;
}

.staff-management-page__form-card,
.staff-management-page__list-card {
  padding: 24px 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(31, 35, 41, 0.06);
}

.staff-management-page__form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.staff-management-page__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.staff-management-page__field--wide {
  grid-column: 1 / -1;
}

.staff-management-page__label {
  color: #1f2329;
  font-size: 14px;
  font-weight: 700;
}

.staff-management-page__input {
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d6dbe6;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.staff-management-page__input:focus {
  border-color: #0052d9;
  box-shadow: 0 0 0 4px rgba(0, 82, 217, 0.12);
}

.staff-management-page__button,
.staff-management-page__status {
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.15s ease, opacity 0.2s ease;
}

.staff-management-page__button {
  min-width: 120px;
  height: 44px;
  padding: 0 18px;
  background: #0052d9;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 82, 217, 0.2);
}

.staff-management-page__status {
  height: 40px;
  padding: 0 16px;
}

.staff-management-page__status.is-active {
  background: rgba(0, 168, 112, 0.14);
  color: #006f48;
}

.staff-management-page__status.is-inactive {
  background: rgba(225, 75, 75, 0.12);
  color: #c42828;
}

.staff-management-page__button:hover,
.staff-management-page__status:hover {
  transform: translateY(-1px);
}

.staff-management-page__button:disabled,
.staff-management-page__status:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.staff-management-page__list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.staff-management-page__list-title {
  margin: 0;
  color: #1f2329;
  font-size: 20px;
}

.staff-management-page__list-count {
  color: #66788a;
  font-size: 13px;
}

.staff-management-page__staff-list {
  display: grid;
  gap: 12px;
}

.staff-management-page__staff-item {
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.staff-management-page__staff-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.staff-management-page__staff-name {
  color: #1f2329;
  font-size: 18px;
  font-weight: 700;
}

.staff-management-page__staff-meta {
  margin-top: 4px;
  color: #5b6574;
  font-size: 13px;
}

.staff-management-page__status-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.staff-management-page__empty {
  padding: 22px 0;
  color: #66788a;
  text-align: center;
  font-size: 14px;
}

.staff-management-page__tiny-button {
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: rgba(0, 82, 217, 0.08);
  color: #0052d9;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.15s ease, opacity 0.2s ease;
}

.staff-management-page__tiny-button--ghost {
  background: rgba(15, 23, 42, 0.06);
  color: #475569;
}

.staff-management-page__tiny-button.is-primary {
  background: #0052d9;
  color: #fff;
}

.staff-management-page__edit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.staff-management-page__permissions {
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
}

.staff-management-page__permissions-title {
  color: #1f2329;
  font-size: 14px;
  font-weight: 700;
}

.broadband-users-page {
  padding: 28px;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(0, 82, 217, 0.08), transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

.broadband-users-page__hero,
.broadband-users-page__panel {
  max-width: 1180px;
  margin: 0 auto;
}

.broadband-users-page__hero {
  margin-bottom: 18px;
  padding: 28px 32px;
  border: 1px solid rgba(0, 82, 217, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(31, 35, 41, 0.08);
}

.broadband-users-page__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 82, 217, 0.1);
  color: #0052d9;
  font-size: 12px;
  font-weight: 700;
}

.broadband-users-page__title {
  margin: 0;
  color: #1f2329;
  font-size: 32px;
  line-height: 1.2;
}

.broadband-users-page__summary {
  margin: 14px 0 0;
  color: #4f5969;
  font-size: 15px;
  line-height: 1.8;
}

.broadband-users-page__feedback {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
}

.broadband-users-page__feedback.is-success {
  background: rgba(0, 168, 112, 0.1);
  color: #006f48;
}

.broadband-users-page__feedback.is-error {
  background: rgba(225, 75, 75, 0.1);
  color: #b42318;
}

.broadband-users-page__feedback--standalone {
  max-width: 1180px;
  margin: 0 auto 14px;
}

.broadband-users-page__form-card,
.broadband-users-page__list-card {
  padding: 24px 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(31, 35, 41, 0.06);
}

.broadband-users-page__form-grid,
.broadband-users-page__filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.broadband-users-page__filter-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px 12px;
}

.broadband-users-page__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.broadband-users-page__field--compact {
  gap: 5px;
}

.broadband-users-page__field.is-wide {
  grid-column: 1 / -1;
}

.broadband-users-page__label {
  color: #1f2329;
  font-size: 14px;
  font-weight: 700;
}

.broadband-users-page__required {
  margin-right: 4px;
  color: #d54941;
}

.broadband-users-page__input {
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d6dbe6;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.broadband-users-page__input:focus {
  border-color: #0052d9;
  box-shadow: 0 0 0 4px rgba(0, 82, 217, 0.12);
}

.broadband-users-page__input--multi {
  height: auto;
  min-height: 112px;
  padding: 10px 12px;
}

.broadband-users-page__checkbox-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 14px;
  padding: 14px 16px;
  border: 1px solid #d6dbe6;
  border-radius: 12px;
  background: #fff;
}

.broadband-users-page__checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1f2329;
  font-size: 14px;
}

.broadband-users-page__input--compact {
  height: 38px;
  padding: 0 12px;
  font-size: 13px;
}

.broadband-users-page__button {
  min-width: 120px;
  height: 44px;
  margin-top: 16px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: #0052d9;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(0, 82, 217, 0.2);
}

.broadband-users-page__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.broadband-users-page__button--compact {
  min-width: 126px;
  height: 44px;
  margin-top: 0;
  padding: 0 14px;
  font-size: 13px;
  border-radius: 16px;
}

.broadband-users-page__button--status-pending {
  background: #d92d20;
  box-shadow: 0 12px 24px rgba(217, 45, 32, 0.18);
}

.broadband-users-page__button--status-done {
  background: #1b63e6;
  box-shadow: 0 12px 24px rgba(0, 82, 217, 0.18);
}

.broadband-users-page__list-card--sticky {
  position: sticky;
  top: 10px;
  z-index: 20;
  padding: 18px 20px;
  margin-bottom: 14px;
}

.broadband-users-page__results-card {
  padding: 22px 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(31, 35, 41, 0.06);
}

.broadband-users-page__filter-submit {
  display: flex;
  align-items: flex-end;
}

.broadband-users-page__empty {
  padding: 24px 0;
  color: #66788a;
  text-align: center;
  font-size: 14px;
}

.broadband-users-page__table {
  display: grid;
  gap: 12px;
}

.broadband-users-page__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  padding: 16px 140px 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.broadband-users-page__row-actions {
  position: absolute;
  top: 16px;
  right: 18px;
  display: flex;
  align-items: flex-start;
}

.broadband-users-page__row-actions--stack {
  flex-direction: column;
  gap: 12px;
}

.broadband-users-page__row-actions--secondary {
  top: 70px;
}

.broadband-users-page__cell .broadband-users-page__input {
  width: 100%;
}

.broadband-users-page__cell.is-wide {
  grid-column: 1 / -1;
}

.broadband-users-page__cell-label {
  color: #66788a;
  font-size: 12px;
}

.broadband-users-page__cell-value {
  margin-top: 4px;
  color: #1f2329;
  font-size: 14px;
  font-weight: 600;
  word-break: break-all;
}

.broadband-users-page__payments {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed rgba(0, 82, 217, 0.18);
}

.broadband-users-page__payments-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}

.broadband-users-page__payments-title {
  margin: 0;
  color: #1f2329;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.broadband-users-page__payments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.broadband-users-page__payments-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.broadband-users-page__payments-label {
  color: #66788a;
  font-size: 12px;
}

.opportunities-page__quad-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 768px) {
  .store-dictionary-page {
    padding: 18px;
  }

  .store-dictionary-page__hero,
  .store-dictionary-page__form,
  .store-dictionary-page__list-card {
    padding: 20px;
  }

  .store-dictionary-page__form-row,
  .store-dictionary-page__item {
    flex-direction: column;
    align-items: stretch;
  }

  .store-dictionary-page__button,
  .store-dictionary-page__delete {
    width: 100%;
  }

  .operation-dictionary-page {
    padding: 18px;
  }

  .operation-dictionary-page__hero,
  .operation-dictionary-page__card {
    padding: 20px;
  }

  .operation-dictionary-page__form-row,
  .operation-dictionary-page__item,
  .operation-dictionary-page__item-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .operation-dictionary-page__button,
  .operation-dictionary-page__tiny-button {
    width: 100%;
  }

  .goods-dictionary-page {
    padding: 18px;
  }

  .goods-dictionary-page__hero,
  .goods-dictionary-page__form-card,
  .goods-dictionary-page__list-card {
    padding: 20px;
  }

  .goods-dictionary-page__sticky-filter {
    position: static;
    top: auto;
    margin: 0 0 18px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .goods-dictionary-page__item-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .goods-dictionary-page__button,
  .goods-dictionary-page__tiny-button,
  .goods-dictionary-page__delete {
    width: 100%;
  }

  .staff-management-page {
    padding: 18px;
  }

  .staff-management-page__hero,
  .staff-management-page__form-card,
  .staff-management-page__list-card {
    padding: 20px;
  }

  .staff-management-page__staff-item {
    padding: 14px;
  }

  .staff-management-page__button,
  .staff-management-page__status,
  .staff-management-page__tiny-button {
    width: 100%;
  }

  .staff-management-page__staff-row,
  .staff-management-page__status-area {
    flex-direction: column;
    align-items: stretch;
  }

  .broadband-users-page {
    padding: 18px;
  }

  .broadband-users-page__hero,
  .broadband-users-page__form-card,
  .broadband-users-page__list-card,
  .broadband-users-page__results-card {
    padding: 20px;
  }

  .broadband-users-page__button {
    width: 100%;
  }

  .broadband-users-page__list-card--sticky {
    position: static;
  }

  .broadband-users-page__row {
    padding-right: 18px;
  }

  .broadband-users-page__row-actions {
    position: static;
    grid-column: 1 / -1;
    justify-content: flex-start;
    margin-bottom: 2px;
  }

  .broadband-users-page__row-actions--secondary {
    margin-top: -4px;
  }

  .broadband-users-page__payments-header {
    flex-direction: column;
    align-items: stretch;
  }

  .opportunities-page__quad-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
