.bw-pdf{font-family:inherit;margin:1.5rem 0}.bw-pdf__title{font-size:1.25rem;line-height:1.3;margin:0 0 .75rem}.bw-pdf__frame{background:#f4f4f4;border-radius:var(--bw-radius,8px);height:var(--bw-height,800px);overflow:hidden;width:100%}.bw-pdf__frame--bordered{border:1px solid #d9d9d9}.bw-pdf__object{border:0;display:block;height:100%;width:100%}.bw-pdf__card,.bw-pdf__mobile-card{align-items:center;background:#f4f4f4;border-radius:var(--bw-radius,8px);display:flex;flex-direction:column;gap:.75rem;justify-content:center;padding:2rem 1.25rem;text-align:center}.bw-pdf__mobile-card{display:none}.bw-pdf__card-icon{align-items:center;background:var(--bw-accent,#ab9151);border-radius:10px;color:#fff;display:inline-flex;font-size:.85rem;font-weight:700;height:56px;justify-content:center;letter-spacing:.05em;width:56px}.bw-pdf__card-text{color:#333;font-size:.95rem;margin:0}.bw-pdf__actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.9rem}.bw-pdf__btn{align-items:center;background:transparent;border:1px solid var(--bw-accent,#ab9151);border-radius:6px;color:var(--bw-accent,#ab9151);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;justify-content:center;padding:.6rem 1.1rem;text-decoration:none;transition:background .15s ease,color .15s ease}.bw-pdf__btn--solid,.bw-pdf__btn:hover{background:var(--bw-accent,#ab9151);color:#fff}.bw-pdf__btn--solid:hover{color:#fff;filter:brightness(.92)}@media (max-width:600px){.bw-pdf[data-mobile=card] .bw-pdf__frame{display:none}.bw-pdf[data-mobile=card] .bw-pdf__mobile-card{display:flex}.bw-pdf__frame{height:60vh}}