.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-left: 58px !important;
  text-align: left !important;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before {
  content: "" !important;
  position: absolute !important;
  left: 24px !important;
  top: 50% !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2303B0B1' d='M20 7h-2.18A3 3 0 0 0 12 5.05A3 3 0 0 0 6.18 7H4a2 2 0 0 0-2 2v2a1 1 0 0 0 1 1h1v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8h1a1 1 0 0 0 1-1V9a2 2 0 0 0-2-2Zm-6.8-1.4A1.4 1.4 0 1 1 14.6 7H13V5.6h.2ZM9.4 4.2a1.4 1.4 0 0 1 1.4 1.4V7H9.2a1.4 1.4 0 0 1 .2-2.8ZM4 9h7v1H4V9Zm2 3h5v8H6v-8Zm12 8h-5v-8h5v8Zm2-10h-7V9h7v1Z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  transform: translateY(-50%) !important;
  -webkit-mask: none !important;
  mask: none !important;
}

.ksr-account-wrap {
  --ksr-main: #03B0B1;
  --ksr-main-dark: #008b8d;
  --ksr-main-soft: #e7fbfb;
  --ksr-main-pale: #f5ffff;
  --ksr-ink: #101828;
  --ksr-text: #344054;
  --ksr-muted: #667085;
  --ksr-line: #d7eaec;
  --ksr-card: #ffffff;
  --ksr-warm: #fff4e8;
  --ksr-success: #039855;
  --ksr-danger: #d92d20;
  --ksr-purple: #6d28d9;
  color: var(--ksr-text);
  font-size: 14px;
  line-height: 1.5;
}

.ksr-account-wrap,
.ksr-account-wrap * {
  box-sizing: border-box;
}

.ksr-account-wrap a,
.ksr-account-wrap button {
  -webkit-tap-highlight-color: transparent;
}

.ksr-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 236px;
  gap: 18px;
  min-height: 238px;
  margin-bottom: 14px;
  padding: 24px;
  overflow: hidden;
  border-radius: 24px;
  background: radial-gradient(circle at 15% 12%, rgba(255,255,255,0.32), transparent 30%), linear-gradient(135deg, #03B0B1 0%, #17d2d4 48%, #027f83 100%);
  box-shadow: 0 20px 48px rgba(3, 176, 177, 0.2);
}

.ksr-hero::before,
.ksr-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.ksr-hero::before {
  width: 220px;
  height: 220px;
  right: -85px;
  top: -90px;
  background: rgba(255,255,255,0.17);
}

.ksr-hero::after {
  width: 138px;
  height: 138px;
  left: 50%;
  bottom: -70px;
  background: rgba(255,255,255,0.14);
}

.ksr-hero-content,
.ksr-wallet-card {
  position: relative;
  z-index: 1;
}

.ksr-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
}

.ksr-hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 13px;
}

