/* Bootstrap migration: header only. Legacy layout remains until its file is migrated. */
.site-layout{display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:1.5rem;align-items:start;}
.site-sidebar,.site-content{min-width:0;}
@media (max-width:991.98px){
  .site-layout{grid-template-columns:minmax(0,1fr);}
  .site-content{order:1;}
  .site-sidebar{order:2;}
}
.site-header { position: relative; z-index: 1030; }
.site-header .site-logo { width: 72px; height: 64px; object-fit: contain; }
.site-header .navbar-brand { color: #222; max-width: 360px; font-size: .78rem; line-height: 1.25; }
.site-header .navbar-nav { gap: .125rem; }
.site-header .nav-link { padding: .7rem .75rem; color: #262626; font-weight: 600; }
.site-header .nav-link:hover, .site-header .nav-link.active { color: #c82333; }
.site-header .navbar-toggler { border-color: #d6d6d6; }
@media (max-width: 991.98px) {
  .site-header .navbar-collapse { padding-top: .75rem; }
  .site-header .nav-link { border-bottom: 1px solid #f0f0f0; }
}
/* Bootstrap migration: footer only. */
.site-footer-main { background: #f5f7fa; border-top: 3px solid #0d6efd; color: #253046; }
.site-footer-main a { color: #253046; }
.footer-contact li, .footer-links li { margin-bottom: .65rem; line-height: 1.5; }
.footer-links a:hover { color: #0d6efd; }
.partner-card { min-height: 92px; display:flex; align-items:center; justify-content:center; padding:.75rem; background:#fff; border:1px solid #e8eaed; border-radius:.5rem; }
.partner-card img { max-height:64px; object-fit:contain; }
.site-footer-bottom { background:#0b5ed7; color:#fff; font-size:.9rem; }
.site-footer-bottom a { width:32px; height:32px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; background:rgba(255,255,255,.15); color:#fff; }
.site-footer-bottom a:hover { background:#fff; color:#0b5ed7; }
/* Bootstrap migration: news list component. */
.news-card { overflow:hidden; transition:transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform:translateY(-3px); box-shadow:0 .5rem 1rem rgba(0,0,0,.12)!important; }
.news-card .card-title a { color:#212529; text-decoration:none; }
.news-card .card-title a:hover { color:#0d6efd; }
.news-card .card-text { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.article-content .main-detail img { max-width:100%; height:auto; }
/* Legacy float containers, without empty .clear elements. */
.menu .container,.menu-desk,.search form,.help-chat,.sp-list,#LienHeForm,.breadcrumb,
.header .container,.footer-top .container,.footer-bottom .container,.footer,.product-detail,
.product-quantity,.product-cart{display:flow-root;}
.share-spacer{height:10px;}

.site-layout.no-sidebar{grid-template-columns:minmax(0,1fr);}
