
.qbp-home-feed{max-width:980px;margin:0 auto;padding:12px 14px 40px}
.qbp-home-feed,.qbp-home-feed *{box-sizing:border-box}
.qbp-home-feed__section{margin:0 0 28px}
.qbp-home-feed__title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:0}
.qbp-home-feed__title h2{font-size:18px;margin:0;font-weight:700}
.qbp-home-feed__stories{display:flex;gap:18px;overflow-x:auto;padding:4px 2px 10px;scrollbar-width:none}
.qbp-home-feed__stories::-webkit-scrollbar{display:none}
.qbp-home-feed__story{flex:0 0 66px;text-align:center;text-decoration:none;color:inherit;font-size:11px}
.qbp-home-feed__story-ring{position:relative;display:block;width:62px;height:62px;margin:auto;border:2px solid #d62976;border-radius:50%;padding:2px}
.qbp-home-feed__story-ring img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}
.qbp-home-feed__story-video{position:absolute;right:0;bottom:0;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;border:2px solid #fff;font-size:8px}
.qbp-home-feed__story-empty{padding:14px;border:1px dashed #ddd;color:#777;font-size:12px}

.qbp-home-feed__posts{display:flex;flex-direction:column;gap:0}
.qbp-ig-post{width:100%;max-width:620px;margin:0 auto;background:#fff;border:0;border-bottom:1px solid #dbdbdb;border-radius:0;overflow:visible}
.qbp-ig-post__head{height:60px;box-sizing:border-box;display:flex;align-items:center;gap:10px;padding:8px 4px;position:relative}
.qbp-ig-post__avatar{width:38px;height:38px;flex:0 0 38px;display:block;border-radius:50%;overflow:hidden}
.qbp-ig-post__avatar img{display:block;width:38px;height:38px;border-radius:50%;object-fit:cover}
.qbp-ig-post__username{min-width:0;flex:1;color:#111;text-decoration:none;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.qbp-ig-more{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:#111;padding:5px;cursor:pointer}
.qbp-ig-more svg{width:20px;height:20px;fill:currentColor}
.qbp-ig-post-menu{position:absolute;top:50px;left:4px;z-index:30;min-width:140px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 8px 25px rgba(0,0,0,.12);overflow:hidden}
.qbp-ig-post-menu a,.qbp-ig-post-menu button{display:block;width:100%;padding:11px 13px;text-align:right;background:#fff;border:0;text-decoration:none;color:#222;font:inherit;font-size:12px;cursor:pointer}

.qbp-ig-post__media{position:relative;width:100%;overflow:hidden;background:#000;line-height:0}
.qbp-ig-single-media{display:flex;align-items:center;justify-content:center}
.qbp-ig-media{display:block;width:100%;height:auto;max-height:none;object-fit:contain;background:#000}
.qbp-ig-single-media .qbp-ig-media{min-height:0}
.qbp-ig-carousel{position:relative}
.qbp-ig-carousel__track{display:flex;width:100%;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;direction:ltr}
.qbp-ig-carousel__track::-webkit-scrollbar{display:none}
.qbp-ig-carousel__slide{position:relative;flex:0 0 100%;width:100%;scroll-snap-align:start;display:flex;align-items:flex-start;justify-content:center;background:#000}
.qbp-ig-carousel__slide img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}
.qbp-ig-carousel__prev,.qbp-ig-carousel__next{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:30px;height:30px;border:0;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer}
.qbp-ig-carousel__prev{left:8px}.qbp-ig-carousel__next{right:8px}
.qbp-ig-carousel__prev svg,.qbp-ig-carousel__next svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.qbp-ig-carousel__dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:4px;padding:4px 7px;border-radius:20px;background:rgba(0,0,0,.25);pointer-events:none}
.qbp-ig-carousel__dots span{width:5px;height:5px;border-radius:50%;background:#ddd;opacity:.8}
.qbp-ig-carousel__dots span.is-active{background:#fff;opacity:1}

.qbp-ig-post__actions{display:flex;align-items:center;justify-content:space-between;padding:6px 4px 2px}
.qbp-ig-post__actions-start{display:flex;align-items:center;gap:2px}
.qbp-ig-action-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:0;background:none;color:#111;text-decoration:none;cursor:pointer;padding:7px}
.qbp-ig-action-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.qbp-ig-like.is-active{color:#ed4956}
.qbp-ig-like.is-active svg{fill:currentColor;stroke:currentColor}
.qbp-ig-save.is-active svg{fill:currentColor}
.qbp-ig-post__meta{padding:0 8px 16px}
.qbp-ig-like-count{display:block;font-size:12px;margin:0 0 7px}
.qbp-ig-caption{font-size:14px;line-height:1.9;color:#222;overflow-wrap:anywhere;text-align:right;direction:rtl}
.qbp-ig-caption__user{font-weight:700;color:#111;text-decoration:none}
.qbp-ig-caption__title{font-weight:800}
.qbp-ig-caption__body,.qbp-ig-caption__body--preview,.qbp-ig-caption__body--full{white-space:pre-wrap;word-break:normal;overflow-wrap:anywhere}
.qbp-ig-caption__more{border:0;background:none;padding:0 4px;margin:0;color:#8e8e8e;font:inherit;font-weight:600;cursor:pointer}
.qbp-ig-caption__more:hover{text-decoration:underline}
.qbp-ig-caption__body--full[hidden],.qbp-ig-caption__body--preview[hidden]{display:none!important}
.qbp-ig-comments-link{display:block;color:#8e8e8e;text-decoration:none;font-size:11px;margin-top:6px}
.qbp-ig-comments-list{margin-top:7px}
.qbp-ig-comment{display:flex;gap:7px;align-items:baseline;font-size:11px;line-height:1.8;margin:2px 0}
.qbp-ig-comment strong{font-size:11px}
.qbp-ig-comment span{color:#444}
.qbp-ig-comment-form{display:flex;gap:7px;border-top:1px solid #f0f0f0;margin-top:9px;padding-top:8px}
.qbp-ig-comment-form input{flex:1;border:0;outline:0;background:transparent;font:inherit;font-size:11px}
.qbp-ig-comment-form button{border:0;background:none;color:#1683dc;font-weight:800;cursor:pointer}
.qbp-ig-post__meta time{display:block;color:#8e8e8e;font-size:9px;margin-top:8px}
.qbp-home-feed__empty{padding:26px 15px;border:1px dashed #ddd;text-align:center;color:#777;font-size:12px}

/* Full-bleed page feed. Desktop and mobile use the full viewport width,
   while text/action rows keep comfortable horizontal insets. */
.qbp-home-feed.qbp-feed-fullwidth{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:0!important;
  padding-right:0!important;
  background:#fff;
}
.qbp-home-feed.qbp-feed-fullwidth .qbp-home-feed__section,
.qbp-home-feed.qbp-feed-fullwidth .qbp-home-feed__posts,
.qbp-home-feed.qbp-feed-fullwidth .qbp-home-feed__post,
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post,
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post__media{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
.qbp-home-feed.qbp-feed-fullwidth .qbp-home-feed__posts{margin:0!important}
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post{border-radius:0;border-left:0;border-right:0}
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post__media{margin:0!important}
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-media,
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-carousel__slide img{
  display:block;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;margin:0!important;object-fit:contain!important
}
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-carousel__track{width:100%!important;max-width:none!important}
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-carousel__slide{flex:0 0 100%!important;width:100%!important;height:auto;min-height:0}
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post__head,
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post__actions,
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post__meta{width:100%;max-width:none}
.qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post__meta{padding-bottom:calc(28px + env(safe-area-inset-bottom))}
.qbp-home-feed.qbp-feed-fullwidth figure{margin:0;padding:0;display:block}
.qbp-home-feed.qbp-feed-fullwidth img,
.qbp-home-feed.qbp-feed-fullwidth video{vertical-align:top;border:0}

@media(max-width:700px){
  .qbp-home-feed{padding:8px 0 calc(92px + env(safe-area-inset-bottom))}
  .qbp-home-feed.qbp-feed-fullwidth{margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
  .qbp-home-feed__title{padding-left:14px;padding-right:14px}
  .qbp-home-feed__stories{padding-left:14px;padding-right:14px}
  .qbp-home-feed .qbp-ig-post__head{height:58px;padding:9px 14px}
  .qbp-home-feed .qbp-ig-post__actions{padding:6px 14px 2px}
  .qbp-home-feed .qbp-ig-post__meta{padding:2px 14px calc(30px + env(safe-area-inset-bottom))}
  .qbp-home-feed .qbp-ig-caption{font-size:14px;line-height:1.95}
}
@media(min-width:701px){
  .qbp-home-feed{padding-bottom:64px}
  .qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post__head{padding-left:40px;padding-right:40px}
  .qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post__actions{padding-left:40px;padding-right:40px}
  .qbp-home-feed.qbp-feed-fullwidth .qbp-ig-post__meta{padding-left:40px;padding-right:40px}
}

/* If the theme has an overflow-hidden content column, the script adds this
   class; the feed is then still a clean page-width surface. */
.qbp-home-feed.qbp-feed-fullwidth.qbp-feed-clipped{
  position:relative!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
}

/* QBP 2.5.15 — make social actions visible on the dedicated post view */
.qbp-single-post-follow-btn,
.qbp-single-post-message-btn{
    flex:0 0 auto;
    min-width:auto;
    height:32px;
    padding:0 10px;
    border-radius:8px;
    font:inherit;
    font-size:11px;
    font-weight:700;
    cursor:pointer;
    white-space:nowrap;
}
.qbp-single-post-follow-btn{background:#111;color:#fff;border:1px solid #111}
.qbp-single-post-follow-btn.is-following{background:#fff;color:#111;border-color:#dbdbdb}
.qbp-single-post-message-btn{background:#fff;color:#111;border:1px solid #dbdbdb}
@media(max-width:767px){
  .qbp-single-post-follow-btn,.qbp-single-post-message-btn{padding:0 8px;font-size:10px}
}


.qbp-single-post-social{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-inline-start:8px}
.qbp-single-post-social .qbp-ig-action{min-height:30px;padding:0 10px;border-radius:7px}
.qbp-ig-post__username,.qbp-ig-post__avatar{cursor:pointer}
/* v23.6.7: server-side caption guard; JS is enhancement only. */
.qbp-ig-caption__body--preview{display:inline;}
.qbp-ig-caption__body--full[hidden],.qbp-ig-caption__body--preview[hidden]{display:none!important;}
.qbp-ig-caption__more{display:inline-block;white-space:nowrap;margin-inline-start:4px;}

/* v23.6.7: collapsed caption is visually bounded even before JS initializes. */
.qbp-ig-caption__body--preview{max-width:100%;}

/* QBP v23.6.10 — compact Instagram-style post captions */
.qbp-ig-post__caption{font-size:13px;line-height:1.75;}
.qbp-ig-caption__body--preview{display:-webkit-inline-box;max-width:100%;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;vertical-align:top;}
.qbp-ig-caption__title{max-width:100%;display:inline-block;vertical-align:top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/* QBP v23.6.14 — Instagram-like front page story tray. */
body.qbp-home-mode{background:#fff!important}
body.qbp-home-mode .qbp-home-feed{max-width:980px;margin:0 auto;padding:0 0 calc(70px + env(safe-area-inset-bottom))!important;background:#fff}
body.qbp-home-mode .qbp-home-feed__section{margin:0!important}
body.qbp-home-mode .qbp-home-feed__story-section{padding:8px 0 9px!important;border-bottom:1px solid #eee!important;background:#fff!important}
body.qbp-home-mode .qbp-home-feed__stories{
  display:flex!important;flex-direction:row!important;direction:rtl!important;gap:13px!important;
  overflow-x:auto!important;overflow-y:hidden!important;padding:2px 10px 3px!important;
  scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;
}
body.qbp-home-mode .qbp-home-feed__stories::-webkit-scrollbar{display:none!important}
body.qbp-home-mode .qbp-home-feed__story{
  position:relative!important;flex:0 0 72px!important;width:72px!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;
  gap:5px!important;color:#111!important;font-size:11px!important;line-height:1.25!important;
  text-decoration:none!important;text-align:center!important;
}
body.qbp-home-mode .qbp-home-feed__story-ring{
  position:relative!important;width:68px!important;height:68px!important;margin:0!important;
  padding:3px!important;border:0!important;border-radius:50%!important;
  background:conic-gradient(from 205deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5,#feda75)!important;
}
body.qbp-home-mode .qbp-home-feed__story-ring:after{
  content:"";position:absolute;inset:3px;border-radius:50%;background:#fff;z-index:0;
}
body.qbp-home-mode .qbp-home-feed__story-ring img{
  position:relative!important;z-index:1!important;width:62px!important;height:62px!important;
  border:2px solid #fff!important;border-radius:50%!important;object-fit:cover!important;background:#f1f1f1!important;
}
body.qbp-home-mode .qbp-home-feed__story--own .qbp-home-feed__story-ring{background:#ddd!important}
body.qbp-home-mode .qbp-home-feed__story--own .qbp-home-feed__story-ring img{border-color:#fff!important}
body.qbp-home-mode .qbp-home-feed__story-plus{
  position:absolute!important;right:-1px!important;bottom:-1px!important;z-index:3!important;
  width:22px!important;height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  border:2px solid #fff!important;border-radius:50%!important;background:#111!important;color:#fff!important;
  font-size:18px!important;font-weight:500!important;line-height:17px!important;
}
body.qbp-home-mode .qbp-home-feed__story-video{z-index:3!important}
body.qbp-home-mode .qbp-home-feed__story-name{
  display:block!important;width:72px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;
}
body.qbp-home-mode .qbp-home-feed__story-empty{padding:12px 14px!important;border:0!important;color:#777!important;text-align:center!important}
body.qbp-home-mode .qbp-home-feed__posts-section{padding:0!important}
body.qbp-home-mode .qbp-home-feed__posts{gap:0!important;margin:0!important}
body.qbp-home-mode .qbp-ig-post{max-width:620px!important;border-bottom:1px solid #dbdbdb!important}
body.qbp-home-mode .qbp-home-feed__title{display:none!important}

@media(max-width:700px){
  body.qbp-home-mode .qbp-home-feed{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
  body.qbp-home-mode .qbp-home-feed__stories{padding-left:9px!important;padding-right:9px!important;gap:12px!important}
  body.qbp-home-mode .qbp-home-feed .qbp-ig-post__head{padding-left:12px!important;padding-right:12px!important}
  body.qbp-home-mode .qbp-home-feed .qbp-ig-post__actions{padding-left:12px!important;padding-right:12px!important}
  body.qbp-home-mode .qbp-home-feed .qbp-ig-post__meta{padding-left:12px!important;padding-right:12px!important}
}

/* QBP v23.6.17 — Instagram-proportional homepage story tray.
   Keep every story bubble on the same visual footprint and make the tray
   immediately usable for creating a new story from the homepage. */
body.qbp-home-mode .qbp-home-feed__story-section{
  padding:10px 0 11px!important;
}
body.qbp-home-mode .qbp-home-feed__stories{
  gap:14px!important;
  padding:3px 12px 5px!important;
  scroll-snap-type:x proximity;
  scroll-padding-inline:12px;
}
body.qbp-home-mode .qbp-home-feed__story{
  flex:0 0 84px!important;
  width:84px!important;
  min-width:84px!important;
  gap:6px!important;
  scroll-snap-align:start;
  -webkit-tap-highlight-color:transparent;
}
body.qbp-home-mode .qbp-home-feed__story-ring{
  width:80px!important;
  height:80px!important;
  padding:3px!important;
  flex:0 0 80px!important;
}
body.qbp-home-mode .qbp-home-feed__story-ring:after{inset:3px!important}
body.qbp-home-mode .qbp-home-feed__story-ring img{
  width:74px!important;
  height:74px!important;
}
body.qbp-home-mode .qbp-home-feed__story-name{
  width:84px!important;
  min-height:16px!important;
  font-size:11px!important;
  line-height:1.35!important;
}
/* "Your story" keeps the same exact size as every other story; only its ring
   is neutral until there is an active story. */
body.qbp-home-mode .qbp-home-feed__story--own .qbp-home-feed__story-ring{
  background:#d9d9d9!important;
}
body.qbp-home-mode .qbp-home-feed__story-plus{
  width:24px!important;
  height:24px!important;
  right:-1px!important;
  bottom:-1px!important;
  font-size:20px!important;
  line-height:18px!important;
  cursor:pointer!important;
  pointer-events:auto!important;
}
body.qbp-home-mode .qbp-home-feed__story-plus:focus-visible{
  outline:2px solid #111!important;
  outline-offset:2px!important;
}
@media(max-width:700px){
  body.qbp-home-mode .qbp-home-feed__stories{gap:13px!important;padding-left:10px!important;padding-right:10px!important}
  body.qbp-home-mode .qbp-home-feed__story{flex-basis:80px!important;width:80px!important;min-width:80px!important}
  body.qbp-home-mode .qbp-home-feed__story-ring{width:76px!important;height:76px!important;flex-basis:76px!important}
  body.qbp-home-mode .qbp-home-feed__story-ring img{width:70px!important;height:70px!important}
  body.qbp-home-mode .qbp-home-feed__story-name{width:80px!important}
}

/* QBP v23.6.18 — Instagram-sized homepage stories + tight feed transition.
   The homepage story tray is intentionally larger and the first post begins
   immediately after the tray, matching the visual rhythm of Instagram. */
body.qbp-home-mode .qbp-home-feed__story-section{
  margin:0!important;
  padding:6px 0 3px!important;
  border-bottom:1px solid #efefef!important;
  min-height:0!important;
}
body.qbp-home-mode .qbp-home-feed__stories{
  align-items:flex-start!important;
  gap:14px!important;
  padding:4px 12px 2px!important;
  margin:0!important;
  min-height:0!important;
}
body.qbp-home-mode .qbp-home-feed__story{
  flex:0 0 142px!important;
  width:142px!important;
  min-width:142px!important;
  gap:4px!important;
  line-height:1.25!important;
}
body.qbp-home-mode .qbp-home-feed__story-ring{
  width:134px!important;
  height:134px!important;
  flex:0 0 134px!important;
  padding:4px!important;
}
body.qbp-home-mode .qbp-home-feed__story-ring:after{inset:4px!important}
body.qbp-home-mode .qbp-home-feed__story-ring img{
  width:126px!important;
  height:126px!important;
}
body.qbp-home-mode .qbp-home-feed__story-name{
  width:142px!important;
  min-height:17px!important;
  font-size:12px!important;
  line-height:1.35!important;
  margin:0!important;
}
body.qbp-home-mode .qbp-home-feed__story-plus{
  width:30px!important;
  height:30px!important;
  right:-2px!important;
  bottom:-2px!important;
  border-width:3px!important;
  font-size:24px!important;
  line-height:22px!important;
}
/* Remove the former visual dead-space between stories and the first post. */
body.qbp-home-mode .qbp-home-feed__posts-section,
body.qbp-home-mode .qbp-home-feed__posts,
body.qbp-home-mode .qbp-home-feed__posts>.qbp-home-feed__post,
body.qbp-home-mode .qbp-home-feed__posts>.qbp-ig-post{
  margin-top:0!important;
  padding-top:0!important;
}
body.qbp-home-mode .qbp-home-feed__posts-section{border-top:0!important}
body.qbp-home-mode .qbp-home-feed .qbp-ig-post:first-child{margin-top:0!important}

@media(max-width:700px){
  body.qbp-home-mode .qbp-home-feed__story-section{padding-top:5px!important;padding-bottom:2px!important}
  body.qbp-home-mode .qbp-home-feed__stories{gap:12px!important;padding:4px 10px 2px!important}
  body.qbp-home-mode .qbp-home-feed__story{flex-basis:132px!important;width:132px!important;min-width:132px!important;gap:4px!important}
  body.qbp-home-mode .qbp-home-feed__story-ring{width:124px!important;height:124px!important;flex-basis:124px!important}
  body.qbp-home-mode .qbp-home-feed__story-ring img{width:116px!important;height:116px!important}
  body.qbp-home-mode .qbp-home-feed__story-name{width:132px!important;font-size:11px!important;min-height:16px!important}
  body.qbp-home-mode .qbp-home-feed__story-plus{width:28px!important;height:28px!important;font-size:22px!important;line-height:20px!important}
}
/* QBP v23.6.19 — final Instagram-style story tray sizing.
   The previous v23.6.18 values were oversized on mobile. Keep the
   thumbnail/ring and label footprint compact and consistent with the
   Instagram home story rail. */
body.qbp-home-mode .qbp-home-feed__story-section{
  margin:0!important;
  padding:6px 0 3px!important;
  border-bottom:1px solid #efefef!important;
}
body.qbp-home-mode .qbp-home-feed__stories{
  align-items:flex-start!important;
  gap:12px!important;
  padding:4px 10px 2px!important;
  margin:0!important;
  min-height:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
}
body.qbp-home-mode .qbp-home-feed__story{
  flex:0 0 88px!important;
  width:88px!important;
  min-width:88px!important;
  gap:4px!important;
  line-height:1.25!important;
  -webkit-tap-highlight-color:transparent;
}
body.qbp-home-mode .qbp-home-feed__story-ring{
  width:80px!important;
  height:80px!important;
  flex:0 0 80px!important;
  padding:3px!important;
}
body.qbp-home-mode .qbp-home-feed__story-ring:after{inset:3px!important}
body.qbp-home-mode .qbp-home-feed__story-ring img{
  width:74px!important;
  height:74px!important;
}
body.qbp-home-mode .qbp-home-feed__story-name{
  width:88px!important;
  min-height:16px!important;
  font-size:11px!important;
  line-height:1.35!important;
  margin:0!important;
}
body.qbp-home-mode .qbp-home-feed__story-plus{
  width:24px!important;
  height:24px!important;
  right:-1px!important;
  bottom:-1px!important;
  border-width:2px!important;
  font-size:19px!important;
  line-height:18px!important;
}
@media(max-width:700px){
  body.qbp-home-mode .qbp-home-feed__story-section{padding-top:5px!important;padding-bottom:2px!important}
  body.qbp-home-mode .qbp-home-feed__stories{gap:10px!important;padding:4px 8px 2px!important}
  body.qbp-home-mode .qbp-home-feed__story{flex-basis:84px!important;width:84px!important;min-width:84px!important}
  body.qbp-home-mode .qbp-home-feed__story-ring{width:76px!important;height:76px!important;flex-basis:76px!important}
  body.qbp-home-mode .qbp-home-feed__story-ring:after{inset:3px!important}
  body.qbp-home-mode .qbp-home-feed__story-ring img{width:70px!important;height:70px!important}
  body.qbp-home-mode .qbp-home-feed__story-name{width:84px!important;font-size:11px!important;min-height:16px!important}
  body.qbp-home-mode .qbp-home-feed__story-plus{width:23px!important;height:23px!important;font-size:18px!important;line-height:17px!important}
}

