.changes-widget-live-dot{
  display:none;
}

.changes-widget-panel{
  padding:0;
}

.changes-widget-header{
  position:relative;
  top:auto;
  z-index:2;
}

.changes-widget-component-container{
  position:relative;
  padding:14px 13px 12px;
  border:1px solid rgba(255,255,255,.1);
  border-left:3px solid var(--changes-embed-color,var(--cw-green));
  border-radius:7px;
  background:rgba(255,255,255,.045);
  overflow:hidden;
}

.changes-widget-component-container .changes-widget-markdown-title:first-child{
  margin:0;
  color:var(--cw-text);
  font-size:15px;
  line-height:1.35;
}

.changes-widget-component-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
}

.changes-widget-component-section>.changes-widget-embed-image{
  width:72px;
  height:72px;
  margin:0;
  object-fit:cover;
}

.changes-widget-component-separator{
  height:1px;
  margin:9px 0;
  background:rgba(255,255,255,.11);
}

.changes-widget-component-separator.spacing-2{
  margin:14px 0;
}

.changes-widget-subtext{
  margin:0;
  color:var(--cw-muted);
  font-size:8px;
  line-height:1.5;
}

.changes-widget-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  margin-top:9px;
}

.changes-widget-gallery img{
  display:block;
  width:100%;
  height:120px;
  border-radius:6px;
  object-fit:cover;
}

.changes-widget-gallery img:only-child{
  grid-column:1/-1;
  height:auto;
  max-height:260px;
}

@media(max-width:390px){
  .changes-widget-component-container{padding:11px;}
  .changes-widget-component-section>.changes-widget-embed-image{width:58px;height:58px;}
}
