.aph-r201-presentation-entry {
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #b9f3ff;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(56, 189, 248, 0.34);
  background: rgba(8, 145, 178, 0.1);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.aph-r201-presentation-entry:hover,
.aph-r201-presentation-entry:focus-visible {
  color: #ffffff;
  border-color: rgba(103, 232, 249, 0.78);
  background: rgba(8, 145, 178, 0.24);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.15);
  outline: none;
}

.aph-r201-presentation-entry svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
}

.aph-r201-presentation-entry--desktop {
  display: none;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}

.aph-r201-presentation-entry--mobile {
  display: inline-flex;
  flex: 0 0 auto;
  height: 44px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .aph-r201-presentation-entry--desktop { display: inline-flex; }
  .aph-r201-presentation-entry--mobile { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .aph-r201-presentation-entry { transition: none; }
}