.ksr-hero-kicker span,
.ksr-hero-kicker em {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ksr-hero-kicker em {
  background: rgba(255,255,255,0.94);
  color: var(--ksr-main-dark);
}

.ksr-hero h2 {
  max-width: 610px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(26px, 2.9vw, 36px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.ksr-hero p {
  max-width: 600px;
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.ksr-hero-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ksr-hero-rules span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.ksr-wallet-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 190px;
  padding: 22px 16px;
  border: 1px solid rgba(255,255,255,0.58);
  border-radius: 22px;
  background: rgba(255,255,255,0.94);
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,83,84,0.16);
  backdrop-filter: blur(14px);
}

.ksr-wallet-label {
  margin-bottom: 7px;
  color: var(--ksr-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ksr-wallet-value {
  display: block;
  color: var(--ksr-main);
  font-size: 46px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.055em;
}

.ksr-wallet-unit {
  margin-top: 7px;
  color: var(--ksr-muted);
  font-size: 12px;
  font-weight: 750;
}

.ksr-member-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 15px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ksr-main-soft);
  color: var(--ksr-main-dark);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.ksr-tier-gold {
  background: #fff6df;
  color: #a16207;
}

.ksr-tier-diamond {
  background: #f4efff;
  color: var(--ksr-purple);
}

.ksr-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.ksr-overview-card,
.ksr-tier-panel,
.ksr-section {
  border: 1px solid var(--ksr-line);
  border-radius: 20px;
  background: var(--ksr-card);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.055);
}

.ksr-overview-card {
  position: relative;
  overflow: hidden;
  min-height: 116px;
  padding: 15px 16px;
}

.ksr-overview-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: rgba(3,176,177,0.08);
}

.ksr-overview-card i,
.ksr-overview-card span,
.ksr-overview-card strong,
.ksr-overview-card p {
  position: relative;
  z-index: 1;
}

.ksr-overview-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: var(--ksr-main-soft);
  color: var(--ksr-main-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.ksr-overview-card span {
  display: block;
  margin-bottom: 4px;
  color: var(--ksr-muted);
  font-size: 11px;
  font-weight: 850;
}

.ksr-overview-card strong {
  display: -webkit-box;
  overflow: hidden;
  min-height: 20px;
  color: var(--ksr-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ksr-overview-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 5px 0 0;
  color: var(--ksr-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ksr-tier-panel {
  padding: 18px;
  margin-bottom: 14px;
}

.ksr-tier-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ksr-tier-panel-head span,
.ksr-section-head span {
  display: block;
  margin-bottom: 4px;
  color: var(--ksr-main-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ksr-tier-panel-head strong {
  display: block;
  color: var(--ksr-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.ksr-tier-panel-head p {
  max-width: 360px;
  margin: 0;
  color: var(--ksr-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
  text-align: right;
}

.ksr-progress {
  width: 100%;
  height: 9px;
  padding: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: #ecf7f8;
}

.ksr-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ksr-main), #2DE5E6);
}

.ksr-tier-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.ksr-tier-step {
  display: grid;
  gap: 3px;
  padding: 13px 14px;
  border: 1px solid var(--ksr-line);
  border-radius: 16px;
  background: #fff;
}

.ksr-tier-step.is-active {
  border-color: rgba(3,176,177,0.62);
  background: linear-gradient(180deg, var(--ksr-main-pale), #fff);
  box-shadow: inset 0 0 0 1px rgba(3,176,177,0.07);
}

.ksr-tier-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ksr-tier-step b {
  color: var(--ksr-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.ksr-tier-step em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--ksr-main-soft);
  color: var(--ksr-main-dark);
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.ksr-tier-step small {
  color: var(--ksr-main-dark);
  font-size: 11px;
  font-weight: 850;
}

.ksr-tier-step span {
  color: var(--ksr-muted);
  font-size: 11px;
  font-weight: 750;
}

.ksr-customer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px;
  border: 1px solid var(--ksr-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.045);
}

.ksr-customer-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 12px;
  color: var(--ksr-muted);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.ksr-customer-nav button:hover,
.ksr-customer-nav button:focus,
.ksr-customer-nav button.is-active {
  background: var(--ksr-main-soft);
  color: var(--ksr-main-dark);
}

.ksr-customer-nav button:focus-visible {
  outline: 2px solid rgba(3, 176, 177, 0.32);
  outline-offset: 2px;
}


.ksr-section {
  padding: 20px;
  margin-bottom: 18px;
}

.ksr-tab-panel:not(.is-active) {
  display: none;
}


.ksr-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 17px;
}

.ksr-section-head h3 {
  margin: 0;
  color: var(--ksr-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.ksr-section-head p {
  max-width: 420px;
  margin: 0;
  color: var(--ksr-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
  text-align: right;
}

.ksr-ajax-message {
  display: none;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.ksr-ajax-message.is-success,
.ksr-ajax-message.is-error {
  display: flex;
}

.ksr-ajax-message.is-success {
  border: 1px solid #a7f3d0;
  background: #ecfdf5;
  color: #065f46;
}

.ksr-ajax-message.is-error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.ksr-ajax-message strong {
  padding: 6px 10px;
  border-radius: 10px;
  background: #fff;
  color: var(--ksr-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.ksr-copy-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: var(--ksr-main);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.ksr-copy-code:hover,
.ksr-copy-code:focus {
  background: var(--ksr-main-dark);
  color: #fff;
}

.ksr-reward-group + .ksr-reward-group {
  margin-top: 24px;
}

.ksr-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ksr-group-title h4 {
  margin: 0;
  color: var(--ksr-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
}

.ksr-group-title span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--ksr-main-soft);
  color: var(--ksr-main-dark);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.ksr-reward-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ksr-reward-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 212px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--ksr-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbffff);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ksr-reward-card::after {
  content: "";
  position: absolute;
  right: -52px;
  top: -58px;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: rgba(3,176,177,0.08);
  pointer-events: none;
}

.ksr-reward-card:hover {
  transform: translateY(-2px);
  border-color: rgba(3,176,177,0.52);
  box-shadow: 0 16px 38px rgba(16, 24, 40, 0.08);
}

.ksr-reward-card.is-locked {
  background: #fbfcfd;
}

.ksr-reward-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.ksr-reward-type,
.ksr-reward-state {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ksr-reward-type {
  background: #f2f4f7;
  color: var(--ksr-muted);
}

.ksr-reward-state {
  background: #ecfdf5;
  color: var(--ksr-success);
}

.ksr-reward-card.is-locked .ksr-reward-state {
  background: #f2f4f7;
  color: #98a2b3;
}

.ksr-reward-card h5 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  overflow: hidden;
  min-height: 22px;
  margin: 0 0 8px;
  color: var(--ksr-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ksr-reward-card p {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  overflow: hidden;
  min-height: 40px;
  margin: 0 0 12px;
  color: var(--ksr-muted);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ksr-reward-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: auto;
}

.ksr-reward-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 9px;
  background: var(--ksr-warm);
  color: #9a3412;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.ksr-reward-meta .ksr-gift-auto-note {
  background: #eefafa;
  color: var(--ksr-main-dark);
}

.ksr-reward-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--ksr-line);
}

.ksr-cost {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 70px;
  color: var(--ksr-main-dark);
}

.ksr-cost strong {
  display: block;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.ksr-cost span {
  margin-top: 2px;
  color: var(--ksr-muted);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.ksr-redeem-btn.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 36px;
  padding: 0 15px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ksr-main), #0bd0d2);
  color: #fff;
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1;
  text-transform: none;
  box-shadow: 0 10px 20px rgba(3,176,177,0.18);
}

.ksr-redeem-btn.button:hover,
.ksr-redeem-btn.button:focus {
  background: linear-gradient(135deg, var(--ksr-main-dark), var(--ksr-main));
  color: #fff;
}

.ksr-redeem-btn.button:disabled,
.ksr-redeem-btn.button:disabled:hover {
  background: #e4e7ec;
  color: #98a2b3;
  box-shadow: none;
  cursor: not-allowed;
}

.ksr-empty {
  padding: 18px;
  border: 1px dashed var(--ksr-line);
  border-radius: 16px;
  background: #fbffff;
  color: var(--ksr-muted);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

.ksr-code-list,
.ksr-history-list {
  display: grid;
  gap: 10px;
}

.ksr-code-card,
.ksr-history-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border: 1px solid var(--ksr-line);
  border-radius: 16px;
  background: #fff;
}

.ksr-code-main,
.ksr-history-main {
  min-width: 0;
}

.ksr-code-card span,
.ksr-code-card small,
.ksr-history-item span,
.ksr-history-item small {
  display: block;
  color: var(--ksr-muted);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.45;
}

.ksr-code-card strong,
.ksr-history-item strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--ksr-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.ksr-code-card strong {
  margin: 2px 0;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.ksr-code-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.ksr-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: var(--ksr-success);
  font-size: 11.5px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.ksr-status-used {
  background: #f2f4f7;
  color: var(--ksr-muted);
}

.ksr-history-item b {
  flex: 0 0 auto;
  min-width: 54px;
  text-align: right;
  font-size: 16px;
  font-weight: 900;
}

.ksr-history-item b.is-plus {
  color: var(--ksr-success);
}

.ksr-history-item b.is-minus {
  color: var(--ksr-danger);
}

.ksr-cart-gift-badge {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(3,176,177,0.1);
  color: #02999a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ksr-cart-gift-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eefafa;
  color: var(--ksr-main);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .ksr-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ksr-reward-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ksr-hero {
    grid-template-columns: 1fr;
  }

  .ksr-wallet-card {
    min-height: auto;
  }

  .ksr-wallet-value {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation-link--keyshu-rewards a {
    padding-left: 52px !important;
  }

  .woocommerce-MyAccount-navigation-link--keyshu-rewards a::before {
    left: 22px !important;
  }

  .ksr-account-wrap {
    font-size: 13px;
  }

  .ksr-hero {
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
  }

  .ksr-hero h2 {
    font-size: 26px;
    line-height: 1.18;
  }

  .ksr-hero p {
    font-size: 13px;
  }

  .ksr-hero-rules span {
    width: 100%;
    justify-content: center;
  }

  .ksr-overview-grid,
  .ksr-tier-track,
  .ksr-reward-grid {
    grid-template-columns: 1fr;
  }

  .ksr-section,
  .ksr-tier-panel {
    padding: 16px;
    border-radius: 18px;
  }

  .ksr-section-head,
  .ksr-tier-panel-head,
  .ksr-group-title,
  .ksr-code-card,
  .ksr-history-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .ksr-section-head p,
  .ksr-tier-panel-head p {
    max-width: none;
    text-align: left;
  }

  .ksr-customer-nav {
    border-radius: 16px;
  }

  .ksr-customer-nav button {
    flex: 1 1 auto;
    min-width: calc(50% - 4px);
  }

  .ksr-reward-card {
    min-height: 0;
  }

  .ksr-code-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .ksr-history-item b {
    min-width: 0;
    text-align: left;
  }
}

/* Keyshu Rewards v1.2.6 - Account menu icon, balanced tabs, redeem modal */
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 13px !important;
  text-align: left !important;
  white-space: normal !important;
  padding-left: 24px !important;
  padding-right: 16px !important;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before {
  content: none !important;
  display: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  color: #03B0B1 !important;
  font-style: normal !important;
  line-height: 1 !important;
}

.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before {
  content: "\f06b";
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.ksr-customer-nav {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 64px !important;
  margin: 0 0 18px !important;
  padding: 10px !important;
  border: 1px solid var(--ksr-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.045) !important;
}

.ksr-customer-nav .ksr-tab-btn,
.ksr-customer-nav button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  color: var(--ksr-muted) !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.035em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.ksr-customer-nav .ksr-tab-btn:hover,
.ksr-customer-nav .ksr-tab-btn:focus,
.ksr-customer-nav .ksr-tab-btn.is-active,
.ksr-customer-nav button:hover,
.ksr-customer-nav button:focus,
.ksr-customer-nav button.is-active {
  background: var(--ksr-main-soft) !important;
  color: var(--ksr-main-dark) !important;
  box-shadow: none !important;
}

.ksr-customer-nav .ksr-tab-btn:focus-visible,
.ksr-customer-nav button:focus-visible {
  outline: 2px solid rgba(3, 176, 177, 0.32) !important;
  outline-offset: 2px !important;
}

html.ksr-modal-open {
  overflow: hidden;
}

.ksr-redeem-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.ksr-redeem-modal.is-open {
  display: flex;
}

.ksr-redeem-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(6px);
}

.ksr-redeem-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  padding: 28px;
  border: 1px solid rgba(215, 234, 236, 0.95);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(16, 24, 40, 0.24);
  text-align: center;
  animation: ksrModalIn 0.18s ease-out;
}

@keyframes ksrModalIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.ksr-redeem-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f2f7f7;
  color: #667085;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.ksr-redeem-modal-close:hover,
.ksr-redeem-modal-close:focus {
  background: var(--ksr-main-soft);
  color: var(--ksr-main-dark);
}

.ksr-redeem-modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 20px;
  background: linear-gradient(135deg, #03B0B1, #17d2d4);
  box-shadow: 0 16px 30px rgba(3, 176, 177, 0.22);
  color: #fff;
}

.ksr-redeem-modal-icon::before {
  content: "\f06b";
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.ksr-redeem-modal-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--ksr-main-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ksr-redeem-modal-dialog h3 {
  margin: 0 auto 10px;
  max-width: 340px;
  color: var(--ksr-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.ksr-redeem-modal-dialog p {
  margin: 0 auto;
  max-width: 350px;
  color: var(--ksr-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.ksr-redeem-modal-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 20px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--ksr-line);
  border-radius: 16px;
  background: #f7ffff;
  text-align: left;
}

.ksr-redeem-modal-summary span {
  color: var(--ksr-muted);
  font-size: 12px;
  font-weight: 800;
}

.ksr-redeem-modal-summary strong {
  color: var(--ksr-main-dark);
  font-size: 18px;
  font-weight: 950;
  white-space: nowrap;
}

.ksr-redeem-modal-result {
  margin-top: 16px;
  padding: 14px;
  border-radius: 16px;
  text-align: left;
}

.ksr-redeem-modal-result.is-success {
  background: #ecfdf3;
  color: #027a48;
}

.ksr-redeem-modal-result.is-error {
  background: #fff1f0;
  color: #b42318;
}

.ksr-redeem-modal-result strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 900;
}

.ksr-redeem-modal-result p {
  max-width: none;
  color: inherit;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

.ksr-modal-code {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 12px;
  padding: 0 12px;
  border: 1px dashed rgba(3, 176, 177, 0.45);
  border-radius: 12px;
  background: #fff;
  color: var(--ksr-ink);
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-align: center;
}

.ksr-modal-result-actions,
.ksr-redeem-modal-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ksr-modal-result-actions {
  justify-content: flex-start;
  margin-top: 12px;
}

.ksr-redeem-modal-actions {
  margin-top: 20px;
}

.ksr-modal-btn,
.ksr-modal-result-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.ksr-modal-btn-light {
  background: #f2f7f7;
  color: var(--ksr-muted);
}

.ksr-modal-btn-primary,
.ksr-modal-result-actions button {
  background: var(--ksr-main);
  color: #fff;
  box-shadow: 0 14px 26px rgba(3, 176, 177, 0.2);
}

.ksr-modal-btn-primary:hover,
.ksr-modal-result-actions button:hover,
.ksr-modal-btn-primary:focus,
.ksr-modal-result-actions button:focus {
  background: var(--ksr-main-dark);
  color: #fff;
}

.ksr-modal-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
  .woocommerce-MyAccount-navigation-link--keyshu-rewards a {
    padding-left: 22px !important;
  }

  .ksr-customer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    min-height: 54px !important;
    padding: 7px !important;
    border-radius: 16px !important;
  }

  .ksr-customer-nav .ksr-tab-btn,
  .ksr-customer-nav button {
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
    letter-spacing: 0.02em !important;
  }

  .ksr-redeem-modal-dialog {
    padding: 24px 18px 18px;
    border-radius: 22px;
  }

  .ksr-redeem-modal-actions,
  .ksr-modal-result-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ksr-modal-btn,
  .ksr-modal-result-actions button {
    width: 100%;
  }
}


/* Keyshu Rewards v1.2.7 - Fix account menu icon same row with text */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 18px 0 26px !important;
  text-align: left !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--keyshu-rewards.is-active a,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--keyshu-rewards a:hover,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards.is-active a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a:hover {
  align-items: center !important;
  justify-content: flex-start !important;
}

.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa {
  display: inline-flex !important;
  flex: 0 0 18px !important;
  align-self: center !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: #03B0B1 !important;
  font-size: 16px !important;
  font-style: normal !important;
  line-height: 1 !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before {
  content: "\f06b" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 18px !important;
  text-align: center !important;
}

.woocommerce-MyAccount-navigation-link--keyshu-rewards a > .ksr-account-nav-fa + * {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
  .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
  .woocommerce-MyAccount-navigation-link--keyshu-rewards a {
    min-height: 46px !important;
    padding-left: 22px !important;
    padding-right: 14px !important;
    gap: 10px !important;
  }
}

/* Keyshu Rewards v1.2.8 - Align My Account reward icon with default menu icons */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  min-height: 48px !important;
  width: 100% !important;
  padding: 0 16px 0 54px !important;
  text-align: left !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--keyshu-rewards.is-active a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards.is-active a,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--keyshu-rewards a:hover,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a:hover {
  padding-left: 54px !important;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before {
  content: none !important;
  display: none !important;
}

.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa {
  position: absolute !important;
  left: 26px !important;
  top: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  color: #03B0B1 !important;
  font-size: 16px !important;
  font-style: normal !important;
  line-height: 18px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before {
  content: "\f06b" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 18px !important;
  text-align: center !important;
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
  .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
  .woocommerce-MyAccount-navigation-link--keyshu-rewards a,
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--keyshu-rewards.is-active a,
  .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards.is-active a {
    min-height: 46px !important;
    padding-left: 52px !important;
    padding-right: 14px !important;
  }

  .woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa {
    left: 25px !important;
  }
}

/* Keyshu Rewards v1.2.9 - Align My Account reward menu icon with Flatsome menu icons */
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-account .woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a {
  position: relative !important;
  display: block !important;
  min-height: 48px !important;
  padding-left: 58px !important;
  padding-right: 14px !important;
  text-align: left !important;
  line-height: 48px !important;
  white-space: nowrap !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before,
.woocommerce-account .woocommerce-MyAccount-navigation-link--keyshu-rewards a::before,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before {
  content: none !important;
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa,
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa {
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #03B0B1 !important;
  font-style: normal !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before,
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before {
  content: "\f06b" !important;
  display: block !important;
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Keyshu Rewards v1.3.0 - Lucky Wheel */
.ksr-section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(3, 176, 177, 0.12);
  color: #008f91;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.ksr-wheel-section {
  overflow: hidden;
  padding: 24px !important;
  background:
    radial-gradient(circle at 86% 8%, rgba(45, 229, 230, 0.22), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7ffff 100%) !important;
}

.ksr-wheel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 26px;
  align-items: center;
}

.ksr-wheel-copy h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}

.ksr-wheel-copy p {
  max-width: 620px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}

.ksr-wheel-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.ksr-wheel-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(3, 176, 177, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ksr-wheel-stats strong {
  margin-right: 5px;
  color: #03B0B1;
  font-size: 16px;
  line-height: 1;
}

.ksr-wheel-note {
  max-width: 640px;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(3, 176, 177, 0.08);
  color: #475569;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.ksr-wheel-stage {
  position: relative;
  width: 320px;
  height: 320px;
  margin-left: auto;
  padding: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(3,176,177,0.18), rgba(150,254,255,0.36));
  box-shadow: 0 24px 55px rgba(3, 176, 177, 0.16);
}

.ksr-wheel-pointer {
  position: absolute;
  z-index: 4;
  top: -2px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 26px solid #03B0B1;
  filter: drop-shadow(0 6px 8px rgba(15, 23, 42, 0.16));
  transform: translateX(-50%);
}

.ksr-wheel-disc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 9px solid #ffffff;
  border-radius: 50%;
  --ksr-wheel-angle: calc(360deg / var(--ksr-wheel-count));
  background: var(--ksr-wheel-bg, conic-gradient(from -90deg, #03B0B1 0 25%, #96FEFF 25% 50%, #EAFBFC 50% 75%, #2DE5E6 75% 100%));
  box-shadow: inset 0 0 0 1px rgba(3, 176, 177, 0.18);
  transition: transform 2.4s cubic-bezier(.17,.67,.12,1);
}

.ksr-wheel-disc::after {
  content: "";
  position: absolute;
  inset: 84px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(3, 176, 177, 0.18);
}

.ksr-wheel-segment {
  position: absolute;
  top: calc(50% - (var(--ksr-segment-height, 28px) / 2));
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: var(--ksr-segment-width, 118px);
  height: var(--ksr-segment-height, 28px);
  transform-origin: left center;
  transform: rotate(calc(var(--ksr-wheel-angle) * var(--mid) - 90deg)) translateX(var(--ksr-segment-radius, 60px));
  pointer-events: none;
}

.ksr-wheel-segment em {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  color: #0f172a;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
  text-align: left;
  white-space: normal;
  transform: none;
  transform-origin: left center;
}

.ksr-wheel-center {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
  padding: 0 12px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #03B0B1 0%, #00cdd0 100%);
  box-shadow: 0 16px 35px rgba(3, 176, 177, 0.32);
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.ksr-wheel-center:hover:not(:disabled) {
  filter: brightness(1.04);
  transform: translate(-50%, -50%) scale(1.03);
}

.ksr-wheel-center:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.ksr-wheel-result {
  margin-top: 20px;
  padding: 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.ksr-wheel-result strong {
  display: block;
  margin-bottom: 4px;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
}

.ksr-wheel-result p {
  margin: 0 0 10px;
  color: #64748b;
}

.ksr-wheel-result span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
}

.ksr-wheel-result.is-success {
  border: 1px solid rgba(3, 176, 177, 0.28);
  background: #f0ffff;
}

.ksr-wheel-result.is-lose {
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #f8fafc;
}

.ksr-wheel-result.is-error {
  border: 1px solid rgba(239, 68, 68, 0.22);
  background: #fff1f2;
}

.ksr-wheel-prize-list,
.ksr-wheel-history {
  margin-top: 24px;
}

.ksr-wheel-prize-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ksr-wheel-prize-card {
  min-height: 104px;
  padding: 15px;
  border: 1px solid rgba(3, 176, 177, 0.18);
  border-radius: 18px;
  background: #ffffff;
}

.ksr-wheel-prize-card span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eff6ff;
  color: #475569;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ksr-wheel-prize-card strong {
  display: -webkit-box;
  min-height: 39px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.38;
}

.ksr-wheel-prize-card small {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.ksr-wheel-history-list {
  display: grid;
  gap: 10px;
}

.ksr-wheel-history-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(3, 176, 177, 0.14);
  border-radius: 16px;
  background: #ffffff;
}

.ksr-wheel-history-list strong {
  display: block;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.ksr-wheel-history-list small {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
}

.ksr-wheel-history-list span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.ksr-wheel-history-list .is-win {
  background: #dcfce7;
  color: #047857;
}

.ksr-wheel-history-list .is-lose {
  background: #f1f5f9;
  color: #64748b;
}

.ksr-floating-wheel {
  position: fixed;
  z-index: 9998;
  right: 22px;
  bottom: 92px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, #03B0B1 0%, #00cdd0 100%);
  box-shadow: 0 18px 36px rgba(3, 176, 177, 0.26);
  color: #ffffff !important;
  text-decoration: none !important;
}

.ksr-floating-wheel-icon::before {
  content: "\f51e";
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.ksr-floating-wheel strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1024px) {
  .ksr-wheel-layout {
    grid-template-columns: 1fr;
  }

  .ksr-wheel-stage {
    margin: 0 auto;
  }

  .ksr-wheel-prize-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ksr-wheel-section {
    padding: 18px !important;
  }

  .ksr-wheel-copy h3 {
    font-size: 24px;
  }

  .ksr-wheel-stage {
    width: 276px;
    height: 276px;
  }

  .ksr-wheel-disc::after {
    inset: 72px;
  }

  .ksr-wheel-segment {
    width: 96px;
    transform: rotate(calc((360deg / var(--ksr-wheel-count)) * var(--i))) translate(70px) rotate(88deg);
  }

  .ksr-wheel-segment em {
    width: 96px;
    font-size: 8px;
  }

  .ksr-wheel-center {
    width: 92px;
    height: 92px;
    font-size: 12px;
  }

  .ksr-wheel-prize-grid {
    grid-template-columns: 1fr;
  }

  .ksr-floating-wheel {
    right: 14px;
    bottom: 78px;
    min-height: 42px;
    padding: 9px 13px;
  }

  .ksr-floating-wheel strong {
    display: none;
  }
}

/* Keyshu Rewards v1.3.0 - Four equal tabs when wheel is enabled */
.ksr-customer-nav {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.ksr-customer-nav .ksr-tab-btn,
.ksr-customer-nav button {
  min-height: 42px !important;
  line-height: 1.15 !important;
}

@media (max-width: 767px) {
  .ksr-customer-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  .ksr-customer-nav .ksr-tab-btn,
  .ksr-customer-nav button {
    padding: 0 6px !important;
    font-size: 9.5px !important;
  }
}

.ksr-customer-nav.has-wheel {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.ksr-customer-nav.no-wheel {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* =========================================================
   Keyshu Rewards v1.3.1 - Homepage lucky wheel modal
========================================================= */

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  min-height: 48px !important;
  padding-left: 56px !important;
  padding-right: 16px !important;
  text-align: left !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a::before {
  display: none !important;
  content: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa,
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa {
  position: absolute !important;
  left: 24px !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  color: currentColor !important;
  opacity: 1 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before,
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before,
.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--keyshu-rewards a .ksr-account-nav-fa::before {
  content: "\f06b" !important;
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.ksr-floating-wheel {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.ksr-floating-wheel:focus-visible {
  outline: 3px solid rgba(3, 176, 177, 0.24);
  outline-offset: 4px;
}

html.ksr-public-wheel-open,
html.ksr-public-wheel-open body {
  overflow: hidden;
}

.ksr-public-wheel-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ksr-public-wheel-modal.is-open {
  display: flex;
}

.ksr-public-wheel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 27, 45, 0.58);
  backdrop-filter: blur(8px);
}

.ksr-public-wheel-dialog {
  position: relative;
  width: min(1120px, calc(100vw - 32px));
  max-height: calc(100vh - 42px);
  overflow: auto;
  border: 1px solid rgba(158, 232, 233, 0.78);
  border-radius: 30px;
  background:
    radial-gradient(circle at 6% 0%, rgba(150, 254, 255, 0.26), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8ffff 100%);
  box-shadow: 0 30px 90px rgba(9, 27, 45, 0.28);
}

.ksr-public-wheel-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(241, 250, 250, 0.94);
  color: #102033;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(9, 27, 45, 0.08);
}

.ksr-public-wheel-head {
  padding: 34px 42px 10px;
  text-align: center;
}

.ksr-public-wheel-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(3, 176, 177, 0.1);
  color: #008f91;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ksr-public-wheel-head h3 {
  margin: 14px 0 8px;
  color: #111827;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 900;
}

.ksr-public-wheel-head p {
  max-width: 680px;
  margin: 0 auto;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.ksr-public-wheel-body {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  padding: 24px 42px 42px;
  align-items: center;
}

.ksr-public-wheel-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.ksr-wheel-stage-large {
  width: min(560px, 100%);
  min-height: 560px;
  background:
    radial-gradient(circle, rgba(150, 254, 255, 0.28), rgba(150, 254, 255, 0.1) 58%, transparent 70%);
}

.ksr-wheel-stage-large .ksr-wheel-disc {
  width: min(520px, 90vw);
  height: min(520px, 90vw);
  box-shadow:
    inset 0 0 0 12px rgba(255, 255, 255, 0.94),
    inset 0 0 0 24px rgba(150, 254, 255, 0.42),
    0 26px 60px rgba(3, 176, 177, 0.22);
}

.ksr-wheel-stage-large .ksr-wheel-pointer {
  top: 5px;
  border-left-width: 18px;
  border-right-width: 18px;
  border-top-width: 34px;
}

.ksr-wheel-stage-large {
  --ksr-segment-radius: 132px;
  --ksr-segment-width: 148px;
  --ksr-segment-height: 40px;
}

.ksr-wheel-stage-large .ksr-wheel-segment em {
  max-height: 44px;
  padding: 0 6px;
  font-size: 13px;
  line-height: 1.12;
  font-weight: 800;
}

.ksr-wheel-stage-large .ksr-wheel-center {
  width: 132px;
  height: 132px;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.ksr-public-wheel-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.ksr-public-wheel-status,
.ksr-public-wheel-login,
.ksr-public-wheel-rules,
.ksr-public-wheel-prizes {
  border: 1px solid rgba(169, 221, 224, 0.86);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(8, 84, 94, 0.06);
}

.ksr-public-wheel-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
}

.ksr-public-wheel-status span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ksr-public-wheel-status strong {
  color: #03a8aa;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.ksr-public-wheel-login {
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(3, 176, 177, 0.1), rgba(255, 255, 255, 0.94));
}

.ksr-public-wheel-login.is-warning {
  background: linear-gradient(135deg, rgba(255, 237, 213, 0.88), rgba(255, 255, 255, 0.94));
  border-color: rgba(251, 146, 60, 0.24);
}

.ksr-public-wheel-login strong,
.ksr-public-wheel-rules h4,
.ksr-public-wheel-prizes h4 {
  display: block;
  margin: 0 0 8px;
  color: #111827;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.ksr-public-wheel-login p {
  margin: 0 0 14px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.ksr-public-wheel-login div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ksr-public-wheel-login a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #03b0b1;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.ksr-public-wheel-login a + a {
  background: #eefafa;
  color: #008f91 !important;
}

.ksr-public-wheel-rules {
  padding: 18px 20px;
}

.ksr-public-wheel-rules ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.ksr-public-wheel-rules li {
  position: relative;
  padding-left: 20px;
  color: #52627a;
  font-size: 13px;
  line-height: 1.45;
}

.ksr-public-wheel-rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #03b0b1;
}

.ksr-public-wheel-prizes {
  padding: 18px 20px;
}

.ksr-public-wheel-prizes > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-height: 230px;
  overflow: auto;
  padding-right: 2px;
}

.ksr-public-wheel-prizes article {
  padding: 12px;
  border: 1px solid rgba(190, 229, 231, 0.86);
  border-radius: 16px;
  background: #fbffff;
}

.ksr-public-wheel-prizes article span {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eff6ff;
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.ksr-public-wheel-prizes article strong {
  display: block;
  min-height: 34px;
  color: #111827;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 850;
}

.ksr-public-wheel-prizes article small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.3;
}

.ksr-public-wheel-modal .ksr-wheel-result {
  width: 100%;
  margin-top: 18px;
}

@media (max-width: 980px) {
  .ksr-public-wheel-body {
    grid-template-columns: 1fr;
    padding: 20px 22px 28px;
  }

  .ksr-public-wheel-head {
    padding: 28px 52px 6px 22px;
    text-align: left;
  }

  .ksr-public-wheel-head p {
    margin-left: 0;
  }

  .ksr-wheel-stage-large {
    width: 100%;
    min-height: 410px;
  }

  .ksr-wheel-stage-large .ksr-wheel-disc {
    width: min(390px, 88vw);
    height: min(390px, 88vw);
  }

  .ksr-wheel-stage-large .ksr-wheel-center {
    width: 106px;
    height: 106px;
    font-size: 13px;
  }
}

@media (max-width: 540px) {
  .ksr-public-wheel-modal {
    padding: 10px;
  }

  .ksr-public-wheel-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    border-radius: 22px;
  }

  .ksr-public-wheel-head h3 {
    font-size: 25px;
  }

  .ksr-wheel-stage-large {
    min-height: 340px;
  }

  .ksr-wheel-stage-large .ksr-wheel-disc {
    width: min(318px, 84vw);
    height: min(318px, 84vw);
  }

  .ksr-wheel-stage-large .ksr-wheel-segment {
    font-size: 9px;
  }

  .ksr-wheel-stage-large .ksr-wheel-segment em {
    width: 70px;
  }

  .ksr-wheel-stage-large .ksr-wheel-center {
    width: 86px;
    height: 86px;
    font-size: 11px;
  }

  .ksr-public-wheel-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .ksr-public-wheel-prizes > div {
    grid-template-columns: 1fr;
    max-height: 210px;
  }
}


/* v1.3.8 wheel labels inside segment bounds */
.ksr-wheel-stage-large .ksr-wheel-disc::after {
  inset: 132px;
}

.ksr-wheel-stage-large {
  --ksr-segment-radius: 136px;
  --ksr-segment-width: 108px;
  --ksr-segment-height: 46px;
}

.ksr-wheel-stage-large .ksr-wheel-segment em {
  display: -webkit-box;
  width: 100%;
  max-height: 36px;
  padding: 0 2px;
  font-size: 12px;
  line-height: 1.12;
  font-weight: 800;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
  .ksr-wheel-stage-large .ksr-wheel-disc::after {
    inset: 100px;
  }

  .ksr-wheel-stage-large {
    --ksr-segment-radius: 106px;
    --ksr-segment-width: 78px;
    --ksr-segment-height: 40px;
  }

  .ksr-wheel-stage-large .ksr-wheel-segment em {
    max-height: 34px;
    padding: 0 1px;
    font-size: 10px;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 540px) {
  .ksr-wheel-stage-large .ksr-wheel-disc::after {
    inset: 78px;
  }

  .ksr-wheel-stage-large {
    --ksr-segment-radius: 86px;
    --ksr-segment-width: 58px;
    --ksr-segment-height: 36px;
  }

  .ksr-wheel-stage-large .ksr-wheel-segment em {
    max-height: 30px;
    padding: 0;
    font-size: 8px;
    line-height: 1.08;
    -webkit-line-clamp: 2;
  }
}


/* v1.3.10 - make lucky wheel result actions clear */
.ksr-wheel-result .ksr-modal-code,
.ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-code {
  min-height: 46px;
  margin-top: 16px;
  border: 1px dashed rgba(3, 176, 177, 0.55);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.ksr-wheel-result .ksr-modal-result-actions,
.ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-result-actions {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.ksr-wheel-result .ksr-modal-result-actions button,
.ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-result-actions button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none;
}

.ksr-wheel-result .ksr-modal-result-actions .ksr-copy-code,
.ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-result-actions .ksr-copy-code {
  border: 1px solid #03B0B1 !important;
  background: linear-gradient(135deg, #03B0B1, #11cfd0) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(3, 176, 177, 0.24) !important;
}

.ksr-wheel-result .ksr-modal-result-actions .ksr-view-redemptions,
.ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-result-actions .ksr-view-redemptions {
  border: 1px solid rgba(3, 176, 177, 0.35) !important;
  background: #ffffff !important;
  color: #028b8c !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06) !important;
}

.ksr-wheel-result .ksr-modal-result-actions .ksr-copy-code:hover,
.ksr-wheel-result .ksr-modal-result-actions .ksr-copy-code:focus,
.ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-result-actions .ksr-copy-code:hover,
.ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-result-actions .ksr-copy-code:focus {
  background: linear-gradient(135deg, #028b8c, #03B0B1) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(3, 176, 177, 0.32) !important;
}

.ksr-wheel-result .ksr-modal-result-actions .ksr-view-redemptions:hover,
.ksr-wheel-result .ksr-modal-result-actions .ksr-view-redemptions:focus,
.ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-result-actions .ksr-view-redemptions:hover,
.ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-result-actions .ksr-view-redemptions:focus {
  border-color: #03B0B1 !important;
  background: rgba(224, 255, 255, 0.95) !important;
  color: #027273 !important;
}

@media (max-width: 540px) {
  .ksr-wheel-result .ksr-modal-result-actions,
  .ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-result-actions {
    gap: 10px;
  }

  .ksr-wheel-result .ksr-modal-result-actions button,
  .ksr-public-wheel-modal .ksr-wheel-result .ksr-modal-result-actions button {
    width: 100%;
    min-width: 0;
  }
}
