.ae-airdrop-actions {
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding-top: 18px;
}

.ae-airdrop-action {
  white-space: nowrap;
}

.ae-airdrop-action:disabled {
  cursor: default;
  opacity: 0.72;
}

.ae-airdrop-action .ae-airdrop-action-icon {
  margin-right: 3px;
}

.ae-airdrop-action-message {
  color: #b42318;
  font-size: 13px;
  line-height: 20px;
}

.ae-airdrop-widget-actions .ae-airdrop-actions {
  border-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 14px 0 0;
  padding: 0 20px 18px;
}

.ae-airdrop-widget-actions .ae-airdrop-action {
  text-align: center;
  width: 100%;
}

.ae-airdrop-widget-actions .ae-airdrop-action-message {
  grid-column: 1 / -1;
  text-align: center;
}

.ae-airdrop-account-title {
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 16px;
}

.ae-airdrop-account-empty {
  color: var(--theme-gray-color, #6b7280);
  font-size: 14px;
  margin: 0;
  padding: 86px 0 150px;
  text-align: center;
}

.ae-airdrop-account-empty .empty-icon {
  display: block;
  height: 150px;
  margin: 0 auto 20px;
  width: auto;
}

.ae-airdrop-account-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ae-airdrop-account-item {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 12px;
  padding: 12px 0;
}

.ae-airdrop-account-thumb {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  display: block;
  flex: 0 0 56px;
  height: 56px;
  overflow: hidden;
  width: 56px;
}

.ae-airdrop-account-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ae-airdrop-account-thumb-empty {
  display: block;
  height: 100%;
  width: 100%;
}

.ae-airdrop-account-main {
  flex: 1 1 auto;
  min-width: 0;
}

.ae-airdrop-account-actions {
  border-top: 0;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  padding-top: 0;
}

.ae-airdrop-account-actions .ae-airdrop-action-message {
  flex-basis: 100%;
  font-size: 12px;
}

.ae-airdrop-account-remove {
  min-width: 64px;
}

.ae-airdrop-account-name {
  color: var(--theme-black-color, #111827);
  display: block;
  font-weight: 600;
  line-height: 1.4;
}

.ae-airdrop-account-meta {
  color: var(--theme-gray-color, #6b7280);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  line-height: 18px;
  margin-top: 4px;
}

.ae-airdrop-profile-tabs {
  margin-bottom: 22px;
}

.ae-airdrop-profile-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ae-airdrop-profile-item {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 14px;
  padding: 16px 0;
}

.ae-airdrop-profile-thumb {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  display: block;
  flex: 0 0 64px;
  height: 64px;
  overflow: hidden;
  width: 64px;
}

.ae-airdrop-profile-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ae-airdrop-profile-thumb-empty {
  display: block;
  height: 100%;
  width: 100%;
}

.ae-airdrop-profile-main {
  flex: 1 1 auto;
  min-width: 0;
}

.ae-airdrop-profile-name {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

.ae-airdrop-profile-name a {
  color: var(--theme-black-color, #111827);
}

.ae-airdrop-profile-meta {
  color: var(--theme-gray-color, #6b7280);
  font-size: 13px;
  line-height: 18px;
  margin-top: 6px;
}

.ae-airdrop-profile-empty {
  color: var(--theme-gray-color, #6b7280);
  font-size: 14px;
  padding: 56px 0 88px;
  text-align: center;
}

.ae-airdrop-profile-empty .empty-icon {
  display: block;
  height: 140px;
  margin: 0 auto 18px;
  width: auto;
}

@media (max-width: 767px) {
  .ae-airdrop-account-item {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ae-airdrop-account-actions {
    flex-basis: 100%;
    margin-left: 68px;
  }

  .ae-airdrop-account-empty {
    padding: 56px 0 90px;
  }

  .ae-airdrop-account-empty .empty-icon {
    height: 110px;
  }

  .ae-airdrop-profile-item {
    align-items: flex-start;
  }

  .ae-airdrop-profile-thumb {
    flex-basis: 56px;
    height: 56px;
    width: 56px;
  }

  .ae-airdrop-profile-empty {
    padding: 42px 0 70px;
  }

  .ae-airdrop-profile-empty .empty-icon {
    height: 110px;
  }
}
