.mhcp-doc-table {
  max-width: 1170px;
  margin: 2.5rem auto;
  padding: 0 1rem;
}

.mhcp-doc-table__inner {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d5dbe5;
  border-radius: 20px;
  background: #ffffff;
}

.mhcp-doc-table__section-title {
  background: #283271;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 1rem 1.25rem;
}

.mhcp-doc-table__body {
  display: block;
}

.mhcp-doc-table__row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #202020;
  align-items: start;
}

.mhcp-doc-table__row:last-child {
  border-bottom: none;
}

.mhcp-doc-table__icon-col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0.15rem;
}

.mhcp-doc-table__icon-image {
  width: 36px;
  height: auto;
  object-fit: contain;
  display: block;
}

.mhcp-doc-table__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  border-radius: 8px;
  padding: 0.3rem 0.4rem;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.mhcp-doc-table__icon--file {
  background: #64748b;
}

.mhcp-doc-table__content {
  min-width: 0;
}

.mhcp-doc-table__title {
  display: inline-block;
  margin: 0;
  color: #283271;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

.mhcp-doc-table__title:hover {
  color: #1d2660;
  text-decoration: underline;
}

.mhcp-doc-table__title--nolink {
  color: #283271;
}

.mhcp-doc-table__subtitle {
  margin-top: 0.6rem;
  margin-left: 0.75rem;
  padding-left: 0.85rem;
  color: #111111;
  font-size: 1rem;
  line-height: 1.65;
  word-break: break-word;
}

 @media (width >= 48rem){
  .mhcp-doc-table__section-title,
  .mhcp-doc-table__title,
  .mhcp-doc-table__subtitle {
    font-size: 1.125rem;
  }

  .mhcp-doc-table__row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 1.15rem;
    padding: 1.45rem 1.1rem;
  }

  .mhcp-doc-table__icon-image {
    width: 40px;
  }

  .mhcp-doc-table__subtitle {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
