.trigger-btn {
  background-color: #2f3542;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 14px 36px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.trigger-btn:hover {
  background-color: #1a1f2b;
  transform: scale(1.03);
}
.sweepstakes-modal {
	margin-top:0 !important;
}
.sweepstakes-modal .close {
	position: absolute;
	top: 13px;
	right: 9px;
	z-index: 999;
	color:#fff;
}
.sweepstakes-modal .modal-dialog {
	max-width: 620px;
	margin: 1rem auto;
}

.sweepstakes-modal .modal-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
	0 20px 60px rgba(0, 0, 0, 0.35),
	0 6px 20px rgba(0, 0, 0, 0.2);
}

.sweepstakes-modal .modal-header {
	display: none !important;
}

.sweepstakes-modal .modal-body {
	padding: 0;
}

.sweepstakes-modal .modal-footer {
	display: none;
}

.popup-header {
	background-color: #2f3542;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
}

.header-logo {
	width: 180px;
	height: 36px;
	flex-shrink: 1;
	filter:invert(100%);
}
.footer-logo {
	width: 100%;height:33px;
	flex-shrink: 1;
	filter:invert(100%);
}

.header-divider {
	width: 2px;
	align-self: stretch;
	background-color: rgba(255, 255, 255, 0.5);
	flex-shrink: 0;
}

.header-title {
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.2;
	flex: 1;
	min-width: 0;
}

/* ── Body ── */
.popup-body {
  padding: 28px 30px 28px;
  text-align: center;
}
.sweepstakes-modal .prize-details {
	text-align:left;
}
/* ── Top Image Placeholder ── */
.giveaway-modal-brand-logo {
  max-width: 96%;
  max-height: 20vh;
  margin: 0 auto 18px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 12px;
  font-size: 0.85rem;
  color: #555;
}

/* ── Giveaway Text ── */
.giveaway-text {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 28px;
}

/* ── Product Card ── */
.product-card {
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.sweepstakes-modal .img-container-table {
	display:table;
	width: 200px;
	height: 160px;
	flex-shrink: 0;
	font-size: 0.85rem;
	color: #555;
	background: #fff;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
}
.sweepstakes-modal .img-container {
	display:table-cell;
	width: 200px;
	height: 160px;
	flex-shrink: 0;
	font-size: 0.85rem;
	color: #555;
	background: #fff;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
}
.sweepstakes-modal .img-container img {
	max-width:100%;
	max-height:100%;
}

.product-price {
  font-size: 1.55rem;
  font-weight: 700;
  color: #222;
}

/* ── CTA Button ── */
.cta-button {
  display: inline-block;
  background-color: #2f3542;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 42px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
  margin-bottom: 24px;
  max-width: 100%;
}

.cta-button:hover {
  background-color: #1a1f2b;
  transform: scale(1.03);
}

/* ── Divider ── */
.popup-divider {
  border: none;
  border-top: 1px solid #d1d1d1;
  margin: 0 0 22px 0;
}

/* ── Footer Row ── */
.footer-row {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
}

.footer-logo-box {
  width: 100px;
  height: 75px;
  display: block;
  padding: 5px 6px;
  font-size: 0.7rem;
  color: #fff;
  background-color: #2f3542;
  line-height: 1.3;
}

.footer-logo-divider {
	width: 100%;height:1.5px;
	align-self: stretch;
	color:#fff;background-color: rgba(255, 255, 255, 0.5);
	flex-shrink: 0;
}

.footer-title {
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.2;
	flex: 1;
	min-width: 0;
}

.footer-tagline {
  font-size: 1.45rem;
  font-weight: 800;
  color: #222;
  line-height: 1.3;
}

@media (max-width: 620px) {
	.sweepstakes-modal .modal-dialog {
		margin: 0.4rem 1.2rem 0 0.4rem;
	}
}
@media (max-width: 576px) {
	.sweepstakes-modal .modal-dialog {
		margin: 0.5rem 1.2rem 0 0.4rem;
	}

  .popup-header {
	padding: 14px 16px;
	padding-right: 48px;
	gap: 10px;
  }

  .header-logo {
	width: 100px;
	height: 30px;
  }

  .header-title {
	font-size: 1.2rem;
	letter-spacing: 0.5px;
  }

  .popup-body {
	padding: 20px 16px 24px;
  }

  .product-card {
	flex-direction: column;
	text-align: center;
	padding: 18px 16px;
	gap: 16px;
  }

  .product-image-placeholder {
	width: 100%;
	height: 140px;
  }

  .product-price {
	font-size: 1.3rem;
  }

  .cta-button {
	padding: 12px 28px;
	font-size: 0.9rem;
  }

  .footer-row {
	gap: 12px;
  }

  .footer-tagline {
	font-size: 1.1rem;
  }
}
@media (max-width: 340px) {
	.sweepstakes-modal .popup-header {
		display:block;padding:0;text-align:center;
	}
	.sweepstakes-modal .header-divider {
		display:none; clear: left; width:100%;height:0;
	}
	.sweepstakes-modal .header-title {
		margin-top:0.2em;
	}
}
