.media-expired-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 16px;
  box-sizing: border-box;
  background: linear-gradient(145deg, #fff5f0 0%, #fde8e0 100%);
  border: 2px dashed #e07a5f;
  border-radius: 8px;
  text-align: center;
}

.media-expired-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e07a5f;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

.media-expired-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #9a3412;
}

.media-expired-hint {
  margin: 0;
  font-size: 13px;
  color: #7c2d12;
  max-width: 280px;
  line-height: 1.4;
}

.media-expired-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 64px;
  overflow: hidden;
  border-radius: 6px;
}

.media-expired-thumb-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.4);
  opacity: 0.7;
}

.media-expired-thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(154, 52, 18, 0.55);
}

.media-expired-thumb-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e07a5f;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.carousel-item.audio:has(.media-expired-thumb)::after,
.carousel-item .upload-container.audio.media-expired-upload::after {
  display: none;
}

.preview-wrapper.media-expired-preview .media-expired-thumb {
  min-height: 0;
  height: 100%;
  border-radius: 8px;
}

.wizard-media-thumb-preview .media-expired-thumb {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 5px;
}

.preview-wrapper.media-expired-preview .media-expired-placeholder {
  min-height: 80px;
  padding: 10px;
}

.preview-wrapper.media-expired-preview .media-expired-title {
  font-size: 13px;
}

.preview-wrapper.media-expired-preview .media-expired-hint {
  font-size: 11px;
}

.completeness-status.sc-expired {
  background-color: #fed7aa;
  color: #9a3412;
}
