.dAFO_3mcjLrFj5bguMVg {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--neutral-background-primary);
  border: 1px solid var(--neutral-border-default);
  border-radius: var(--radius-card);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.dAFO_3mcjLrFj5bguMVg:hover {
  border-color: var(--neutral-border-strong);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.dAFO_3mcjLrFj5bguMVg:active {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.dAFO_3mcjLrFj5bguMVg:focus-visible {
  outline: 2px solid var(--activity-focus-border);
  outline-offset: 2px;
}

.leFF6H69ECfHDZrUMPHg {
  position: relative;
  aspect-ratio: 152 / 137;
  overflow: hidden;
  /* Opaque gray so mix-blend-mode: darken on the image blends any lighter Imgix bg (white or #f5f5f5) to this gray */
  background-color: var(--neutral-background-subtleOpaque);
  flex-shrink: 0;
}

.sc2LoD4vPOYvMgIVQmXX {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* darken (min per channel) collapses any lighter-than-container bg (#ffffff or #f5f5f5) to the container gray without the darker-rectangle artifact multiply produces when image bg equals container bg */
  mix-blend-mode: darken;
}

.I9Jp7ReOGNsUkLrwZ0Ju {
  padding: 0.75rem var(--space-componentLayout-xs);
}

.NouDssMzNIPpCrmkiBQG {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.75em; /* 3 lines × 1.25 line-height — reserves consistent height */
}

.zevynoyTWZ4fzZQdhiuw {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 700px) {
  .zevynoyTWZ4fzZQdhiuw {
    padding-left: 0;
    padding-right: 0;
  }
}

.zdQCG6iRlYlZwXwX8uJ9 {
  padding-top: 1rem;
}

.urohSwRl3_8qQ3LjaeqQ {
  padding-top: 1.5rem;
}

.GYbQnbMcMHCn60ZlkqVt {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.X67K3QSdQngLt6PFI0qN {
  display: flex;
  gap: 0.75rem;
  margin-left: auto;
  flex-shrink: 0;
}

.glWMFcSTUh3auLOYHTL_ {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--neutral-border-default);
  border-radius: 50%;
  background: transparent;
  color: var(--neutral-icon-default);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.zdQCG6iRlYlZwXwX8uJ9 .glWMFcSTUh3auLOYHTL_ {
  width: 2.5rem;
  height: 2.5rem;
}

.urohSwRl3_8qQ3LjaeqQ .glWMFcSTUh3auLOYHTL_ {
  width: 2rem;
  height: 2rem;
}

.glWMFcSTUh3auLOYHTL_:not(:disabled):hover {
  background-color: var(--neutral-background-subtleOpaque);
}

.glWMFcSTUh3auLOYHTL_:not(:disabled):active {
  background-color: var(--neutral-background-subtle);
}

.glWMFcSTUh3auLOYHTL_:focus-visible {
  outline: 2px solid var(--activity-focus-border);
  outline-offset: 2px;
}

.glWMFcSTUh3auLOYHTL_:disabled {
  background-color: var(--neutral-background-subtle);
  border-color: var(--interactive-border-disabled);
  color: var(--interactive-icon-disabled);
  cursor: not-allowed;
}

