/* Vetoben ONE DAY ONE DEAL — vivid timeline feed (mobile-first) */

.vb-deal {
  width: 100%;
  background: #faf8f5;
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
}

.vb-deal *,
.vb-deal *::before,
.vb-deal *::after {
  box-sizing: border-box;
}

.vb-deal__shell {
  max-width: 520px;
  margin: 0 auto;
  padding: 28px 18px 100px;
}

/* —— Header —— */
.vb-deal__hero {
  text-align: center;
  margin-bottom: 28px;
}

.vb-deal__eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9b7442;
  font-weight: 700;
  margin: 0 0 12px;
}

.vb-deal__title {
  font-size: 34px;
  line-height: 1.05;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
}

.vb-deal__subtitle {
  font-size: 16px;
  line-height: 1.55;
  color: #5c5c5c;
  margin: 0 0 18px;
  max-width: 38ch;
  margin-left: auto;
  margin-right: auto;
}

.vb-deal__stats {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.vb-deal__stat {
  flex: 1;
  min-width: 88px;
  max-width: 120px;
  padding: 12px 8px;
  background: #ffffff;
  border: 1px solid #ebe3d9;
  border-radius: 12px;
  text-align: center;
}

.vb-deal__stat-num {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111111;
  line-height: 1.1;
}

.vb-deal__stat-label {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888888;
  font-weight: 700;
}

.vb-deal__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.vb-deal__hero-note {
  margin: 14px auto 0;
  max-width: 34ch;
  font-size: 13px;
  line-height: 1.55;
  color: #666666;
}

.vb-deal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.vb-deal__btn--primary {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.vb-deal__btn--ghost {
  background: #ffffff;
  color: #111111;
  border-color: #d4c4b0;
}

.vb-deal__feed-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888888;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e0d6;
}

/* —— Timeline —— */
.vb-deal__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vb-deal__card {
  position: relative;
  background: #ffffff;
  border: 1px solid #ebe3d9;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.05);
}

.vb-deal__card--featured {
  border-color: #d4c4b0;
  box-shadow: 0 14px 44px rgba(17, 17, 17, 0.08);
}

.vb-deal__card--proof {
  background: #fdfcfa;
}

.vb-deal__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px 0;
}

.vb-deal__posted {
  font-size: 12px;
  color: #777777;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.vb-deal__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

.vb-deal__badge--today {
  background: #f5efe6;
  color: #9b7442;
  border: 1px solid #e3d4c0;
}

.vb-deal__badge--sold {
  background: #f5f3f0;
  color: #666666;
  border: 1px solid #e8e0d6;
}

.vb-deal__badge--proof {
  background: #faf5ee;
  color: #9b7442;
  border: 1px solid #e3d4c0;
}

.vb-deal__badge--live {
  background: #ffffff;
  color: #c0392b;
  border: 1px solid #f0c4bc;
  animation: vb-deal-pulse 2s ease-in-out infinite;
}

@keyframes vb-deal-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(192, 57, 43, 0); }
  50% { box-shadow: 0 0 0 4px rgba(192, 57, 43, 0.12); }
}

/* —— Media: full-width, sharp —— */
.vb-deal__media {
  position: relative;
  display: block;
  margin: 12px 12px 0;
  border-radius: 14px;
  overflow: hidden;
  background: #ece7df;
  line-height: 0;
}

.vb-deal__media img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vb-deal__card--proof .vb-deal__media {
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(17, 17, 17, 0.08);
}

.vb-deal__media-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 9px;
  border-radius: 6px;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* —— Body —— */
.vb-deal__body {
  padding: 16px 16px 18px;
  text-align: center;
}

.vb-deal__tagline {
  margin: 0 0 6px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b7442;
  font-weight: 700;
}

.vb-deal__name {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #111111;
}

.vb-deal__card:not(.vb-deal__card--featured) .vb-deal__name {
  font-size: 17px;
  margin-bottom: 10px;
}

