.cl-sub-card-v60 {
  overflow: visible !important;
}

#cl-sub-card-v60-body {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.cl-sub-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(148,163,184,.18);
}

.cl-sub-row span {
  opacity: .72;
}

.cl-sub-row strong {
  text-align: right;
}

.cl-sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 12px;
}

.cl-sub-actions a {
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.28);
  text-decoration: none;
  font-weight: 800;
}

.cl-sub-actions a:first-child {
  color: #fff !important;
  background: linear-gradient(135deg,#3b82f6,#06b6d4);
}
