/* calendar.php — acciones fila listado (enlace a resultados) */

.carreras-stock-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.carreras-stock-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.calendar-results-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #0ee9b3;
  line-height: 1.2;
}

.calendar-results-link:hover {
  color: #0ee9b3;
  opacity: 0.9;
}

@media (max-width: 576px) {
  .carreras-stock-actions {
    margin-left: 0;
    width: 100%;
  }

  .calendar-results-link {
    width: fit-content;
  }
}