/* One-glance summary: price row + status row */
.vb-deal__summary {
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ebe3d9;
  background: #faf8f5;
  text-align: center;
}

.vb-deal__price-label {
  margin: 0;
  padding: 10px 14px 0;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999999;
  font-weight: 600;
  text-align: center;
}

.vb-deal__price-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  padding: 6px 14px 12px;
  flex-wrap: wrap;
}

.vb-deal__retail {
  font-size: 13px;
  color: #aaaaaa;
  text-decoration: line-through;
}

.vb-deal__price {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111111;
  line-height: 1;
}

.vb-deal__card:not(.vb-deal__card--featured) .vb-deal__price {
  font-size: 22px;
}

.vb-deal__save {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9b7442;
  padding: 3px 7px;
  background: #ffffff;
  border: 1px solid #e3d4c0;
  border-radius: 999px;
}

.vb-deal__body > .vb-deal__outcome {
  margin: 0 0 12px;
  padding: 0;
  border: none;
  background: transparent;
}

.vb-deal__outcome {
  font-size: 14px;
  line-height: 1.5;
  color: #777777;
  text-align: center;
}

.vb-deal__outcome-sold {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9b7442;
}

.vb-deal__card--featured .vb-deal__outcome-sold {
  font-size: 21px;
}

.vb-deal__outcome-time {
  font-weight: 600;
  color: #333333;
}

.vb-deal__moment {
  margin: -4px 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: #888888;
  text-align: center;
}

/* —— Likes / engagement —— */
.vb-deal__engage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 2px;
}

.vb-deal__like {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #e3d8ca;
  background: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: #555555;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

.vb-deal__like:hover {
  border-color: #d4c4b0;
  background: #faf8f5;
}

.vb-deal__like:active {
  transform: scale(0.97);
}

.vb-deal__like--active,
.vb-deal__like.is-liked {
  border-color: #e8c4bc;
  background: #fff5f3;
  color: #c0392b;
}

.vb-deal__like-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3H14z'/%3E%3Cpath d='M7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.vb-deal__like--active .vb-deal__like-icon,
.vb-deal__like.is-liked .vb-deal__like-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c0392b' stroke='%23c0392b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3H14z'/%3E%3Cpath d='M7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'/%3E%3C/svg%3E");
}

.vb-deal__like-count {
  min-width: 1ch;
}

.vb-deal__engage-date {
  font-size: 11px;
  color: #bbbbbb;
  letter-spacing: 0.02em;
}

.vb-deal__engage-like .wpulike {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.vb-deal__engage-like .wp_ulike_general_class {
  display: inline-flex;
  align-items: center;
}

.vb-deal__engage-like button.wp_ulike_btn {
  min-height: 34px;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  border: 1px solid #e3d8ca !important;
  background: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #555555 !important;
  box-shadow: none !important;
}

.vb-deal__claim-note {
  margin: 0 0 12px;
  font-size: 14px;
  color: #555555;
  text-align: center;
}

.vb-deal__claim-note a {
  color: #111111;
  font-weight: 600;
  text-decoration: none;
}

.vb-deal__empty {
  text-align: center;
  padding: 32px 16px;
  color: #888888;
  font-size: 14px;
}

.vb-deal__footer-note {
  text-align: center;
  font-size: 13px;
  color: #888888;
  margin: 8px 0 0;
  padding: 20px 12px 0;
  border-top: 1px solid #e8e0d6;
}

/* —— Mobile sticky bar —— */
.vb-deal__mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e3d8ca;
  backdrop-filter: blur(8px);
}

.vb-deal__mobile-bar a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.vb-deal__mobile-bar .vb-deal__bar-text {
  background: #111111;
  color: #ffffff;
}

.vb-deal__mobile-bar .vb-deal__bar-telegram {
  background: #ffffff;
  color: #111111;
  border: 1px solid #d4c4b0;
}

@media (min-width: 768px) {
  .vb-deal__shell {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .vb-deal__title {
    font-size: 40px;
  }

  .vb-deal__mobile-bar {
    display: none;
  }
}
