#df-preview-container {
    display: none;
    margin-bottom: min(4vw, 40px);
    margin-top: min(4vw, 40px);
}

#df-preview {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

#df-preview-container .header {
    font-weight: 700;
    font-size: 1em;
    text-align: center;
    width: 100%;
}

#speaker-container {
    display: none;
    margin-bottom: min(5vw, 50px);
    margin-top: min(3vw, 30px);
}

#trauma-chart-container {
    margin-top: 10px;
    border: none;
}

#speaker-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

td {
    border: 1px solid var(--black);
    padding: 10px;
}

.prev-df-keys {
    font-weight: 700;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Statement {
    width: 50%;
}

.prev-df-vals {
    font-size: 1em;
    color: var(--black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bar {
    fill: #0000cc;
}

.container-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#speech-chart-container {
    width: fit-content;

}

#speech-chart {
    width: 500px;
    height: 500px;
}

#info-flex-container {
    display: flex;
    gap: 35px;
    margin: 0 auto;
}


.info-flex {
    display: flex;
    flex-direction: column;
    gap: 35px;
    font-size: 14px;
}

#info-flex-1 {
    margin: 0 auto;
}


.transcript-info {
    border: 3px solid var(--black);
    border-radius: 0px;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    font-size: 1em;
}

.info-header {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 10px;
}

.transcript-info .fact {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #0000cc;
    padding: 10px;
}

.header {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.chart-container {
    display: none;
    padding: 20px;

}

.text-legend {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.5px;
    text-align: justify;
    margin-bottom: 10px;
}


@media (max-width: 991px) {

    .container-wrapper {
        flex-direction: column;
    }

    .info-flex {
        flex-direction: row;
        gap: 25px;
        font-size: 12px;
    }

    #speech-chart {
        width: 500px;
        height: 500px;
    }

}

@media (max-width: 767px) {

    .container-wrapper {
        flex-direction: column;
    }

    .info-flex {
        flex-direction: column;
        gap: 15px;
        font-size: 12px;
    }

    #speech-chart {
        width: 450px;
        height: 450px;
    }

    .transcript-info .fact {
        font-size: 24px;
    }

}

@media (max-width: 575px) {

    .container-wrapper {
        flex-direction: column;
    }

    .info-flex {
        flex-direction: column;
        gap: 15px;
        font-size: 12px;
    }

    #speech-chart {
        width: 275px;
        height: 275px;
    }

    .header {
        font-size: 16px;
    }

    .transcript-info .fact {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 20px;
    }

}

.prev-df-keys,
.prev-df-vals {
    padding: 7px 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
