.activity-assets-bar {
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  top: 144px;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 472px;
  height: 52px;
  padding: 4px 20px 4px 12px;
  border: 2.5px solid rgba(255, 255, 255, .4);
  border-radius: 26px;
  background: linear-gradient(90deg, #f8e6c1 0%, #fcf7df 50%, #fbecce 100%);
  box-shadow: none;
  transform: translateX(-50%);
  text-decoration: none;
}

.activity-assets-bar__arrow {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #a64e31;
  border-bottom: 2px solid #a64e31;
  transform: translateY(-50%) rotate(-45deg);
}

.activity-assets-bar:focus-visible {
  outline: 3px solid #9d2d4d;
  outline-offset: 3px;
}

.activity-assets-bar article {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #975e2b;
}

.activity-assets-bar img {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  object-fit: contain;
}

.activity-assets-bar article > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  font-size: 14px;
  line-height: 16px;
}

.activity-assets-bar b { font-size: 14px; font-weight: 400; line-height: 20px; }
.activity-assets-bar em { display: flex; align-items: baseline; color: #f02b2e; font-style: normal; line-height: 18px; }
.activity-assets-bar strong { color: #f02b2e; font-size: 16px; font-weight: 500; line-height: 22px; }
.activity-assets-bar small { color: #f02b2e; font-size: 16px; line-height: 22px; }

@media (max-width: 768px) {
  .activity-assets-bar {
    top: 64px;
    width: 321px;
    height: 36px;
    grid-template-columns: 71px 71px 72px 71px;
    padding: 4px 20px 4px 9.5px;
    border: 2.5px solid rgba(255, 255, 255, .4);
    border-radius: 18px;
    background: linear-gradient(90deg, #f8e6c1 0%, #fcf7df 50%, #fbecce 100%);
    box-shadow: none;
  }

  .activity-assets-bar__arrow { right: 11px; width: 7px; height: 7px; border-width: 2px; }
  .activity-assets-bar article { gap: 2px; }
  .activity-assets-bar img { flex-basis: 24px; width: 24px; height: 24px; margin-right: 0; }
  .activity-assets-bar article > span { gap: 2px; font-size: 10px; line-height: 12px; letter-spacing: -.3px; }
  .activity-assets-bar b { font-size: 10px; line-height: 12px; }
  .activity-assets-bar em { gap: 2px; line-height: 12px; }
  .activity-assets-bar strong,
  .activity-assets-bar small { font-size: 12px; line-height: 12px; }
}
