
#vozes-em-movimento.vrm-social{
  --vs-blue:#082a61;
  --vs-blue2:#0f4f99;
  --vs-red:#d3312d;
  --vs-gold:#d6aa43;
  --vs-gold2:#f1cc69;
  --vs-ink:#0c2345;
  --vs-muted:#718096;
  --vs-soft:#f7f8fa;
  --vs-off:#f4f0e8;
  --vs-line:#e8ebef;
  --vs-white:#fff;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  color:var(--vs-ink);
  background:
    radial-gradient(700px 380px at 2% 2%,rgba(91,153,235,.13),transparent 72%),
    radial-gradient(660px 380px at 96% 2%,rgba(240,190,92,.13),transparent 72%),
    radial-gradient(700px 360px at 90% 38%,rgba(104,166,239,.10),transparent 72%),
    linear-gradient(180deg,#f7f3eb 0%,#f4f0e8 46%,#f1eee7 100%);
  font-family:"Bricolage Grotesque","Manrope",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
#vozes-em-movimento.vrm-social *,
#vozes-em-movimento.vrm-social *::before,
#vozes-em-movimento.vrm-social *::after{box-sizing:border-box}
#vozes-em-movimento.vrm-social button,
#vozes-em-movimento.vrm-social input,
#vozes-em-movimento.vrm-social textarea{font:inherit}
#vozes-em-movimento.vrm-social button{cursor:pointer}
#vozes-em-movimento.vrm-social [hidden]{display:none!important}
#vozes-em-movimento.vrm-social img{max-width:100%;height:auto}
#vozes-em-movimento .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* PERFIL DA COMUNIDADE */
#vozes-em-movimento .vrm-profile-shell{
  position:relative;
  z-index:2;
  padding:72px 0 0;
}
#vozes-em-movimento .vrm-profile{
  width:min(1340px,calc(100% - 44px));
  margin:0 auto;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:46px;
  align-items:center;
}
#vozes-em-movimento .vrm-profile-avatar-wrap{
  width:248px;
  height:248px;
  padding:7px;
  border-radius:50%;
  background:linear-gradient(138deg,#3c87e8 0%,#6ba5ee 34%,#d8ab43 71%,#edcd75 100%);
  box-shadow:0 15px 40px rgba(23,55,98,.10);
}
#vozes-em-movimento .vrm-profile-avatar{
  width:100%;
  height:100%;
  padding:6px;
  border-radius:50%;
  background:#fff;
}
#vozes-em-movimento .vrm-profile-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  display:block;
}
#vozes-em-movimento .vrm-profile-main{min-width:0}
#vozes-em-movimento .vrm-brand-row{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:0;
  margin:0;
  padding:0;
}
#vozes-em-movimento .vrm-brand-logo{
  width:min(370px,55vw);
  height:auto;
  display:block;
  object-fit:contain;
  object-position:left center;
  margin:0;
  padding:0;
}
#vozes-em-movimento .vrm-brand-row .vrm-verified{
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
}
#vozes-em-movimento .vrm-brand-row .vrm-verified img{width:28px!important;height:28px!important}
#vozes-em-movimento .vrm-profile-tagline{
  margin:4px 0 18px;
  padding:0;
  color:#6e788a;
  font-size:20px;
  line-height:1.2;
  font-weight:400;
}
#vozes-em-movimento .vrm-profile-metrics{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:0;
  margin:0 0 20px;
}
#vozes-em-movimento .vrm-profile-metrics>div{
  min-width:126px;
  padding:0 26px 0 0;
  margin-right:26px;
  border-right:1px solid rgba(12,35,69,.08);
}
#vozes-em-movimento .vrm-profile-metrics>div:last-child{border-right:0;margin-right:0}
#vozes-em-movimento .vrm-profile-metrics strong{
  display:block;
  color:var(--vs-ink);
  font-size:28px;
  line-height:1;
  font-weight:750;
  letter-spacing:-.02em;
}
#vozes-em-movimento .vrm-profile-metrics span{
  display:block;
  margin-top:5px;
  color:#6e788a;
  font-size:15px;
  line-height:1.1;
}
#vozes-em-movimento .vrm-profile-bio{
  max-width:690px;
  color:#263b5b;
  font-size:17px;
  line-height:1.45;
  font-weight:400;
}
#vozes-em-movimento .vrm-profile-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:20px;
}
#vozes-em-movimento .vrm-primary-action,
#vozes-em-movimento .vrm-secondary-action{
  min-height:32px;
  border-radius:999px;
  border:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 12px;
  font-weight:700;
  font-size:11px;
  white-space:nowrap;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
#vozes-em-movimento .vrm-primary-action{
  background:linear-gradient(135deg,#092b63,#0e4f9b);
  color:#fff;
  box-shadow:0 12px 26px rgba(8,42,97,.16);
}
#vozes-em-movimento .vrm-secondary-action{
  background:#fff;
  color:#17304f;
  border:1px solid rgba(12,35,69,.08);
  box-shadow:0 9px 24px rgba(31,52,80,.08);
}
#vozes-em-movimento .vrm-primary-action svg,
#vozes-em-movimento .vrm-secondary-action svg{
  width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round
}
@media(hover:hover) and (pointer:fine){
  #vozes-em-movimento .vrm-primary-action:hover,
  #vozes-em-movimento .vrm-secondary-action:hover{transform:translateY(-2px)}
  #vozes-em-movimento .vrm-primary-action:hover{box-shadow:0 16px 30px rgba(8,42,97,.24)}
}

/* TABS */
#vozes-em-movimento .vrm-tabs{
  width:min(1340px,100%);
  margin:36px auto 0;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  border-bottom:1px solid rgba(12,35,69,.08);
}
#vozes-em-movimento .vrm-tabs button{
  position:relative;
  min-height:74px;
  border:0;
  background:transparent;
  color:#667489;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 14px;
  font-size:15px;
  font-weight:500;
  white-space:nowrap;
}
#vozes-em-movimento .vrm-tabs button::after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:-1px;
  height:3px;
  border-radius:999px 999px 0 0;
  background:transparent;
}
#vozes-em-movimento .vrm-tabs button svg{
  width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
