body {
    font-family: sans-serif;
    font-size: 11pt;
    color: #2d3748;
    margin: 0;
    padding: 0;
}

.invoice-wrapper {
    width: 100%;
}

.invoice-box {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 20px;
    color: #2d3748;
}

.preview-like-header {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: center;
}

.preview-like-logo {
    margin-bottom: 10px;
    text-align: center;
}

.invoice-logo {
    display: inline-block;
    max-width: 150px;
    max-height: 42px;
    width: auto;
    height: auto;
}

.preview-like-company-info {
    color: #2d3748;
    text-align: center;
}

.preview-like-company-info div {
    margin-bottom: 4px;
}

.company-name {
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 6px;
    color: #2d3748;
    text-align: center;
}

.invoice-meta {
    margin-bottom: 20px;
    color: #2d3748;
}
.header-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
    border-bottom: 2px solid #3498db;
}

.invoice-title {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2d3748;
}

.two-col-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.two-col-table td {
    width: 50%;
    vertical-align: top;
}

.two-col-left {
    padding-right: 8px;
}

.two-col-right {
    padding-left: 8px;
}

.box {
    border: 1px solid #e2e8f0;
    padding: 12px;
    background: #fff;
    color: #2d3748;
}

.box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 12pt;
    font-weight: bold;
    color: #2d3748;
}

.items {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 11pt;
    color: #2d3748;
}

.items th,
.items td {
    border: 1px solid #e2e8f0;
    padding: 8px;
    text-align: left;
}
.items th {
    background: #3498db;
    color: #ffffff;
    font-weight: bold;
}

.items td.text-right,
.items th.text-right {
    text-align: right;
}

.items tfoot th {
    background: #edf2f7;
    color: #2d3748;
}

.items tfoot td {
    font-weight: bold;
}

.footer {
    margin-top: 20px;
    text-align: center;
    font-size: 10pt;
    color: #718096;
}