.hg-current-brief{
  --hg-current-accent:#176a83;
  background:linear-gradient(145deg,#f7fbfc,#edf6f8);
  border:1px solid #b8d5dc;
  border-left:6px solid var(--hg-current-accent);
  border-radius:12px;
  box-sizing:border-box;
  color:#24383f;
  margin:18px 0 24px;
  padding:18px 20px;
}
.hg-current-brief[data-surface="hurricane"]{--hg-current-accent:#b14c13}
.hg-current-brief[data-surface="hana-road"]{--hg-current-accent:#1866b4}
.hg-current-brief[data-surface="volcano"]{--hg-current-accent:#a32632}
.hg-current-brief__head{align-items:center;display:flex;gap:13px}
.hg-current-brief__icon{
  align-items:center;
  background:var(--hg-current-accent);
  border-radius:50%;
  color:#fff;
  display:flex;
  flex:0 0 42px;
  height:42px;
  justify-content:center;
  width:42px;
}
.hg-current-brief__heading{min-width:0}
.hg-current-brief__kicker{
  color:var(--hg-current-accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1.2;
  margin:0 0 2px;
  text-transform:uppercase;
}
.hg-current-brief h3{color:#24383f;font-size:21px;line-height:1.25;margin:0}
.hg-current-brief__as-of{color:#63757b;font-size:13px;line-height:1.35;margin:3px 0 0}
.hg-current-brief__controls{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:15px;
}
.hg-current-brief__load,
.hg-current-brief__voice button{
  align-items:center;
  border:0;
  border-radius:999px;
  cursor:pointer;
  display:inline-flex;
  font:inherit;
  font-weight:700;
  justify-content:center;
  min-height:42px;
}
.hg-current-brief__load{
  background:var(--hg-current-accent);
  color:#fff;
  gap:8px;
  padding:9px 17px;
}
.hg-current-brief__load:hover{filter:brightness(.92)}
.hg-current-brief__load:disabled{cursor:wait;opacity:.68}
.hg-current-brief__voice{
  align-items:center;
  background:#dcebef;
  border-radius:999px;
  display:inline-flex;
  gap:2px;
  padding:3px;
}
.hg-current-brief__voice[hidden]{display:none}
.hg-current-brief__voice button{
  background:transparent;
  color:#3a555e;
  min-height:36px;
  padding:6px 13px;
}
.hg-current-brief__voice button[aria-pressed="true"]{
  background:#fff;
  box-shadow:0 1px 4px rgba(31,58,67,.17);
  color:#183b47;
}
.hg-current-brief__status{
  color:#52686f;
  font-size:14px;
  line-height:1.45;
  margin:11px 0 0;
}
.hg-current-brief__status.is-error{color:#8d2028;font-weight:700}
.hg-current-brief__audio{margin-top:12px;width:100%}
.hg-current-brief__audio[hidden]{display:none}
.hg-current-brief__transcript{
  border-top:1px solid #c7dce1;
  margin-top:14px;
  padding-top:10px;
}
.hg-current-brief__transcript[hidden]{display:none}
.hg-current-brief__transcript summary{cursor:pointer;font-weight:700}
.hg-current-brief__transcript p{line-height:1.6;margin:9px 0 0}
.hg-current-brief__disclosure{
  color:#60747a;
  font-size:12px;
  line-height:1.45;
  margin:13px 0 0;
}
.hg-current-brief__disclosure a{font-weight:700}
.hg-current-brief button:focus-visible,
.hg-current-brief summary:focus-visible,
.hg-current-brief a:focus-visible{outline:3px solid #f1b44c;outline-offset:3px}
@media (max-width:480px){
  .hg-current-brief{padding:16px}
  .hg-current-brief__controls{align-items:stretch;flex-direction:column}
  .hg-current-brief__load{width:100%}
  .hg-current-brief__voice{align-self:flex-start}
}
