.ph-preview-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ph-preview {
  position: relative;
  padding: 24px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ph-preview--small { min-height: 80px; }
.ph-preview--medium { min-height: 120px; }
.ph-preview--large { min-height: 160px; }

.ph-preview--overlay-dark,
.ph-preview--overlay-none {
  background: #1a365d;
  color: #fff;
}

.ph-preview--overlay-light {
  background: #f5f5f5;
  color: #1a365d;
}

.ph-preview__bg {
  position: absolute;
  inset: 0;
  opacity: 0.3;
}

.ph-preview__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ph-preview__content {
  position: relative;
  z-index: 1;
}

.ph-preview__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.ph-preview__subtitle {
  font-size: 12px;
  opacity: 0.8;
}

.ph-preview__meta {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 9px;
  opacity: 0.6;
}