#vozes-em-movimento .vrm-tabs button.is-active{color:#0b3b82;font-weight:700}
#vozes-em-movimento .vrm-tabs button.is-active::after{background:#0b4aaa}
#vozes-em-movimento .vrm-searchbar{
  width:min(760px,calc(100% - 36px));
  margin:24px auto 4px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid var(--vs-line);
  border-radius:18px;
  padding:8px 10px 8px 16px;
  box-shadow:0 10px 34px rgba(23,45,75,.07);
}
#vozes-em-movimento .vrm-searchbar>span svg{width:22px;height:22px;fill:none;stroke:#7b899d;stroke-width:1.9}
#vozes-em-movimento .vrm-searchbar input{
  width:100%;min-width:0;border:0;outline:0;background:transparent;color:#17304f;font-size:15px;padding:10px 4px
}
#vozes-em-movimento .vrm-searchbar button{
  border:0;border-radius:12px;background:#0b3d82;color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em;padding:12px 16px
}

/* CONTEÚDO / FEED */
#vozes-em-movimento .vrm-community-content{
  position:relative;
  z-index:2;
  width:min(1340px,calc(100% - 44px));
  margin:22px auto 0;
  padding-bottom:88px;
}
#vozes-em-movimento .vrm-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  align-items:start!important;
}
#vozes-em-movimento .vrm-feed-card{
  min-width:0;
  background:#fff;
  border:1px solid rgba(12,35,69,.055);
  border-radius:23px;
  overflow:hidden;
  box-shadow:0 8px 25px rgba(31,54,82,.055);
  outline:0;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
#vozes-em-movimento .vrm-feed-card:focus-visible{box-shadow:0 0 0 3px rgba(14,79,155,.16),0 12px 32px rgba(31,54,82,.09)}
@media(hover:hover) and (pointer:fine){
  #vozes-em-movimento .vrm-feed-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(31,54,82,.10);border-color:rgba(12,35,69,.10)}
}
#vozes-em-movimento .vrm-feed-head{
  min-height:70px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 15px;
}
#vozes-em-movimento .vrm-feed-avatar{
  width:41px;height:41px;flex:0 0 41px;border-radius:50%;
  display:grid;place-items:center;background:#0d4d93;color:#fff;font-size:14px;font-weight:800;overflow:hidden
}
#vozes-em-movimento .vrm-feed-avatar.has-photo{background:#fff;border:1px solid var(--vs-line)}
#vozes-em-movimento .vrm-feed-avatar img{width:100%;height:100%;object-fit:cover;display:block}
#vozes-em-movimento .vrm-feed-author{min-width:0;display:block;line-height:1.15}
#vozes-em-movimento .vrm-feed-author strong{
  display:flex;align-items:center;gap:5px;color:#102744;font-size:14px;font-weight:750;min-width:0
}
#vozes-em-movimento .vrm-feed-author small{
  display:block;color:#778599;font-size:12px;font-weight:400;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
#vozes-em-movimento .vrm-feed-author .vrm-verified{width:15px!important;height:15px!important;flex-basis:15px!important}
#vozes-em-movimento .vrm-feed-author .vrm-verified img{width:15px!important;height:15px!important}
#vozes-em-movimento .vrm-feed-menu{
  margin-left:auto;border:0;background:transparent;color:#17385e;font-size:17px;font-weight:800;letter-spacing:2px;padding:8px;border-radius:50%
}
#vozes-em-movimento .vrm-feed-media{
  position:relative;
  width:calc(100% - 24px);
  margin:0 12px;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:12px;
  background:#e9edf3;
}
#vozes-em-movimento .vrm-feed-media>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease,filter .25s ease}
@media(hover:hover) and (pointer:fine){
  #vozes-em-movimento .vrm-feed-card:hover .vrm-feed-media>img{transform:scale(1.018);filter:brightness(.82) contrast(1.08)}
}
#vozes-em-movimento .vrm-feed-quote{
  width:100%;height:100%;padding:11%;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#0b326e,#133f78);color:#fff
}
#vozes-em-movimento .vrm-feed-quote>span{font-size:56px;line-height:.7;color:#f2c451}
#vozes-em-movimento .vrm-feed-quote p{font-size:18px;line-height:1.45}
#vozes-em-movimento .vrm-feed-caption{
  min-height:50px;
  padding:11px 16px 4px;
  color:#182f4c;
  font-size:13px;
  line-height:1.48;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
#vozes-em-movimento .vrm-feed-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:8px 12px 13px;
}
#vozes-em-movimento .vrm-feed-actions-left{display:flex;align-items:center;gap:6px}
#vozes-em-movimento .vrm-feed-action{
  border:0;background:transparent;color:#102b4f;min-width:38px;height:38px;border-radius:10px;
  display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:5px 7px;
  transition:background .2s ease,color .2s ease,transform .2s ease
}
#vozes-em-movimento .vrm-feed-action svg{
  width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
#vozes-em-movimento .vrm-feed-action b{font-size:12px;font-weight:700}
#vozes-em-movimento .vrm-feed-action.is-liked{color:#ee3246}
#vozes-em-movimento .vrm-feed-action.is-liked svg{fill:#ee3246;stroke:#ee3246}
#vozes-em-movimento .vrm-feed-action.is-saved{color:#0b4a9c}
#vozes-em-movimento .vrm-feed-action.is-saved svg{fill:#0b4a9c;stroke:#0b4a9c}
@media(hover:hover) and (pointer:fine){
  #vozes-em-movimento .vrm-feed-action:hover{background:#f1f5f9;transform:translateY(-1px)}
}
#vozes-em-movimento .vrm-more{
  display:block;
  margin:28px auto 0;
  border:1px solid rgba(8,42,97,.12);
  background:#fff;
  color:#0c3b7c;
  min-height:46px;
  border-radius:999px;
  padding:0 22px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  box-shadow:0 8px 22px rgba(31,54,82,.07);
}
#vozes-em-movimento .vrm-more[disabled]{opacity:.55}
#vozes-em-movimento .vrm-empty{padding:42px 0}
#vozes-em-movimento .vrm-empty-card{
  width:min(620px,100%);
  margin:0 auto;
  text-align:center;
  color:#5d6d81;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(12,35,69,.07);
  border-radius:22px;
  padding:34px 22px;
}
#vozes-em-movimento .vrm-empty-card strong{display:block;color:#17304f;font-size:18px;margin-bottom:13px}
#vozes-em-movimento .vrm-empty-card button{border:0;border-radius:999px;background:#0b3d82;color:#fff;font-size:11px;font-weight:800;padding:12px 18px}

