
:root{--mbhm-brand:#6f2928;--mbhm-accent:#c69a57;--mbhm-ink:#1e1e1e;--mbhm-muted:#6e6e6e;--mbhm-border:#ece7e3;--mbhm-soft:#faf8f6}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
.mbhm-page{background:#fff;color:var(--mbhm-ink);font-family:inherit;padding:72px 0 110px}
.mbhm-container{width:min(1220px,calc(100% - 36px));margin:auto}
.mbhm-breadcrumbs{font-size:13px;color:#8a8a8a;display:flex;gap:8px;margin:4px 0 22px}
.mbhm-breadcrumbs a{color:var(--mbhm-brand);text-decoration:none}
.mbhm-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:24px}
.mbhm-kicker,.mbhm-eyebrow{display:block;color:var(--mbhm-brand);font-weight:800;font-size:13px;letter-spacing:.1px;margin-bottom:8px}
.mbhm-heading h1{font-size:42px;line-height:1.2;margin:0 0 11px;letter-spacing:-.8px}
.mbhm-title-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:var(--mbhm-muted)}
.mbhm-rating{display:flex;gap:8px;align-items:center}.mbhm-rating small{color:#8a8a8a}
.mbhm-stars{color:#f4ae2b;letter-spacing:2px}
.mbhm-location-line{font-size:14px}
.mbhm-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.mbhm-chips span{border:1px solid var(--mbhm-border);border-radius:999px;padding:8px 13px;background:#fff;font-size:13px}
.mbhm-heading-actions{display:flex;gap:9px}
.mbhm-icon-button{width:42px;height:42px;border:1px solid var(--mbhm-border);border-radius:50%;background:#fff;font-size:20px;color:var(--mbhm-brand);cursor:pointer}
.mbhm-hero-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start}
.mbhm-gallery{display:grid;grid-template-columns:minmax(0,2fr) minmax(180px,.62fr);gap:11px;height:475px}
.mbhm-gallery-main,.mbhm-gallery-thumb{background-size:cover;background-position:center;border-radius:16px;border:0}
.mbhm-gallery-main{box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}
.mbhm-gallery-side{display:grid;grid-template-rows:repeat(3,1fr);gap:11px}
.mbhm-gallery-thumb{position:relative;cursor:pointer;overflow:hidden}
.mbhm-gallery-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.15))}
.mbhm-gallery-thumb span{position:absolute;inset:0;z-index:2;display:grid;place-content:center;background:rgba(40,20,18,.58);color:#fff;font-size:30px;font-weight:800;border-radius:16px}
.mbhm-gallery-thumb small{display:block;font-size:12px;margin-top:2px}
.mbhm-booking-stack{display:grid;gap:16px;position:sticky;top:22px}
.mbhm-booking-card,.mbhm-info-card{border:1px solid var(--mbhm-border);border-radius:16px;background:#fff;box-shadow:0 14px 35px rgba(51,31,25,.08)}
.mbhm-booking-card{padding:26px}
.mbhm-price-label{font-size:14px;color:var(--mbhm-muted);margin-bottom:3px}
.mbhm-price{font-size:38px;line-height:1;font-weight:900;color:var(--mbhm-brand);margin:7px 0}
.mbhm-price span{font-size:14px}.mbhm-booking-card>small{color:#96908c}
.mbhm-btn{display:block;text-align:center;padding:14px 16px;border-radius:9px;text-decoration:none;margin-top:15px;font-weight:800;transition:.2s}
.mbhm-btn-primary{background:var(--mbhm-brand);color:#fff}.mbhm-btn-primary:hover{transform:translateY(-1px);color:#fff}
.mbhm-btn-secondary{border:1px solid var(--mbhm-brand);color:var(--mbhm-brand);background:#fff}
.mbhm-trust-list{display:grid;gap:10px;margin-top:18px;font-size:13px;color:#625f5d}
.mbhm-info-card{padding:20px}.mbhm-info-card h3{font-size:17px;margin:0 0 14px}
.mbhm-info-card div{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid #f1edeb;font-size:13px}
.mbhm-info-card div span{color:var(--mbhm-muted)}.mbhm-info-card div strong{font-weight:800}
.mbhm-quick-amenities{display:grid;grid-template-columns:repeat(8,1fr);gap:9px;border:1px solid var(--mbhm-border);border-radius:15px;padding:18px;margin:22px 0;background:#fff}
.mbhm-quick-amenities div{display:grid;place-items:center;text-align:center;gap:8px;min-height:75px;font-size:12px}
.mbhm-feature-icon{display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:#f6efed;color:var(--mbhm-brand);font-size:17px}
.mbhm-section-nav{display:flex;gap:25px;overflow:auto;border-bottom:1px solid var(--mbhm-border);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);z-index:20}
.mbhm-section-nav a{white-space:nowrap;padding:17px 5px;color:#5d5a58;text-decoration:none;font-size:14px;border-bottom:2px solid transparent}
.mbhm-section-nav a:hover,.mbhm-section-nav a.active{color:var(--mbhm-brand);border-color:var(--mbhm-brand)}
.mbhm-section{padding:58px 0;border-bottom:1px solid var(--mbhm-border)}
.mbhm-section h2{font-size:32px;line-height:1.25;margin:0 0 24px;letter-spacing:-.35px}
.mbhm-overview-section{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}
.mbhm-overview-image{margin:0;position:relative}.mbhm-overview-image img{width:100%;height:360px;object-fit:cover;border-radius:17px}
.mbhm-overview-image figcaption{position:absolute;bottom:14px;right:14px;background:rgba(255,255,255,.92);padding:9px 12px;border-radius:8px;font-size:12px}
.mbhm-rich-content{color:#4c4947;font-size:16px;line-height:2}
.mbhm-rich-content p{margin:0 0 16px}.mbhm-rich-content h2,.mbhm-rich-content h3{font-size:23px;margin:31px 0 12px;color:#292725}
.mbhm-rich-content ul{margin:14px 0;padding-right:22px}.mbhm-rich-content li{margin:9px 0}
.mbhm-rich-content strong{color:#282522}
.mbhm-editorial-section{max-width:1000px;margin-inline:auto}
.mbhm-rich-columns ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;list-style:none;padding:0}
.mbhm-rich-columns li{position:relative;padding:14px 44px 14px 14px;border:1px solid var(--mbhm-border);border-radius:12px;background:#fff;margin:0}
.mbhm-rich-columns li:before{content:"✓";position:absolute;right:14px;top:14px;color:var(--mbhm-brand);font-weight:900}
.mbhm-section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.mbhm-section-title h2{margin-bottom:0}
.mbhm-section-title>a{color:var(--mbhm-brand);text-decoration:none;border:1px solid var(--mbhm-brand);padding:9px 14px;border-radius:8px}
.mbhm-room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mbhm-room-card{border:1px solid var(--mbhm-border);border-radius:15px;overflow:hidden;background:#fff;transition:.2s}
.mbhm-room-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(51,31,25,.08)}
.mbhm-room-media{height:205px;position:relative;background:var(--mbhm-soft)}.mbhm-room-media img{width:100%;height:100%;object-fit:cover}
.mbhm-room-media>span{position:absolute;top:12px;right:12px;background:#fff;color:var(--mbhm-brand);font-size:11px;font-weight:800;padding:6px 9px;border-radius:999px}
.mbhm-room-body{padding:18px}.mbhm-room-body h3{font-size:20px;margin:0 0 11px}
.mbhm-room-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:#74706d;margin-bottom:13px}
.mbhm-room-description{font-size:14px;color:#696460}.mbhm-room-description p{margin:0 0 12px}
.mbhm-room-footer{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--mbhm-border);padding-top:15px}
.mbhm-room-footer small,.mbhm-room-footer strong{display:block}.mbhm-room-footer strong{font-size:18px;color:var(--mbhm-brand)}
.mbhm-room-footer a{background:var(--mbhm-brand);color:#fff;text-decoration:none;padding:9px 15px;border-radius:8px;font-weight:800;font-size:13px}
.mbhm-location{display:grid;grid-template-columns:.78fr 1.22fr;gap:34px;align-items:center}
.mbhm-location iframe,.mbhm-map-placeholder{width:100%;min-height:370px;border:0;border-radius:17px;background:#f4f1ee}
.mbhm-map-placeholder{display:grid;place-items:center;color:#8c8580}
.mbhm-map-link{display:inline-block;margin-top:12px;color:var(--mbhm-brand);font-weight:800;text-decoration:none}
.mbhm-amenities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.mbhm-amenities-grid div{display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-items:center;padding:16px;border:1px solid var(--mbhm-border);border-radius:12px;background:#fff}
.mbhm-amenities-grid div>span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f7efed;color:var(--mbhm-brand);font-weight:900}
.mbhm-amenities-grid strong{font-size:14px}.mbhm-amenities-grid small{color:#97918d;font-size:11px}
.mbhm-policy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.mbhm-policy-grid div{position:relative;border:1px solid var(--mbhm-border);border-radius:12px;padding:18px 52px 18px 18px;background:#fff}
.mbhm-policy-grid div>span{position:absolute;right:16px;top:18px;color:var(--mbhm-brand);font-weight:900}.mbhm-policy-grid strong{display:block;margin-bottom:6px}.mbhm-policy-grid p{margin:0;color:#6b6662}
.mbhm-summary-box{display:grid;grid-template-columns:1fr 260px;gap:30px;align-items:center;background:var(--mbhm-soft);border:0;border-radius:18px;padding:38px;margin-top:45px}
.mbhm-summary-box .mbhm-btn{margin:0}
.mbhm-faq details{border:1px solid var(--mbhm-border);border-radius:12px;margin-bottom:10px;padding:0 18px;background:#fff}
.mbhm-faq summary{cursor:pointer;font-weight:800;padding:17px 0}.mbhm-faq details div{color:#66615e}
.mbhm-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.mbhm-related-card{border:1px solid var(--mbhm-border);border-radius:13px;overflow:hidden;text-decoration:none;color:#222;background:#fff}
.mbhm-related-media{height:165px;position:relative;background:#f4f1ee}.mbhm-related-media img{width:100%;height:100%;object-fit:cover}
.mbhm-related-media span{position:absolute;top:10px;left:10px;background:#fff;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;color:var(--mbhm-brand)}
.mbhm-related-card>div:last-child{padding:14px}.mbhm-related-card h3{font-size:16px;margin:0 0 6px}.mbhm-related-card small{display:block;color:#f4ae2b;margin-bottom:8px}.mbhm-related-card strong{color:var(--mbhm-brand);font-size:12px}
.mbhm-bottom-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--mbhm-brand);color:#fff;display:flex;justify-content:center;align-items:center;gap:80px;padding:13px 20px;box-shadow:0 -8px 24px rgba(0,0,0,.13)}
.mbhm-bottom-bar div{display:flex;gap:13px;align-items:center}.mbhm-bottom-bar span{opacity:.85;font-size:13px}
.mbhm-bottom-bar a{background:#fff;color:var(--mbhm-brand);text-decoration:none;padding:10px 20px;border-radius:8px;font-weight:900}
.mbhm-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:100000;display:grid;place-content:center;padding:20px}.mbhm-lightbox img{max-width:95vw;max-height:90vh}.mbhm-lightbox button{position:absolute;top:20px;left:20px;border:0;background:#fff;width:42px;height:42px;border-radius:50%;font-size:24px;cursor:pointer}
@media(max-width:1020px){
.mbhm-hero-layout{grid-template-columns:1fr}.mbhm-booking-stack{position:static;grid-template-columns:1fr 1fr}.mbhm-quick-amenities{grid-template-columns:repeat(4,1fr)}
.mbhm-overview-section,.mbhm-location{grid-template-columns:1fr}.mbhm-overview-image img{height:330px}.mbhm-room-grid{grid-template-columns:repeat(2,1fr)}
.mbhm-amenities-grid{grid-template-columns:repeat(3,1fr)}.mbhm-related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
.mbhm-page{padding-top:10px;padding-bottom:90px}.mbhm-container{width:min(100% - 20px,1220px)}
.mbhm-heading{align-items:flex-start}.mbhm-heading h1{font-size:29px}.mbhm-heading-actions{display:none}.mbhm-title-meta{align-items:flex-start;gap:8px;display:grid}
.mbhm-gallery{display:block;height:310px}.mbhm-gallery-main{height:100%;border-radius:13px}.mbhm-gallery-side{display:none}
.mbhm-booking-stack{grid-template-columns:1fr}.mbhm-booking-card{display:none}.mbhm-info-card{padding:16px}
.mbhm-quick-amenities{grid-template-columns:repeat(4,1fr);padding:10px;gap:4px}.mbhm-quick-amenities div{font-size:10px;min-height:68px}
.mbhm-section-nav{margin-inline:-10px;padding-inline:10px;gap:18px}.mbhm-section{padding:38px 0}.mbhm-section h2{font-size:26px}
.mbhm-overview-section{gap:24px}.mbhm-overview-image img{height:250px}.mbhm-rich-content{font-size:15px;line-height:1.9}
.mbhm-rich-columns ul{grid-template-columns:1fr}.mbhm-room-grid{grid-template-columns:1fr 1fr;gap:9px}.mbhm-room-media{height:145px}.mbhm-room-body{padding:12px}
.mbhm-room-body h3{font-size:16px}.mbhm-room-description{display:none}.mbhm-room-meta{display:grid;gap:4px}.mbhm-room-footer{align-items:flex-start;flex-direction:column;gap:8px}
.mbhm-room-footer a{width:100%;text-align:center}.mbhm-location iframe,.mbhm-map-placeholder{min-height:300px}.mbhm-amenities-grid{grid-template-columns:1fr 1fr;gap:8px}
.mbhm-amenities-grid div{padding:12px}.mbhm-policy-grid{grid-template-columns:1fr}.mbhm-summary-box{grid-template-columns:1fr;padding:25px;margin-top:30px}
.mbhm-related-grid{grid-template-columns:1fr 1fr;gap:9px}.mbhm-related-media{height:120px}.mbhm-bottom-bar{justify-content:space-between;gap:10px;padding:10px 12px}.mbhm-bottom-bar div{display:none}.mbhm-bottom-bar a{width:100%;text-align:center}
}

.mbhm-btn-primary,
.mbhm-btn-primary:visited,
.mbhm-btn-primary:hover,
.mbhm-booking-card .mbhm-btn-primary,
.mbhm-booking-card .mbhm-btn-primary:visited,
.mbhm-booking-card .mbhm-btn-primary:hover{color:#fff!important}
.mbhm-gallery-main{cursor:pointer;width:100%;padding:0}
.mbhm-gallery-side-wrap{display:grid;grid-template-rows:28px minmax(0,1fr) 28px;gap:6px;min-height:0}
.mbhm-gallery-side{min-height:0;overflow:hidden}
.mbhm-gallery-arrow{border:1px solid var(--mbhm-border);background:#fff;color:var(--mbhm-brand);border-radius:8px;cursor:pointer;font-size:12px;line-height:1}
.mbhm-gallery-arrow:hover{background:var(--mbhm-soft)}
.mbhm-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.94);z-index:100000;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;align-items:center;padding:30px 25px}
.mbhm-lightbox-stage{display:grid;place-items:center;position:relative;min-width:0}
.mbhm-lightbox-stage img{max-width:100%;max-height:86vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.mbhm-lightbox-count{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.58);color:#fff;padding:7px 12px;border-radius:999px;font-size:13px}
.mbhm-lightbox-close{position:absolute;top:18px;left:18px;border:0;background:#fff;color:#111;width:44px;height:44px;border-radius:50%;font-size:27px;cursor:pointer;z-index:2}
.mbhm-lightbox-nav{border:0;background:rgba(255,255,255,.12);color:#fff;width:52px;height:70px;border-radius:10px;font-size:48px;cursor:pointer}
.mbhm-lightbox-nav:hover{background:rgba(255,255,255,.22)}
@media(max-width:700px){
	.mbhm-page{padding-top:44px}
	.mbhm-gallery-side-wrap{display:none}
	.mbhm-lightbox{grid-template-columns:44px minmax(0,1fr) 44px;padding:18px 8px}
	.mbhm-lightbox-nav{width:38px;height:58px;font-size:36px}
}


/* v1.3.0 fixes */
.mbhm-section-nav-placeholder{height:0}
.mbhm-section-nav.mbhm-is-fixed{position:fixed!important;left:0;right:0;width:100%;z-index:9998;padding-inline:max(18px,calc((100vw - 1220px)/2));box-shadow:0 8px 24px rgba(30,20,15,.08);border-top:1px solid var(--mbhm-border)}
.mbhm-room-footer a,
.mbhm-room-footer a:visited,
.mbhm-room-footer a:hover,
.mbhm-room-footer a:focus,
.mbhm-bottom-bar a,
.mbhm-bottom-bar a:visited,
.mbhm-booking-card .mbhm-btn-primary,
.mbhm-booking-card .mbhm-btn-primary:visited{color:#fff!important}
.mbhm-mobile-gallery-controls{display:none}
html.mbhm-lightbox-open,html.mbhm-lightbox-open body{overflow:hidden!important}
.mbhm-lightbox{position:fixed!important;inset:0!important;z-index:2147483646!important;background:rgba(0,0,0,.94)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:72px 90px!important;direction:ltr!important}
.mbhm-lightbox-stage{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;min-width:0!important}
.mbhm-lightbox-stage img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:calc(100vh - 120px)!important;object-fit:contain!important;opacity:1!important;visibility:visible!important;position:static!important;transform:none!important;border-radius:8px!important}
.mbhm-lightbox-count{position:absolute!important;bottom:10px!important;left:50%!important;transform:translateX(-50%)!important;background:rgba(0,0,0,.62)!important;color:#fff!important;padding:7px 12px!important;border-radius:999px!important;z-index:3!important}
.mbhm-lightbox-close{position:absolute!important;top:16px!important;left:16px!important;z-index:5!important;width:44px!important;height:44px!important;border:0!important;border-radius:50%!important;background:#18a51c!important;color:#fff!important;font-size:26px!important;line-height:1!important;cursor:pointer!important}
.mbhm-lightbox-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important;width:54px!important;height:72px!important;border:0!important;border-radius:12px!important;background:rgba(255,255,255,.16)!important;color:#fff!important;font-size:44px!important;cursor:pointer!important}
.mbhm-lightbox-prev{right:20px!important}.mbhm-lightbox-next{left:20px!important}
@media(max-width:700px){
  .mbhm-gallery{position:relative!important;display:block!important;height:310px!important}
  .mbhm-gallery-main{display:block!important;width:100%!important;height:100%!important;background-size:cover!important;background-position:center!important}
  .mbhm-gallery-side-wrap{display:none!important}
  .mbhm-mobile-gallery-controls{display:flex!important;position:absolute!important;left:10px!important;right:10px!important;bottom:10px!important;align-items:center!important;justify-content:space-between!important;z-index:4!important;pointer-events:none!important}
  .mbhm-mobile-gallery-controls button,.mbhm-mobile-gallery-count{pointer-events:auto!important}
  .mbhm-mobile-gallery-controls button{width:38px!important;height:38px!important;border:0!important;border-radius:50%!important;background:rgba(255,255,255,.92)!important;color:var(--mbhm-brand)!important;font-size:25px!important;box-shadow:0 5px 18px rgba(0,0,0,.18)!important}
  .mbhm-mobile-gallery-count{background:rgba(0,0,0,.58)!important;color:#fff!important;padding:6px 11px!important;border-radius:999px!important;font-size:12px!important}
  .mbhm-lightbox{padding:64px 46px 30px!important}
  .mbhm-lightbox-stage img{max-height:calc(100vh - 100px)!important}
  .mbhm-lightbox-nav{width:38px!important;height:56px!important;font-size:34px!important}
  .mbhm-lightbox-prev{right:4px!important}.mbhm-lightbox-next{left:4px!important}
  .admin-bar .mbhm-section-nav.mbhm-is-fixed{top:46px!important}
}


/* v1.4.0 typography and action fixes */
.mbhm-page,
.mbhm-page button,
.mbhm-page input,
.mbhm-page select,
.mbhm-page textarea,
.mbhm-page a{font-family:"Cairo",Tahoma,Arial,sans-serif!important}
.mbhm-heading-actions{position:relative;display:flex!important;gap:10px!important;align-items:center!important;direction:rtl}
.mbhm-heading-actions .mbhm-icon-button{
  appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;margin:0!important;
  border:1px solid #e5d8d4!important;border-radius:50%!important;background:#fff!important;color:var(--mbhm-brand)!important;
  box-shadow:0 5px 16px rgba(65,37,31,.08)!important;line-height:1!important;cursor:pointer!important;overflow:hidden!important
}
.mbhm-heading-actions .mbhm-icon-button:hover,.mbhm-heading-actions .mbhm-icon-button:focus{background:var(--mbhm-brand)!important;color:#fff!important;border-color:var(--mbhm-brand)!important;transform:translateY(-1px)}
.mbhm-heading-actions .mbhm-icon-button svg{display:block!important;width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;pointer-events:none!important}
.mbhm-heading-actions .mbhm-favorite-button svg{fill:transparent!important}
.mbhm-heading-actions .mbhm-favorite-button.is-favorite{background:var(--mbhm-brand)!important;color:#fff!important;border-color:var(--mbhm-brand)!important}
.mbhm-heading-actions .mbhm-favorite-button.is-favorite svg{fill:currentColor!important}
.mbhm-action-feedback{position:absolute;top:52px;left:0;white-space:nowrap;background:#222;color:#fff;border-radius:6px;padding:6px 9px;font-size:11px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:.2s;z-index:30}
.mbhm-action-feedback.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.mbhm-bottom-bar a,.mbhm-bottom-bar a:visited,.mbhm-bottom-bar a:hover,.mbhm-bottom-bar a:focus{background:#fff!important;color:var(--mbhm-brand)!important;border:1px solid rgba(255,255,255,.8)!important;text-decoration:none!important}
@media(max-width:700px){.mbhm-heading-actions{display:none!important}}


/* v1.5.0 modern gallery + hardened lightbox controls */
.mbhm-gallery{position:relative!important;isolation:isolate!important}
.mbhm-gallery-main{position:relative!important;transition:opacity .25s ease,transform .35s ease!important;overflow:hidden!important}
.mbhm-gallery-main:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 62%,rgba(0,0,0,.24));pointer-events:none}
.mbhm-gallery-main.is-changing{opacity:.72!important;transform:scale(.995)!important}
.mbhm-gallery-side-wrap{background:#fff;border-radius:16px;padding:7px;box-shadow:0 12px 30px rgba(55,35,28,.08);border:1px solid var(--mbhm-border)}
.mbhm-gallery-side{gap:9px!important}
.mbhm-gallery-thumb{transition:transform .22s ease,box-shadow .22s ease,opacity .22s ease!important;outline:0!important}
.mbhm-gallery-thumb:hover,.mbhm-gallery-thumb.is-active{transform:translateY(-1px)!important;box-shadow:0 8px 20px rgba(65,37,31,.16)!important}
.mbhm-gallery-thumb.is-active{box-shadow:inset 0 0 0 3px var(--mbhm-brand),0 8px 20px rgba(65,37,31,.16)!important}
.mbhm-gallery-arrow,.mbhm-main-gallery-controls button,.mbhm-mobile-gallery-controls button{
 appearance:none!important;-webkit-appearance:none!important;border:0!important;margin:0!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
 font-size:0!important;line-height:0!important;text-indent:0!important;box-sizing:border-box!important
}
.mbhm-gallery-arrow{width:100%!important;height:30px!important;border-radius:9px!important;background:var(--mbhm-brand)!important;color:#fff!important;box-shadow:none!important}
.mbhm-gallery-arrow:hover{background:#57201f!important;transform:none!important}
.mbhm-gallery-arrow svg{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;display:block!important}
.mbhm-main-gallery-controls{position:absolute;inset:0;pointer-events:none;z-index:5}
.mbhm-main-gallery-controls button{position:absolute;top:50%;transform:translateY(-50%);width:46px!important;height:46px!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:var(--mbhm-brand)!important;box-shadow:0 8px 25px rgba(0,0,0,.2)!important;pointer-events:auto!important;opacity:0;transition:.2s!important}
.mbhm-gallery:hover .mbhm-main-gallery-controls button{opacity:1}
.mbhm-main-gallery-prev{right:16px}.mbhm-main-gallery-next{left:16px}
.mbhm-main-gallery-controls button:hover{background:var(--mbhm-brand)!important;color:#fff!important;transform:translateY(-50%) scale(1.05)!important}
.mbhm-main-gallery-controls svg,.mbhm-mobile-gallery-controls svg{width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;display:block!important}
.mbhm-main-gallery-count{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);background:rgba(24,20,18,.72);color:#fff;padding:7px 12px;border-radius:999px;font-size:12px;line-height:1;backdrop-filter:blur(7px);box-shadow:0 5px 20px rgba(0,0,0,.18)}
.mbhm-lightbox,.mbhm-lightbox *{box-sizing:border-box!important}
.mbhm-lightbox{direction:ltr!important;grid-template-columns:72px minmax(0,1fr) 72px!important;gap:12px!important;padding:28px 24px!important;background:rgba(8,8,9,.94)!important;backdrop-filter:blur(10px)!important}
.mbhm-lightbox-close,.mbhm-lightbox-nav{
 appearance:none!important;-webkit-appearance:none!important;border:0!important;margin:0!important;padding:0!important;text-indent:0!important;font-size:0!important;line-height:0!important;
 display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;cursor:pointer!important;box-shadow:0 10px 32px rgba(0,0,0,.3)!important
}
.mbhm-lightbox-close{position:fixed!important;top:22px!important;left:22px!important;right:auto!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:50%!important;background:rgba(255,255,255,.14)!important;z-index:100002!important}
.mbhm-lightbox-close:hover{background:var(--mbhm-brand)!important;transform:rotate(90deg)!important}
.mbhm-lightbox-nav{position:static!important;transform:none!important;width:56px!important;height:76px!important;border-radius:14px!important;background:rgba(255,255,255,.12)!important;align-self:center!important}
.mbhm-lightbox-nav:hover{background:rgba(255,255,255,.24)!important}
.mbhm-lightbox svg{width:25px!important;height:25px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;display:block!important;pointer-events:none!important}
.mbhm-lightbox-stage{min-height:0!important;max-height:calc(100vh - 56px)!important}
.mbhm-lightbox-stage img{display:block!important;max-width:100%!important;max-height:calc(100vh - 70px)!important;width:auto!important;height:auto!important;border-radius:14px!important}
.mbhm-lightbox-count{bottom:16px!important;background:rgba(0,0,0,.68)!important;backdrop-filter:blur(5px)!important}
@media(max-width:700px){
 .mbhm-main-gallery-controls{display:none!important}.mbhm-main-gallery-count{display:none!important}
 .mbhm-mobile-gallery-controls button{width:42px!important;height:42px!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:var(--mbhm-brand)!important;box-shadow:0 7px 22px rgba(0,0,0,.2)!important}
 .mbhm-lightbox{grid-template-columns:46px minmax(0,1fr) 46px!important;gap:5px!important;padding:72px 6px 18px!important}
 .mbhm-lightbox-close{top:14px!important;left:14px!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
 .mbhm-lightbox-nav{width:42px!important;height:62px!important;border-radius:12px!important}
 .mbhm-lightbox-stage{max-height:calc(100vh - 90px)!important}.mbhm-lightbox-stage img{max-height:calc(100vh - 105px)!important}
}
