.br-spmenu{ padding:12px 14px; }

.br-spmenu-icons{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
  margin-bottom:14px;
}

.br-spmenu-icon{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  height:74px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  color:#0b1220;
  text-decoration:none;
}

.br-spmenu-label{ font-size:12px; font-weight:800; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%; }

.br-spmenu-textlink{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 6px;
  border-bottom:1px solid rgba(15,23,42,.10);
  color:#0b1220;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
}

.br-spmenu-arrow{ font-size:12px; color:#94a3b8; }

/* ===== SVGアイコン表示を強制（brm-menuと同等） ===== */
.br-spmenu-ico{
  width: 28px;
  height: 28px;
  line-height: 0;
  display: block;
}
.br-spmenu-ico > svg{
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
  opacity: .9;
}