/* CORREDORES */
#vozes-em-movimento .vrm-runners-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
#vozes-em-movimento .vrm-runner-card{
  min-width:0;
  border:1px solid rgba(12,35,69,.07);
  background:#fff;
  border-radius:20px;
  padding:18px;
  display:flex;
  align-items:center;
  gap:13px;
  text-align:left;
  box-shadow:0 8px 25px rgba(31,54,82,.05);
}
#vozes-em-movimento .vrm-runner-avatar{
  width:55px;height:55px;flex:0 0 55px;border-radius:50%;display:grid;place-items:center;background:#0d4d93;color:#fff;font-weight:800;overflow:hidden
}
#vozes-em-movimento .vrm-runner-avatar.has-photo{background:#fff;border:1px solid var(--vs-line)}
#vozes-em-movimento .vrm-runner-avatar img{width:100%;height:100%;object-fit:cover}
#vozes-em-movimento .vrm-runner-copy{display:block;min-width:0}
#vozes-em-movimento .vrm-runner-copy strong{display:flex;align-items:center;gap:5px;color:#17304f;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#vozes-em-movimento .vrm-runner-copy small,#vozes-em-movimento .vrm-runner-copy em{display:block;font-size:11px;color:#7a899b;margin-top:3px;font-style:normal}
#vozes-em-movimento .vrm-runner-copy em{color:#0b4a9c;font-weight:700}

/* MODAIS */
body.vrm-modal-open{overflow:hidden!important}
#vozes-em-movimento .vrm-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
}
#vozes-em-movimento .vrm-backdrop{position:absolute;inset:0;background:rgba(10,20,35,.76);backdrop-filter:blur(3px)}
#vozes-em-movimento .vrm-post-modal{
  position:relative;
  z-index:2;
  width:auto;
  max-width:96vw;
  max-height:90vh;
  background:#fff;
  border-radius:24px;
  box-shadow:0 32px 90px rgba(0,0,0,.34);
  overflow:hidden;
}
#vozes-em-movimento .vrm-x{
  position:absolute;
  z-index:8;
  right:13px;
  top:13px;
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.94);
  color:#0a2447;
  font-size:26px;
  line-height:1;
  box-shadow:0 8px 22px rgba(15,31,51,.12);
}
#vozes-em-movimento .vrm-post-layout{
  display:flex;
  align-items:stretch;
  height:min(82vh,810px);
  max-height:810px;
}
#vozes-em-movimento .vrm-post-media{
  height:100%;
  aspect-ratio:3/4;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#111821;
}
#vozes-em-movimento .vrm-post-media>img{width:100%;height:100%;display:block;object-fit:cover}
#vozes-em-movimento .vrm-post-quote{
  width:100%;height:100%;padding:12%;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(150deg,#092d64,#123f7b);color:#fff
}
#vozes-em-movimento .vrm-post-quote>span{font-size:72px;color:#f0c24c;line-height:.7}
#vozes-em-movimento .vrm-post-quote p{font-size:25px;line-height:1.45}
#vozes-em-movimento .vrm-post-side{
  width:min(430px,40vw);
  min-width:360px;
  height:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  color:#17304f;
  position:relative;
}
#vozes-em-movimento .vrm-post-author{
  min-height:82px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px 56px 13px 18px;
  border-bottom:1px solid var(--vs-line);
}
#vozes-em-movimento .vrm-avatar{
  width:46px;height:46px;flex:0 0 46px;border-radius:50%;display:grid;place-items:center;background:#0d4d93;color:#fff;font-weight:800;font-size:14px;overflow:hidden
}
#vozes-em-movimento .vrm-avatar--photo{background:#fff;border:1px solid var(--vs-line)}
#vozes-em-movimento .vrm-avatar--photo img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}
#vozes-em-movimento .vrm-post-author-copy{min-width:0}
#vozes-em-movimento .vrm-author-name{display:flex;align-items:center;gap:6px;min-width:0}
#vozes-em-movimento .vrm-author-name strong{font-size:15px;color:#102744;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#vozes-em-movimento .vrm-post-author small{display:block;color:#78869a;font-size:12px;margin-top:4px}
#vozes-em-movimento .vrm-post-report{
  margin-left:auto;border:0;background:transparent;color:#17385e;font-size:18px;font-weight:800;letter-spacing:2px;padding:7px
}
#vozes-em-movimento .vrm-post-copy{
  padding:18px 20px 16px;
  color:#142d4c;
  font-size:16.5px;
  line-height:1.55;
  max-height:180px;
  overflow:auto;
  border-bottom:1px solid var(--vs-line);
}
#vozes-em-movimento .vrm-post-actions{
  display:flex;
  align-items:center;
  gap:5px;
  padding:10px 13px;
  border-bottom:1px solid var(--vs-line);
}
#vozes-em-movimento .vrm-post-action{
  min-height:36px;
  border:0;
  background:transparent;
  color:#102b4f;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-radius:10px;
  padding:6px 8px;
  font-size:11px;
  font-weight:600;
}
#vozes-em-movimento .vrm-post-action svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#vozes-em-movimento .vrm-post-action.is-liked{color:#ed3046}
#vozes-em-movimento .vrm-post-action.is-liked svg{fill:#ed3046;stroke:#ed3046}
#vozes-em-movimento .vrm-post-action.is-saved{color:#0b4a9c}
#vozes-em-movimento .vrm-post-action.is-saved svg{fill:#0b4a9c;stroke:#0b4a9c}
#vozes-em-movimento .vrm-post-action-label:nth-last-child(1){margin-left:auto}
#vozes-em-movimento .vrm-comments-head{
  display:flex;align-items:center;justify-content:space-between;padding:13px 18px 8px
}
#vozes-em-movimento .vrm-comments-head strong{font-size:14px;color:#142d4c}
#vozes-em-movimento .vrm-comments{
  flex:1;
  min-height:0;
  overflow-y:auto;
  padding:2px 16px 14px 18px;
  scrollbar-width:thin;
  scrollbar-color:#b7c2d0 transparent;
}
#vozes-em-movimento .vrm-comments-empty{
  color:#9aa5b3;
  font-size:12px;
  text-align:center;
  padding:28px 8px;
}
#vozes-em-movimento .vrm-comment{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:10px 0;
}
#vozes-em-movimento .vrm-comment .vrm-avatar{width:36px;height:36px;flex-basis:36px;font-size:11px}
#vozes-em-movimento .vrm-comment-body{min-width:0}
#vozes-em-movimento .vrm-comment-head{display:flex;align-items:center;gap:7px;min-width:0}
#vozes-em-movimento .vrm-comment-name{display:flex;align-items:center;gap:4px;min-width:0}
#vozes-em-movimento .vrm-comment-name strong{font-size:12px;color:#142d4c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#vozes-em-movimento .vrm-comment-head time{margin-left:auto;color:#9aa6b4;font-size:10px;white-space:nowrap}
#vozes-em-movimento .vrm-comment p{margin:4px 0 2px;color:#30465f;font-size:12.5px;line-height:1.48;overflow-wrap:anywhere}
#vozes-em-movimento .vrm-comment-tools button{border:0;background:transparent;color:#75849a;font-size:10px;font-weight:700;padding:3px 0}
#vozes-em-movimento .vrm-comment-replies{margin-left:42px;border-left:1px solid #eef1f4;padding-left:10px}
#vozes-em-movimento .vrm-comment--reply{grid-template-columns:30px minmax(0,1fr);padding:7px 0}
#vozes-em-movimento .vrm-comment--reply .vrm-avatar{width:30px;height:30px;flex-basis:30px}
#vozes-em-movimento .vrm-reply-context{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:7px 16px;
  background:#f5f8fc;
  color:#53667c;
  font-size:11px;
  border-top:1px solid #edf1f5;
}
#vozes-em-movimento .vrm-reply-context button{border:0;background:transparent;color:#6f7e90;font-size:18px}
#vozes-em-movimento .vrm-comment-composer{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 38px;
  gap:8px;
  align-items:center;
  padding:9px 12px 3px;
  border-top:1px solid var(--vs-line);
  background:#fff;
}
#vozes-em-movimento .vrm-comment-composer>.vrm-avatar{width:34px;height:34px;flex-basis:34px;font-size:10px}
#vozes-em-movimento .vrm-comment-input-wrap{
  min-height:44px;
  border:1px solid #dbe1e8;
  border-radius:999px;
  display:flex;
  align-items:center;
  overflow:hidden;
  padding-left:12px;
  background:#fff;
}
#vozes-em-movimento .vrm-comment-input-wrap textarea{
  border:0;outline:0;resize:none;flex:1;min-width:0;min-height:40px;max-height:88px;padding:10px 4px;color:#243a55;font-size:13px;line-height:1.45;background:transparent
}
#vozes-em-movimento .vrm-comment-login{
  border:0;background:transparent;color:#7c8999;flex:1;text-align:left;padding:10px 4px;font-size:13px
}
#vozes-em-movimento .vrm-emoji-toggle,
#vozes-em-movimento .vrm-comment-send{
  width:40px;height:40px;flex:0 0 40px;border:0;background:transparent;color:#163b70;display:grid;place-items:center
}
#vozes-em-movimento .vrm-emoji-toggle svg,#vozes-em-movimento .vrm-comment-send svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}
#vozes-em-movimento .vrm-comment-send{background:#0b3d82;color:#fff;border-radius:50%;width:36px;height:36px;flex-basis:36px;align-self:center}
#vozes-em-movimento .vrm-comment-counter{padding:2px 16px 10px;text-align:right;color:#8d9aaa;font-size:10px}
#vozes-em-movimento .vrm-emoji-panel{
  display:flex;flex-wrap:wrap;gap:4px;padding:7px 16px;background:#fff;border-top:1px solid #eef1f4
}
#vozes-em-movimento .vrm-emoji-panel button{border:0;background:#f5f7fa;border-radius:8px;font-size:18px;padding:6px 7px}
#vozes-em-movimento .vrm-loading{min-width:760px;min-height:460px;display:grid;place-items:center;color:#738399;font-size:14px;background:#fff}
#vozes-em-movimento .vrm-loading--error{color:#b72d3a}


