.sl-credits-notice,
.sl-credits-balance {
  padding: 10px 14px;
  margin: 10px 0;
  border-radius: 8px;
  background: #f2f6ff;
  border: 1px solid rgba(0,0,0,0.06);
  line-height: 1.35;
}

.sl-credits-notice {
  font-weight: 700;
}

.sl-credits-balance {
  opacity: 0.95;
}
.sl-credits-notice {
  background: #f3fbf5;
}


/* Notices (already OK) */
.sl-credits-notice,
.sl-credits-balance {
  padding: 10px 14px;
  margin: 10px 0;
  border-radius: 8px;
  background: #f2f6ff;
  border: 1px solid rgba(0,0,0,0.06);
  line-height: 1.35;
}
.sl-credits-notice { font-weight: 700; }

/* Buy button styled like clean GP/WP buttons */
.sl-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  margin-left: 10px;
}

/* Hover/Focus – subtle, not flashy */
.sl-buy-btn:hover {
  text-decoration: none;
  border-color: rgba(0,0,0,0.22);
  transform: translateY(-1px);
}
.sl-buy-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}

/* If the list wraps on narrow screens, keep layout sane */
.sl-pricing ul { padding-left: 1.1em; }
.sl-pricing li { margin: 8px 0; }
@media (max-width: 600px) {
  .sl-buy-btn { margin-left: 0; margin-top: 8px; }
}

/* Login note box (when not logged in) */
.sl-buy-login-note {
  padding: 10px 14px;
  margin: 10px 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.12);
}
.sl-buy-login-note a {
  font-weight: 700;
  text-decoration: none;
}
.sl-buy-login-note a:hover { text-decoration: underline; }

/* Pricing grid/cards */
.sl-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

@media (max-width: 1100px) {
  .sl-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .sl-pricing-grid { grid-template-columns: 1fr; }
}

.sl-price-card {
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
}

.sl-price-name { font-weight: 800; font-size: 16px; }
.sl-price-amount { font-weight: 900; font-size: 26px; margin-top: 6px; }
.sl-price-sub { opacity: 0.85; margin-top: 6px; line-height: 1.35; }

.sl-price-actions { margin-top: 12px; }

.sl-price-note { opacity: 0.8; font-weight: 600; }

.sl-featured {
  border-color: rgba(0,0,0,0.18);
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.sl-price-badge {
  display: inline-block;
  font-weight: 800;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #f2f6ff;
  margin-bottom: 8px;
}

.sl-disabled {
  opacity: 0.7;
}


.sl-price-card { position: relative; }

.sl-price-top {
  min-height: 108px; /* doladíš podle oka */
}

.sl-price-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
}

.sl-price-sub { min-height: 44px; }



.sl-price-card { position: relative; }

.sl-price-badge{
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
}

/* aby měly karty stejný "header prostor" */
.sl-price-top{
  padding-top: 18px; /* drobný prostor, aby badge nepůsobil nalepeně */
}

/* volitelně: srovnat popisky na stejnou výšku */
.sl-price-sub{ min-height: 44px; }