.pdf-frame {
  display: block;
  width: 100%;
  height: calc(100vh - 150px);
  min-height: 720px;
  border: 1px solid #ccd2dc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 20px #14213d24;
}

select {
  display: block;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #cbd1dc;
  border-radius: 6px;
  padding: 9px;
  font: inherit;
  background: #fff;
}

.layout-note { margin: 0; color: #69758a; font-size: 12px; }
.layout-status { margin-left: 8px; color: #64748b; font-size: 10px; font-weight: 500; }
.muted { opacity: .5; }
label small { display: block; margin-top: 3px; color: #7b8799; font-weight: 400; }
.layout-actions { display: flex; align-items: center; gap: 12px; color: #69758a; font-size: 12px; }
.layout-actions button { padding: 7px 10px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 118px; height: 52px; object-fit: contain; border-radius: 6px; }
.page::before { content: ""; display: block; width: 92px; height: 34px; margin: 0 auto 4px; background: url('/static/img/hireflow-logo.png') center/contain no-repeat; }
