.fp-submission-view-container {
    background: #f0f0f1;
    padding: 20px;
    font-family:
        "Satoshi",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen-Sans,
        Ubuntu,
        Cantarell,
        "Helvetica Neue",
        sans-serif;
}

.fp-sub-section {
    background: #fff;
    border: 1px solid #ccd0d4;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border-radius: 4px;
}

.fp-sub-header {
    margin-top: 0;
    background-color: #e73752;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fp-sub-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.fp-sub-table th {
    text-align: left;
    padding: 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    width: 30%;
    font-weight: bold;
}

.fp-sub-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.fp-summary-box {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-left: 4px solid #e87c8d;
    margin: 0 15px 15px 15px;
}

.fp-summary-header {
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1em;
}

.fp-summary-badge {
    background: #e73752;
    color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.9em;
    font-weight: bold;
}

.fp-summary-body {
    padding: 10px 15px 15px 15px;
    color: #3c434a;
    line-height: 1.5;
    font-size: 1.05em;
}

.fp-sub-part {
    margin: 0 15px 30px 15px;
    border-left: 4px solid #e73752;
    padding: 15px;
    background: #fafafa;
}

.fp-view-part-title {
    margin: 0 0 10px 0;
    font-size: 1.3em;
    color: #e73752;
}

.fp-sub-question {
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.fp-view-q-label {
    font-size: 1.1em;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.fp-answer-box {
    margin-top: 5px;
    padding: 8px;
    background: #e7f5fe;
    border: 1px solid #bce0fd;
    border-radius: 4px;
    color: #0c5460;
    font-size: 1.05em;
    line-height: 1.6;
}

.fp-part-footer {
    margin-top: 15px;
    padding: 15px;
    background: #e73752;
    color: #fff;
    border-radius: 4px;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fp-total-badge {
    background: #fff;
    color: #e73752;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
}
