#anxiii-redeem-code-shop {
  display: flex;
  min-height: 88px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 1px solid #99f6e4;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  text-decoration: none;
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.06);
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

#anxiii-redeem-code-shop:hover {
  border-color: #14b8a6;
  background: #f0fdfa;
  box-shadow: 0 4px 12px rgb(15 23 42 / 0.08);
}

#anxiii-redeem-code-shop:focus-visible {
  outline: 2px solid #0d9488;
  outline-offset: 3px;
}

.anxiii-redeem-shop-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 5px;
}

.anxiii-redeem-shop-title {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.anxiii-redeem-shop-description {
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
}

.anxiii-redeem-shop-action {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 6px;
  background: #0d9488;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.dark #anxiii-redeem-code-shop {
  border-color: #115e59;
  background: #111827;
  color: #f9fafb;
}

.dark #anxiii-redeem-code-shop:hover {
  border-color: #2dd4bf;
  background: #132f2d;
}

.dark .anxiii-redeem-shop-title {
  color: #f9fafb;
}

.dark .anxiii-redeem-shop-description {
  color: #d1d5db;
}

@media (max-width: 640px) {
  #anxiii-redeem-code-shop {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .anxiii-redeem-shop-action {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (prefers-reduced-motion: reduce) {
  #anxiii-redeem-code-shop {
    transition: none;
  }
}
