.jw-ph-grid {
  display: grid;
  grid-template-columns: repeat(4, var(--jw-ph-size, 44px));
  gap: 4px;
  max-width: calc(var(--jw-ph-size, 44px) * 4 + 12px);
}
.jw-ph-slot {
  width: var(--jw-ph-size, 44px);
  height: var(--jw-ph-size, 44px);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: 1px dashed #ddd;
  font-size: 10px;
  color: #bbb;
  text-decoration: none;
}
.jw-ph-slot.has-img {
  border: none;
  padding: 0;
}
.jw-ph-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jw-ph-video {
  margin-top: 4px;
  font-size: 11px;
}
.jw-ph-video a {
  color: #ff6b00;
  text-decoration: none;
}
