.croa-notice {
  margin: .2rem 0 0;
  padding: .9rem;
  border-left: 4px solid var(--signal);
  border-radius: 0 6px 6px 0;
  background: #fff3ed;
  color: #5a3b2e;
  font-size: .86rem;
  line-height: 1.55;
}

.tri-merge-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: .9rem;
  padding: .62rem .88rem;
  border-radius: 999px;
  background: var(--signal);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.tri-merge-link:hover,
.tri-merge-link:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(224, 91, 47, .24);
}

.croa-footer {
  max-width: 1120px;
  margin: 2rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #aebfce;
  font-size: .8rem;
  line-height: 1.6;
}

@media (max-width: 850px) {
  .croa-footer {
    margin-top: 1.5rem;
  }
}
