:root{--ink:#171717;--muted:#666;--paper:#f7f5f0;--card:#fff;--red:#bd2635;--gold:#d7a62a;--line:#dedbd4;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.65}.blog-header{height:72px;padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;background:#111;color:#fff;position:sticky;top:0;z-index:20}.blog-brand{color:#fff;text-decoration:none;font:700 21px var(--serif);letter-spacing:.02em}.blog-header nav{display:flex;align-items:center;gap:24px}.blog-header nav a{color:#eee;text-decoration:none;font-size:14px}.blog-header .blog-book,.side-button{background:var(--red);color:#fff;padding:10px 16px;border-radius:3px;font-weight:700}.blog-hero{background:#1b1b1b;color:#fff;padding:70px 24px;text-align:center}.blog-hero>p{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:12px}.blog-hero h1{font:700 clamp(42px,6vw,72px)/1.05 var(--serif);margin:8px 0 16px}.blog-hero>div{max-width:660px;margin:auto;color:#d8d8d8}.blog-hero form{display:flex;max-width:550px;margin:28px auto 0;background:#fff;border-radius:4px;overflow:hidden}.blog-hero input{flex:1;border:0;padding:15px;font-size:16px}.blog-hero button{width:55px;border:0;background:var(--gold);font-size:22px}.blog-shell,.article-shell{max-width:1240px;margin:50px auto;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:38px;padding:0 24px}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.post-card{background:var(--card);box-shadow:0 5px 22px #1111;border-radius:5px;overflow:hidden}.post-card a{display:block;color:inherit;text-decoration:none;height:100%}.post-card img{display:block;width:100%;height:220px;object-fit:cover}.post-card-body{padding:22px}.post-card time,.article time{font-size:12px;color:var(--red);font-weight:700;letter-spacing:.08em}.post-card h2,.post-card h3{font:700 25px/1.2 var(--serif);margin:8px 0 12px}.post-card p{color:var(--muted);font-size:14px}.post-card span{color:var(--red);font-weight:700;font-size:13px}.blog-sidebar{display:flex;flex-direction:column;gap:24px}.side-card{background:#fff;padding:18px;box-shadow:0 5px 22px #1111;position:sticky;top:95px}.side-card+.side-card{position:static}.side-visual{min-height:180px;padding:24px;color:#fff;background:linear-gradient(135deg,#1118,#1113),url('/assets/img/tours/pest.jpg') center/cover;font:700 27px/1 var(--serif);display:flex;flex-direction:column;justify-content:end}.side-visual.boat{background-image:linear-gradient(135deg,#081a2ddd,#081a2d44),url('/assets/img/tours/buda-castle.jpg')}.side-card h2{font:700 24px var(--serif);margin:18px 0 5px}.side-card p{font-size:14px;color:var(--muted)}.side-button{display:block;text-align:center;text-decoration:none;margin-top:16px}.pagination{display:flex;gap:7px;justify-content:center;margin:35px 0}.pagination a{padding:7px 12px;background:#fff;text-decoration:none;color:#333}.pagination a.active{background:var(--red);color:#fff}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:35px}.breadcrumbs a{color:var(--red)}.article{background:#fff;padding:clamp(24px,5vw,60px);box-shadow:0 5px 22px #1111}.article h1{font:700 clamp(38px,5vw,64px)/1.08 var(--serif);margin:8px 0 20px}.article-lead{font:italic 20px/1.55 var(--serif);color:#555}.article-cover{width:calc(100% + clamp(48px,10vw,120px));margin:25px calc(clamp(24px,5vw,60px)*-1) 35px;max-height:560px;object-fit:cover}.article-content{font:18px/1.8 var(--serif)}.article-content h2,.article-content h3{font-family:var(--serif);line-height:1.2;margin-top:1.8em}.article-content img{max-width:100%;height:auto}.article-content a{color:var(--red)}.article-content .wp-block-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.article-updated{border-top:1px solid var(--line);padding-top:18px;color:var(--muted);font-size:13px}.related{max-width:1240px;margin:0 auto 60px;padding:0 24px}.related>h2{font:700 36px var(--serif)}.related .post-grid{grid-template-columns:repeat(3,1fr)}.related .post-card img{height:170px}.blog-footer{background:#111;color:#aaa;padding:35px 24px;text-align:center;font-size:13px}@media(max-width:900px){.blog-shell,.article-shell{grid-template-columns:1fr}.blog-sidebar{display:grid;grid-template-columns:1fr 1fr}.side-card{position:static}.article-shell{margin-top:24px}}@media(max-width:620px){.blog-header{height:auto;padding:16px;align-items:flex-start}.blog-header nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.blog-header nav a:not(.blog-book){display:none}.post-grid,.related .post-grid,.blog-sidebar{grid-template-columns:1fr}.blog-hero{padding:45px 18px}.article-shell,.blog-shell{padding:0 14px}.article{padding:24px 18px}.article-cover{width:calc(100% + 36px);margin-left:-18px}.article-content .wp-block-columns{grid-template-columns:1fr}}

/* BFT-SIDEBAR-VIDEO */
.side-video{display:block;width:100%;aspect-ratio:9/16;max-height:430px;background:#081a2d;object-fit:cover}

/* BFT-SIDEBAR-STICKY-50-50 */
@media (min-width:901px){
  .blog-sidebar{
    position:sticky;
    top:88px;
    align-self:start;
    height:calc(100vh - 104px);
    display:grid;
    grid-template-rows:minmax(0,1fr) minmax(0,1fr);
    gap:12px;
  }
  .blog-sidebar .side-card,
  .blog-sidebar .side-card+.side-card{
    position:static;
    top:auto;
    height:100%;
    min-height:0;
    overflow:hidden;
    padding:12px;
    display:flex;
    flex-direction:column;
  }
  .blog-sidebar .side-visual,
  .blog-sidebar .side-video{
    flex:1 1 0;
    width:100%;
    min-height:90px;
    max-height:none;
    aspect-ratio:auto;
    object-fit:cover;
  }
  .blog-sidebar .side-visual{padding:16px;font-size:23px}
  .blog-sidebar .side-card h2{font-size:21px;line-height:1.15;margin:9px 0 2px}
  .blog-sidebar .side-card p{
    margin:3px 0;
    font-size:13px;
    line-height:1.35;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .blog-sidebar .side-button{margin-top:8px;padding:8px 12px;line-height:1.3}
}

/* BFT-SIDEBAR-VIDEO-COMPLETO */
@media (min-width:901px){
  .blog-sidebar .side-tour .side-visual{
    flex:0 0 34%;
    min-height:70px;
    background-size:cover;
  }
  .blog-sidebar .side-boat .side-video{
    flex:0 0 auto;
    display:block;
    width:100%;
    height:auto;
    min-height:0;
    max-height:none;
    aspect-ratio:854/480;
    object-fit:contain;
    background:#081a2d;
  }
}

/* BFT-SIDEBAR-FIT-HEIGHT */
@media (min-width:901px){
  .blog-sidebar .side-tour .side-visual{
    flex:0 0 auto;
    height:clamp(62px,14vh,130px);
    min-height:0;
  }
  .blog-sidebar .side-boat .side-video{
    flex:0 0 auto;
    align-self:center;
    width:auto;
    max-width:100%;
    height:clamp(76px,18vh,160px);
    aspect-ratio:854/480;
    object-fit:contain;
  }
  .blog-sidebar .side-card h2{flex:0 0 auto}
  .blog-sidebar .side-card p{flex:0 0 auto}
  .blog-sidebar .side-button{
    flex:0 0 auto;
    display:block;
  }
}
@media (min-width:901px) and (max-height:760px){
  .blog-sidebar{gap:8px;top:80px;height:calc(100vh - 88px)}
  .blog-sidebar .side-card,
  .blog-sidebar .side-card+.side-card{padding:8px}
  .blog-sidebar .side-tour .side-visual{height:clamp(54px,12vh,90px)}
  .blog-sidebar .side-boat .side-video{height:clamp(62px,15vh,112px)}
  .blog-sidebar .side-card h2{font-size:18px;margin:6px 0 1px}
  .blog-sidebar .side-card p{-webkit-line-clamp:1;font-size:12px;line-height:1.25}
  .blog-sidebar .side-button{margin-top:5px;padding:6px 8px;font-size:13px}
}

/* BFT-SIDEBAR-ADAPTIVE-COLUMN */
@media (min-width:901px){
  .blog-shell,
  .article-shell{
    grid-template-columns:minmax(0,1fr) clamp(220px,32vh,310px);
    gap:clamp(20px,3vw,38px);
  }
  .blog-sidebar{
    width:100%;
    min-width:0;
  }
  .blog-sidebar .side-boat .side-video{
    display:block;
    align-self:stretch;
    width:100%;
    max-width:100%;
    height:auto;
    aspect-ratio:854/480;
    object-fit:contain;
  }
  .blog-sidebar .side-tour .side-visual{width:100%}
}
@media (min-width:901px) and (max-height:760px){
  .blog-shell,
  .article-shell{
    grid-template-columns:minmax(0,1fr) clamp(190px,32vh,245px);
    gap:18px;
  }
  .blog-sidebar .side-card h2{font-size:clamp(15px,2.4vh,18px)}
  .blog-sidebar .side-button{font-size:clamp(11px,1.9vh,13px)}
}

/* BFT-SIDEBAR-CONTENT-HEIGHT */
@media (min-width:901px){
  .blog-shell,
  .article-shell{
    grid-template-columns:minmax(0,1fr) clamp(250px,38vh,340px);
  }
  .blog-sidebar{
    position:sticky;
    top:88px;
    align-self:start;
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;
    gap:14px;
  }
  .blog-sidebar .side-card,
  .blog-sidebar .side-card+.side-card{
    position:static;
    width:100%;
    height:auto;
    min-height:0;
    overflow:visible;
    flex:0 0 auto;
  }
  .blog-sidebar .side-tour .side-visual{
    height:clamp(78px,14vh,145px);
  }
  .blog-sidebar .side-boat .side-video{
    width:100%;
    height:auto;
    max-height:none;
    aspect-ratio:854/480;
    object-fit:contain;
  }
}
@media (min-width:901px) and (max-height:760px){
  .blog-shell,
  .article-shell{
    grid-template-columns:minmax(0,1fr) clamp(220px,38vh,275px);
  }
  .blog-sidebar{height:auto;gap:8px}
  .blog-sidebar .side-card,
  .blog-sidebar .side-card+.side-card{height:auto;overflow:visible}
}

/* BFT-BLOG-HOME-IDENTITY */
@font-face{font-family:'BFTBrand';src:url('/assets/fonts/brand.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
:root{--bft-brand-font:'BFTBrand',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}
body{font-family:var(--sans)}
.blog-hero h1,.article h1,.article-content h2,.article-content h3,.post-card h2,.post-card h3,.side-card h2{font-family:var(--bft-brand-font);font-weight:400;letter-spacing:.015em}
.article-content{font-family:var(--sans);font-size:18px;line-height:1.75}
.blog-site-header{position:sticky;top:0;z-index:50;background:#0e0e0f;border-bottom:1px solid #242424;color:#fff}
.preview-bar+.blog-site-header{top:44px}
.blog-site-nav{max-width:1240px;min-height:76px;margin:auto;padding:10px 24px;display:flex;align-items:center;gap:28px}
.bft-logo-link{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;min-width:max-content}
.bft-logo-link::before{content:"";display:block;width:46px;height:46px;flex:0 0 46px;background:url('/assets/img/logo/logo.svg') center/contain no-repeat}
.bft-logo{display:flex;flex-direction:column;line-height:1}.bft-logo-main{font:400 clamp(1.45rem,2vw,2.1rem)/.92 var(--bft-brand-font);white-space:nowrap}.bft-logo-accent{color:#f59e0b}.bft-logo-sub{margin-top:5px;font:700 .62rem/1 var(--sans);letter-spacing:.08em;text-transform:uppercase;color:#aeb5bf;white-space:nowrap}
.blog-primary-nav{display:flex;gap:24px;margin-left:auto}.blog-primary-nav a,.blog-languages a{color:#c9cbd0;text-decoration:none;font-weight:600}.blog-primary-nav a:hover,.blog-languages a:hover,.blog-languages a.active{color:#fff}
.blog-nav-right{display:flex;align-items:center;gap:18px}.blog-languages{display:flex;gap:4px}.blog-languages a{padding:7px 9px;font-size:13px;border-radius:5px}.blog-languages a.active{background:#292a2d}
.blog-header-cta{background:#bd2635;color:#fff;text-decoration:none;padding:11px 18px;font-weight:700;white-space:nowrap;border-radius:3px}
.blog-site-footer{background:#0e0e0f;color:#d2d4d8;border-top:1px solid #242424;margin-top:60px;padding:48px 24px 0}
.blog-footer-main{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.6fr .8fr .8fr 1fr;gap:45px;align-items:start}.blog-footer-brand p{color:#aaa;max-width:360px;margin:18px 0 0}.blog-footer-links{display:flex;flex-direction:column;gap:14px}.blog-footer-links a{color:#ccc;text-decoration:none}.blog-footer-links a:hover{color:#fff}.blog-footer-map a{display:block;border:1px solid #777;color:#fff;text-decoration:none;padding:12px 16px;text-align:center;border-radius:8px}
.blog-footer-bottom{max-width:1240px;margin:38px auto 0;padding:22px 0;display:flex;justify-content:space-between;gap:20px;border-top:1px solid #292929;color:#888}
@media(max-width:900px){.blog-site-nav{flex-wrap:wrap;gap:12px}.blog-primary-nav{display:none}.blog-nav-right{margin-left:auto}.blog-footer-main{grid-template-columns:1fr 1fr}.blog-footer-brand{grid-column:1/-1}.blog-footer-bottom{flex-direction:column}.preview-bar+.blog-site-header{top:44px}}
@media(max-width:620px){.blog-site-nav{padding:9px 14px}.bft-logo-sub{display:none}.bft-logo-link::before{width:38px;height:38px;flex-basis:38px}.blog-languages a{padding:5px}.blog-header-cta{display:none}.blog-footer-main{grid-template-columns:1fr}.blog-footer-brand{grid-column:auto}.article-content{font-size:17px}}

/* BFT-BLOG-IDENTITY-CORRECTION */
.blog-site-header{
  background:#f4f4f4;
  color:#111;
  border-bottom:1px solid #d7d7d7;
}

.blog-site-header .bft-logo-main,
.blog-site-header .bft-logo-word{
  color:#080808;
  text-shadow:none;
}

.blog-site-header .bft-logo-sub{
  color:#666;
}

.blog-primary-nav a,
.blog-languages a{
  color:#555;
}

.blog-primary-nav a:hover,
.blog-languages a:hover,
.blog-languages a.active{
  color:#111;
}

.blog-languages a.active{
  background:#dedede;
}

.blog-header-cta{
  background:#080808;
  color:#fff;
}

.blog-header-cta:hover{
  background:#292929;
  color:#fff;
}

.blog-hero h1,
.article h1,
.article-content h2,
.article-content h3,
.post-card h2,
.post-card h3,
.side-card h2{
  font-family:var(--sans) !important;
  font-style:normal;
  letter-spacing:-0.02em;
}

.article h1{
  font-weight:800;
  line-height:1.08;
}

.article-content h2,
.article-content h3,
.post-card h2,
.post-card h3,
.side-card h2{
  font-weight:700;
}

.blog-site-footer .bft-logo-main,
.blog-site-footer .bft-logo-word{
  color:#fff;
}

/* BFT-BLOG-IDENTITY-CORRECTION */
.blog-site-header{
  background:#f4f4f4;
  color:#111;
  border-bottom:1px solid #d7d7d7;
}

.blog-site-header .bft-logo-main,
.blog-site-header .bft-logo-word{
  color:#080808;
  text-shadow:none;
}

.blog-site-header .bft-logo-sub{
  color:#666;
}

.blog-primary-nav a,
.blog-languages a{
  color:#555;
}

.blog-primary-nav a:hover,
.blog-languages a:hover,
.blog-languages a.active{
  color:#111;
}

.blog-languages a.active{
  background:#dedede;
}

.blog-header-cta{
  background:#080808;
  color:#fff;
}

.blog-header-cta:hover{
  background:#292929;
  color:#fff;
}

.blog-hero h1,
.article h1,
.article-content h2,
.article-content h3,
.post-card h2,
.post-card h3,
.side-card h2{
  font-family:var(--sans) !important;
  font-style:normal;
  letter-spacing:-0.02em;
}

.article h1{
  font-weight:800;
  line-height:1.08;
}

.article-content h2,
.article-content h3,
.post-card h2,
.post-card h3,
.side-card h2{
  font-weight:700;
}

.blog-site-footer .bft-logo-main,
.blog-site-footer .bft-logo-word{
  color:#fff;
}

/* BFT-BLOG-FOOTER-HEADER-FINAL */
.blog-footer-map a{display:flex;align-items:center;justify-content:center;gap:10px}
.blog-map-icon{display:inline-flex;width:20px;height:20px;flex:0 0 20px}
.blog-map-icon svg{display:block;width:100%;height:100%;fill:currentColor}
.blog-footer-bottom{display:block;max-width:none;margin:38px -24px 0;padding:0 24px;border-top:1px solid #292929}
.blog-footer-bottom-inner{max-width:1240px;margin:auto;padding:22px 0;display:flex;justify-content:center;align-items:center;gap:70px;color:#888;text-align:center}
.blog-footer-location{display:inline-flex;align-items:center;justify-content:center;gap:8px}
.blog-footer-location svg{display:block;width:28px;height:auto;border:1px solid rgba(255,255,255,.18);border-radius:2px}
@media(min-width:901px){
  .blog-sidebar{top:92px}
  .preview-bar~main .blog-sidebar{top:136px}
}
@media(max-width:900px){.blog-footer-bottom-inner{flex-direction:column;gap:8px}.blog-footer-bottom{margin-left:-24px;margin-right:-24px}}

/* BFT-ARTICLE-READABILITY */
.article > header,
.article-content,
.article-updated{
  width:100%;
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}

.article-content{
  font-size:18px;
  line-height:1.65;
}

.article-content p,
.article-content ul,
.article-content ol{
  margin-top:0;
  margin-bottom:1.25em;
}

/* BFT-BLOG-TYPOGRAPHY-WIDTH-FINAL */
@media (min-width:901px){
  .article-shell{
    width:100%;
    max-width:900px !important;
    grid-template-columns:minmax(0,1fr) 250px !important;
    gap:24px !important;
  }
}
.article,
.article-content,
.article-content p,
.article-content li{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
}
.article h1{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
  font-size:clamp(32px,3.5vw,48px) !important;
  font-weight:800 !important;
  line-height:1.08 !important;
  letter-spacing:-.025em !important;
}
.article-content h2{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
  font-size:clamp(26px,2.5vw,34px) !important;
  font-weight:750 !important;
  line-height:1.2 !important;
}
.article-content h3{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
  font-size:clamp(21px,2vw,27px) !important;
  font-weight:700 !important;
  line-height:1.25 !important;
}
.article-content{
  max-width:none;
  font-size:17px !important;
  line-height:1.65 !important;
}

/* BFT-ARTICLE-SCALE-V2-START */
@media (min-width:901px){
  .article-shell{
    width:calc(100% - 32px) !important;
    max-width:900px !important;
    grid-template-columns:minmax(0,1fr) 250px !important;
    gap:24px !important;
  }
}

.article{
  padding:36px !important;
}

.article h1{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
  font-size:clamp(30px,3vw,40px) !important;
  font-weight:700 !important;
  line-height:1.12 !important;
  letter-spacing:-.025em !important;
  margin:8px 0 18px !important;
}

.article-content,
.article-content p,
.article-content li{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
  font-size:16.5px !important;
  line-height:1.62 !important;
}

.article-content h2{
  font-size:28px !important;
  line-height:1.2 !important;
}

.article-content h3{
  font-size:23px !important;
  line-height:1.25 !important;
}

.article-cover{
  width:calc(100% + 72px) !important;
  margin-left:-36px !important;
  margin-right:-36px !important;
}

@media (max-width:620px){
  .article{padding:24px 18px !important}
  .article h1{font-size:clamp(28px,9vw,36px) !important}
  .article-content,.article-content p,.article-content li{font-size:16px !important}
  .article-cover{width:calc(100% + 36px) !important;margin-left:-18px !important;margin-right:-18px !important}
}
/* BFT-ARTICLE-SCALE-V2-END */



/* BFT-COMPACT-TITLES-SIDEBAR-START */
@media (min-width:901px){
  .article-shell{
    width:calc(100% - 32px) !important;
    max-width:900px !important;
    grid-template-columns:minmax(0,1fr) 220px !important;
    gap:20px !important;
  }

  .article h1{
    font-family:var(--bft-brand-font) !important;
    font-size:34px !important;
    font-weight:400 !important;
    line-height:1.12 !important;
    letter-spacing:.015em !important;
  }

  .article-content h2,
  .article-content h3{
    font-family:var(--bft-brand-font) !important;
    font-weight:400 !important;
    letter-spacing:.015em !important;
  }

  .blog-sidebar{
    gap:14px !important;
  }

  .blog-sidebar .side-card{
    padding:10px !important;
  }

  .blog-sidebar .side-card h2{
    font-family:var(--bft-brand-font) !important;
    font-size:19px !important;
    font-weight:400 !important;
    line-height:1.18 !important;
    letter-spacing:.015em !important;
    margin:8px 0 4px !important;
  }

  .blog-sidebar .side-card p{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
    font-size:12.5px !important;
    line-height:1.3 !important;
    margin:4px 0 !important;
  }

  .blog-sidebar .side-button{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
    font-size:12.5px !important;
    line-height:1.2 !important;
    padding:9px 7px !important;
    margin-top:8px !important;
  }

  .blog-sidebar .side-visual,
  .blog-sidebar video{
    width:100% !important;
    max-height:132px !important;
  }
}

@media (max-width:900px){
  .article h1{font-size:clamp(28px,7vw,36px) !important}
}
/* BFT-COMPACT-TITLES-SIDEBAR-END */


/* BFT-ALL-TITLES-BFTBRAND-START */
.blog-hero h1,
.article h1,
.article h2,
.article h3,
.article h4,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.post-card h1,
.post-card h2,
.post-card h3,
.blog-sidebar h1,
.blog-sidebar h2,
.blog-sidebar h3,
.side-card h1,
.side-card h2,
.side-card h3,
.related h1,
.related h2,
.related h3{
  font-family:var(--bft-brand-font) !important;
  font-weight:400 !important;
  letter-spacing:.015em !important;
}

.article h1{
  font-size:34px !important;
  line-height:1.12 !important;
}

.article-content h2{font-size:28px !important;line-height:1.18 !important}
.article-content h3{font-size:23px !important;line-height:1.22 !important}
.article-content h4{font-size:20px !important;line-height:1.25 !important}
.blog-sidebar .side-card h2{font-size:19px !important;line-height:1.18 !important}
/* BFT-ALL-TITLES-BFTBRAND-END */

/* BFT-SIDE-VISUAL-TITLE */
.blog-sidebar .side-visual{
  font-family:var(--bft-brand-font) !important;
  font-weight:400 !important;
  letter-spacing:.015em !important;
}

/* BFT-COMPACT-ARTICLE-HEADER */
.article{
  padding-top:28px !important;
}

.article .breadcrumbs{
  margin-top:0 !important;
  margin-bottom:16px !important;
}

.article > header{
  margin:0 !important;
  padding:0 !important;
}

.article > header time{
  display:block !important;
  margin:0 0 8px !important;
}

.article > header h1{
  margin:0 !important;
}

.article > header + .article-cover{
  margin-top:18px !important;
}

/* BFT-ARTICLE-META-ROW-START */
.article-meta-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  margin:0 0 18px !important;
}

.article-meta-row .breadcrumbs{
  margin:0 !important;
}

.article-meta-row > time{
  flex:0 0 auto !important;
  margin:0 !important;
  white-space:nowrap !important;
}

.article > header h1{
  margin:0 !important;
}

@media(max-width:620px){
  .article-meta-row{
    align-items:flex-start !important;
    flex-direction:column !important;
    gap:8px !important;
    margin-bottom:14px !important;
  }
}
/* BFT-ARTICLE-META-ROW-END */

/* BFT-LOCALIZED-DATE-LOCATION */
.article-meta-row > time{
  color:#999 !important;
  font-weight:600 !important;
  letter-spacing:.025em !important;
}

.article-meta-row > time::before{
  color:#999 !important;
}

html[lang="en"] .article-meta-row > time::before{
  content:"Budapest, Hungary | ";
}

html[lang="es"] .article-meta-row > time::before{
  content:"Budapest, Hungría | ";
}

html[lang="de"] .article-meta-row > time::before{
  content:"Budapest, Ungarn | ";
}

html[lang="it"] .article-meta-row > time::before{
  content:"Budapest, Ungheria | ";
}

/* BFT-META-OUTSIDE-ARTICLE-START */
@media(min-width:901px){
  .article-shell{
    grid-template-columns:minmax(0,1fr) 220px !important;
    grid-template-areas:
      "meta sidebar"
      "article sidebar" !important;
    column-gap:20px !important;
    row-gap:14px !important;
    align-items:start !important;
  }

  .article-shell > .article-meta-row{grid-area:meta !important}
  .article-shell > .article{grid-area:article !important}
  .article-shell > .blog-sidebar{grid-area:sidebar !important}
}

.article-shell > .article-meta-row{
  margin:0 !important;
  padding:0 4px !important;
  background:transparent !important;
}

.article > header h1{
  margin-top:0 !important;
}

@media(max-width:900px){
  .article-shell{
    grid-template-areas:
      "meta"
      "article"
      "sidebar" !important;
    row-gap:14px !important;
  }
  .article-shell > .article-meta-row{grid-area:meta !important}
  .article-shell > .article{grid-area:article !important}
  .article-shell > .blog-sidebar{grid-area:sidebar !important}
}
/* BFT-META-OUTSIDE-ARTICLE-END */

/* BFT-INDEXABLE-LOCATION-START */
.article-meta-row > time::before{
  content:none !important;
  display:none !important;
}

.article-location,
.article-meta-separator{
  color:inherit !important;
}
/* BFT-INDEXABLE-LOCATION-END */


/* BFT-RELATED-CAROUSEL-START */
.related-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}
.related-heading>h2{margin:0}
.related-controls{display:flex;align-items:center;gap:9px}
.carousel-arrow{width:46px;height:46px;border:1px solid #bbb;background:#fff;color:#171717;border-radius:50%;font:700 22px/1 Arial,sans-serif;cursor:pointer;transition:.2s}
.carousel-arrow:hover:not(:disabled){background:#171717;color:#fff;border-color:#171717;transform:translateY(-1px)}
.carousel-arrow:focus-visible{outline:3px solid #bd2635;outline-offset:3px}
.carousel-arrow:disabled{opacity:.3;cursor:not-allowed}
.carousel-status{min-width:24px;text-align:center;color:#777;font:600 14px/1 Arial,sans-serif}
.related-carousel .post-grid{transition:opacity .18s ease,transform .18s ease}
.related-carousel.is-loading .post-grid{opacity:.55}
.related-carousel .post-grid.is-entering{animation:bftCarouselIn .28s ease both}
@keyframes bftCarouselIn{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:620px){.related-heading{align-items:flex-end}.carousel-arrow{width:42px;height:42px}.related-carousel .post-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.related-carousel .post-grid.is-entering{animation:none}.carousel-arrow{transition:none}}
/* BFT-RELATED-CAROUSEL-END */


/* BFT-CAROUSEL-COMPACT-START */
.related.related-carousel{
  max-width:1100px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  display:flex !important;
  flex-direction:column !important;
}
.related-carousel .related-heading{display:contents !important}
.related-carousel .related-heading>h2{
  order:1;
  margin:0 0 20px !important;
}
.related-carousel .post-grid{
  order:2;
  gap:18px !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.related-carousel .related-controls{
  order:3;
  justify-content:center;
  margin:24px auto 0;
}
.related-carousel .post-card img{
  height:145px !important;
}
.related-carousel .post-card-body{
  padding:17px 18px 18px !important;
}
.related-carousel .post-card h3{
  font-size:clamp(20px,2vw,25px) !important;
  line-height:1.13 !important;
  margin:3px 0 14px !important;
}
.related-carousel .post-card span{
  font-size:13px !important;
}
.related-carousel .carousel-arrow{
  width:44px;
  height:44px;
}
@media(max-width:900px){
  .related.related-carousel{max-width:720px !important}
  .related-carousel .post-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:12px !important}
  .related-carousel .post-card img{height:125px !important}
  .related-carousel .post-card-body{padding:14px !important}
  .related-carousel .post-card h3{font-size:19px !important}
}
@media(max-width:620px){
  .related.related-carousel{max-width:430px !important}
  .related-carousel .post-grid{grid-template-columns:1fr !important}
  .related-carousel .post-card img{height:180px !important}
}
/* BFT-CAROUSEL-COMPACT-END */


/* BFT-HEADER-WIDGETS-COMPACT-START */
@media(min-width:901px){
  .blog-site-nav{
    min-height:62px !important;
    max-width:1240px !important;
    padding:6px 20px !important;
    gap:20px !important;
  }
  .bft-logo-link{gap:8px !important}
  .bft-logo-link::before{
    width:40px !important;
    height:40px !important;
    flex-basis:40px !important;
  }
  .bft-logo-main{
    font-size:clamp(1.25rem,1.55vw,1.65rem) !important;
    line-height:.94 !important;
  }
  .bft-logo-sub{
    margin-top:3px !important;
    font-size:.52rem !important;
  }
  .blog-primary-nav{gap:18px !important}
  .blog-primary-nav a{
    font-size:14px !important;
    font-weight:600 !important;
  }
  .blog-nav-right{gap:12px !important}
  .blog-languages a{
    padding:5px 7px !important;
    font-size:12px !important;
  }
  .blog-header-cta{
    padding:8px 14px !important;
    font-size:14px !important;
    line-height:1.25 !important;
  }

  .blog-sidebar{
    gap:8px !important;
  }
  .blog-sidebar .side-card,
  .blog-sidebar .side-card+.side-card{
    padding:8px !important;
  }
  .blog-sidebar .side-card h2{
    font-family:var(--bft-brand-font) !important;
    font-size:15px !important;
    line-height:1.06 !important;
    letter-spacing:.005em !important;
    margin:5px 0 2px !important;
  }
  .blog-sidebar .side-card p{
    font-size:11px !important;
    line-height:1.2 !important;
    margin:2px 0 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .blog-sidebar .side-button{
    font-size:11px !important;
    line-height:1.15 !important;
    padding:7px 6px !important;
    margin-top:5px !important;
  }
  .blog-sidebar .side-tour .side-visual{
    min-height:0 !important;
    height:clamp(68px,11vh,100px) !important;
    padding:8px !important;
    font-size:clamp(15px,2.2vh,20px) !important;
    line-height:.95 !important;
  }
  .blog-sidebar .side-boat .side-video,
  .blog-sidebar .side-boat video{
    max-height:clamp(82px,15vh,125px) !important;
  }
}
@media(max-width:1100px) and (min-width:901px){
  .blog-site-nav{gap:12px !important;padding-left:14px !important;padding-right:14px !important}
  .blog-primary-nav{gap:12px !important}
  .blog-primary-nav a{font-size:13px !important}
  .bft-logo-sub{display:none !important}
  .blog-header-cta{padding:8px 10px !important;font-size:13px !important}
}
/* BFT-HEADER-WIDGETS-COMPACT-END */


/* BFT-WIDGETS-WIDE-START */
@media(min-width:901px){
  .article-shell{
    max-width:980px !important;
    grid-template-columns:minmax(0,1fr) 280px !important;
    gap:24px !important;
  }
  .blog-sidebar{
    width:280px !important;
    min-width:280px !important;
  }
  .blog-sidebar .side-card h2{
    font-size:17px !important;
    line-height:1.08 !important;
    margin:6px 0 3px !important;
  }
  .blog-sidebar .side-button{
    display:block !important;
    width:100% !important;
    font-size:11.5px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
    padding:8px 5px !important;
  }
}
@media(min-width:901px) and (max-width:1050px){
  .article-shell{
    max-width:940px !important;
    grid-template-columns:minmax(0,1fr) 265px !important;
  }
  .blog-sidebar{width:265px !important;min-width:265px !important}
  .blog-sidebar .side-card h2{font-size:16px !important}
  .blog-sidebar .side-button{font-size:11px !important}
}
/* BFT-WIDGETS-WIDE-END */

/* BFT-WIDGET-TITLES-19PX */
@media (min-width:901px){
  .blog-sidebar .side-card h2{
    font-size:19px !important;
    line-height:1.07 !important;
    margin:7px 0 4px !important;
  }
}

/* BFT-WIDGET-MEDIA-TALLER */
@media (min-width:901px){
  .blog-sidebar .side-tour .side-visual{
    height:clamp(90px,13vh,120px) !important;
  }

  .blog-sidebar .side-boat .side-video,
  .blog-sidebar .side-boat video{
    height:auto !important;
    max-height:150px !important;
    object-fit:contain !important;
  }
}

/* BFT-SIDEBAR-TOP-COMPACT */
@media (min-width:901px){
  .blog-sidebar{
    top:70px !important;
    height:calc(100vh - 78px) !important;
  }

  .preview-bar ~ main .blog-sidebar{
    top:114px !important;
    height:calc(100vh - 122px) !important;
  }
}


/* BFT-BLOG-INDEX-REDESIGN-START */
.blog-hero{
  position:relative;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(10,10,12,.82),rgba(10,10,12,.68)),
    url('/assets/img/hero-blog.avif') center 48%/cover no-repeat !important;
}
.blog-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.22));
  pointer-events:none;
}
.blog-hero>p{
  color:var(--red,#bd2635) !important;
  font-weight:800 !important;
}
.blog-hero form{box-shadow:0 12px 35px rgba(0,0,0,.28)}
.blog-hero button{
  background:var(--red,#bd2635) !important;
  color:#fff !important;
}
.blog-hero button:hover{background:#a91f2d !important}

/* La regla se limita al listado; no altera el carrusel de los articulos. */
.blog-shell > section > .post-grid,
.blog-shell .blog-post-list.post-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,280px) !important;
  justify-content:start !important;
  align-items:stretch !important;
  gap:18px !important;
}
.blog-shell > section > .post-grid .post-card,
.blog-shell .blog-post-list .post-card{
  width:280px !important;
  min-width:0 !important;
}
.blog-shell > section > .post-grid .post-card img,
.blog-shell .blog-post-list .post-card img{
  width:100% !important;
  height:155px !important;
  object-fit:cover !important;
}
.blog-shell > section > .post-grid .post-card-body,
.blog-shell .blog-post-list .post-card-body{
  padding:16px !important;
}
.blog-shell > section > .post-grid .post-card time,
.blog-shell .blog-post-list .post-card time{
  color:#8b8b8b !important;
  font-size:11px !important;
  letter-spacing:.055em !important;
}
.blog-shell > section > .post-grid .post-card h2,
.blog-shell > section > .post-grid .post-card h3,
.blog-shell .blog-post-list .post-card h2,
.blog-shell .blog-post-list .post-card h3{
  font-size:20px !important;
  line-height:1.08 !important;
  margin:7px 0 9px !important;
}
.blog-shell > section > .post-grid .post-card p,
.blog-shell .blog-post-list .post-card p{
  display:-webkit-box !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  font-size:12.5px !important;
  line-height:1.32 !important;
  margin:0 0 12px !important;
}
.blog-shell > section > .post-grid .post-card span,
.blog-shell .blog-post-list .post-card span{
  font-size:12px !important;
  color:var(--red,#bd2635) !important;
}
.pagination a.active{background:var(--red,#bd2635) !important;color:#fff !important}

@media(max-width:900px){
  .blog-shell > section > .post-grid,
  .blog-shell .blog-post-list.post-grid{justify-content:center !important}
}
@media(max-width:620px){
  .blog-shell > section > .post-grid,
  .blog-shell .blog-post-list.post-grid{
    grid-template-columns:minmax(0,280px) !important;
  }
  .blog-hero{background-position:center !important}
}
/* BFT-BLOG-INDEX-REDESIGN-END */


/* BFT-BLOG-INDEX-OVERFLOW-START */
html,body{max-width:100%}

.blog-shell{
  width:min(1600px,calc(100% - 32px)) !important;
  max-width:1600px !important;
  margin-inline:auto !important;
  grid-template-columns:minmax(0,1fr) minmax(240px,280px) !important;
  gap:24px !important;
  box-sizing:border-box !important;
}
.blog-shell>section{
  min-width:0 !important;
  max-width:100% !important;
}
.blog-shell>section>.post-grid{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),280px)) !important;
  justify-content:start !important;
  overflow:visible !important;
}
.blog-shell>section>.post-grid .post-card{
  width:100% !important;
  max-width:280px !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
.blog-shell>aside,
.blog-sidebar{
  width:100% !important;
  max-width:280px !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}

@media(max-width:900px){
  .blog-shell{
    width:min(100% - 24px,720px) !important;
    grid-template-columns:minmax(0,1fr) !important;
  }
  .blog-shell>section>.post-grid{justify-content:center !important}
  .blog-shell>aside,.blog-sidebar{
    width:100% !important;
    max-width:100% !important;
  }
}
/* BFT-BLOG-INDEX-OVERFLOW-END */




/* BFT-COMPACT-PAGINATION-START */
.blog-shell>section>.pagination-compact{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:30px 0 8px !important;
  padding:12px 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}
.pagination-compact a,
.pagination-compact span{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  padding:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid #d8d8d8 !important;
  border-radius:50% !important;
  background:#fff !important;
  color:#202020 !important;
  font:700 14px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  text-decoration:none !important;
  box-sizing:border-box !important;
}
.pagination-compact a:hover{border-color:var(--red,#bd2635) !important;color:var(--red,#bd2635) !important}
.pagination-compact .active{background:var(--red,#bd2635) !important;border-color:var(--red,#bd2635) !important;color:#fff !important}
.pagination-compact .pagination-arrow{font-size:20px !important}
.pagination-compact .pagination-arrow.disabled{opacity:.3 !important}
.pagination-compact .pagination-ellipsis{border:0 !important;background:transparent !important;width:24px !important;min-width:24px !important}
@media(max-width:480px){
  .pagination-compact a,.pagination-compact span{width:34px !important;height:34px !important;min-width:34px !important}
}
/* BFT-COMPACT-PAGINATION-END */


/* BFT-MOBILE-HEADER-VIDEO-START */
@media(max-width:620px){
  .blog-site-header{
    position:relative !important;
    top:auto !important;
    background:#f4f4f4 !important;
    color:#111 !important;
  }
  .preview-bar + .blog-site-header{top:auto !important}
  .blog-site-nav{
    width:100% !important;
    min-height:0 !important;
    padding:9px 12px 11px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:7px !important;
  }
  .blog-site-header .bft-logo-link{
    width:100% !important;
    min-width:0 !important;
    justify-content:center !important;
    gap:7px !important;
    color:#111 !important;
  }
  .blog-site-header .bft-logo-link::before{
    width:36px !important;
    height:36px !important;
    flex:0 0 36px !important;
  }
  .blog-site-header .bft-logo,
  .blog-site-header .bft-logo-main,
  .blog-site-header .bft-logo-main *,
  .blog-site-header .bft-logo-word{
    color:#0b0b0b !important;
    text-shadow:none !important;
  }
  .blog-site-header .bft-logo-main{
    font-size:clamp(1.08rem,6vw,1.35rem) !important;
    line-height:.94 !important;
    white-space:nowrap !important;
  }
  .blog-site-header .bft-logo-sub{
    display:block !important;
    margin-top:3px !important;
    color:#5f6368 !important;
    font-size:.48rem !important;
    line-height:1 !important;
    letter-spacing:.065em !important;
    text-align:left !important;
    white-space:nowrap !important;
  }
  .blog-primary-nav{
    width:100% !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:5px 14px !important;
  }
  .blog-primary-nav a{
    color:#444 !important;
    font-size:12px !important;
    line-height:1.2 !important;
    text-align:center !important;
  }
  .blog-nav-right{
    width:100% !important;
    margin:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:6px !important;
  }
  .blog-languages{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:3px !important;
  }
  .blog-languages a{
    padding:4px 8px !important;
    color:#444 !important;
    font-size:11px !important;
    line-height:1.2 !important;
  }
  .blog-languages a.active{
    color:#111 !important;
    background:#dedede !important;
  }
  .blog-header-cta{
    display:block !important;
    width:100% !important;
    padding:8px 10px !important;
    border-radius:3px !important;
    background:#080808 !important;
    color:#fff !important;
    font-size:12px !important;
    line-height:1.2 !important;
    text-align:center !important;
    white-space:normal !important;
  }

  .blog-sidebar .side-boat .side-video,
  .blog-sidebar .side-boat video{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:854/480 !important;
    object-fit:contain !important;
    object-position:center !important;
    background:#081a2d !important;
  }
}
/* BFT-MOBILE-HEADER-VIDEO-END */


/* BFT-MOBILE-OVERFLOW-START */
@media(max-width:620px){
  html,body{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow-x:hidden !important;
  }
  body *,body *::before,body *::after{box-sizing:border-box !important}
  img,video,iframe,svg{max-width:100% !important}

  .blog-site-header,.blog-site-nav,.blog-primary-nav,.blog-nav-right,
  .blog-languages,main,.blog-hero,.blog-shell,.article-shell,.article,
  .article-content,.blog-sidebar,.side-card,.related-section,
  .related-carousel,.post-grid,.pagination{
    min-width:0 !important;
    max-width:100% !important;
  }

  .blog-site-nav{
    overflow:hidden !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .blog-site-header .bft-logo-link{
    width:auto !important;
    max-width:100% !important;
    align-self:center !important;
    overflow:hidden !important;
  }
  .blog-site-header .bft-logo{min-width:0 !important;max-width:calc(100% - 43px) !important}
  .blog-site-header .bft-logo-main{
    max-width:100% !important;
    overflow:hidden !important;
    font-size:clamp(.92rem,5.2vw,1.15rem) !important;
    white-space:nowrap !important;
  }
  .blog-site-header .bft-logo-sub{
    max-width:100% !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .blog-primary-nav{gap:4px 11px !important}
  .blog-primary-nav a{font-size:11px !important;white-space:normal !important}
  .blog-header-cta{
    max-width:100% !important;
    overflow-wrap:anywhere !important;
  }

  .blog-hero{
    width:100% !important;
    padding:42px 18px 48px !important;
    overflow:hidden !important;
    background-position:center !important;
  }
  .blog-hero h1{
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    font-size:clamp(2.35rem,13vw,3.65rem) !important;
    line-height:.9 !important;
    overflow-wrap:break-word !important;
  }
  .blog-hero>p,.blog-hero>div{
    max-width:100% !important;
    overflow-wrap:anywhere !important;
  }
  .blog-hero form{
    width:100% !important;
    max-width:100% !important;
    display:flex !important;
  }
  .blog-hero input{width:0 !important;min-width:0 !important;flex:1 1 auto !important}
  .blog-hero button{flex:0 0 54px !important;width:54px !important}

  .blog-shell,.article-shell{
    width:100% !important;
    padding-left:14px !important;
    padding-right:14px !important;
    grid-template-columns:minmax(0,1fr) !important;
  }
  .post-grid{grid-template-columns:minmax(0,1fr) !important}
  .post-card,.article,.blog-sidebar,.side-card{width:100% !important}
  .post-card h2,.side-card h2,.side-card h3{
    max-width:100% !important;
    overflow-wrap:anywhere !important;
  }
  .blog-sidebar{position:static !important;inset:auto !important}
  .blog-sidebar .side-card{padding:14px !important}
  .blog-sidebar .side-boat .side-video,.blog-sidebar .side-boat video{
    width:100% !important;
    height:auto !important;
    aspect-ratio:854/480 !important;
    object-fit:contain !important;
  }
  .side-card .side-button{
    width:100% !important;
    max-width:100% !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  .pagination{width:100% !important;overflow:hidden !important;justify-content:center !important}
}
/* BFT-MOBILE-OVERFLOW-END */


/* BFT-MOBILE-CARDS-WIDE-START */
@media(max-width:620px){
  .blog-shell{
    width:100% !important;
    padding-left:5px !important;
    padding-right:5px !important;
  }
  .blog-shell>section{width:100% !important}
  .blog-shell>section>.post-grid,
  .blog-shell .blog-post-list.post-grid{
    width:100% !important;
    grid-template-columns:minmax(0,1fr) !important;
    justify-content:stretch !important;
    gap:14px !important;
  }
  .blog-shell>section>.post-grid .post-card,
  .blog-shell .blog-post-list .post-card{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
  }
  .blog-shell>section>.post-grid .post-card-body,
  .blog-shell .blog-post-list .post-card-body{
    padding:14px !important;
  }
}
/* BFT-MOBILE-CARDS-WIDE-END */
