.pdf-actions {
  display: none;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 8px;
}

.pdf-actions a,
.pdf-actions button {
  display: inline-block;
  padding: 7px 11px;
  border: 1px solid #9bbbd8;
  border-radius: 7px;
  background: #eef5fb;
  color: #173a63;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.pdf-actions button { cursor: pointer; }
.pdf-actions button:disabled { cursor: default; opacity: .45; }

.pdf-page-info {
  align-self: center;
  min-width: 64px;
  color: #48627a;
  font-size: 13px;
  font-weight: 700;
}

.pdf-mobile-viewer {
  width: 100%;
  min-height: 300px;
  overflow: auto;
  border: 1px solid #cbd9e7;
  border-radius: 7px;
  background: #e8edf2;
  -webkit-overflow-scrolling: touch;
}

.pdf-mobile-viewer canvas {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 1px 5px #17212b33;
}

.pdf-status {
  padding: 28px 12px;
  color: #48627a;
  text-align: center;
}

@media (max-width: 768px) {
  .pdf-actions { display: flex; }
}