#vozes-em-movimento .vrm-owner-menu-wrap{position:relative;margin-left:auto}
#vozes-em-movimento .vrm-owner-menu{
  position:absolute;right:0;top:38px;z-index:8;min-width:168px;padding:7px;background:#fff;border:1px solid #e1e6ec;border-radius:12px;box-shadow:0 14px 34px rgba(12,35,69,.14)
}
#vozes-em-movimento .vrm-owner-menu button{display:block;width:100%;border:0;background:transparent;text-align:left;padding:10px 11px;border-radius:8px;color:#183452;font-size:12px;font-weight:650}
#vozes-em-movimento .vrm-owner-menu button:hover{background:#f5f7fa}
#vozes-em-movimento .vrm-owner-menu button.is-danger{color:#b62f38}
#vozes-em-movimento .vrm-edit-post-box{padding:13px 18px 15px;border-bottom:1px solid var(--vs-line);background:#f9fafb}
#vozes-em-movimento .vrm-edit-post-box textarea{width:100%;min-height:92px;resize:vertical;border:1px solid #d7dee7;border-radius:12px;padding:11px 12px;outline:0;background:#fff;color:#183452;font-size:14px;line-height:1.5}
#vozes-em-movimento .vrm-edit-post-box>div{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}
#vozes-em-movimento .vrm-edit-post-box button{border:1px solid #dce2e8;background:#fff;color:#40546d;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700}
#vozes-em-movimento .vrm-edit-post-box button.is-primary{background:#0b3d82;color:#fff;border-color:#0b3d82}

#vozes-em-movimento .vrm-policy-box{margin:14px 0 10px;padding:14px 15px;border-radius:15px;background:#f2eee5;border:1px solid #e2dacb;color:#30465f}
#vozes-em-movimento .vrm-policy-box>strong{display:block;color:#183452;font-size:13px;margin-bottom:5px}
#vozes-em-movimento .vrm-policy-box>p{margin:0 0 8px;font-size:12px;line-height:1.48}
#vozes-em-movimento .vrm-policy-box details{border-top:1px solid rgba(24,52,82,.09);padding-top:8px;margin-top:8px}
#vozes-em-movimento .vrm-policy-box summary{cursor:pointer;font-size:12px;font-weight:700;color:#0b4a9c}
#vozes-em-movimento .vrm-policy-copy{padding-top:7px}
#vozes-em-movimento .vrm-policy-copy p{margin:0 0 7px;font-size:11.5px;line-height:1.48}
#vozes-em-movimento .vrm-policy-link{display:inline-block;margin-top:6px;color:#0b4a9c;font-size:11.5px;font-weight:700;text-decoration:none}

