body, html {
    margin: 0;
    padding: 0;
}

.inter-font {
    font-family: Inter, sans-serif;
}

.report-pdf-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.025em;
    color: #374151;
}

.region-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.025em;
    color: #374151;
    text-transform: uppercase;
}

.region-address {
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.025em;
    color: #374151;
}

.contact-text {
    font-size: 12px;
    line-height: 1.5;
    color: #374151;
}

.header-logo {
    width: 40%;
    max-width: 40%;
    text-align: center;
    vertical-align: middle;
}

.header-contact {
    width: 60%;
    max-width: 60%;
    text-align: center;
    vertical-align: middle;
}

.table-content-right {
    text-align: right;
}

.table-content-left {
    text-align: left;
}

.table-content-center {
    text-align: center;
}

.table-full {
    width: 100%;
    table-layout: fixed;
}

.contact-info-text {
    line-height: normal;
}

.contact-info-text div{
    font-size: 12px;
}

.report-bottom-space {
    margin-bottom: 36px;
}

.master-id {
    font-size: 18px;
    font-weight: bold;
    color: #374151;
    background-color: #ffffff;
}

.report-table-head {
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
    padding-right: 26px;
}

.report-table-data {
    font-size: 14px;
    font-weight: normal;
    color: #374151;
    line-height: 1.25;
    margin: 0;
}

.report-text-bold {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #374151;
}

.report-text {
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
    letter-spacing: -0.025em;
}

.report-text-header {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #374151;
    page-break-after: avoid;
    background-color: #ffffff;
}

.finfish-question {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #374151;
    page-break-after: avoid;
    background-color: #ffffff;
    margin-bottom: 8px;
}

.border-bottom-section {
    border-bottom: 2px solid #d5d5e3;
    padding-bottom: 2px;
}

.border-bottom-section-cell {
    border-bottom: 2px solid #d5d5e3;
}

.text-start td {
    text-align: start;
    vertical-align: baseline;
}

.pad-right-26 {
    padding-right: 26px;
}


p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
}

.avoid-page-break {
   page-break-inside: avoid;
}

.socials > td {
    font-size: 12px;
    color: #374151;
}

.social-link {
    font-size: 12px;
    color: #374151;
    text-decoration: none;
}

.header-icon {
    font-size: 16px;
    color: #374151;
}