/* Moody Amazon Prime — post CTA (legacy GP + film sites) */
html body.single .crx-amz-post {
  margin: 22px 0 24px !important;
  padding: 0 !important;
  clear: both;
}
html body.single a.crx-amz-go.crx-amz-post-go {
  display: flex !important;
  align-items: center;
  gap: 14px;
  padding: 16px 18px !important;
  background: linear-gradient(135deg, #1a1423 0%, #252035 55%, #1e293b 100%) !important;
  border: 1px solid #3a3450 !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 0 6px 22px rgba(26,20,35,.14);
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
html body.single a.crx-amz-go.crx-amz-post-go:hover,
html body.single a.crx-amz-go.crx-amz-post-go:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(30,41,59,.28);
  border-color: #00a8e1 !important;
  color: #fff !important;
}
html body.single .crx-amz-post-kicker {
  display: block;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #00a8e1 !important;
  margin-bottom: 3px !important;
  line-height: 1.2 !important;
}
html body.single .crx-amz-post-ico {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,168,225,.12);
  border: 1px solid rgba(0,168,225,.35);
  border-radius: 10px;
  color: #00a8e1;
  transition: background .15s, transform .15s;
}
html body.single a.crx-amz-go.crx-amz-post-go:hover .crx-amz-post-ico {
  background: rgba(0,168,225,.22);
  transform: scale(1.04);
}
html body.single .crx-amz-post-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
html body.single .crx-amz-post-copy strong {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.35 !important;
}
html body.single .crx-amz-post-copy span {
  font-size: 13px !important;
  color: #b8c5d6 !important;
  line-height: 1.45 !important;
}
html body.single .crx-amz-post-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff !important;
  background: #00a8e1 !important;
  padding: 11px 17px !important;
  border-radius: 999px !important;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0,168,225,.35);
  transition: background .15s, transform .15s, box-shadow .15s;
}
html body.single a.crx-amz-go.crx-amz-post-go:hover .crx-amz-post-btn,
html body.single a.crx-amz-go.crx-amz-post-go:focus .crx-amz-post-btn {
  background: #33bce8 !important;
  transform: translateX(2px);
  box-shadow: 0 4px 16px rgba(0,168,225,.45);
}
@media (max-width: 640px) {
  html body.single a.crx-amz-go.crx-amz-post-go {
    flex-wrap: wrap;
    gap: 12px;
  }
  html body.single .crx-amz-post-copy { flex: 1 1 calc(100% - 62px); }
  html body.single .crx-amz-post-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}
