/* V3: aligns fallback covers with the site's warm canvas and card system. */
.hdz-fallback-cover {
  --hdz-cover-accent: #e8752c;
  --hdz-cover-tint: #fff0e2;
  --hdz-cover-soft: #f7dac1;
  position: relative;
  display: grid;
  grid-template-columns: 43% 57%;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  container-type: inline-size;
  width: 100%;
  height: 100%;
  background: #fffaf5;
  color: #30251d;
  text-shadow: none;
}
.hdz-fallback-cover--shuxue { --hdz-cover-accent: #558fa8; --hdz-cover-tint: #eef7f9; --hdz-cover-soft: #cfe7ee; }
.hdz-fallback-cover::after { position: absolute; z-index: -1; top: -26%; right: -9%; width: 45%; aspect-ratio: 1; border-radius: 50%; background: var(--hdz-cover-soft); content: ""; opacity: .62; }
.hdz-fallback-cover__copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 11% 8% 11% 14%; }
.hdz-fallback-cover__tag { position: absolute; top: 8%; right: 7%; z-index: 2; padding: 5px 9px; border: 1px solid rgba(255,255,255,.86); border-radius: 999px; background: rgba(255,255,255,.58); color: #5a4739; font-size: clamp(8px,2.5cqw,14px); font-weight: 800; line-height: 1; white-space: nowrap; backdrop-filter: blur(12px) saturate(130%); -webkit-backdrop-filter: blur(12px) saturate(130%); }
.hdz-fallback-cover__subject { margin: 0 0 7px; color: var(--hdz-cover-accent); font-size: clamp(8px,2.5cqw,14px); font-weight: 800; line-height: 1.25; }
.hdz-fallback-cover strong { display: -webkit-box; overflow: hidden; margin: 0; color: #30251d; font-size: clamp(19px,6cqw,36px); font-weight: 850; line-height: 1.15; letter-spacing: -.03em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-wrap: balance; }
.hdz-fallback-cover--medium strong { font-size: clamp(17px,5.2cqw,30px); }
.hdz-fallback-cover--long strong { font-size: clamp(15px,4.4cqw,26px); }
.hdz-fallback-cover__helper { display: block; margin-top: 9px; color: #796d63; font-size: clamp(8px,2.2cqw,13px); line-height: 1; }
.hdz-fallback-cover__visual { align-self: center; min-width: 0; margin: 9% 8% 13% 2%; overflow: hidden; border: 1px solid #f0dfd0; border-radius: 14px; background: var(--hdz-cover-tint); box-shadow: 0 7px 16px rgba(101,69,40,.09); }
.hdz-fallback-cover__visual img { display: block; width: 100%; height: 100%; object-fit: contain !important; }
.hdz-fallback-cover__brand { position: absolute; right: 8%; bottom: 6%; display: flex; align-items: center; gap: 4px; color: #5a4739; font-size: clamp(7px,2cqw,11px); font-weight: 800; line-height: 1; white-space: nowrap; }
.hdz-fallback-cover__brand img { width: clamp(16px,4.5cqw,26px) !important; height: clamp(16px,4.5cqw,26px) !important; border-radius: 50%; background: transparent; object-fit: contain !important; }
