.experience-panel {
  border-radius: var(--albrstay-radius-card, 12px);
  overflow: hidden;
}

.contact-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.contact-action-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
}

.contact-action-icon-light {
  filter: brightness(0) invert(1);
}

.account-link .login-user-icon {
  width: 18px !important;
  height: 18px !important;
  border-radius: 0 !important;
  background: transparent !important;
  object-fit: contain;
}
