.topbar-download {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  height: 46px;
  min-height: 46px;
  padding: 5px 12px 5px 6px;
  border: 1px solid #cbd8ec;
  border-radius: 14px;
  color: #24334e;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 2px 7px rgba(50, 72, 108, .06);
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.topbar-download:hover {
  border-color: #9eb7dc;
  background: #f8faff;
  box-shadow: 0 4px 12px rgba(50, 72, 108, .11);
}

.topbar-download:active {
  background: #f0f4fa;
}

.plugin-download-icon {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
  background: #607da8;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.plugin-download-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1;
}

.plugin-download-copy b {
  color: #24334e;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.plugin-download-copy small {
  color: #8b98ac;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .topbar-download {
    width: 46px;
    padding: 5px;
  }

  .plugin-download-copy {
    display: none;
  }
}
