/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/fsd-pages/requisites/ui/RequisitesPage.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.page__requisites {
  padding: 40px 0 60px;
  background: #fff;
}

.requisites__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.requisites__header {
  margin-bottom: 32px;
}

.requisites__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 0 0 8px 0;
}

.requisites__subtitle {
  font-size: 1.125rem;
  color: #555;
  margin: 0;
}

.requisites__intro {
  margin-bottom: 40px;
  padding: 20px 24px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #1976d2;
}

.requisites__company-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212a33;
  margin: 0 0 8px 0;
}

.requisites__intro p {
  margin: 0 0 4px 0;
  font-size: 0.9375rem;
  color: #333;
}

.requisites__intro p:last-child {
  margin-bottom: 0;
}

.requisites__status {
  color: #2e7d32;
  font-size: 0.875rem;
  margin-top: 8px;
}

.requisites__section {
  margin-bottom: 32px;
}

.requisites__section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212a33;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.requisites__subsection-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212a33;
  margin: 24px 0 12px 0;
}

.requisites__subsection-title:first-of-type {
  margin-top: 0;
}

.requisites__note {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
  margin: 0 0 20px 0;
  max-width: 100%;
}

.requisites__docs-title {
  font-size: 1rem;
  font-weight: 600;
  color: #555;
  margin: 16px 0 8px 0;
}

.requisites__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.requisites__table th,
.requisites__table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.requisites__table tbody tr:last-child td {
  border-bottom: none;
}

.requisites__table th {
  background: #f5f5f5;
  font-weight: 600;
  color: #212a33;
}

.requisites__cell-label {
  width: 42%;
  min-width: 200px;
  color: #555;
  font-weight: 500;
}

.requisites__cell-value {
  font-weight: 500;
  color: #212a33;
}

.requisites__table--wide th,
.requisites__table--wide td {
  padding: 10px 12px;
}

.requisites__footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.requisites__disclaimer {
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 12px 0;
}

.requisites__link {
  display: inline-block;
  font-size: 0.9375rem;
  color: #1976d2;
  text-decoration: underline;
}

.requisites__link:hover {
  color: #1565c0;
}

@media (max-width: 768px) {
  .page__requisites {
    padding: 24px 0 40px;
  }

  .requisites__title {
    font-size: 1.5rem;
  }

  .requisites__table {
    font-size: 0.875rem;
  }

  .requisites__table th,
  .requisites__table td {
    padding: 10px 12px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .requisites__table tbody tr {
    display: block;
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
  }

  .requisites__table tbody tr td:first-child {
    background: #f8f9fa;
    font-weight: 600;
    padding-top: 10px;
  }

  .requisites__table tbody tr td:last-child {
    padding-bottom: 10px;
  }

  .requisites__cell-label {
    width: 100%;
    min-width: 0;
  }

  .requisites__table--wide th,
  .requisites__table--wide td {
    display: table-cell;
  }

  .requisites__table--wide {
    display: block;
    overflow-x: auto;
  }
}

