/* OpsDeals — main.css (loaded after style.css) */

/* =========================================
   ASTRA OVERRIDES
========================================= */
.ast-container { max-width: 1200px; }

#masthead,
.site-header {
  background: #1a1a1a !important;
  border-bottom: 3px solid #D72323;
}

.ast-primary-header-bar {
  background: #1a1a1a !important;
}

.main-header-menu .menu-item a,
.main-header-menu .menu-item a:hover {
  color: #ffffff !important;
}

.main-header-menu .menu-item a:hover,
.main-header-menu .current-menu-item > a {
  color: #D72323 !important;
}

.site-title a, .site-title a:hover {
  color: #ffffff !important;
  font-weight: 900;
  letter-spacing: -0.5px;
}

/* =========================================
   DEAL SINGLE PAGE
========================================= */
.ops-deal-single {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 20px;
}

.ops-deal-single__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  .ops-deal-single__header { grid-template-columns: 1fr; }
}

.ops-deal-single__image img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.ops-deal-single__info { display: flex; flex-direction: column; gap: 16px; }

.ops-deal-single__store {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #666;
}

.ops-deal-single__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.ops-deal-single__pricing {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.ops-deal-single__sale     { font-size: 36px; font-weight: 800; color: #D72323; }
.ops-deal-single__original { font-size: 18px; color: #999; text-decoration: line-through; }
.ops-deal-single__savings  {
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
}

.ops-deal-single__btn {
  display: block;
  text-align: center;
  background: #D72323;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.2s;
}

.ops-deal-single__btn:hover { background: #b01c1c; }

.ops-deal-single__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 13px;
}

.ops-deal-single__meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ops-deal-single__meta-label { color: #666; font-weight: 600; }
.ops-deal-single__meta-value { font-weight: 700; }

/* =========================================
   ARCHIVE / CATEGORY PAGE
========================================= */
.ops-archive-header {
  background: linear-gradient(135deg, #1a1a1a, #2e2e2e);
  padding: 40px 24px;
  margin-bottom: 32px;
  border-radius: 8px;
  color: #fff;
}

.ops-archive-header h1 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 800;
}

.ops-archive-header p { color: rgba(255,255,255,0.65); margin: 0; }

/* =========================================
   FOOTER
========================================= */
.site-footer {
  background: #1a1a1a !important;
  color: rgba(255,255,255,0.7) !important;
  border-top: 3px solid #D72323;
}

.site-footer a { color: rgba(255,255,255,0.7); }
.site-footer a:hover { color: #D72323; }

/* =========================================
   AFFILIATE DISCLOSURE BANNER
========================================= */
.ops-disclosure {
  background: #fff8e1;
  border-left: 4px solid #f9a825;
  padding: 10px 16px;
  font-size: 12px;
  color: #555;
  margin-bottom: 24px;
  border-radius: 0 4px 4px 0;
}
