.acquisition-entry-mount {
  width: 100%;
  min-height: 0;
  position: relative;
  z-index: 4;
}

.acquisition-entry {
  width: 9.2rem;
  min-height: 1.42rem;
  margin: 0.5rem auto 0;
  padding: 0.22rem 0.24rem;
  display: grid;
  grid-template-columns: 0.92rem minmax(0, 1fr) 1.48rem;
  gap: 0.2rem;
  align-items: center;
  border: 1px solid #c6a76d;
  border-radius: 0.08rem;
  background: #fff8e9;
  box-shadow: 0 0.08rem 0.2rem rgba(55, 47, 38, 0.12);
}

.acquisition-entry__avatar {
  width: 0.92rem;
  height: 0.92rem;
  border: 0.03rem solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px #c6a76d;
}

.acquisition-entry__content {
  min-width: 0;
}

.acquisition-entry__content strong {
  max-width: 100%;
  display: block;
  overflow-wrap: anywhere;
  color: #493228;
  font-size: 0.3rem;
  line-height: 0.4rem;
  letter-spacing: 0;
}

.acquisition-entry__content p {
  margin-top: 0.08rem;
  overflow-wrap: anywhere;
  color: #665d52;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0;
}

.acquisition-entry__action,
.acquisition-entry--unavailable button {
  width: 1.48rem;
  min-height: 0.68rem;
  padding: 0.12rem;
  border: 0;
  border-radius: 0.08rem;
  color: #ffffff;
  background: #b63e35;
  font-size: 0.25rem;
  font-weight: bold;
  line-height: 0.34rem;
}

.acquisition-entry--unavailable {
  grid-template-columns: minmax(0, 1fr) 1.48rem;
  color: #5d6270;
  background: #f0ede7;
}

.acquisition-entry--unavailable p {
  font-size: 0.27rem;
  line-height: 0.38rem;
}

.acquisition-entry--unavailable button {
  color: #727a86;
  background: #d9dde3;
  cursor: not-allowed;
}

.acquisition-floating-entry {
  width: 0.92rem;
  height: 0.92rem;
  position: fixed;
  right: max(0.12rem, calc((100vw - 10rem) / 2 + 0.12rem));
  bottom: calc(1.1rem + env(safe-area-inset-bottom));
  z-index: 120;
  padding: 0;
  border: 0.04rem solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0.1rem 0.28rem rgba(30, 34, 40, 0.28);
}

.acquisition-floating-entry img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.acquisition-floating-entry.hidden {
  display: none;
}

@media (min-width: 640px) {
  .acquisition-floating-entry {
    right: calc((100vw - 640px) / 2 + 10px);
  }
}
