.f26oa-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #edf0ed;
}

.f26oa-pager span {
  color: #66736d;
  font-size: 10px;
  font-weight: 800;
}

.f26oa-pager button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

@media (max-width: 760px) {
  .f26oa-pager {
    align-items: stretch;
    flex-direction: column;
  }

  .f26oa-pager button {
    width: 100%;
  }
}