/* COMPOSER / LOGIN */
#vozes-em-movimento .vrm-compose,
#vozes-em-movimento .vrm-login{
  position:relative;
  z-index:2;
  width:min(720px,94vw);
  max-height:90vh;
  overflow:auto;
  background:#fff;
  border-radius:24px;
  padding:34px;
  box-shadow:0 32px 90px rgba(0,0,0,.28);
}
#vozes-em-movimento .vrm-login{width:min(520px,94vw)}
#vozes-em-movimento .vrm-compose-brand{display:flex;align-items:center;gap:8px;padding-right:44px}
#vozes-em-movimento .vrm-compose-brand>img{width:190px;max-height:46px;object-fit:contain;object-position:left center}
#vozes-em-movimento .vrm-compose-brand .vrm-verified{width:22px!important;height:22px!important;flex-basis:22px!important}
#vozes-em-movimento .vrm-compose-brand .vrm-verified img{width:22px!important;height:22px!important}
#vozes-em-movimento .vrm-compose h3,#vozes-em-movimento .vrm-login h3{
  margin:18px 0 7px;color:#102d55;font-size:30px;line-height:1.08;font-weight:650;letter-spacing:-.02em
}
#vozes-em-movimento .vrm-sub,#vozes-em-movimento .vrm-login>p{color:#758499;font-size:13px;line-height:1.6;margin:0 0 18px}
#vozes-em-movimento .vrm-field{display:block;margin:18px 0}
#vozes-em-movimento .vrm-field>span{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px;font-size:12px;font-weight:700;color:#364b63}
#vozes-em-movimento .vrm-field>span small{font-weight:400;color:#94a0ad}
#vozes-em-movimento .vrm-field textarea,#vozes-em-movimento .vrm-field input{
  width:100%;border:1px solid #dce3eb;border-radius:12px;background:#fff;color:#233950;padding:13px 14px;outline:0;font-size:14px
}
#vozes-em-movimento .vrm-field textarea:focus,#vozes-em-movimento .vrm-field input:focus{border-color:#7da5d2;box-shadow:0 0 0 3px rgba(13,77,147,.09)}
#vozes-em-movimento .vrm-field em{display:block;text-align:right;color:#9aa5b2;font-size:10px;font-style:normal;margin-top:4px}
#vozes-em-movimento .vrm-file{
  display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px dashed #aec2d8;background:#f8fbfe;border-radius:15px;padding:16px 18px;color:#164a82
}
#vozes-em-movimento .vrm-file span{font-size:12px;font-weight:700;letter-spacing:.04em}
#vozes-em-movimento .vrm-file small{font-size:10px;color:#7f8fa2;text-align:right}
#vozes-em-movimento .vrm-crop-wrap{margin-top:17px}
#vozes-em-movimento .vrm-crop-stage{
  width:min(58vw,420px);aspect-ratio:3/4;margin:0 auto;position:relative;overflow:hidden;background:#0c203d;border-radius:12px;touch-action:none;cursor:grab
}
#vozes-em-movimento .vrm-crop-stage:active{cursor:grabbing}
#vozes-em-movimento .vrm-crop-stage img{position:absolute;max-width:none;user-select:none;-webkit-user-drag:none;pointer-events:none}
#vozes-em-movimento .vrm-crop-tools{display:flex;align-items:center;gap:12px;margin:11px auto 0;max-width:420px}
#vozes-em-movimento .vrm-crop-tools button{border:1px solid #d8e0e9;background:#fff;border-radius:999px;color:#31506f;font-size:10px;font-weight:700;padding:8px 11px}
#vozes-em-movimento .vrm-crop-tools label{display:flex;align-items:center;gap:8px;flex:1;color:#6d7e90;font-size:9px;font-weight:700}
#vozes-em-movimento .vrm-crop-tools input{width:100%}
#vozes-em-movimento .vrm-crop-wrap>p{max-width:420px;margin:7px auto 0;color:#8493a5;font-size:10px;line-height:1.5}
#vozes-em-movimento .vrm-consent{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;margin:20px 0;color:#68798c;font-size:11px;line-height:1.5}
#vozes-em-movimento .vrm-consent input{margin-top:2px}
#vozes-em-movimento .vrm-submit{
  width:100%;border:0;border-radius:999px;background:linear-gradient(135deg,#082a61,#0e4f9b);color:#fff;padding:14px 18px;font-size:11px;font-weight:800;letter-spacing:.08em
}
#vozes-em-movimento .vrm-submit[disabled]{opacity:.55}
#vozes-em-movimento .vrm-feedback{font-size:12px;line-height:1.45;margin:7px 0;color:#62758a}
#vozes-em-movimento .vrm-feedback.is-error{color:#c22b38}
#vozes-em-movimento .vrm-feedback.is-success{color:#148455}
#vozes-em-movimento .vrm-code-step input{font-variant-numeric:tabular-nums;letter-spacing:.28em;font-size:24px!important;font-weight:700!important;text-align:center}

/* SELO OFICIAL */
#vozes-em-movimento .vrm-verified{
  width:19px!important;height:19px!important;flex:0 0 19px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:transparent!important;color:inherit!important;clip-path:none!important;filter:none!important;overflow:visible!important
}
#vozes-em-movimento .vrm-verified img{display:block;width:19px;height:19px;object-fit:contain}

/* REAÇÕES / TOAST */
.vrm-flying-heart{
  position:fixed;
  z-index:1000005;
  pointer-events:none;
  color:#ef2945;
  font-size:24px;
  animation:vrmHeartFly .82s cubic-bezier(.16,.8,.25,1) forwards;
  text-shadow:0 3px 8px rgba(161,0,28,.18);
}
@keyframes vrmHeartFly{
  0%{transform:translate(0,0) scale(.2) rotate(0);opacity:0}
  16%{opacity:1}
  100%{transform:translate(var(--vrm-x),var(--vrm-y)) scale(var(--vrm-s)) rotate(var(--vrm-r));opacity:0}
}
.vrm-toast{
  position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(15px);z-index:1000007;
  background:#102a49;color:#fff;padding:12px 18px;border-radius:999px;font-family:"Bricolage Grotesque","Manrope",Arial,sans-serif;
  font-size:12px;opacity:0;transition:.22s ease;box-shadow:0 12px 35px rgba(0,0,0,.2);pointer-events:none
}
.vrm-toast.is-show{opacity:1;transform:translateX(-50%) translateY(0)}

/* TABLET */
@media(max-width:980px){
  #vozes-em-movimento .vrm-profile{grid-template-columns:170px minmax(0,1fr);gap:26px}
  #vozes-em-movimento .vrm-profile-avatar-wrap{width:164px;height:164px}
  #vozes-em-movimento .vrm-profile-metrics>div{min-width:105px;padding-right:18px;margin-right:18px}
  #vozes-em-movimento .vrm-profile-metrics strong{font-size:23px}
  #vozes-em-movimento .vrm-tabs button{font-size:13px;gap:7px}
  #vozes-em-movimento .vrm-tabs button svg{width:21px;height:21px}
  #vozes-em-movimento .vrm-runners-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #vozes-em-movimento .vrm-post-layout{height:min(78vh,720px)}
  #vozes-em-movimento .vrm-post-side{width:min(400px,44vw);min-width:330px}
}

