/**
 * ceo-shop4-qobuz：Qobuz 专用样式
 * 仅在 audio_type === 'qobuz' 时由 ceo-shop4-qobuz.php 加载
 * 依赖基础样式：ceo-shop4.css（已在父模板中加载）
 */

/* 封面左上角 Hi-Res 角标：Qobuz 不显示 */
.ceo-shop4--qobuz .corner {
  display: none;
}

/* —— 核心信息横幅（与 master-grid 左栏衔接） —— */
.ceo-shop4--qobuz .master-core.master-core--qobuz {
  padding: 0;
  align-self: stretch;
  display: flex;
}

.ceo-shop4--qobuz .ceo-shop4-qobuz-banner {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 100%;
  box-sizing: border-box;
  background: #fcf7f2;
  padding: 18px 22px 18px 18px;
  overflow: hidden;
  isolation: isolate;
}

.ceo-shop4--qobuz .ceo-shop4-qobuz-banner-watermark {
  position: absolute;
  z-index: 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  width: min(62%, 340px);
  max-height: 108%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
  user-select: none;
  opacity: 0.2;
}

.ceo-shop4--qobuz .ceo-shop4-qobuz-watermark-svg {
  display: block;
  width: 50%;
  height: auto;
  flex-shrink: 0;
}

.ceo-shop4--qobuz .ceo-shop4-qobuz-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
}

.ceo-shop4--qobuz .ceo-shop4-qobuz-mark {
  flex-shrink: 0;
  display: block;
  line-height: 0;
  background: none;
  box-shadow: none;
}

.ceo-shop4--qobuz .ceo-shop4-qobuz-mark-img {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
}

.ceo-shop4--qobuz .ceo-shop4-qobuz-banner-text {
  min-width: 0;
  font-family: system-ui, -apple-system, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.ceo-shop4--qobuz .ceo-shop4-qobuz-banner-title {
  display: block;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #1a1a1a;
}

.ceo-shop4--qobuz .ceo-shop4-qobuz-banner-line {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: #5a5a5a;
}

.ceo-shop4--qobuz .ceo-shop4-qobuz-banner-line:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .ceo-shop4--qobuz .ceo-shop4-qobuz-banner {
    padding: 14px 14px 14px 12px;
  }

  .ceo-shop4--qobuz .ceo-shop4-qobuz-mark-img {
    width: 52px;
    height: 52px;
  }

  .ceo-shop4--qobuz .ceo-shop4-qobuz-banner-title {
    font-size: 19px;
  }

  .ceo-shop4--qobuz .ceo-shop4-qobuz-banner-line {
    font-size: 12px;
  }

  .ceo-shop4--qobuz .ceo-shop4-qobuz-banner-watermark {
    right: 10px;
    width: min(56%, 240px);
    opacity: 0.16;
  }
}
