/*--------------------------------------------------------------
=>> Shared section title fix (outside widget context)
--------------------------------------------------------------*/
.browse-by-title-section .news-section-title,
.especiales-section .news-section-title,
.trending-tabs-section .news-section-title {
	background-color: transparent;
	border: none;
	margin-bottom: 1.25rem;
}
.browse-by-title-section .news-section-title .f-heading,
.trending-tabs-section .news-section-title .f-heading {
	background-color: #0e98d6;
}
.browse-by-title-section .news-section-title .f-heading:before,
.trending-tabs-section .news-section-title .f-heading:before {
	border-left: 15px solid #0e98d6;
}
.especiales-section .news-section-title.news-section-title-light .f-heading {
	background-color: #ffffff;
	color: #073b66;
}
.especiales-section .news-section-title.news-section-title-light .f-heading:before {
	border-left: 15px solid #ffffff;
}

/*--------------------------------------------------------------
=>> Browse by Title (category icon row)
--------------------------------------------------------------*/
.browse-by-title-section {
	padding: 2.5rem 0 1.5rem;
	background-color: #f7fafc;
	border-bottom: 1px solid #ebebeb;
}
.browse-by-title-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 1rem;
	margin: 0;
	padding: 0;
}
.browse-by-title-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 108px;
	text-align: center;
	text-decoration: none;
	color: #1a1a1a;
}
.browse-by-title-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 2px solid #0e98d6;
	color: #0e98d6;
	font-size: 26px;
	margin-bottom: 0.6rem;
	background-color: #fff;
	transition: all 0.25s ease;
}
.browse-by-title-item a:hover .browse-by-title-icon {
	background-color: #0e98d6;
	color: #fff;
	transform: translateY(-4px);
}
.browse-by-title-label {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.browse-by-title-item a:hover .browse-by-title-label {
	color: #0e98d6;
}

/*--------------------------------------------------------------
=>> Especiales (gradient carousel / "Explainers" equivalent)
--------------------------------------------------------------*/
.especiales-section {
	position: relative;
	padding: 2.5rem 0;
	margin: 1rem 0;
	background: linear-gradient(120deg, #073b66 0%, #0e63a8 55%, #0e98d6 100%);
}
.especiales-section .especiales-more {
	float: right;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.03em;
	text-decoration: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	padding-bottom: 2px;
}
.especiales-section .especiales-more:hover {
	color: #fff;
	border-color: #fff;
}
.especiales-carousel .item {
	padding: 4px;
}
.especiales-card {
	display: block;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
}
.especiales-card-thumb {
	display: block;
	position: relative;
	padding-top: 58%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.15);
}
.especiales-card-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.especiales-card-body {
	padding: 1.1rem 1.2rem 1.4rem;
}
.especiales-card-title {
	margin: 0 0 0.6rem;
	font-size: 1.05rem;
	line-height: 1.35;
}
.especiales-card-title a {
	color: #fff;
}
.especiales-card-title a:hover {
	color: #ffd873;
}
.especiales-card-meta {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
	margin-bottom: 0.8rem;
}
.especiales-card-meta .sep {
	margin: 0 0.35rem;
}
.especiales-card-link {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	padding: 0.35rem 0.9rem;
	text-decoration: none;
}
.especiales-card-link:hover {
	background-color: #fff;
	color: #073b66;
}
.especiales-carousel {
	position: relative;
}
.especiales-carousel .owl-nav {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	width: 100%;
	pointer-events: none;
}
.especiales-carousel .owl-nav .owl-prev,
.especiales-carousel .owl-nav .owl-next {
	position: absolute;
	top: 0;
	pointer-events: auto;
	cursor: pointer;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
	border-radius: 50%;
}
.especiales-carousel .owl-nav .owl-prev { left: 8px; }
.especiales-carousel .owl-nav .owl-next { right: 8px; }
.especiales-carousel .owl-dots {
	text-align: center;
	margin-top: 1rem;
}
.especiales-carousel .owl-dots .owl-dot span {
	background-color: rgba(255, 255, 255, 0.35);
}
.especiales-carousel .owl-dots .owl-dot.active span {
	background-color: #fff;
}

/*--------------------------------------------------------------
=>> Trending Tabs + Most Read
--------------------------------------------------------------*/
.trending-tabs-section {
	padding: 2rem 0 2.5rem;
}
.trending-tabs-nav {
	list-style: none;
	display: flex;
	gap: 0.5rem;
	border-bottom: 2px solid #ebebeb;
	margin: 0 0 1.25rem;
	padding: 0;
}
.trending-tabs-nav .nav-link {
	background: none;
	border: none;
	padding: 0.5rem 0.2rem;
	margin-right: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.95rem;
	color: #888;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	cursor: pointer;
}
.trending-tabs-nav .nav-link.active {
	color: #0e98d6;
	border-bottom-color: #0e98d6;
}
.trending-tab-item {
	display: flex;
	gap: 1rem;
	padding: 0.9rem 0;
	border-bottom: 1px solid #ebebeb;
}
.trending-tab-item:first-child {
	padding-top: 0;
}
.trending-tab-thumb {
	flex: 0 0 110px;
	width: 110px;
	height: 78px;
	overflow: hidden;
	border-radius: 4px;
	display: block;
}
.trending-tab-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.trending-tab-body {
	flex: 1;
	min-width: 0;
}
.trending-tab-title {
	font-size: 1rem;
	margin: 0.25rem 0;
	line-height: 1.35;
}
.trending-tab-title a {
	color: #1a1a1a;
}
.trending-tab-title a:hover {
	color: #0e98d6;
}
.trending-tab-body .posted-on {
	font-size: 0.78rem;
	color: #888;
}

.most-read-block {
	background-color: #f7fafc;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	padding: 1.25rem 1.4rem 0.5rem;
	height: 100%;
}
.most-read-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.most-read-item {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid #e2e8ee;
}
.most-read-item:last-child {
	border-bottom: none;
}
.most-read-rank {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #0e98d6;
	color: #fff;
	font-weight: 700;
	border-radius: 50%;
	font-size: 0.85rem;
}
.most-read-title {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.35;
}
.most-read-title a {
	color: #1a1a1a;
}
.most-read-title a:hover {
	color: #0e98d6;
}

/*--------------------------------------------------------------
=>> Frontpage widgets fallback (no main content, sidebar only)
--------------------------------------------------------------*/
.frontpage-sidebar-full > .widget.frontpage-sidebar {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.frontpage-sidebar-full > .widget.frontpage-sidebar {
		width: 100%;
	}
	.browse-by-title-item a {
		width: 84px;
	}
	.browse-by-title-icon {
		width: 56px;
		height: 56px;
		font-size: 22px;
	}
	.trending-tab-thumb {
		flex-basis: 84px;
		width: 84px;
		height: 60px;
	}
}

/*--------------------------------------------------------------
=>> Footer widgets: collapsed lists ("Ver más")
--------------------------------------------------------------*/
.news-mart-list-item-hidden {
	display: none;
}
.news-mart-see-more {
	display: inline-block;
	margin-top: 0.75rem;
	padding: 0.4rem 1.1rem;
	background: none;
	border: 1px solid #0e98d6;
	border-radius: 3px;
	color: #0e98d6;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	cursor: pointer;
}
.footer-sidebar .news-mart-see-more {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
}
.news-mart-see-more:hover {
	background-color: #0e98d6;
	color: #fff;
	border-color: #0e98d6;
}

/* Barcelona Magazine home */
:root { --bm-orange:#ff6d20; --bm-ink:#191d21; --bm-soft:#eff3f5; }
.bm-home { font-family: Manrope, Arial, sans-serif; color:var(--bm-ink); }
.bm-home h1,.bm-home h2,.bm-home h3 { font-family:Manrope,Arial,sans-serif; }
.bm-home .container { max-width:1120px; }
.bm-ticker { margin-bottom:32px; border-bottom:2px solid var(--bm-orange); }
.bm-ticker .container { display:flex; align-items:center; min-height:54px; }
.bm-ticker strong { align-self:stretch; display:flex; align-items:center; padding:0 28px; margin-right:28px; background:var(--bm-orange); color:#fff; }
.bm-hero { display:grid; grid-template-columns:1.55fr 1fr; gap:22px; margin-bottom:48px; }
.bm-hero-side { display:grid; gap:18px; }
.bm-story { min-height:245px; background-size:cover; background-position:center; position:relative; }
.bm-hero-main { min-height:510px; }
.bm-story-link { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end; padding:36px; color:#fff!important; }
.bm-story h2 { color:#fff; font-size:24px; line-height:1.35; font-weight:800; margin:16px 0 0; }
.bm-hero-main h2 { font-size:36px; max-width:650px; }
.bm-cat { color:var(--bm-orange); font-size:13px; }
.bm-story .bm-cat { color:#fff; border-bottom:2px solid var(--bm-orange); width:max-content; padding-bottom:10px; }
.bm-quick { background:var(--bm-soft); padding:44px 0; margin-bottom:64px; }
.bm-quick-grid { display:grid; grid-template-columns:1fr 1fr; gap:38px; }
.bm-quick article { display:grid; grid-template-columns:150px 1fr; gap:24px; align-items:center; }
.bm-quick img { width:150px; height:120px; object-fit:cover; }
.bm-quick h3 { font-size:18px; line-height:1.4; }
.bm-content-grid { display:grid; grid-template-columns:minmax(0,2fr) minmax(280px,1fr); gap:55px; padding-bottom:70px; }
.bm-heading { font-size:27px; font-weight:800; border-bottom:1px solid #dbe0e3; padding-bottom:14px; margin-bottom:28px; }
.bm-list-item { display:grid; grid-template-columns:275px 1fr; gap:36px; padding:0 0 35px; margin:0 0 35px; border-bottom:1px solid #e5e8ea; }
.bm-list-item img { width:275px; height:230px; object-fit:cover; }
.bm-list-item h3 { font-size:23px; line-height:1.35; margin:14px 0; }
.bm-list-item p { color:#58616a; }
.bm-more { text-decoration:underline; color:#63717f; }
.bm-newsletter { text-align:center; background:var(--bm-soft); padding:38px 34px; margin-bottom:50px; }
.bm-envelope { font-size:74px; color:#ff9f22; }
.bm-newsletter input,.bm-newsletter button { width:100%; height:58px; border:0; padding:0 18px; margin-top:18px; }
.bm-newsletter button { color:#fff; background:var(--bm-orange); font-weight:800; }
.bm-popular { min-height:350px; }
.bm-feature-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:55px;padding-bottom:70px}.bm-fashion-story{min-height:420px}.bm-feature-title{font-size:24px;margin:25px 0 12px}.bm-editor-item{display:grid;grid-template-columns:145px 1fr;gap:24px;padding:0 0 25px;margin:0 0 25px;border-bottom:1px solid #e5e8ea}.bm-editor-item img{width:145px;height:120px;object-fit:cover}.bm-editor-item h3{font-size:17px;line-height:1.4;margin:5px 0 12px}.bm-editor-item span{font-size:13px;color:var(--bm-orange)}.bm-videos{background:#050607;color:#fff;padding:70px 0 85px;margin-bottom:70px}.bm-videos-heading{text-align:center;color:#fff;font-size:34px;margin:0 0 45px}.bm-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.bm-video-grid img{width:100%;height:245px;object-fit:cover}.bm-video-grid h3{font-size:21px;line-height:1.4;margin:20px 0 12px}.bm-video-grid h3 a,.bm-video-grid time{color:#fff}.bm-video-grid time{font-size:13px}.bm-single-wrap{padding:55px 18px 80px}.bm-single-container{width:min(900px,100%);margin:0 auto}.bm-single-container .post.grid-view-news-area{box-shadow:none}.bm-single-container .entry-title{font-size:38px;line-height:1.25}.bm-single-container .post-thumbnail img{width:100%;height:auto}.bm-single-container .entry-content{font-size:17px;line-height:1.85}.bm-single-container .comment-links,.bm-single-container .comments-area{display:none!important}
@media(max-width:767px){.bm-hero,.bm-content-grid,.bm-quick-grid{grid-template-columns:1fr}.bm-hero-main{min-height:390px}.bm-list-item{grid-template-columns:1fr}.bm-list-item img{width:100%}.bm-ticker span{display:none}.bm-ticker strong{margin:0}.bm-hero-main h2{font-size:27px}}
@media(max-width:767px){.bm-feature-grid,.bm-video-grid{grid-template-columns:1fr}.bm-fashion-story{min-height:350px}.bm-video-grid img{height:auto}.bm-single-container .entry-title{font-size:29px}.bm-single-wrap{padding-top:35px}}

/* Archive-faithful header and footer */
.bm-site #wrapper{overflow:visible}.bm-header{font-family:Manrope,Arial,sans-serif;background:#fff;position:relative;z-index:50}.bm-header-container,.bm-footer-container{width:min(1280px,calc(100% - 36px));margin:0 auto}.bm-topbar{background:#45505a;color:#fff;font-size:13px}.bm-topbar .bm-header-container{height:35px;display:grid;grid-template-columns:1fr 1.4fr 1fr;align-items:center}.bm-topbar span:nth-child(2){text-align:center}.bm-topbar time{text-align:right}.bm-navbar{box-shadow:0 5px 14px rgba(25,29,33,.08)}.bm-navbar .bm-header-container{height:104px;display:flex;align-items:center;gap:40px}.bm-header-logo{display:block;flex:0 0 300px}.bm-header-logo img,.bm-footer-logo img{display:block;width:300px;height:65px;object-fit:contain}.bm-primary-nav{display:flex;align-items:stretch;justify-content:center;gap:36px;margin-left:auto;height:100%}.bm-primary-nav>a,.bm-nav-dropdown>button{position:relative;display:flex;align-items:center;background:none;border:0;color:#323a41;font-size:15px;font-weight:600;white-space:nowrap;padding:0}.bm-primary-nav>a:hover,.bm-primary-nav>a.active,.bm-nav-dropdown>button:hover{color:#ff6d20}.bm-primary-nav>a.active:before{content:"";position:absolute;height:2px;background:#ff6d20;left:0;right:0;top:19px}.bm-nav-dropdown{position:relative;display:flex}.bm-nav-dropdown button i{margin-left:8px}.bm-dropdown-menu{display:none;position:absolute;top:82px;left:-20px;min-width:210px;background:#fff;padding:10px 0;box-shadow:0 12px 28px rgba(0,0,0,.15)}.bm-dropdown-menu a{display:block;padding:10px 20px;color:#45505a}.bm-nav-dropdown:hover .bm-dropdown-menu{display:block}.bm-header-actions{display:flex;gap:12px}.bm-header-actions a{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:#63717f;color:#fff}.bm-header-actions .bm-action-search{background:#ff6d20}.bm-menu-toggle{display:none;border:0;background:#ff6d20;color:#fff;width:44px;height:44px;border-radius:50%;margin-left:auto}
.bm-footer{background:#191d21;color:#aeb6bd;font-family:Manrope,Arial,sans-serif}.bm-footer-main{min-height:345px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.bm-footer-logo{margin-bottom:32px}.bm-footer-main p{color:#d2dbe2;font-size:20px;margin:0 0 36px}.bm-footer-social{display:flex;justify-content:center;gap:10px}.bm-footer-social a{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#aeb6bd;background:#323a41}.bm-footer-social a:hover{color:#fff;background:#ff6d20}.bm-footer-nav{border-top:1px solid #323a41;border-bottom:1px solid #323a41}.bm-footer-nav .bm-footer-container{min-height:100px;display:flex;align-items:center;justify-content:space-between}.bm-footer-nav a{color:#aeb6bd;font-weight:700;position:relative}.bm-footer-nav a:hover,.bm-footer-nav a.active{color:#ff6d20}.bm-footer-nav a.active:before{content:"";position:absolute;left:0;right:0;top:-41px;height:2px;background:#ff6d20}.bm-footer-copy{text-align:center;padding:25px 15px;font-size:13px}
@media(max-width:1100px){.bm-primary-nav{gap:20px}.bm-navbar .bm-header-container{gap:20px}.bm-header-logo{flex-basis:240px}.bm-header-logo img{width:240px}}
@media(max-width:900px){.bm-topbar span:nth-child(2){display:none}.bm-topbar .bm-header-container{grid-template-columns:1fr 1fr}.bm-primary-nav{display:none;position:absolute;top:104px;left:0;right:0;height:auto;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;box-shadow:0 12px 22px rgba(0,0,0,.12)}.bm-primary-nav.is-open{display:flex}.bm-nav-dropdown{display:block}.bm-dropdown-menu{position:static;box-shadow:none;padding-left:15px}.bm-menu-toggle{display:block}.bm-header-actions{display:none}.bm-footer-nav .bm-footer-container{padding:30px 0;flex-wrap:wrap;justify-content:center;gap:22px 35px}.bm-footer-nav a.active:before{display:none}}
@media(max-width:520px){.bm-topbar span:first-child{display:none}.bm-topbar .bm-header-container{display:block;text-align:center;padding-top:9px}.bm-topbar time{display:block;text-align:center}.bm-navbar .bm-header-container{height:82px}.bm-header-logo,.bm-header-logo img{width:210px;flex-basis:210px;height:auto}.bm-primary-nav{top:82px}.bm-footer-main{min-height:300px;padding:45px 18px}.bm-footer-logo img{width:250px;height:auto}.bm-footer-main p{font-size:17px}}

/* Polished article layout */
.bm-single-wrap{padding:55px 18px 90px}.bm-single-layout{width:min(1340px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;align-items:start}.bm-single-main .post.grid-view-news-area{box-shadow:none}.bm-single-main .entry-title{font-family:Manrope,Arial,sans-serif;font-size:40px;line-height:1.2;letter-spacing:-.02em}.bm-single-main .post-thumbnail img{width:100%;height:auto;max-height:620px;object-fit:cover}.bm-single-main .entry-content{font-family:Manrope,Arial,sans-serif;font-size:17px;line-height:1.82;color:#323a41}.bm-single-main .entry-content p{margin:0 0 23px}.bm-single-main .entry-content h2{font-family:Manrope,Arial,sans-serif;font-size:27px;line-height:1.3;margin:42px 0 16px;color:#191d21}.bm-single-main .entry-content h3,.bm-single-main .entry-content>strong{font-family:Manrope,Arial,sans-serif;font-size:21px;line-height:1.35;margin:30px 0 14px;color:#191d21;display:block}.bm-single-main .entry-content ul{list-style:none;margin:18px 0 28px;padding:0}.bm-single-main .entry-content li{position:relative;padding:0 0 0 34px;margin:0 0 14px}.bm-single-main .entry-content li:before{content:'✓';position:absolute;left:0;top:.12em;display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#eaaa00;color:#fff;font-size:12px;font-weight:900}.bm-single-main .entry-content li p{margin:0}.bm-single-main .comment-links,.bm-single-main .comments-area{display:none!important}.bm-single-sidebar{position:sticky;top:25px}.bm-sidebar-widget{background:#fff;padding:28px;margin-bottom:30px;border-radius:8px;box-shadow:0 8px 25px rgba(25,29,33,.07)}.bm-single-sidebar .bm-newsletter{padding:32px 28px}.bm-single-sidebar .bm-heading{font-size:24px}.bm-sidebar-post{display:grid;grid-template-columns:90px 1fr;gap:16px;padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid #e5e8ea}.bm-sidebar-post:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.bm-sidebar-post img{width:90px;height:78px;object-fit:cover}.bm-sidebar-post span{font-size:12px;color:#ff6d20}.bm-sidebar-post h3{font-family:Manrope,Arial,sans-serif;font-size:15px;line-height:1.35;margin:5px 0 0}.bm-sidebar-about{background:#191d21;color:#d2dbe2}.bm-sidebar-about h2{font-family:Manrope,Arial,sans-serif;color:#fff;font-size:24px}.bm-single-main .post-author-area{display:none}.bm-single-main .related-posts .entry-title,.bm-single-main .related-posts .entry-title a{font-family:Manrope,Arial,sans-serif;font-size:18px;line-height:1.35}.bm-single-main .related-posts .post{height:100%}.bm-single-main .related-posts .post-thumbnail img{height:175px;object-fit:cover}
@media(max-width:980px){.bm-single-layout{grid-template-columns:1fr}.bm-single-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}.bm-sidebar-widget{margin:0}.bm-sidebar-about{display:none}}
@media(max-width:767px){.bm-single-main .entry-title{font-size:29px}.bm-single-wrap{padding-top:35px}.bm-single-sidebar{display:block}.bm-sidebar-widget{margin-bottom:25px}.bm-single-main .entry-content{font-size:16px}.bm-single-main .entry-content h2{font-size:24px}}
.bm-single-layout{width:min(1480px,100%)}.bm-single-main .wow{visibility:visible!important;animation:none!important}.bm-single-sidebar h2,.bm-single-sidebar h3{font-family:Manrope,Arial,sans-serif}
.bm-single-sidebar .bm-newsletter h2{font-size:28px;line-height:1.25}
.bm-article-meta{display:flex;align-items:center;gap:22px;margin-bottom:25px}.bm-related{margin-top:45px}.bm-related>h2{font-family:Manrope,Arial,sans-serif;font-size:27px;border-bottom:1px solid #d2dbe2;padding-bottom:14px;margin-bottom:25px}.bm-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bm-related-grid img{width:100%;height:175px;object-fit:cover}.bm-related-grid span{display:block;color:#ff6d20;font-size:12px;margin-top:14px}.bm-related-grid h3{font-family:Manrope,Arial,sans-serif;font-size:18px;line-height:1.4;margin:8px 0}.bm-article .entry-header .entry-title{font-family:Manrope,Arial,sans-serif;font-size:40px;line-height:1.2;letter-spacing:-.02em}
@media(max-width:767px){.bm-related-grid{grid-template-columns:1fr}.bm-related-grid img{height:auto}.bm-article .entry-header .entry-title{font-size:29px}}

/* One alignment grid for header, breadcrumbs and page content */
:root{--bm-site-width:1280px}.bm-header-container,.bm-footer-container,.bm-single-layout,.theme-breadcrumb-area .container-full,.bm-home .container{width:min(var(--bm-site-width),calc(100% - 36px));max-width:none;margin-left:auto;margin-right:auto}.theme-breadcrumb-area .container-full{padding-left:0;padding-right:0}.theme-breadcrumb-area .row{margin-left:0;margin-right:0}.theme-breadcrumb-area .col-md-12{padding-left:0;padding-right:0}
.bm-single-wrap{padding-left:0;padding-right:0}

/* Contact page */
.bm-contact-page{font-family:Manrope,Arial,sans-serif;color:#191d21}.bm-contact-container{width:min(var(--bm-site-width),calc(100% - 36px));margin-left:auto;margin-right:auto}.bm-contact-hero{background:#eff3f5;text-align:center;padding:40px 0 42px}.bm-contact-hero h1{font-family:Manrope,Arial,sans-serif;font-size:34px;margin:0 0 8px}.bm-contact-hero p{font-size:18px;margin:0}.bm-contact-cards{display:grid;grid-template-columns:repeat(3,1fr);margin:60px 0 80px;border-bottom:1px solid #dce2e6}.bm-contact-cards article{min-height:265px;text-align:center;padding:60px 35px 40px;border-right:1px solid #dce2e6}.bm-contact-cards article:last-child{border-right:0}.bm-contact-icon{display:grid;place-items:center;width:54px;height:54px;border:2px solid #ff6d20;border-radius:50%;margin:0 auto 28px;color:#ff6d20;font-size:21px}.bm-contact-cards h2{font-family:Manrope,Arial,sans-serif;font-size:22px;margin:0 0 20px;text-transform:capitalize}.bm-contact-cards p{margin:0 0 7px}.bm-contact-cards a{color:#323a41}.bm-contact-cards a:hover{color:#ff6d20}.bm-contact-lower{display:grid;grid-template-columns:minmax(0,640px) 1fr;gap:70px;align-items:start;margin-bottom:75px}.bm-contact-form-card{padding:48px 58px;background:#fff;box-shadow:0 12px 35px rgba(25,29,33,.1)}.bm-contact-form-card h2,.bm-contact-side h2{font-family:Manrope,Arial,sans-serif;font-size:28px;margin:0 0 36px;display:flex;align-items:center;gap:15px}.bm-contact-form-card h2:after{content:"";height:1px;background:#d2dbe2;flex:1}.bm-contact-form label{display:block;margin-bottom:20px}.bm-contact-form input,.bm-contact-form textarea{display:block;width:100%;border:1px solid #dce2e6;background:#fff;padding:18px;font:inherit;outline:none}.bm-contact-form input{height:66px}.bm-contact-form textarea{resize:vertical}.bm-contact-form input:focus,.bm-contact-form textarea:focus{border-color:#ff6d20}.bm-contact-form button{display:block;width:100%;height:64px;border:0;background:#ff6d20;color:#fff;text-transform:uppercase;font-weight:800;margin-top:28px}.bm-contact-side{padding:48px 20px}.bm-contact-side p{font-size:17px;line-height:1.7;color:#63717f;max-width:480px}.bm-contact-side a{display:inline-block;color:#ff6d20;margin-top:12px;font-weight:700}.bm-contact-map{height:440px;position:relative;margin-bottom:85px;background:#eff3f5;overflow:hidden}.bm-contact-map iframe{width:100%;height:100%;border:0;filter:grayscale(1);opacity:.72}.bm-map-marker{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#45505a;color:#fff;font-size:20px;pointer-events:none}
@media(max-width:900px){.bm-contact-cards{grid-template-columns:1fr;margin-top:35px}.bm-contact-cards article{min-height:0;border-right:0;border-bottom:1px solid #dce2e6;padding:38px 20px}.bm-contact-lower{grid-template-columns:1fr;gap:20px}.bm-contact-side{padding:25px 5px}.bm-contact-form-card{padding:38px 30px}}
@media(max-width:520px){.bm-contact-hero{padding:30px 0}.bm-contact-hero h1{font-size:29px}.bm-contact-form-card{padding:30px 20px}.bm-contact-map{height:330px}}

/* About page */
.bm-about-page{font-family:Manrope,Arial,sans-serif;color:#191d21}.bm-about-container{width:min(var(--bm-site-width),calc(100% - 36px));margin:0 auto}.bm-about-hero{background:#eff3f5;text-align:center;padding:40px 0}.bm-about-hero h1{font-family:Manrope,Arial,sans-serif;font-size:34px;margin:0 0 5px}.bm-about-hero p{font-size:18px;margin:0}.bm-about-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:80px 0 90px;border-bottom:1px solid #dce2e6}.bm-about-photo img{display:block;width:100%;height:500px;object-fit:cover;border-radius:50% 50% 0 0}.bm-about-page h2{font-family:Manrope,Arial,sans-serif;color:#191d21}.bm-about-intro h2{font-size:29px;margin:0 0 20px}.bm-about-intro p,.bm-about-section p,.bm-about-columns p{font-size:16px;line-height:1.75}.bm-values{counter-reset:values;list-style:none;padding:0;margin:34px 0 0}.bm-values li{counter-increment:values;position:relative;padding:0 0 0 50px;margin:0 0 22px;line-height:1.65}.bm-values li:before{content:counter(values);position:absolute;left:0;top:0;display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:#fff0e8;color:#191d21}.bm-about-columns{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:65px 0 30px}.bm-about-columns h2{font-size:28px;margin:0 0 14px}.bm-about-stats{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;padding:35px 15% 70px}.bm-about-stats strong{display:block;font-size:45px;line-height:1.1}.bm-about-stats span{display:block;margin-top:10px}.bm-about-gallery{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:70px}.bm-about-gallery img{width:100%;height:460px;object-fit:cover}.bm-about-section{margin-bottom:55px}.bm-about-section h2{font-size:34px;margin:0 0 20px}.bm-about-section ul{list-style:none;margin:30px 0 0;padding:0}.bm-about-section li{position:relative;padding-left:38px;margin-bottom:20px;line-height:1.6}.bm-about-section li:before{content:'➜';position:absolute;left:0;top:-2px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#fff0e8}.bm-about-closing{padding-top:10px;padding-bottom:85px}.bm-about-closing a{color:#ff6d20;font-weight:700}
@media(max-width:900px){.bm-about-intro,.bm-about-columns{grid-template-columns:1fr;gap:35px}.bm-about-intro{padding:55px 0}.bm-about-photo img{height:auto;max-height:520px}.bm-about-stats{padding-left:0;padding-right:0}.bm-about-gallery img{height:340px}}
@media(max-width:600px){.bm-about-hero h1{font-size:29px}.bm-about-stats{grid-template-columns:1fr;gap:32px}.bm-about-gallery{grid-template-columns:1fr}.bm-about-gallery img{height:auto}.bm-about-section h2{font-size:28px}.bm-about-intro{gap:30px}}

/* Category archives */
.bm-category-page{font-family:Manrope,Arial,sans-serif;color:#191d21}.bm-category-container{width:min(var(--bm-site-width),calc(100% - 36px));margin:0 auto}.bm-category-hero{background:#eff3f5;text-align:center;padding:40px 0}.bm-category-hero h1{font-family:Manrope,Arial,sans-serif;font-size:34px;margin:0}.bm-category-description{max-width:700px;margin:12px auto 0;color:#63717f}.bm-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:55px 38px;padding:70px 0}.bm-category-card{min-width:0}.bm-category-image{display:block;position:relative;height:355px;overflow:hidden;background:linear-gradient(#f2f3f4,#191d21)}.bm-category-image:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(25,29,33,.55));pointer-events:none}.bm-category-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.bm-category-card:hover .bm-category-image img{transform:scale(1.035)}.bm-category-card-body{padding:26px 12px 0}.bm-category-label{display:inline-block;color:#ff6d20;font-size:13px;border-bottom:2px solid #ff6d20;padding:0 16px 9px 0}.bm-category-card h2{font-family:Manrope,Arial,sans-serif;font-size:24px;line-height:1.35;margin:18px 0 14px}.bm-category-card p{font-size:16px;line-height:1.65;color:#45505a;margin:0 0 24px}.bm-category-card time{font-size:13px;color:#63717f}.bm-pagination{display:flex;justify-content:center;padding:0 0 80px}.bm-pagination .page-numbers{list-style:none;display:flex;gap:8px;margin:0;padding:0}.bm-pagination a,.bm-pagination span{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid #d2dbe2;color:#45505a}.bm-pagination .current,.bm-pagination a:hover{background:#ff6d20;border-color:#ff6d20;color:#fff}.bm-category-empty{text-align:center;padding:90px 0}
@media(max-width:767px){.bm-category-grid{grid-template-columns:1fr;padding:45px 0;gap:45px}.bm-category-image{height:auto;aspect-ratio:16/10}.bm-category-hero{padding:30px 0}.bm-category-hero h1{font-size:29px}}

/* Search */
.bm-search-page{font-family:Manrope,Arial,sans-serif;color:#191d21}.bm-search-container{width:min(var(--bm-site-width),calc(100% - 36px));margin:0 auto}.bm-search-hero{background:#eff3f5;text-align:center;padding:42px 0 48px}.bm-search-hero h1{font-family:Manrope,Arial,sans-serif;font-size:34px;line-height:1.25;margin:0 0 27px}.bm-search-page-form{display:flex;max-width:720px;margin:0 auto;background:#fff}.bm-search-page-form input{min-width:0;flex:1;height:58px;border:1px solid #dce2e6;padding:0 20px;font:inherit}.bm-search-page-form button{width:155px;border:0;background:#ff6d20;color:#fff;font-weight:800;text-transform:uppercase}.bm-search-page-form button i{margin-right:8px}.bm-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:55px 38px;padding:70px 0}.bm-search-card{min-width:0}.bm-search-image{display:block;height:300px;background:linear-gradient(#f2f3f4,#cdd3d7);overflow:hidden}.bm-search-image:empty:after{content:'Barcelona Magazine';height:100%;display:grid;place-items:center;color:#63717f;font-weight:700}.bm-search-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.bm-search-card:hover .bm-search-image img{transform:scale(1.035)}.bm-search-card-body{padding:25px 12px 0}.bm-search-card h2{font-family:Manrope,Arial,sans-serif;font-size:24px;line-height:1.35;margin:18px 0 14px}.bm-search-card h2 a{color:#191d21}.bm-search-card p{font-size:16px;line-height:1.65;color:#45505a;margin:0 0 22px}.bm-search-card time{font-size:13px;color:#63717f}.bm-search-message{text-align:center;padding:90px 20px 110px}.bm-search-message h2{font-family:Manrope,Arial,sans-serif;font-size:29px;margin:0 0 12px}.bm-search-message p{color:#63717f;font-size:17px}.bm-popup-search{display:flex;width:min(720px,calc(100% - 36px));margin:auto}.bm-popup-search input{min-width:0;flex:1;height:62px;border:0;padding:0 22px;font:inherit}.bm-popup-search button{width:72px;border:0;background:#ff6d20;color:#fff;font-size:20px}
@media(max-width:767px){.bm-search-grid{grid-template-columns:1fr;padding:45px 0}.bm-search-image{height:auto;aspect-ratio:16/10}.bm-search-page-form button{width:62px;font-size:0}.bm-search-page-form button i{font-size:18px;margin:0}.bm-search-hero h1{font-size:27px}.bm-search-message{padding:65px 15px 85px}}

/* AJAX search panel */
#search-popup{display:none;position:fixed!important;z-index:99999;inset:0!important;width:100%!important;height:100%!important;padding:164px 18px 30px!important;background:rgba(25,29,33,.72)!important;overflow:auto;opacity:1!important;transform:none!important;text-align:left!important}#search-popup.is-open{display:block!important}#search-popup:before{content:"";position:absolute;left:0;right:0;top:139px;min-height:355px;height:min(690px,calc(100vh - 170px));background:#fff;box-shadow:0 16px 45px rgba(0,0,0,.22)}#search-popup>.close{position:fixed!important;z-index:3;right:max(24px,calc((100% - var(--bm-site-width))/2));top:154px;width:42px;height:42px;padding:0!important;border:0!important;border-radius:50%;background:#45505a!important;color:#fff!important;font:700 27px/42px Arial,sans-serif!important;text-align:center!important}.bm-search-open{overflow:hidden}.bm-popup-search{position:relative;z-index:2;display:flex!important;flex-flow:row nowrap!important;align-items:stretch!important;width:min(760px,calc(100% - 100px))!important;max-width:760px!important;height:62px!important;margin:10px auto 0!important;padding:0!important;background:#fff!important;border:1px solid #dce2e6!important;box-shadow:0 5px 22px rgba(25,29,33,.12)!important}.bm-popup-search label{position:absolute!important}.bm-popup-search input[type=search]{order:1!important;display:block!important;flex:1 1 auto!important;min-width:0!important;width:auto!important;height:60px!important;margin:0!important;padding:0 22px!important;border:0!important;border-radius:0!important;background:#fff!important;color:#191d21!important;font:17px Manrope,Arial,sans-serif!important;text-align:left!important;box-shadow:none!important;opacity:1!important}.bm-popup-search input[type=search]::placeholder{color:#9aa2a8!important;opacity:1!important}.bm-popup-search button[type=submit]{order:2!important;flex:0 0 72px!important;width:72px!important;height:60px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#ff6d20!important;color:#fff!important;font-size:20px!important;line-height:60px!important;text-align:center!important}.bm-popup-search button:hover,.bm-popup-search button:focus{background:#e95b12!important;color:#fff!important}.bm-live-search{position:relative;z-index:2;width:min(var(--bm-site-width),calc(100% - 36px));max-height:535px;margin:28px auto 0;overflow:auto;background:#fff}.bm-live-search-hint{text-align:center;color:#63717f;padding:45px 20px;margin:0}.bm-live-search-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 42px}.bm-live-search-item{display:grid;grid-template-columns:90px minmax(0,1fr);gap:18px;align-items:center;min-height:105px;padding:14px 10px;border-bottom:1px solid #e5e8ea;color:#191d21}.bm-live-search-item:hover{background:#f7f9fa;color:#ff6d20}.bm-live-search-item img,.bm-live-search-placeholder{display:grid;place-items:center;width:90px;height:76px;object-fit:cover;background:#eff3f5;color:#63717f}.bm-live-search-copy{min-width:0}.bm-live-search-copy strong{display:block;font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.35}.bm-live-search-copy small{display:block;margin-top:8px;color:#889198;font-size:12px}.bm-live-search-all{display:block;width:max-content;margin:22px auto;padding:12px 24px;background:#ff6d20;color:#fff!important;font-weight:800}
@media(max-width:900px){#search-popup{padding-top:130px!important}#search-popup:before{top:117px}.bm-live-search-list{grid-template-columns:1fr}#search-popup>.close{top:126px;right:22px}.bm-popup-search{margin-top:35px;width:calc(100% - 60px)}}
@media(max-width:520px){#search-popup{padding-left:8px!important;padding-right:8px!important}.bm-live-search{width:100%}.bm-live-search-item{grid-template-columns:70px minmax(0,1fr);gap:12px}.bm-live-search-item img,.bm-live-search-placeholder{width:70px;height:62px}.bm-popup-search{width:calc(100% - 48px)}.bm-popup-search input{height:54px}.bm-popup-search button{width:58px}}

/* Reset the parent theme's absolutely positioned popup controls. */
#search-popup form.bm-popup-search{position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important}
#search-popup form.bm-popup-search input#bm-popup-search-input[type="search"]{position:static!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important;margin:0!important;float:none!important;vertical-align:middle!important;background-color:#fff!important;background-image:none!important;color:#191d21!important;-webkit-appearance:none!important;appearance:none!important}
#search-popup form.bm-popup-search button[type="submit"]{position:static!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important;margin:0!important;float:none!important;vertical-align:middle!important}
#search-popup form.bm-popup-search button[type="submit"] i{display:inline-block!important;position:static!important;margin:0!important;color:#fff!important}

/* Author card and archive */
.bm-post-author{display:grid;grid-template-columns:112px minmax(0,1fr);gap:26px;align-items:center;margin:45px 0 10px;padding:28px 30px;border:1px solid #e1e6e9;border-left:4px solid #ff6d20;background:#fff;box-shadow:0 8px 28px rgba(25,29,33,.07);font-family:Manrope,Arial,sans-serif}.bm-post-author-photo img{display:block;width:112px;height:112px;border-radius:50%;object-fit:cover}.bm-post-author span{display:block;color:#ff6d20;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.bm-post-author h2{font-family:Manrope,Arial,sans-serif;font-size:23px;margin:4px 0 3px}.bm-post-author h2 a{color:#191d21}.bm-post-author strong{display:block;color:#45505a;font-size:14px}.bm-post-author p{font-size:14px;line-height:1.65;color:#63717f;margin:10px 0 7px}.bm-author-more{color:#ff6d20;font-size:13px;font-weight:800}.bm-author-page{font-family:Manrope,Arial,sans-serif;color:#191d21}.bm-author-container{width:min(var(--bm-site-width),calc(100% - 36px));margin-left:auto;margin-right:auto}.bm-author-hero{padding:70px 0;background:#eff3f5}.bm-author-profile{display:grid;grid-template-columns:300px minmax(0,1fr);gap:60px;align-items:center}.bm-author-profile>img{width:300px;height:300px;border-radius:50%;object-fit:cover;box-shadow:0 12px 35px rgba(25,29,33,.15)}.bm-author-kicker{color:#ff6d20;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.bm-author-profile h1{font-family:Manrope,Arial,sans-serif;font-size:48px;line-height:1.1;margin:8px 0 10px}.bm-author-profile h2{font-family:Manrope,Arial,sans-serif;font-size:22px;color:#45505a;margin:0 0 22px}.bm-author-profile p{max-width:780px;font-size:17px;line-height:1.75;color:#45505a}.bm-author-biography{padding:70px 0 60px;max-width:1040px}.bm-author-biography h2,.bm-author-articles>h2{font-family:Manrope,Arial,sans-serif;font-size:31px;margin:0 0 24px}.bm-author-biography p{font-size:16px;line-height:1.85;color:#323a41;margin:0 0 20px}.bm-author-specialty{display:flex;gap:20px;margin-top:35px;padding:22px 25px;background:#fff0e8;border-left:3px solid #ff6d20}.bm-author-specialty strong{white-space:nowrap}.bm-author-articles{padding:20px 0 20px}.bm-author-articles>h2{padding-bottom:15px;border-bottom:1px solid #dce2e6;margin-bottom:0}
@media(max-width:767px){.bm-post-author{grid-template-columns:78px minmax(0,1fr);gap:18px;padding:22px 18px}.bm-post-author-photo img{width:78px;height:78px}.bm-post-author p{grid-column:1/-1}.bm-author-profile{grid-template-columns:1fr;text-align:center;gap:30px}.bm-author-profile>img{width:210px;height:210px;margin:auto}.bm-author-profile h1{font-size:36px}.bm-author-profile p{font-size:16px}.bm-author-hero{padding:48px 0}.bm-author-biography{padding-top:50px}.bm-author-specialty{display:block}.bm-author-specialty span{display:block;margin-top:8px}}

/* The archived homepage used the first top-bar message as its primary H1. */
.bm-topbar h1{margin:0;color:inherit;font:inherit;line-height:inherit}
@media(max-width:520px){.bm-topbar .bm-header-container>:first-child{display:none}}

/* Compact source attribution below automatically generated articles. */
.bm-single-main .entry-content .bm-article-sources{margin:42px 0 0;padding:16px 0 0;border-top:1px solid #dce2e6;color:#63717f;font-size:13px;line-height:1.5}
.bm-single-main .entry-content .bm-article-sources h2{display:inline;margin:0 12px 0 0;font-size:13px;line-height:1.5;text-transform:uppercase;letter-spacing:.06em;color:#45505a}
.bm-single-main .entry-content .bm-article-sources ul{display:inline;margin:0;padding:0;list-style:none}
.bm-single-main .entry-content .bm-article-sources li{display:inline;margin:0;padding:0}
.bm-single-main .entry-content .bm-article-sources li:before{display:none;content:none}
.bm-single-main .entry-content .bm-article-sources a{color:#63717f;text-decoration:underline;text-underline-offset:3px}
.bm-single-main .entry-content .bm-article-sources a:hover{color:#ff6d20}

/* Header off-canvas navigation. */
.bm-header-actions .bm-action-menu{display:grid;place-items:center;width:43px;height:43px;padding:0;border:0;border-radius:50%;background:#63717f;color:#fff;cursor:pointer}
.bm-header-actions .bm-action-menu:hover,.bm-header-actions .bm-action-menu:focus{background:#45505a;color:#fff}
.bm-side-menu{position:fixed;z-index:100000;inset:0;visibility:hidden;pointer-events:none;font-family:Manrope,Arial,sans-serif}
.bm-side-menu-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(25,29,33,.58);opacity:0;transition:opacity .28s ease;cursor:pointer}
.bm-side-menu-panel{position:absolute;top:0;right:0;width:min(410px,90vw);height:100%;padding:70px 46px 45px;background:#191d21;color:#d2dbe2;overflow:auto;box-shadow:-15px 0 40px rgba(0,0,0,.25);transform:translateX(105%);transition:transform .32s ease}
.bm-side-menu.is-open{visibility:visible;pointer-events:auto}
.bm-side-menu.is-open .bm-side-menu-backdrop{opacity:1}
.bm-side-menu.is-open .bm-side-menu-panel{transform:translateX(0)}
.bm-side-menu-close{position:absolute;top:22px;right:24px;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#323a41;color:#fff;font:400 28px/40px Arial,sans-serif;cursor:pointer}
.bm-side-menu-close:hover,.bm-side-menu-close:focus{background:#ff6d20}
.bm-side-menu-logo{display:block;margin:0 0 38px}
.bm-side-menu-logo img{display:block;width:260px;max-width:100%;height:auto;filter:brightness(0) invert(1)}
.bm-side-menu-main{display:grid;margin-bottom:38px;border-top:1px solid #323a41}
.bm-side-menu-main a{padding:14px 0;border-bottom:1px solid #323a41;color:#fff;font-size:16px;font-weight:700}
.bm-side-menu-main a:hover,.bm-side-menu-categories a:hover{color:#ff6d20}
.bm-side-menu-title{margin:0 0 18px;color:#fff;font-family:Manrope,Arial,sans-serif;font-size:20px;font-weight:700}
.bm-side-menu-categories{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px}
.bm-side-menu-categories a{color:#aeb6bd;font-size:14px;line-height:1.4}
.bm-side-menu-open{overflow:hidden}
@media(max-width:520px){.bm-side-menu-panel{padding:65px 28px 38px}.bm-side-menu-categories{grid-template-columns:1fr}.bm-side-menu-logo img{width:225px}}