/* MOBILE */
@media(max-width:700px){
  #vozes-em-movimento.vrm-social{
    background:
      radial-gradient(340px 220px at 0 0,rgba(91,153,235,.14),transparent 72%),
      radial-gradient(340px 240px at 100% 3%,rgba(240,190,92,.13),transparent 72%),
      linear-gradient(180deg,#f7f3eb 0%,#f4f0e8 46%,#f1eee7 100%);
  }
  #vozes-em-movimento .vrm-profile-shell{padding:36px 16px 0}
  #vozes-em-movimento .vrm-profile{
    width:100%;
    display:grid;
    grid-template-columns:112px minmax(0,1fr);
    gap:18px;
    align-items:start;
  }
  #vozes-em-movimento .vrm-profile-avatar-wrap{width:106px;height:106px;padding:4px}
  #vozes-em-movimento .vrm-profile-avatar{padding:3px}
  #vozes-em-movimento .vrm-brand-row{min-height:0;gap:7px}
  #vozes-em-movimento .vrm-brand-logo{width:min(220px,57vw)}
  #vozes-em-movimento .vrm-brand-row .vrm-verified{width:22px!important;height:22px!important;flex-basis:22px!important}
  #vozes-em-movimento .vrm-brand-row .vrm-verified img{width:22px!important;height:22px!important}
  #vozes-em-movimento .vrm-profile-tagline{font-size:13px;margin:2px 0 13px}
  #vozes-em-movimento .vrm-profile-metrics{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    width:100%;
    gap:0;
    margin:17px 0 14px;
  }
  #vozes-em-movimento .vrm-profile-metrics>div{min-width:0;padding:0 7px;margin:0;border-right:1px solid rgba(12,35,69,.08);text-align:center}
  #vozes-em-movimento .vrm-profile-metrics>div:first-child{padding-left:0}
  #vozes-em-movimento .vrm-profile-metrics>div:last-child{padding-right:0;border-right:0}
  #vozes-em-movimento .vrm-profile-metrics strong{font-size:18px}
  #vozes-em-movimento .vrm-profile-metrics span{font-size:10px;margin-top:3px}
  #vozes-em-movimento .vrm-profile-bio{grid-column:1/-1;font-size:13px;line-height:1.48}
  #vozes-em-movimento .vrm-profile-actions{grid-column:1/-1;display:flex;gap:10px;margin-top:15px;justify-content:flex-start}
  #vozes-em-movimento .vrm-primary-action,#vozes-em-movimento .vrm-secondary-action{width:36px;height:36px;min-height:36px;padding:0;border-radius:50%;font-size:0;gap:0}
  #vozes-em-movimento .vrm-primary-action span,#vozes-em-movimento .vrm-secondary-action span{display:none}
  #vozes-em-movimento .vrm-primary-action svg,#vozes-em-movimento .vrm-secondary-action svg{width:16px;height:16px}
  #vozes-em-movimento .vrm-tabs{
    width:calc(100% + 32px);
    margin-left:-16px;
    margin-top:25px;
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    overflow:visible;
    padding:0 8px;
  }
  #vozes-em-movimento .vrm-tabs button{min-width:0;min-height:54px;padding:7px 4px;font-size:0}
  #vozes-em-movimento .vrm-tabs button span{display:none}
  #vozes-em-movimento .vrm-tabs button svg{width:21px;height:21px}
  #vozes-em-movimento .vrm-tabs button::after{left:24%;right:24%;height:2px}
  #vozes-em-movimento .vrm-searchbar{width:100%;margin-top:14px}
  #vozes-em-movimento .vrm-searchbar button{padding:11px 12px}
  #vozes-em-movimento .vrm-community-content{width:100%;margin-top:10px;padding-bottom:62px}
  #vozes-em-movimento .vrm-grid{gap:2px!important}
  #vozes-em-movimento .vrm-feed-card{
    border:0;
    border-radius:0;
    box-shadow:none;
    background:transparent;
  }
  #vozes-em-movimento .vrm-feed-head,
  #vozes-em-movimento .vrm-feed-caption,
  #vozes-em-movimento .vrm-feed-actions{display:none}
  #vozes-em-movimento .vrm-feed-media{width:100%;margin:0;border-radius:0}
  #vozes-em-movimento .vrm-feed-media>img{object-fit:cover}
  #vozes-em-movimento .vrm-runners-grid{grid-template-columns:1fr;gap:10px;padding:0 14px}
  #vozes-em-movimento .vrm-more{margin-top:18px}

  #vozes-em-movimento .vrm-modal{
    padding:0;
    align-items:flex-start;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    background:#fff;
  }
  #vozes-em-movimento .vrm-backdrop{position:fixed;background:rgba(9,17,29,.62);backdrop-filter:none}
  #vozes-em-movimento .vrm-post-modal{
    width:100%;
    max-width:none;
    max-height:none;
    min-height:100%;
    border-radius:0;
    overflow:visible;
    box-shadow:none;
    background:#fff;
  }
  #vozes-em-movimento .vrm-post-layout{
    display:block;
    width:100%;
    height:auto;
    max-height:none;
  }
  #vozes-em-movimento .vrm-post-media{
    width:100%;
    height:auto;
    aspect-ratio:3/4;
    background:#111821;
  }
  #vozes-em-movimento .vrm-post-media>img{width:100%;height:100%;object-fit:cover}
  #vozes-em-movimento .vrm-post-side{
    width:100%;
    min-width:0;
    height:auto;
    overflow:visible;
  }
  #vozes-em-movimento .vrm-post-author{padding:13px 52px 13px 16px;min-height:72px}
  #vozes-em-movimento .vrm-post-copy{font-size:16px;line-height:1.55;max-height:none;overflow:visible;padding:16px}
  #vozes-em-movimento .vrm-post-actions{padding:9px 10px}
  #vozes-em-movimento .vrm-post-action{padding:5px 6px;min-height:34px;font-size:11px}
  #vozes-em-movimento .vrm-post-action svg{width:21px;height:21px}
  #vozes-em-movimento .vrm-post-action-label span{display:none}
  #vozes-em-movimento .vrm-comments{max-height:none;overflow:visible;min-height:90px;padding:4px 16px 16px}
  #vozes-em-movimento .vrm-comment-replies{margin-left:30px}
  #vozes-em-movimento .vrm-comment-composer{padding:10px 12px 3px}
  #vozes-em-movimento .vrm-comment-counter{padding-bottom:18px}
  #vozes-em-movimento .vrm-x{
    position:fixed;
    top:max(10px,env(safe-area-inset-top));
    right:10px;
    width:42px;height:42px;
  }

  #vozes-em-movimento .vrm-compose,#vozes-em-movimento .vrm-login{
    width:100%;
    max-width:none;
    max-height:none;
    min-height:100%;
    border-radius:0;
    padding:26px 18px max(26px,env(safe-area-inset-bottom));
    box-shadow:none;
  }
  #vozes-em-movimento .vrm-compose h3,#vozes-em-movimento .vrm-login h3{font-size:27px}
  #vozes-em-movimento .vrm-crop-stage{width:min(82vw,420px)}
  #vozes-em-movimento .vrm-file{flex-direction:column;align-items:flex-start}
  #vozes-em-movimento .vrm-file small{text-align:left}
  #vozes-em-movimento .vrm-loading{min-width:100vw;min-height:70vh}
}
@media(max-width:420px){
  #vozes-em-movimento .vrm-profile{grid-template-columns:94px minmax(0,1fr);gap:14px}
  #vozes-em-movimento .vrm-profile-avatar-wrap{width:90px;height:90px}
  #vozes-em-movimento .vrm-brand-logo{width:min(190px,56vw)}
}
@media(prefers-reduced-motion:reduce){
  #vozes-em-movimento *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* v0.4.4 — refinamento real de alinhamento, selo, ações e comentários próprios */
#vozes-em-movimento .vrm-brand-logo{
  margin-left:-10px!important;
}
#vozes-em-movimento .vrm-brand-row .vrm-verified{
  width:42px!important;
  height:42px!important;
  flex:0 0 42px!important;
  margin-left:2px!important;
}
#vozes-em-movimento .vrm-brand-row .vrm-verified img{
  width:42px!important;
  height:42px!important;
}
#vozes-em-movimento .vrm-primary-action,
#vozes-em-movimento .vrm-secondary-action{
  min-height:30px!important;
  padding:0 11px!important;
  gap:5px!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:0!important;
}
#vozes-em-movimento .vrm-primary-action svg,
#vozes-em-movimento .vrm-secondary-action svg{
  width:13px!important;
  height:13px!important;
}

