.rcmp-pending-approval-page {
  max-width: 672px;
  margin: 0 auto;
  padding: 112px 24px 96px;
  text-align: center;
  color: #26222d;
}

.rcmp-pending-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.1);
  color: #4c1d95;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 40px;
}

.rcmp-pending-dot {
  position: relative;
  display: inline-flex;
  width: 6px;
  height: 6px;
}

.rcmp-pending-dot span:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #4c1d95;
  opacity: 0.75;
  animation: rcmp-ping 1.4s infinite;
}

.rcmp-pending-dot span:last-child {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #4c1d95;
}

@keyframes rcmp-ping {
  75%,
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.rcmp-pending-hero {
  margin-bottom: 36px;
}

.rcmp-pending-hero h1 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #27212f;
}

.rcmp-pending-hero p {
  max-width: 520px;
  margin: 0 auto;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.65;
}

.rcmp-pending-hero strong {
  color: #27212f;
  font-weight: 600;
}

.rcmp-pending-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #6b7280;
  font-size: 14px;
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #e5e7eb;
}

.rcmp-pending-time svg,
.rcmp-pending-stats svg {
  color: #4c1d95;
}

.rcmp-pending-guidelines {
  margin-bottom: 64px;
}

.rcmp-pending-section-title {
  margin-bottom: 32px;
}

.rcmp-pending-section-title span {
  display: block;
  margin-bottom: 8px;
  color: #4c1d95;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rcmp-pending-section-title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #27212f;
}

.rcmp-pending-guideline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e7eb;
}

.rcmp-pending-guideline-item:last-child {
  border-bottom: 0;
}

.rcmp-pending-check {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.1);
  color: #4c1d95;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rcmp-pending-guideline-item h3 {
  margin: 0 0 4px;
  color: #27212f;
  font-size: 14px;
  font-weight: 700;
}

.rcmp-pending-guideline-item p {
  max-width: 448px;
  margin: 0 auto;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.rcmp-pending-message {
  margin-bottom: 48px;
}

.rcmp-pending-message h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #27212f;
}

.rcmp-pending-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 32px 0;
  margin-bottom: 48px;
  border-top: 1px solid #e5e7eb;
}

.rcmp-pending-stats > div {
  text-align: center;
}

.rcmp-pending-stats > div:nth-child(2) {
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
}

.rcmp-pending-stat-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}

.rcmp-pending-stat-main strong {
  color: #27212f;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.rcmp-pending-stats p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
}

.rcmp-pending-trusted {
  margin-bottom: 42px;
}

.rcmp-pending-trusted > p {
  margin: 0 0 24px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rcmp-pending-users {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.rcmp-pending-users span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #27212f;
  font-size: 14px;
}

.rcmp-pending-users b {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #4c1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.rcmp-pending-support {
  color: #6b7280;
  font-size: 14px;
}

.rcmp-pending-support a {
  color: #4c1d95 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.rcmp-pending-support a:hover {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .rcmp-pending-approval-page {
    padding: 72px 20px 72px;
  }

  .rcmp-pending-badge {
    margin-bottom: 32px;
  }

  .rcmp-pending-hero h1 {
    font-size: 38px;
  }

  .rcmp-pending-hero p {
    font-size: 16px;
  }

  .rcmp-pending-time {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }

  .rcmp-pending-stats {
    gap: 12px;
  }

  .rcmp-pending-stat-main {
    gap: 5px;
  }

  .rcmp-pending-stat-main strong {
    font-size: 24px;
  }

  .rcmp-pending-stats p {
    font-size: 11px;
  }

  .rcmp-pending-users {
    gap: 14px;
  }
}
