.ap-cta-box {
  background: #f8fafc;
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.ap-cta-text {
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
  margin: 0;
}

.ap-cta-secondary {
  margin-top: 26px;
}

.ap-btn-main {
  display: block;
  width: 100%;
  margin-top: 18px;
  padding: 14px 18px;
  background: #0c4464;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ap-btn-main:hover {
  background: #0c4464;
  color: #bababa;
  transform: translateY(-2px);
}

.ap-btn-dashboard {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  color: #0c4464;
  font-weight: 700;
  font-size: 18px;
}

.ap-btn-alt {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 13px 18px;
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid #0f172a;
  transition: all 0.25s ease;
}

.ap-btn-alt:hover {
  background: #0f172a;
  color: #fff;
}

.ap-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ap-cat-list li a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  color: #111827;
  text-decoration: none;
}

.ap-cat-list li a:hover {
  background: #f3f4f6;
}

.ap-cat-list li.active a {
  background: #eef2ff;
  color: #1881be;
  font-weight: 700;
}
.ap-item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