/* Ações da publicação: impedir que estilos globais do tema ampliem botões/labels. */
#vozes-em-movimento .vrm-post-actions{
  gap:2px!important;
  padding:8px 11px!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
}
#vozes-em-movimento .vrm-post-action{
  min-height:30px!important;
  padding:4px 6px!important;
  gap:4px!important;
  border-radius:8px!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}
#vozes-em-movimento .vrm-post-action svg{
  width:17px!important;
  height:17px!important;
  min-width:17px!important;
  min-height:17px!important;
}
#vozes-em-movimento .vrm-post-action span{
  font-size:11px!important;
  line-height:1!important;
}
#vozes-em-movimento .vrm-post-action-label:nth-last-child(1){
  margin-left:auto!important;
}

/* Caixa de comentário: avatar real fora, emoji dentro, enviar fora. */
#vozes-em-movimento .vrm-comment-composer{
  grid-template-columns:34px minmax(0,1fr) 36px!important;
  gap:8px!important;
}
#vozes-em-movimento .vrm-comment-composer>.vrm-avatar{
  width:34px!important;
  height:34px!important;
  flex-basis:34px!important;
}
#vozes-em-movimento .vrm-comment-input-wrap{
  min-height:40px!important;
}
#vozes-em-movimento .vrm-comment-input-wrap textarea,
#vozes-em-movimento .vrm-comment-login{
  font-size:12px!important;
}
#vozes-em-movimento .vrm-emoji-toggle{
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
}
#vozes-em-movimento .vrm-comment-send{
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
}
#vozes-em-movimento .vrm-emoji-toggle svg,
#vozes-em-movimento .vrm-comment-send svg{
  width:18px!important;
  height:18px!important;
}

/* Autor pode editar/excluir o próprio comentário. */
#vozes-em-movimento .vrm-comment-tools{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:2px;
}
#vozes-em-movimento .vrm-comment-tools button{
  border:0!important;
  background:transparent!important;
  color:#75849a!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:700!important;
  padding:3px 0!important;
  min-height:0!important;
}
#vozes-em-movimento .vrm-comment-tools button.is-danger{color:#b62f38!important}
#vozes-em-movimento .vrm-comment-edit{
  margin:6px 0 5px;
}
#vozes-em-movimento .vrm-comment-edit textarea{
  width:100%;
  min-height:68px;
  resize:vertical;
  border:1px solid #d7dee7;
  border-radius:10px;
  padding:9px 10px;
  outline:0;
  background:#fff;
  color:#30465f;
  font-size:12px;
  line-height:1.45;
}
#vozes-em-movimento .vrm-comment-edit>div{
  display:flex;
  justify-content:flex-end;
  gap:7px;
  margin-top:6px;
}
#vozes-em-movimento .vrm-comment-edit button{
  border:1px solid #dce2e8!important;
  background:#fff!important;
  color:#40546d!important;
  border-radius:999px!important;
  padding:6px 9px!important;
  min-height:0!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:700!important;
}
#vozes-em-movimento .vrm-comment-edit button.is-primary{
  background:#0b3d82!important;
  color:#fff!important;
  border-color:#0b3d82!important;
}
#vozes-em-movimento .vrm-avatar--deleted{
  background:#eef1f5!important;
  color:#8090a3!important;
}

@media(max-width:1180px){
  #vozes-em-movimento .vrm-post-action-label span{display:none!important}
  #vozes-em-movimento .vrm-post-action-label{width:30px!important;justify-content:center!important;padding:4px!important}
}

@media(max-width:700px){
  #vozes-em-movimento .vrm-brand-logo{margin-left:-7px!important}
  #vozes-em-movimento .vrm-brand-row .vrm-verified{
    width:30px!important;
    height:30px!important;
    flex-basis:30px!important;
  }
  #vozes-em-movimento .vrm-brand-row .vrm-verified img{
    width:30px!important;
    height:30px!important;
  }
  #vozes-em-movimento .vrm-post-actions{
    gap:4px!important;
    padding:7px 10px!important;
  }
  #vozes-em-movimento .vrm-post-action{
    min-width:30px!important;
    width:30px!important;
    height:30px!important;
    min-height:30px!important;
    padding:4px!important;
    justify-content:center!important;
  }
  #vozes-em-movimento .vrm-post-action span{display:none!important}
  #vozes-em-movimento .vrm-post-action svg{width:18px!important;height:18px!important}
  #vozes-em-movimento .vrm-comment-composer{grid-template-columns:32px minmax(0,1fr) 34px!important;padding:9px 10px 3px!important}
  #vozes-em-movimento .vrm-comment-composer>.vrm-avatar{width:32px!important;height:32px!important;flex-basis:32px!important}
  #vozes-em-movimento .vrm-comment-send{width:34px!important;height:34px!important;flex-basis:34px!important}
}

