.uepc-action-buttons-wrapper {
  margin: 24px 0 !important;
  padding: 18px 22px !important;
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%) !important;
  border: 1px solid rgba(99, 102, 241, 0.3) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.2) !important;
  font-family: 'Noto Sans Telugu', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: hidden !important;
}
.uepc-brand-badge {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}
.uepc-pulse-dot {
  width: 10px !important;
  height: 10px !important;
  background-color: #10b981 !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7) !important;
  animation: uepc-pulse 1.8s infinite !important;
  display: inline-block !important;
}
@keyframes uepc-pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}
.uepc-brand-title {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #e0e7ff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
}
.uepc-live-tag {
  font-size: 9px !important;
  font-weight: 800 !important;
  background: rgba(16, 185, 129, 0.2) !important;
  color: #6ee7b7 !important;
  padding: 2px 8px !important;
  border-radius: 9999px !important;
  border: 1px solid rgba(16, 185, 129, 0.4) !important;
  letter-spacing: 0.5px !important;
}
.uepc-brand-sub {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #cbd5e1 !important;
  line-height: 1.5 !important;
  margin-bottom: 4px !important;
}
.uepc-buttons-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  align-items: center !important;
}
.uepc-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 10px 18px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
.uepc-btn-generate {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #1e40af 100%) !important;
  color: #ffffff !important;
  border-color: rgba(96, 165, 250, 0.4) !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
}
.uepc-btn-generate:hover {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #1d4ed8 100%) !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.5) !important;
  transform: translateY(-2px) !important;
}
.uepc-btn-share {
  background: linear-gradient(135deg, #059669 0%, #10b981 50%, #047857 100%) !important;
  color: #ffffff !important;
  border-color: rgba(52, 211, 153, 0.4) !important;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35) !important;
}
.uepc-btn-share:hover {
  background: linear-gradient(135deg, #10b981 0%, #34d399 50%, #059669 100%) !important;
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5) !important;
  transform: translateY(-2px) !important;
}
.uepc-icon-box {
  width: 32px !important;
  height: 32px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(4px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  flex-shrink: 0 !important;
}
.uepc-btn-label-box {
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
  gap: 2px !important;
}
.uepc-text-main {
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.2px !important;
}
.uepc-text-sub {
  font-size: 10.5px !important;
  font-weight: 600 !important;
  opacity: 0.9 !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
.uepc-tag-pill {
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px !important;
  padding: 3px 8px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 9999px !important;
  color: #ffffff !important;
  margin-left: 4px !important;
}
@media (max-width: 640px) {
  .uepc-action-buttons-wrapper { padding: 14px 16px !important; }
  .uepc-buttons-group { flex-direction: column !important; align-items: stretch !important; }
  .uepc-btn { width: 100% !important; justify-content: space-between !important; }
}