/*
Theme Name: VANQ Preserve
Theme URI: https://www.vanqled.com/
Author: VANQ migration project
Description: Preservation theme for the original VANQ LED architecture, visual system, responsive behaviour and SEO routes.
Version: 0.9.6
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: vanq-preserve
*/

/* WordPress compatibility and responsive hardening layered over the original CSS. */
html { scroll-behavior: smooth; }
body.admin-bar header { top: 32px; }
img { height: auto; }
.vanq-content img,
.blog-detail-content img,
.product-detail-content img,
.solution-article-detail img { max-width: 100%; height: auto !important; }
.vanq-content table,
.product-detail-content table { width: 100% !important; max-width: 100%; border-collapse: collapse; }
.vanq-table-scroll { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.vanq-empty { padding: 60px 20px; text-align: center; }
.vanq-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 40px 0; }
.vanq-pagination a,
.vanq-pagination span { min-width: 38px; padding: 9px 12px; border: 1px solid #ddd; text-align: center; }
.vanq-pagination .current { color: #fff; background: #78b82a; border-color: #78b82a; }
.vanq-form-status { min-height: 24px; margin-top: 12px; font-size: 14px; }
.vanq-form-status.is-error { color: #b42318; }
.vanq-form-status.is-success { color: #2f7d32; }
.vanq-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.vanq-search-form { display: flex; max-width: 760px; margin: 0 auto 50px; }
.vanq-search-form input[type="search"] { flex: 1; min-width: 0; padding: 15px 18px; border: 1px solid #ddd; }
.vanq-search-form button { padding: 0 28px; border: 0; color: #fff; background: #78b82a; cursor: pointer; }
.vanq-search-results .item { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid #eee; }
.vanq-search-results .item h2 { margin-bottom: 8px; }

@media (max-width: 782px) {
  body.admin-bar header { top: 46px; }
}

@media (max-width: 767px) {
  .wrapper { width: auto; max-width: 100%; padding-left: 18px; padding-right: 18px; box-sizing: border-box; }
  .vanq-content iframe,
  .blog-detail-content iframe,
  .solution-article-detail iframe { width: 100% !important; max-width: 100%; }
  .vanq-content table,
  .product-detail-content table { font-size: 13px; }
  .vanq-search-form button { padding: 0 18px; }
}
