.lmc-docs {
  padding-bottom: 4rem;
}

.lmc-docs .main_text h1 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lmc-docs__body {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.lmc-docs__empty {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.lmc-docs__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lmc-docs__card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 18px 22px;
  background: #f3f3f3;
  border-radius: 12px;
}

.lmc-docs__thumb {
  flex: 0 0 92px;
  width: 92px;
  height: 120px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lmc-docs__thumb img,
.lmc-docs__thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.lmc-docs__thumb img {
  object-fit: contain;
  object-position: center;
}

.lmc-docs__file-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lmc-docs__content {
  min-width: 0;
  flex: 1;
  padding-top: 4px;
}

.lmc-docs__title {
  margin: 0 0 14px;
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lmc-docs__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 28px;
}

.lmc-docs__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
}

.lmc-docs__btn svg {
  flex: 0 0 auto;
}

.lmc-docs__btn:hover,
.lmc-docs__btn:focus-visible {
  color: #09b9aa;
}

.lmc-docs__btn:focus-visible {
  outline: 2px solid #09b9aa;
  outline-offset: 3px;
  border-radius: 4px;
}

@media (max-width: 700px) {
  .lmc-docs {
    padding-bottom: 2.5rem;
  }

  .lmc-docs__card {
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  .lmc-docs__thumb {
    flex-basis: auto;
    width: 120px;
    height: 156px;
  }

  .lmc-docs__title {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .lmc-docs__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .lmc-docs__btn {
    min-height: 44px;
  }
}