/* v0.4.5 — acesso público com foco no participante */
#vozes-em-movimento [data-vrm-login]{
  background:transparent;
  padding:20px;
  align-items:center;
  overflow-y:auto;
}
#vozes-em-movimento [data-vrm-login]>.vrm-backdrop{
  position:fixed;
  background:rgba(8,22,43,.64);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}
#vozes-em-movimento [data-vrm-login]>.vrm-login{
  box-sizing:border-box;
  width:min(540px,100%);
  min-height:0;
  max-height:calc(100vh - 40px);
  max-height:calc(100dvh - 40px);
  padding:34px;
  border-radius:26px;
  box-shadow:0 28px 90px rgba(0,0,0,.3);
}
#vozes-em-movimento .vrm-login h3{font-size:29px;line-height:1.15;margin:24px 0 12px}
#vozes-em-movimento .vrm-login>p{font-size:14px;color:#52657d;line-height:1.65}
#vozes-em-movimento .vrm-login .vrm-submit{width:100%;min-height:52px}
@media(max-width:600px){
  #vozes-em-movimento [data-vrm-login]{padding:16px}
  #vozes-em-movimento [data-vrm-login]>.vrm-login{padding:28px 22px;max-height:calc(100dvh - 32px);border-radius:22px}
  #vozes-em-movimento .vrm-login h3{font-size:26px}
  #vozes-em-movimento .vrm-login .vrm-compose-brand>img{max-width:calc(100% - 30px)}
}
#vozes-em-movimento [data-vrm-login]>.vrm-login{
  border:1px solid rgba(255,255,255,.8);
  background:linear-gradient(145deg,#fff 65%,#f2f6fc);
}
#vozes-em-movimento .vrm-login .vrm-field input{
  box-sizing:border-box;width:100%;min-height:52px;border-radius:13px;
  background:#fff;border:1px solid #cbd6e4;padding:14px 16px;font-size:16px;
}
#vozes-em-movimento .vrm-login .vrm-field input:focus{
  outline:2px solid #2464b4;outline-offset:2px;box-shadow:0 0 0 5px rgba(36,100,180,.08);
}
#vozes-em-movimento .vrm-login .vrm-submit{
  border-radius:14px;font-size:16px;letter-spacing:.06em;
  background:linear-gradient(110deg,#0d2e63,#1556a5);
  box-shadow:0 8px 20px rgba(16,64,130,.18);
}
#vozes-em-movimento .vrm-login .vrm-x{right:14px;top:14px;background:#edf2f8;box-shadow:none}
#vozes-em-movimento .vrm-login .vrm-feedback:empty{display:none}

/* v0.4.6 — ações legíveis e navegação contínua */
#vozes-em-movimento .vrm-modal[popover]{margin:0;border:0;width:100%;height:100%;max-width:none;max-height:none;box-sizing:border-box;color:var(--vs-ink,#17304f)}
#vozes-em-movimento .vrm-modal[popover]::backdrop{background:transparent}
#vozes-em-movimento .vrm-modal[hidden]{display:none!important}
#vozes-em-movimento .vrm-post-nav{position:fixed;top:50%;z-index:10;width:46px;height:46px;border:1px solid #dce2e9;border-radius:50%;background:#fff;color:#123a69;display:grid;place-items:center;font-size:25px;padding:0;box-shadow:0 4px 22px #0003;cursor:pointer}
#vozes-em-movimento .vrm-post-prev{left:12px}
#vozes-em-movimento .vrm-post-next{right:12px}
#vozes-em-movimento .vrm-post-nav:disabled{opacity:.25;cursor:default}
#vozes-em-movimento .vrm-post-media{touch-action:pan-y pinch-zoom}
@media(min-width:761px){#vozes-em-movimento .vrm-post-modal{max-width:calc(100vw - 140px)}}
@media(max-width:760px){
 #vozes-em-movimento .vrm-profile-actions{flex-wrap:wrap;gap:8px}
 #vozes-em-movimento .vrm-primary-action,#vozes-em-movimento .vrm-secondary-action{width:auto;height:auto;min-height:40px!important;padding:0 12px!important;border-radius:24px;gap:6px!important;font-size:12px!important;flex:0 0 auto;white-space:nowrap}
 #vozes-em-movimento .vrm-primary-action span,#vozes-em-movimento .vrm-secondary-action span{display:inline;white-space:nowrap}
 #vozes-em-movimento .vrm-post-nav{top:40%;width:34px;height:34px;font-size:18px;background:#fffffff0}
 #vozes-em-movimento .vrm-post-prev{left:7px}
 #vozes-em-movimento .vrm-post-next{right:7px}
}

@media(min-width:761px){#vozes-em-movimento .vrm-modal[popover]{background:transparent}}

/* v0.4.7 — rótulos compactos apenas no mobile */
#vozes-em-movimento .vrm-profile-actions .vrm-action-mobile{display:none}
@media(max-width:760px){
 #vozes-em-movimento .vrm-profile-actions{flex-direction:row;flex-wrap:nowrap;gap:8px}
 #vozes-em-movimento .vrm-profile-actions .vrm-action-desktop{display:none}
 #vozes-em-movimento .vrm-profile-actions .vrm-action-mobile{display:inline;white-space:nowrap}
 #vozes-em-movimento .vrm-profile-actions button{min-width:0;padding:0 10px!important;gap:5px!important}
}

/* v0.4.8 — fechar foto com contraste permanente */
#vozes-em-movimento [data-vrm-detail] .vrm-x{
 width:48px;height:48px;min-width:48px;min-height:48px;
 padding:0;border:1px solid rgba(255,255,255,.6);border-radius:50%;
 background:rgba(16,24,36,.92);color:#fff;
 display:grid;place-items:center;z-index:30;
 box-shadow:0 3px 16px rgba(0,0,0,.35);cursor:pointer;
}
#vozes-em-movimento [data-vrm-detail] .vrm-x svg{
 width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;
}
#vozes-em-movimento [data-vrm-detail] .vrm-x:hover{background:#080e18}
#vozes-em-movimento [data-vrm-detail] .vrm-x:focus-visible{outline:3px solid #ffcf45;outline-offset:3px}
@media(max-width:760px){
 #vozes-em-movimento [data-vrm-detail] .vrm-x{position:fixed;top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right))}
}
