.nd-amz-card{
  display:flex;
  gap:12px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:12px;
  align-items:stretch;
  max-width:720px;
  background:#fff;
  margin-bottom:12px;
}

.nd-amz-card__img{
  width:140px;
  flex:0 0 140px;
}

.nd-amz-card__img img{
  width:100%;
  height:auto;
  border-radius:10px;
  display:block;
}

.nd-amz-card__body{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:8px;
}

.nd-amz-card__title{
  font-size:16px;
  font-weight:600;
  line-height:1.25;
}

.nd-amz-card__meta{
  font-size:12px;
  opacity:0.75;
}

.nd-amz-card__cta{
  margin-top:4px;
}

.nd-amz-card__btn{
  display:inline-block;
  padding:10px 14px;
  border-radius:10px;
  border:1px solid #111827;
  text-decoration:none;
  font-weight:600;
}

.nd-amz-card__btn:hover{
  opacity:0.9;
}

.nd-amz-card--editor .nd-amz-card__btn{
  cursor:default;
}

.nd-amz-disclaimer{
  margin-top: 4em;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fafafa;
  background-color: transparent;
  background-image: linear-gradient(180deg, #DDF4F8 0%, #FFFFFF1C 50%);  font-size: 13px;
  line-height: 1.4;
}
.nd-amz-disclaimer-title{
  font-weight: 700;
  margin-bottom: 6px;
}
