/* =========================================================
   BANGKOK MOTORHAUS - GLOBAL DARK THEME
   ========================================================= */

/* 1. พื้นหลังหลักและตัวอักษร */
body {
    background-color: #121212 !important;
    color: #b0b0b0 !important;
    font-family: 'Prompt', sans-serif;
    line-height: 1.6;
}

/* 2. หัวข้อ */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* 3. ลิงก์ */
a {
    color: #ffd700;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffffff;
}

/* 4. ปุ่มหลัก */
.bm-btn-primary {
    background-color: #ffd700;
    color: #000000 !important;
    border: none;
    border-radius: 4px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.bm-btn-primary:hover {
    background-color: #ffffff;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* 5. การ์ด */
.bm-card {
    background-color: #1e1e1e;
    border: 1px solid #333333;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.bm-card:hover {
    border-color: #ffd700;
    transform: translateY(-5px);
}

/* =========================================================
   BANGKOK MOTORHAUS - GALLERY GRID
   ใช้กับกลุ่มรูปภาพในข่าว
   ========================================================= */

/* กล่องคลุมรูปทั้งหมด */
.image-group-wrapper {
    margin: 25px 0;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}

/* ข้อความบอกว่าคลิกดูภาพใหญ่ได้ */
.image-group-label {
    color: #ffd700;
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.85;
}

/* ซ่อนข้อความเก่า */
.image-group-wrapper strong {
    display: none !important;
}

/* Grid รูปภาพ - Mobile */
.gallery-preview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
}

/* รูปภาพ */
.gallery-preview img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    cursor: zoom-in;
    box-shadow: none;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Hover */
.gallery-preview img:hover {
    transform: translateY(-4px);
    filter: brightness(1.12);
}

/* Tablet / Desktop */
@media (min-width: 768px) {
    .gallery-preview {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .gallery-preview img {
        height: 160px;
    }
}

/* จอใหญ่ */
@media (min-width: 1200px) {
    .gallery-preview img {
        height: 180px;
    }
}

/* === BMH news gallery: preview-friendly grid (drafts use Astra template, lack .bmh-single-news-ci wrapper) 2026-06-25 v3 === */
body.single-post .gallery-preview,
body.single-post .bmh-news-gallery{
  margin:26px 0 !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  padding:12px !important;
  border:1px solid rgba(255,212,0,0.18) !important;
  border-radius:8px !important;
  background:linear-gradient(135deg,rgba(255,212,0,0.055),rgba(255,255,255,0.024)) !important;
}
body.single-post .bmh-news-gallery.columns-2{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
body.single-post .bmh-news-gallery.columns-4{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
body.single-post .bmh-news-gallery.columns-5{grid-template-columns:repeat(5,minmax(0,1fr)) !important;}
body.single-post .bmh-news-gallery figure{
  display:block !important; width:100% !important; max-width:100% !important; margin:0 !important; padding:0 !important;
}
body.single-post .bmh-news-gallery img{
  width:100% !important; height:210px !important; max-height:210px !important; margin:0 !important; padding:0 !important;
  object-fit:cover !important; object-position:center center !important;
  border-radius:8px !important;
  border:1px solid rgba(255,255,255,0.12) !important;
  background:radial-gradient(circle at 50% 35%,rgba(255,212,0,0.12),transparent 40%),rgb(9,9,9) !important;
  cursor:zoom-in !important;
}
body.single-post .bmh-news-gallery figcaption{
  display:block !important; position:static !important; width:100% !important;
  margin:8px 0 0 !important; padding:0 !important;
  font-size:13px !important; line-height:1.55 !important;
  color:rgb(170,170,170) !important; text-align:center !important;
  background:none !important;
}
/* === end BMH gallery preview fix === */
body #masthead.site-header{display:none!important}
	.bmh-ci-header.bmh-site-header{position:sticky;top:0;z-index:9999;background:linear-gradient(180deg,rgba(8,8,8,.98),rgba(2,2,2,.96))!important;border-top:4px solid #ffd400!important;border-bottom:1px solid rgba(255,212,0,.22)!important;box-shadow:0 18px 54px rgba(0,0,0,.50),inset 0 -1px 0 rgba(255,255,255,.06)!important;backdrop-filter:blur(14px)}
	.admin-bar .bmh-ci-header.bmh-site-header{top:32px}
	.bmh-ci-header.bmh-site-header .bmh-header-inner{width:min(1540px,calc(100% - 44px));min-height:82px;margin:0 auto;display:grid;grid-template-columns:minmax(260px,1fr) auto minmax(210px,1fr);align-items:center;gap:18px}
	.bmh-ci-header.bmh-site-header .bmh-header-brand{display:flex!important;align-items:center!important;gap:12px!important;min-width:0;color:#fff!important;text-decoration:none!important}
	.bmh-ci-header.bmh-site-header .bmh-header-brand img{width:50px!important;height:50px!important;object-fit:contain!important;border-radius:6px!important;background:#ffd400!important;box-shadow:0 0 0 1px rgba(255,212,0,.42),0 12px 26px rgba(255,212,0,.12)!important}
	.bmh-ci-header.bmh-site-header .bmh-header-brand span{display:grid!important;gap:2px!important;min-width:0!important}
	.bmh-ci-header.bmh-site-header .bmh-header-brand strong{display:block!important;margin:0!important;color:#fff!important;font-size:21px!important;line-height:1.1!important;font-weight:950!important;white-space:nowrap!important;letter-spacing:0!important}
	.bmh-ci-header.bmh-site-header .bmh-header-brand em{display:block!important;color:#bcbcbc!important;font-style:normal!important;font-size:12px!important;line-height:1.25!important;white-space:nowrap!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav{justify-self:center!important;min-width:0!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;list-style:none!important;margin:0!important;padding:6px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:12px!important;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 32px rgba(0,0,0,.36)!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li{display:block!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li::before,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li::after,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a::before,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a::after{content:none!important;display:none!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a{position:relative!important;display:grid!important;align-content:center!important;justify-content:center!important;gap:2px!important;width:auto!important;min-width:92px!important;min-height:48px!important;height:auto!important;padding:0 13px!important;border:1px solid transparent!important;border-radius:8px!important;background:transparent!important;color:#fff!important;text-decoration:none!important;line-height:1.05!important;box-shadow:none!important;transform:none!important;overflow:hidden!important;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a:after{content:""!important;display:block!important;position:absolute!important;left:12px!important;right:12px!important;bottom:6px!important;height:2px!important;border-radius:999px!important;background:#ffd400!important;opacity:0!important;transform:scaleX(.56)!important;transition:opacity .18s ease,transform .18s ease!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a span{color:#fff!important;font-size:13px!important;font-weight:950!important;white-space:nowrap!important;letter-spacing:0!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a small{color:#bdbdbd!important;font-size:10px!important;font-weight:850!important;white-space:nowrap!important;letter-spacing:0!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li.is-active>a,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a:hover,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a:focus{background:#ffd400!important;border-color:#ffd400!important;color:#050505!important;box-shadow:0 10px 22px rgba(255,212,0,.20)!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li.is-active>a:after,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a:hover:after,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a:focus:after{opacity:1!important;transform:scaleX(1)!important;background:#050505!important}
	.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li.is-active>a span,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li.is-active>a small,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a:hover span,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a:hover small,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a:focus span,.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a:focus small{color:#050505!important}
	.bmh-ci-header.bmh-site-header .bmh-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:9px!important;justify-self:end!important}
	.bmh-ci-header.bmh-site-header .bmh-header-search{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border:1px solid rgba(255,255,255,.20)!important;border-radius:10px!important;background:#0b0b0b!important;color:transparent!important;font-size:0!important;text-decoration:none!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important}
	.bmh-ci-header.bmh-site-header .bmh-header-search::before{content:""!important;width:14px!important;height:14px!important;border:2px solid #fff!important;border-radius:50%!important;display:block!important}
	.bmh-ci-header.bmh-site-header .bmh-header-search::after{content:""!important;position:absolute!important;width:8px!important;height:2px!important;background:#fff!important;transform:translate(10px,10px) rotate(45deg)!important;border-radius:2px!important}
	.bmh-ci-header.bmh-site-header .bmh-header-search:hover{border-color:#ffd400!important;background:#111!important}
	.bmh-ci-header.bmh-site-header .bmh-header-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:44px!important;padding:0 18px!important;border:1px solid rgba(255,212,0,.86)!important;border-radius:10px!important;background:#ffd400!important;color:#050505!important;font-size:13px!important;font-weight:950!important;white-space:nowrap!important;text-decoration:none!important;box-shadow:0 12px 30px rgba(255,212,0,.24)!important}
	.bmh-ci-header.bmh-site-header .bmh-header-cta:before{content:""!important;display:block!important;width:14px!important;height:9px!important;border:2px solid #050505!important;border-radius:3px!important}
	.bmh-ci-header.bmh-site-header .bmh-header-cta:hover{background:#fff!important;color:#050505!important}
	.bmh-ci-header.bmh-site-header .bmh-social--header{display:inline-flex!important;align-items:center!important;gap:8px!important}
	.bmh-ci-header.bmh-site-header .bmh-social--header .bmh-social-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;border:1px solid rgba(255,212,0,.5)!important;border-radius:10px!important;color:#ffd400!important;background:rgba(255,212,0,.06)!important;text-decoration:none!important;transition:background .15s,color .15s,border-color .15s!important}
	.bmh-ci-header.bmh-site-header .bmh-social--header .bmh-social-link:hover{background:#ffd400!important;color:#050505!important;border-color:#ffd400!important}
	.bmh-ci-header.bmh-site-header .bmh-social--header .bmh-social-txt{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
	@media(max-width:1100px){.bmh-ci-header.bmh-site-header .bmh-social--header{display:none!important}}
	.bmh-ci-header.bmh-site-header .bmh-menu-toggle{display:none!important}
	@media(max-width:1100px){.bmh-ci-header.bmh-site-header .bmh-primary-nav{display:block!important}}
	.bmh-ci-header.bmh-site-header + #page,.bmh-ci-header.bmh-site-header + .skip-link + #page{background:#050505!important}
	@media(max-width:1500px){.bmh-ci-header.bmh-site-header .bmh-header-inner{width:min(1380px,calc(100% - 40px));gap:14px}.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a{min-width:82px;padding:0 10px!important}.bmh-ci-header.bmh-site-header .bmh-header-brand strong{font-size:18px!important}}
	@media(max-width:1180px){.bmh-ci-header.bmh-site-header .bmh-header-inner{grid-template-columns:1fr auto;align-items:center;padding:10px 0}.bmh-ci-header.bmh-site-header .bmh-primary-nav{grid-column:1/-1!important;grid-row:2!important;justify-self:stretch!important;overflow-x:auto!important;padding-bottom:0!important}.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu{justify-content:flex-start!important;min-width:max-content!important}.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a{min-height:44px!important}}
	@media(max-width:782px){.admin-bar .bmh-ci-header.bmh-site-header{top:46px}}
	@media(max-width:760px){.bmh-ci-header.bmh-site-header .bmh-header-inner{width:min(100% - 28px,1880px);gap:12px}.bmh-ci-header.bmh-site-header .bmh-header-brand img{width:42px!important;height:42px!important}.bmh-ci-header.bmh-site-header .bmh-header-brand span{display:none!important}.bmh-ci-header.bmh-site-header .bmh-header-actions{justify-content:flex-end!important}.bmh-ci-header.bmh-site-header .bmh-header-cta{min-height:38px!important;padding:0 12px!important;font-size:12px!important}.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a span{font-size:12px!important}.bmh-ci-header.bmh-site-header .bmh-primary-nav .bmh-menu>li>a small{font-size:9px!important}}
body #colophon.site-footer{display:none!important}
.bmh-ci-footer.bmh-site-footer{position:relative!important;z-index:20!important;margin:0!important;padding:0!important;background:radial-gradient(circle at 84% 0,rgba(255,212,0,.13),transparent 330px),linear-gradient(180deg,#080808,#030303)!important;border-top:4px solid #ffd400!important;color:#f7f7f7!important;box-shadow:0 -22px 60px rgba(0,0,0,.42)!important}
.bmh-ci-footer .bmh-footer-shell{width:min(1880px,calc(100% - 56px))!important;margin:0 auto!important;padding:42px 0 22px!important}
.bmh-ci-footer .bmh-footer-main{display:grid!important;grid-template-columns:minmax(320px,.9fr) minmax(0,2.1fr)!important;gap:26px!important;align-items:stretch!important}
.bmh-ci-footer .bmh-footer-brand-panel{position:relative!important;display:flex!important;flex-direction:column!important;gap:18px!important;min-width:0!important;padding:24px!important;border:1px solid rgba(255,212,0,.28)!important;border-radius:8px!important;background:linear-gradient(135deg,rgba(255,212,0,.12),rgba(255,255,255,.035) 44%,rgba(255,255,255,.012))!important;overflow:hidden!important}
.bmh-ci-footer .bmh-footer-brand-panel:before{content:"BANGKOK MOTORHAUS"!important;position:absolute!important;left:24px!important;top:0!important;display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:0 12px!important;border-radius:0 0 6px 6px!important;background:#ffd400!important;color:#050505!important;font-size:10px!important;font-weight:950!important;letter-spacing:0!important}
.bmh-ci-footer .bmh-footer-brandmark{display:flex!important;align-items:center!important;gap:14px!important;margin-top:14px!important;color:#fff!important;text-decoration:none!important}
.bmh-ci-footer .bmh-footer-brandmark img{display:block!important;width:58px!important;height:58px!important;object-fit:contain!important;border-radius:6px!important;background:#ffd400!important;box-shadow:0 0 0 1px rgba(255,212,0,.45)!important}
.bmh-ci-footer .bmh-footer-brandmark span{display:grid!important;gap:3px!important;min-width:0!important}
.bmh-ci-footer .bmh-footer-brandmark strong{display:block!important;color:#fff!important;font-size:24px!important;line-height:1.08!important;font-weight:950!important;letter-spacing:0!important}
.bmh-ci-footer .bmh-footer-brandmark em{display:block!important;color:#cfcfcf!important;font-style:normal!important;font-size:13px!important;line-height:1.35!important}
.bmh-ci-footer .bmh-footer-brand-panel p{max-width:620px!important;margin:0!important;color:#d0d0d0!important;font-size:14px!important;line-height:1.75!important}
.bmh-ci-footer .bmh-footer-contact-cta{display:grid!important;gap:3px!important;max-width:380px!important;min-height:54px!important;margin-top:auto!important;padding:11px 16px!important;border:1px solid rgba(255,212,0,.78)!important;border-radius:8px!important;background:#ffd400!important;color:#050505!important;text-decoration:none!important;box-shadow:0 14px 32px rgba(255,212,0,.16)!important}
.bmh-ci-footer .bmh-footer-contact-cta{font-size:15px!important;font-weight:950!important;line-height:1.15!important}
.bmh-ci-footer .bmh-footer-contact-cta span{display:block!important;color:#3a3200!important;font-size:12px!important;font-weight:850!important;line-height:1.35!important}
.bmh-ci-footer .bmh-footer-contact-cta:hover{background:#fff!important;border-color:#fff!important;color:#050505!important}
.bmh-ci-footer .bmh-social--footer{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:2px!important}
.bmh-ci-footer .bmh-social--footer .bmh-social-link{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:42px!important;padding:0 15px!important;border:1px solid rgba(255,212,0,.5)!important;border-radius:10px!important;background:rgba(255,255,255,.03)!important;color:#ffd400!important;font-size:13px!important;font-weight:850!important;text-decoration:none!important;transition:background .15s,color .15s,border-color .15s!important}
.bmh-ci-footer .bmh-social--footer .bmh-social-link:hover{background:#ffd400!important;color:#050505!important;border-color:#ffd400!important}
.bmh-ci-footer .bmh-social--footer .bmh-social-link svg{flex:none!important}
.bmh-ci-footer .bmh-footer-nav{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
.bmh-ci-footer .bmh-footer-col{min-width:0!important;padding:22px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:8px!important;background:linear-gradient(180deg,#111,#070707)!important}
.bmh-ci-footer .bmh-footer-col h2{margin:0 0 14px!important;color:#ffd400!important;font-size:12px!important;line-height:1.2!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:0!important}
.bmh-ci-footer .bmh-footer-col ul{display:grid!important;gap:8px!important;list-style:none!important;margin:0!important;padding:0!important}
.bmh-ci-footer .bmh-footer-col li{margin:0!important;padding:0!important;border:0!important}
.bmh-ci-footer .bmh-footer-col a{display:grid!important;gap:3px!important;min-height:58px!important;padding:11px 12px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:8px!important;background:#080808!important;color:#fff!important;text-decoration:none!important;transition:border-color .16s ease,background .16s ease,transform .16s ease!important}
.bmh-ci-footer .bmh-footer-col a strong{display:block!important;color:#fff!important;font-size:14px!important;line-height:1.25!important;font-weight:950!important;letter-spacing:0!important}
.bmh-ci-footer .bmh-footer-col a span{display:block!important;color:#a9a9a9!important;font-size:12px!important;line-height:1.45!important;font-weight:650!important}
.bmh-ci-footer .bmh-footer-col a:hover,.bmh-ci-footer .bmh-footer-col a:focus{transform:translateY(-2px)!important;border-color:rgba(255,212,0,.66)!important;background:linear-gradient(135deg,rgba(255,212,0,.12),#090909)!important}
.bmh-ci-footer .bmh-footer-col a:hover strong,.bmh-ci-footer .bmh-footer-col a:focus strong{color:#ffd400!important}
.bmh-ci-footer .bmh-footer-bottom{display:flex!important;justify-content:space-between!important;gap:18px!important;margin-top:22px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.10)!important;color:#9d9d9d!important;font-size:12px!important;line-height:1.5!important}
.bmh-ci-footer .bmh-footer-bottom span:first-child{color:#fff!important;font-weight:900!important}
.bmh-ci-footer .bmh-footer-bottom span:last-child{padding-right:72px!important}
.bmh-ci-footer .bmh-footer-policy{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;padding-right:72px!important}
.bmh-ci-footer .bmh-footer-policy a{color:#bdbdbd!important;font-size:12px!important;font-weight:750!important;text-decoration:none!important;white-space:nowrap!important;transition:color .15s!important}
.bmh-ci-footer .bmh-footer-policy a:hover{color:#ffd400!important}
.bmh-ci-footer .bmh-footer-policy a:not(:first-child){margin-left:14px!important;padding-left:14px!important;border-left:1px solid rgba(255,255,255,.16)!important}
@media(max-width:1180px){.bmh-ci-footer .bmh-footer-main{grid-template-columns:1fr!important}.bmh-ci-footer .bmh-footer-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:860px){.bmh-ci-footer .bmh-footer-shell{width:min(100% - 28px,1880px)!important;padding:30px 0 108px!important}.bmh-ci-footer .bmh-footer-nav{grid-template-columns:1fr!important}.bmh-ci-footer .bmh-footer-brand-panel,.bmh-ci-footer .bmh-footer-col{padding:18px!important}.bmh-ci-footer .bmh-footer-brand-panel:before{left:18px!important}.bmh-ci-footer .bmh-footer-brandmark{align-items:flex-start!important}.bmh-ci-footer .bmh-footer-brandmark strong{font-size:20px!important}.bmh-ci-footer .bmh-footer-col a{padding-right:122px!important}.bmh-ci-footer .bmh-footer-bottom{display:grid!important}.bmh-ci-footer .bmh-footer-bottom span:last-child{padding-right:0!important}.bmh-ci-footer .bmh-footer-contact-cta{max-width:none!important}body .bmh-lang-toggle{top:auto!important;right:72px!important;bottom:18px!important}.admin-bar .bmh-lang-toggle{top:auto!important}}