
.spsm-ea-block{
  margin:34px 0;
  padding:22px 24px 24px;
  background:#fff;
  border:1px solid #e1e4e7;
  border-radius:8px;
  box-sizing:border-box;
}
.spsm-ea-kicker{
  margin-bottom:4px;
  color:#d00000;
  font-size:13px;
  font-weight:700;
}
.spsm-ea-heading{
  margin:0 0 16px;
  padding:0 0 10px;
  border-bottom:2px solid #d00000;
  color:#111;
  font-size:22px;
  line-height:1.45;
}
.spsm-ea-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 16px;
}
.spsm-ea-tabs button{
  appearance:none;
  border:1px solid #d8dde2;
  background:#fff;
  color:#444;
  padding:7px 11px;
  border-radius:4px;
  font-size:12px;
  line-height:1.2;
  cursor:pointer;
}
.spsm-ea-tabs button:hover,
.spsm-ea-tabs button.is-active{
  border-color:#d52b2b;
  background:#fff6f6;
  color:#b60000;
  font-weight:700;
}
.spsm-ea-list{
  display:grid;
  gap:12px;
  align-items:stretch;
}
.spsm-ea-layout-cards .spsm-ea-list{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.spsm-ea-item{
  display:grid;
  grid-template-rows:auto auto 1fr auto;
  min-height:320px;
  height:100%;
  padding:16px 17px;
  background:#fff;
  border:1px solid #e5e7ea;
  border-radius:6px;
  box-sizing:border-box;
}
.spsm-ea-item[hidden]{display:none!important}
.spsm-ea-layout-list .spsm-ea-item{
  display:block;
  min-height:0;
  height:auto;
  border-width:0 0 1px;
  border-radius:0;
  padding:15px 0;
}
.spsm-ea-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px 10px;
  margin-bottom:7px;
  min-height:24px;
  font-size:12px;
  color:#777;
}
.spsm-ea-category{
  display:inline-block;
  padding:2px 7px;
  border-radius:3px;
  background:#fff2f2;
  color:#bd0000;
  font-weight:700;
}
.spsm-ea-source{font-weight:700;color:#555}
.spsm-ea-item h3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--spsm-title-lines,3);
  overflow:hidden;
  min-height:calc(1.55em * var(--spsm-title-lines,3));
  max-height:calc(1.55em * var(--spsm-title-lines,3));
  margin:0 0 9px;
  font-size:16px;
  line-height:1.55;
}
.spsm-ea-item h3 a{color:#111;text-decoration:none}
.spsm-ea-item h3 a:hover{color:#c40000}
.spsm-ea-item p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--spsm-excerpt-lines,4);
  overflow:hidden;
  align-self:start;
  min-height:calc(1.75em * var(--spsm-excerpt-lines,4));
  max-height:calc(1.75em * var(--spsm-excerpt-lines,4));
  margin:0 0 12px;
  color:#555;
  font-size:13px;
  line-height:1.75;
}
.spsm-ea-read{
  display:inline-flex;
  align-items:center;
  gap:3px;
  align-self:end;
  justify-self:start;
  margin-top:8px;
  color:#c40000;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}
.spsm-ea-read:hover{text-decoration:underline}
.spsm-ea-read span{font-size:16px;line-height:1}
@media(max-width:760px){
  .spsm-ea-layout-cards .spsm-ea-list{grid-template-columns:1fr}
  .spsm-ea-item{
    min-height:0;
    height:auto;
  }
}
@media(max-width:640px){
  .spsm-ea-block{padding:18px 15px}
  .spsm-ea-heading{font-size:20px}
  .spsm-ea-tabs{gap:6px}
  .spsm-ea-tabs button{padding:6px 9px}
}
