body
{
  margin: 0;
  background: #f6f7fb;
  font-family: Arial, sans-serif;
}

.wrap
{
  max-width: 920px;
  margin: auto;
  padding: 20px;
}

/* ===== TOPBAR ===== */
.topbar
{
  max-width: 980px;
  margin: 0 auto 14px auto;
  padding: 6px 18px 0 18px;
  display: flex;
  align-items: center;
}

.topbar a
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  text-decoration: none;
}

.topbar img
{
  width: 44px;
  height: 44px;
}

/* ===== MENU ROWS ===== */
.bar
{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border-radius: 14px;
  border: 1px solid #ddd;
  background: #fff;
  text-decoration: none;
  color: #111;
}

.marker
{
  display: inline-flex;
  align-items: center;
  min-width: 56px;
  flex-wrap: wrap;
}

.marker img
{
  width: 22px;
  margin-right: 2px;
}

.label
{
  flex: 1;
  font-weight: 700;
  min-width: 0;
}

.label img
{
  height: 32px;
}

.save_pill
{
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 40px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #d9d9d9;
}

.save_dot
{
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #111;
  display: inline-block;
}

.chev
{
  opacity: .5;
  font-size: 26px;
}