body {
    font-family: 'Lato', sans-serif !important;
    background-color: #f4f6fa;
    margin: 0;
    padding: 40px;
}

.page-container {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.page-title {
    font-size: 28px;
    margin-bottom: 30px;
    color: #203d91;
}

.report-cost {
    font-weight: bold;
    color: #203d91;
    margin: 0;
}

.note {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.catalog-link {
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    color: #203d91;
    font-weight: bold;
}

.report-card {
    display: flex;
    gap: 20px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.preview-side {
    flex: 1;
    min-width: 220px;
}

.pdf-frame {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.report-info {
    flex: 1;
}

.view-fullscreen {
    font-size: 12px;
    padding: 4px 10px;
    margin-top: 6px;
}
