/*
Theme Name: PostNow Theme Stable
Theme URI: https://postnow.in/
Author: OpenAI
Description: Stable PostNow theme updated with Discovery page templates, discovery UI assets, cleaned header, fixed single listing actions, dashboard polish, and account navigation.
Version: 1.9.23
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: postnow-theme
*/

.postnow-single-trust{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:12px 0;color:#4b5563;font-size:14px;}
.postnow-single-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#111827;font-weight:700;}
.postnow-single-badge--verified{background:#ecfdf5;color:#047857;}
.postnow-single-badge--claimed{background:#eff6ff;color:#1d4ed8;}


.postnow-legal-footer-links{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}
.postnow-legal-footer-links a{font-size:14px;text-decoration:none}
.postnow-legal-consent-box{padding:16px;border:1px solid #e5e7eb;border-radius:16px;background:#fafafa;margin:20px 0}
.postnow-legal-consent{margin:10px 0}
.postnow-report-form textarea,
.postnow-report-form input,
.postnow-report-form select{width:100%}


/* Final merged legal/footer polish */
.site-footer{background:#071533;color:#e5e7eb;padding:24px 0;border-top:1px solid rgba(255,255,255,.08)}
.site-footer p{color:#e5e7eb;margin:0}
.postnow-legal-footer-links{display:flex;flex-wrap:wrap;gap:10px 14px;margin-bottom:14px}
.postnow-legal-footer-links a{color:#cbd5e1;text-decoration:none;font-size:14px;line-height:1.6}
.postnow-legal-footer-links a:hover{color:#ffffff;text-decoration:underline}
.postnow-legal-page{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px}
.postnow-legal-page h2{margin:0 0 16px;color:#0f172a}
.postnow-legal-page p,.postnow-legal-page li{color:#334155;line-height:1.75}
.postnow-report-listing-block{margin-top:24px;padding:16px;border:1px solid #e5e7eb;border-radius:16px;background:#fafafa}
.postnow-legal-consent-box{padding:16px;border:1px solid #e5e7eb;border-radius:16px;background:#fafafa;margin:20px 0}
.postnow-legal-consent{margin:10px 0}
.postnow-inline-note{color:#6b7280;font-size:13px;line-height:1.6}


/* Legal footer */
.postnow-footer-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  margin-bottom:24px;
}
.postnow-footer-col h3{
  margin:0 0 10px;
  color:#fff;
  font-size:16px;
}
.postnow-footer-links{list-style:none;margin:0;padding:0;}
.postnow-footer-links li{margin:0 0 8px;}
.site-footer .postnow-footer-links a,
.site-footer .postnow-footer-bottom-links a{
  color:rgba(255,255,255,.82);
  text-decoration:none;
}
.site-footer .postnow-footer-links a:hover,
.site-footer .postnow-footer-bottom-links a:hover{
  color:#fff;
}
.postnow-footer-note{
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.6;
  margin:8px 0 18px;
}
.postnow-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.12);
}
.postnow-footer-bottom-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
@media (max-width: 900px){
  .postnow-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .postnow-footer-bottom{flex-direction:column;align-items:flex-start;}
}
@media (max-width: 600px){
  .postnow-footer-grid{grid-template-columns:1fr;}
}
