.box-tab-file-other {
  position: relative;
  margin: 0 0 0 30px;
}

.box-tab-file-other .p-tab-file-other {
  margin: 0 0 0 20px;
  font-size: 13px;
  color: var(--blue);
  cursor: pointer;
}

.box-tab-file-other .box-tab-list-other {
  display: none;
  position: absolute;
  left: 0;
  top: 24px;
  min-width: 240px;
  max-width: 480px;
  width: max-content;
  background: #fff;
  box-shadow: 0 3px 10px rgb(75 81 91 / 16%), 0 1px 3px rgb(0 0 0 / 14%);
  border-radius: 6px;
  padding: 8px 15px;
  z-index: 1000;
}

table.tab-wiad td.td-tab-tyt {
  overflow: visible !important;
}

.box-kom-file .ul-file {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.box-kom-file .ul-file-item { width: 150px; }
.a-file.a-file-card {
  display: block;
  text-decoration: none;
  border: 1px solid #d7dce2;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.a-file-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 92px;
  background: #f4f6f8;
}
.a-file-img { width: 100%; height: 92px; object-fit: cover; }
.a-file-preview-doc { background: #eef2f5; }
.a-file-ext-badge {
  display: inline-block;
  min-width: 44px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #2f3a45;
  background: #d9e0e7;
  border-radius: 12px;
  padding: 4px 8px;
}
.a-file-ext-badge.is-pdf { background: #f8d5d5; color: #9b2020; }
.a-file-name {
  display: block;
  padding: 8px;
  font-size: 12px;
  color: #2f3a45;
  word-break: break-word;
}
