/* Invoice Preview Box */
.indian-gst-invoice-preview-box {
    margin: 0;
    padding: 10px;
    font-family: 'DejaVu Sans', sans-serif;
    font-size: 12px;
}

/* Inherit font for all children */
.indian-gst-invoice-preview-box * {
    font-family: inherit;
    font-size: inherit;
}

/* Invoice Title */
.invoice-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Text Align Helpers */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

/* Section Spacing */
.section {
    margin-top: 10px;
}

/* Table Styling */
.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.table th,
.table td {
    border: 1px solid #000;
    padding: 5px;
}

.table th {
    background-color: #333;
    color: #fff;
}

/* Fixed Layout Table (for item columns) */
.table-fixed {
    table-layout: fixed;
}

/* Summary Table */
.summary-table td {
    border: 1px solid #000;
    padding: 5px;
}

.summary-label {
    width: 70%;
    vertical-align: top;
}

.summary-values {
    width: 30%;
}

/* Footer */
.footer {
    margin-top: 30px;
    font-style: italic;
    text-align: left;
    font-size: 11px;
}

/* Heading Bar (Used in Packing Slip / Invoice Section Headers) */
.heading-bar {
    background: #333;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

/* Address Cell Indent */
.address-cell {
    vertical-align: top;
    padding-left: 20px !important;
}

/* Red Highlight for Missing Info */
.not-available {
    color: red;
}

.indian-gst-margin-top {
	margin-top: 15px;
}