.hynak-project-wrapper {
  all: revert;
  font-family: inherit;
  color: inherit;
  font-size: 0.75em;
}
.hynak-project-attachment-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 600px) {
  .hynak-project-attachment-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hynak-project-attachment-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hynak-project-attachment-list li a:hover {
  background: #f0f0f0;
  border-color: #999;
}
.hynak-project-attachment-list li a:hover .attachment-title {
  color: #0063b3;
}
.hynak-project-attachment-list li a .attachment-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hynak-project-attachment-list li a .attachment-left img {
  width: 100px;
  height: auto;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hynak-project-attachment-list li a .attachment-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hynak-project-attachment-list li a .attachment-right .attachment-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
.hynak-project-attachment-list li a .attachment-right .attachment-meta {
  font-size: 0.9em;
  color: #666;
  line-height: 1.4;
}
.hynak-project-attachment-list li a .attachment-right .attachment-meta.date::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 0.4em;
  display: inline-block;
}
.hynak-project-attachment-list li a .attachment-right .attachment-meta.uploader::before {
  font-family: "Font Awesome 7 Free";
  content: "\f15b";
  margin-right: 0.4em;
  display: inline-block;
}
.hynak-project-no-attachment {
  color: #666;
  font-style: italic;
}
.pm-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5rem 0 1.25rem;
}
.pm-info-table th,
.pm-info-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 0.5rem 0.75rem;
  vertical-align: top;
}
.pm-info-table th.pm-label {
  width: 11rem;
  white-space: nowrap;
  font-weight: 600;
  color: #374151;
  text-align: left;
}

.pm-file-section {
  margin: 1.2rem 0 1.2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px dotted #dedede;
}
.pm-file-section h4 {
  margin: 0.25rem 0 0.5rem;
  font-size: 1rem;
}
.pm-file-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pm-file-item {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
.pm-file-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem;
  text-decoration: none;
}
.pm-file-thumb {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 0.25rem;
}
.pm-file-icon {
  font-size: 1.6rem;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pm-file-title {
  display: block;
  line-height: 1.3;
}
