/* SCRAAPS Instant Article — leitura interna sem alterar os cards do feed. */
html.instant-article-open,
body.instant-article-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
.instant-article-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:2147483645!important;
  background:rgba(25,55,78,.58);
  opacity:0;
  transition:opacity .24s ease;
  -webkit-backdrop-filter:blur(3px);
  backdrop-filter:blur(3px);
}
.instant-article-backdrop[hidden],
.instant-article-sheet[hidden]{display:none!important;}
.instant-article-backdrop.is-open{opacity:1;}
.instant-article-sheet{
  position:fixed!important;
  z-index:2147483646!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:100%;
  max-width:760px;
  height:92vh;
  height:min(92dvh,920px);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:25px 25px 0 0;
  background:#fff;
  color:var(--orkut-text,#4b4b4b);
  box-shadow:0 -24px 70px rgba(34,82,117,.34);
  transform:translateY(104%);
  opacity:.98;
  transition:transform .3s cubic-bezier(.22,.8,.25,1),opacity .2s ease;
  will-change:transform;
  box-sizing:border-box;
}
.instant-article-sheet,
.instant-article-sheet *{
  box-sizing:border-box;
  min-width:0;
}
body.instant-article-open .bottom-nav,
body.instant-article-open .bottom-menu,
body.instant-article-open #deejaiPersistentPlayer{
  visibility:hidden!important;
  pointer-events:none!important;
}
.instant-article-sheet.is-open{
  transform:translateY(0);
  opacity:1;
}
.instant-article-handle-wrap{
  flex:0 0 auto;
  height:19px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#062f55;
  touch-action:none;
}
.instant-article-handle{
  width:54px;
  height:5px;
  border-radius:20px;
  background:rgba(255,255,255,.65);
}
.instant-article-topbar{
  flex:0 0 auto;
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 16px 13px 22px;
  color:#fff;
  background:#062f55;
  box-shadow:0 7px 22px rgba(44,105,149,.2);
}
.instant-article-brand{
  min-width:0;
  display:flex;
  align-items:center;
}
.instant-article-brand strong,
.instant-article-brand-text{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:15px;
  line-height:1;
  font-weight:950;
  letter-spacing:.12em;
  white-space:nowrap;
}
.instant-article-close{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  background:rgba(255,255,255,.14);
  color:#fff;
  line-height:0;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.instant-article-close svg{
  width:21px;
  height:21px;
  display:block;
  overflow:visible;
}
.instant-article-close path{
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
}
.instant-article-close:focus-visible{
  outline:3px solid var(--orkut-pink,#ff5e6c);
  outline-offset:2px;
}
.instant-article-scroll{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-gutter:auto;
  touch-action:pan-y;
  width:100%;
  max-width:100%;
  background:#fff;
}
.instant-article-loading,
.instant-article-error,
.instant-article-document{
  width:100%;
  max-width:700px;
  margin:0 auto;
  padding:30px 25px calc(150px + env(safe-area-inset-bottom,0px));
  overflow-x:hidden;
}
.instant-article-document::after{content:"";display:block;height:36px;}
.instant-article-loading[hidden],
.instant-article-error[hidden],
.instant-article-document[hidden]{display:none!important;}
.instant-article-loading{
  min-height:360px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:15px;
  color:#616573;
  text-align:center;
}
.instant-article-spinner{
  width:42px;
  height:42px;
  border:4px solid #e2eaf1;
  border-top-color:#062f55;
  border-radius:50%;
  animation:instantArticleSpin .78s linear infinite;
}
.instant-article-loading strong{
  color:#40474d;
  font-size:18px;
  font-weight:900;
}
.instant-article-loading p{
  margin:0;
  color:var(--orkut-muted,#76818a);
  font-size:14px;
  line-height:1.5;
}
@keyframes instantArticleSpin{to{transform:rotate(360deg)}}
.instant-article-error{
  min-height:330px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:13px;
  text-align:center;
}
.instant-article-error-icon{
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#e5f0f8;
  color:#062f55;
  font-size:28px;
  font-weight:1000;
}
.instant-article-error strong{font-size:20px;font-weight:950;color:#40474d;}
.instant-article-error p{max-width:430px;margin:0;color:var(--orkut-muted,#76818a);font-size:15px;line-height:1.55;}
.instant-article-document h1{
  margin:0;
  color:#30363b;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(28px,7.4vw,42px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.025em;
  overflow-wrap:anywhere;
}
.instant-article-subtitle{
  margin:16px 0 0;
  color:#626b72;
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
  line-height:1.5;
  font-weight:500;
}
.instant-article-divider{
  width:76px;
  height:5px;
  margin:25px 0 28px;
  border-radius:20px;
  background:#ff3b24;
}
.instant-article-content{
  color:#30363b;
  font-family:Georgia,"Times New Roman",serif;
  font-size:19px;
  line-height:1.68;
  font-weight:400;
  overflow-wrap:anywhere;
  word-break:normal;
  max-width:100%;
}
.instant-article-content img,
.instant-article-content video,
.instant-article-content iframe,
.instant-article-content table{max-width:100%!important;height:auto!important;}
.instant-article-content p{margin:0 0 1.35em;}
.instant-article-content h2,
.instant-article-content h3{
  margin:1.7em 0 .7em;
  color:#30363b;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.22;
  font-weight:950;
}
.instant-article-content h2{font-size:25px;}
.instant-article-content h3{font-size:21px;}
.instant-article-content strong{font-weight:800;color:#22282d;}
.instant-article-content em{font-style:italic;}
.instant-article-content blockquote{
  position:relative;
  margin:2.1em 0;
  padding:34px 18px;
  border:0;
  color:#20262c;
  font-family:Arial,Helvetica,sans-serif;
  font-size:clamp(20px,5.4vw,28px);
  line-height:1.42;
  font-style:normal;
  font-weight:900;
  text-align:center;
}
.instant-article-content blockquote::before,
.instant-article-content blockquote::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,#d7dde1 0 34%,#f13b24 34% 66%,#d7dde1 66% 100%);
}
.instant-article-content blockquote::before{top:0;}
.instant-article-content blockquote::after{bottom:0;}
.instant-article-content mark{
  padding:0;
  background:transparent;
  color:#f13b24;
  font:inherit;
  font-weight:900;
}
.instant-article-content ul,
.instant-article-content ol{
  margin:0 0 1.45em;
  padding-left:1.4em;
}
.instant-article-content li{margin:.45em 0;padding-left:.2em;}
@media (min-width:761px){
  .instant-article-sheet{left:50%!important;right:auto!important;transform:translate(-50%,104%);border-radius:25px 25px 0 0;}
  .instant-article-sheet.is-open{transform:translate(-50%,0);}
}
@media (max-width:380px){
  .instant-article-loading,.instant-article-error,.instant-article-document{padding-left:20px;padding-right:20px;}
  .instant-article-content{font-size:18px;}
}
@media (prefers-reduced-motion:reduce){
  .instant-article-sheet,.instant-article-backdrop{transition:none;}
  .instant-article-spinner{animation-duration:1.4s;}
}

/* Comentarios Google e noticias relacionadas no mesmo desenho do mockup. */
.instant-article-comments{margin:42px 0 0;padding-top:30px;border-top:1px solid #dbe3e9;}
.instant-article-related{margin:52px 0 0;padding:38px 0 34px;border-top:1px solid #dbe3e9;border-bottom:1px solid #dbe3e9;}
.instant-article-comments h2{margin:0 0 22px;color:#07345a;font-size:28px;line-height:1.15;font-weight:950;}
.instant-article-related h2{margin:0 0 24px!important;color:#ff3b24!important;-webkit-text-fill-color:#ff3b24!important;font-size:21px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:.1px!important;}
.instant-article-comments-list{display:grid;gap:14px;margin-bottom:20px;}
.instant-article-comment{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:start;}
.instant-article-comment-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#e9eef2;color:#07345a;font-size:16px;font-weight:900;}
.instant-article-comment-avatar img{width:100%;height:100%;object-fit:cover;}
.instant-article-comment>div{padding:11px 13px;border-radius:0 15px 15px 15px;background:#f1f4f6;}
.instant-article-comment-head{display:flex;justify-content:space-between;gap:10px;align-items:baseline;}
.instant-article-comment-head strong{color:#252a30;font-size:14px;font-weight:900;}
.instant-article-comment-head small{color:#7a8790;font-size:11px;white-space:nowrap;}
.instant-article-comment p{margin:5px 0 0;color:#333b42;font-size:14px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;}
.instant-article-comments-empty{margin:0;padding:0;background:transparent;color:#6e7b84;text-align:left;font-size:14px;}
.instant-article-comment-form{display:grid;gap:10px;margin-top:18px;}
.instant-article-comment-box{position:relative;display:grid;gap:16px;padding:20px 18px 18px 30px;border:1px solid #d8dee3;border-radius:22px;background:#f7f8f9;box-shadow:0 12px 28px rgba(7,52,90,.08);overflow:hidden;}
.instant-article-comment-box::before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:#f13b24;}
.instant-article-comment-box textarea{width:100%;min-height:150px;resize:vertical;padding:18px;border:2px solid #dfe3e6;border-radius:20px;background:#fff;color:#252a30;font:inherit;font-size:16px;line-height:1.45;outline:none;}
.instant-article-comment-box textarea::placeholder{color:#8b98a2;}
.instant-article-comment-box textarea:focus{border-color:#f13b24;box-shadow:0 0 0 3px rgba(241,59,36,.1);}
.instant-article-comment-box button,
.instant-article-comment-box a{width:100%;min-height:58px;padding:0 18px;border:1px solid #d8dee3;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:14px;background:#fff;color:#17212a!important;font-size:16px;font-weight:950;text-decoration:none;box-shadow:0 6px 15px rgba(7,52,90,.05);}
.instant-article-google-icon{width:26px;height:26px;flex:0 0 26px;display:block;}
.instant-article-comment-form button:disabled{opacity:.62;}
.instant-article-comment-feedback{margin:0;color:#0b416d;font-size:13px;font-weight:800;}
.instant-article-google-gate{margin-top:18px;padding:0;background:transparent;text-align:left;}
.instant-article-google-gate p{margin:0 0 12px;color:#47545d;font-size:14px;}
.instant-article-related-grid{display:grid;grid-template-columns:1fr;gap:20px;}
.instant-article-related-card{display:block!important;min-width:0!important;overflow:hidden!important;border:1px solid #dbe3e9!important;border-radius:15px!important;background:#fff!important;color:#252a30!important;box-shadow:0 7px 18px rgba(7,52,90,.07)!important;}
.instant-article-related-open{display:block!important;min-width:0!important;color:#252a30!important;text-decoration:none!important;}
.instant-article-related-head{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fff;}
.instant-article-related-avatar{width:42px;height:42px;flex:0 0 42px;overflow:hidden;border:2px solid #07345a;border-radius:50%;display:grid;place-items:center;background:#e9eef2;color:#07345a;font-size:15px;font-weight:950;}
.instant-article-related-avatar img{width:100%;height:100%;object-fit:cover;}
.instant-article-related-author{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:3px;}
.instant-article-related-author>strong{max-width:100%;overflow:hidden;color:#252a30;font-size:14px;line-height:1.1;font-weight:950;text-overflow:ellipsis;white-space:nowrap;}
.instant-article-related-author>small{padding:4px 8px;border:1px solid rgba(241,59,36,.42);border-radius:999px;background:#fff1ee;color:#f13b24;font-size:9px;line-height:1;font-weight:950;}
.instant-article-related-author>em{color:#7a8790;font-size:10px;line-height:1;font-style:normal;}
.instant-article-related-media{position:relative!important;display:block!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;overflow:hidden!important;background:linear-gradient(135deg,#07345a,#0b416d)!important;}
.instant-article-related-media>img,
.instant-article-related-media>.instant-article-related-fallback{width:100%!important;height:100%!important;display:grid!important;place-items:center!important;object-fit:cover!important;color:#fff!important;font-size:48px!important;font-weight:900!important;}
.instant-article-related-category{position:absolute!important;left:12px!important;bottom:12px!important;z-index:2!important;max-width:calc(100% - 24px)!important;padding:7px 11px!important;border-radius:5px!important;background:#ff3b24!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:11px!important;font-weight:950!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.7px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:0 4px 12px rgba(0,0,0,.18)!important;}
.instant-article-related-copy{display:block!important;padding:14px 15px 16px!important;background:#fff!important;}
.instant-article-related-copy strong{display:block!important;color:#252a30!important;-webkit-text-fill-color:#252a30!important;font-size:18px!important;line-height:1.23!important;font-weight:950!important;}
.instant-article-related-copy p{display:-webkit-box!important;margin:8px 0 0!important;overflow:hidden!important;color:#5b6871!important;-webkit-text-fill-color:#5b6871!important;font-size:14px!important;line-height:1.4!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;}
.instant-article-related-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;padding:9px 12px 10px!important;border-top:1px solid #e5e9ed!important;background:#fff!important;}
.instant-article-related-action{min-height:38px!important;padding:0 8px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#062f55!important;-webkit-text-fill-color:#062f55!important;box-shadow:none!important;cursor:pointer!important;}
.instant-article-related-action svg{width:22px!important;height:22px!important;display:block!important;color:currentColor!important;fill:currentColor!important;}
.instant-article-related-action b{color:currentColor!important;-webkit-text-fill-color:currentColor!important;font-size:13px!important;font-weight:900!important;}
.instant-article-related-action.is-active{color:#ff3b24!important;-webkit-text-fill-color:#ff3b24!important;background:#fff2ee!important;}
.instant-article-related-action:disabled{opacity:.58!important;cursor:wait!important;}
@media(max-width:380px){
  .instant-article-loading,.instant-article-error,.instant-article-document{padding-left:18px;padding-right:18px;}
  .instant-article-comment-box{padding-left:25px;padding-right:14px;}
  .instant-article-comment-box button,.instant-article-comment-box a{font-size:14px;gap:10px;}
}
