/* STOCKDIVAR_PROFILE_LADDER_ENTRY_V7606 */

.profile-ladder-entry-v7606 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 13px;
  color: #fff;
  background:
    linear-gradient(135deg, #a91020, #cf2738);
  box-shadow:
    0 10px 24px rgba(185, 24, 42, .22);
  text-decoration: none;
  font-weight: 800;
  transition: .18s ease;
}

.profile-ladder-entry-v7606:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow:
    0 13px 28px rgba(185, 24, 42, .28);
}

.profile-ladder-entry-v7606 span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  font-size: 20px;
}

.ladder-entry-note-v7606 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(190, 24, 43, .22);
  background:
    linear-gradient(135deg, #fff7f8, #fff);
  border-radius: 16px;
}

.ladder-entry-note-v7606 div {
  display: grid;
  gap: 4px;
}

.ladder-entry-note-v7606 strong {
  font-size: 18px;
}

.ladder-entry-note-v7606 span {
  color: #6f7787;
}

.ladder-focus-action-v7606 {
  position: relative !important;
  border-color: #bd1d31 !important;
  background: #bd1d31 !important;
  color: #fff !important;
  box-shadow:
    0 0 0 4px rgba(189, 29, 49, .12),
    0 8px 20px rgba(189, 29, 49, .18) !important;
}

@media (max-width: 700px) {
  .profile-ladder-entry-v7606 {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
  }

  .ladder-entry-note-v7606 {
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }

  .ladder-entry-note-v7606 .api-btn {
    width: 100%;
    text-align: center;
  }
}
