
.ustar2-a2hs-wrap { margin: 16px 0; }
.ustar2-a2hs-btn {
  appearance: none;
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ustar2-a2hs-btn::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background-image: var(--ustar2-a2hs-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px; /* 아이콘 둥글게 */
}.ustar2-a2hs-btn:active { transform: translateY(1px); }

.ustar2-a2hs-smallprint {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.75;
}

.ustar2-a2hs-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}
.ustar2-a2hs-modal.is-open { display: block; }

.ustar2-a2hs-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.ustar2-a2hs-modal__card {
  position: relative;
  max-width: 520px;
  margin: 10vh auto 0;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}

.ustar2-a2hs-modal__title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}

.ustar2-a2hs-modal__body ol {
  margin: 8px 0 0 18px;
}
.ustar2-a2hs-hint {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.8;
}

.ustar2-a2hs-modal__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}
.ustar2-a2hs-close {
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 700;
  cursor: pointer;
}
