.pdf-container { width: 100%; height: 800px; overflow: hidden; background: #f3f4f6; border: 1px solid #e5e7eb; border-radius: 16px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); } .pdf-container iframe { display: block; width: 100%; height: 100%; border: 0; } @media (max-width: 768px) { .pdf-container { height: 600px; border-radius: 10px; } }