/* Portal Cimento Brasil — lateral contextual da versão 2.0.61 */
.pcb-context-sidebar { overflow: hidden; }
.pcb-context-search {
  display: flex;
  gap: 7px;
  margin-bottom: 22px;
}
.pcb-context-search input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(0,83,120,.25);
  border-radius: 8px;
  background: #fff;
  color: #20343d;
  font-size: 13px;
}
.pcb-context-search input:focus {
  border-color: var(--pcb-green);
  outline: 2px solid rgba(93,151,50,.16);
  outline-offset: 1px;
}
.pcb-context-search button {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: var(--pcb-blue);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.pcb-context-search button:hover,
.pcb-context-search button:focus { background: var(--pcb-green); }
.pcb-context-sidebar > h3 { margin-bottom: 12px; }
.pcb-context-list { margin: 0; padding: 0; border-top: 1px solid rgba(0,83,120,.16); list-style: none; }
.pcb-context-list li { padding: 13px 0; border-bottom: 1px solid rgba(0,83,120,.16); }
.pcb-context-list a {
  display: block;
  color: var(--pcb-blue);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}
.pcb-context-list a:hover,
.pcb-context-list a:focus { color: var(--pcb-green); }
.pcb-context-list time { display: block; margin-top: 6px; color: #78858a; font-size: 10px; font-weight: 600; }
.pcb-context-empty { margin: 0; color: #68757b; font-size: 13px; line-height: 1.5; }

.pcb-content-layout > aside {
  position: static;
  align-self: start;
  max-height: none;
  overflow: visible;
}
