.invoice-container{border:2px solid #000;font-family:Arial,sans-serif;font-size:14px;background:#fff}.invoice-title{text-align:end;color:#000;font-size:20px;padding:2px 0}.invoice-header{display:flex;justify-content:space-between;margin-bottom:20px}.company-details{width:48%}.address-section{display:flex;justify-content:space-between;margin-bottom:20px}.invoice-table,.tax-breakup-table{width:100%;border-collapse:collapse;margin-bottom:20px;border:none;border-top:2px solid black;border-bottom:2px solid black}.invoice-table th,.invoice-table td,.tax-breakup-table th,.tax-breakup-table td{border:.5px solid #000;padding:8px;text-align:left}.summary-section{margin-bottom:20px;padding:0 15px;display:flex;justify-content:start;gap:20px}.amount-words{margin-bottom:20px;flex:2}.summary-item{flex:1;display:flex;justify-content:end;width:100%}.bank-details{display:flex;justify-content:space-between;margin-bottom:20px}.upi-qr{height:100px;margin-top:5px}.notes-section{display:flex;justify-content:space-between;padding:0 10px}.signature-section{text-align:right;margin-bottom:10px}.signature-img{height:50px}.invoice-footer{text-align:center;font-size:12px;color:gray;border-top:1px solid #ccc;padding-top:10px}.invoice-header-container{width:100%;font-family:Arial,sans-serif}.header-top{display:flex;justify-content:space-between}.company-info{width:60%;display:flex;align-items:center}.company-logo{width:250px;height:90px;object-fit:contain;margin:10px}.company-text{font-size:14px}.invoice-details{width:30%;padding:10px;font-size:14px}.invoice-row{display:flex;gap:10px;justify-content:space-between;padding:5px 0}.invoice-row:last-child{border-bottom:none}.header-bottom{display:flex}.customer-details,.shipping-details{width:50%;padding:10px;border-top:2px solid black}.shipping-details{border-right:none}.customer-details p,.shipping-details p{margin:5px 0}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.page-title{margin-bottom:2rem;color:#1976d2;font-weight:500;word-break:break-word;font-size:1.75rem}.section{margin-bottom:2rem;padding:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%}.responsive-table{width:100%;overflow-x:auto}.form-field{width:100%;margin-bottom:1rem}.action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.responsive-card{height:100%;display:flex;flex-direction:column}@media (max-width: 1200px){.container{max-width:100%;padding:0 1rem}}@media (max-width: 960px){html{font-size:15px}.page-title{font-size:1.5rem}.section{padding:1.25rem}}@media (max-width: 600px){html{font-size:14px}.page-title{font-size:1.25rem;margin-bottom:1.5rem}.section{padding:1rem;margin-bottom:1.5rem}.action-buttons{flex-direction:column;width:100%}.action-buttons>*{width:100%}}
