* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

.title {
    font-weight: 600;
    font-size: 30px;
    padding: 10px;
}

.header {
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
}

.statement {
    display: block;
    max-width: 600px;
    margin-bottom: 25px;
}

.locale {
    padding-bottom: 5px;
    font-weight: 600;
    display: block;
}

.statement_top {
    display: grid;
    grid-template-columns: 40px 1fr;
}

.statement_score_container {
    width: 40px;
    padding: 5px;
}

.statement_text {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    padding: 5px;
    font-size: 14px;

}

.statement_bottom {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    padding: 5px;
    font-size: 11px;
    color: gray;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.statement_date {
    text-align: left;
    padding-left: 40px;
}

.statement_deep_dive {
    text-align: right;
}

.statement_deep_dive a {
    color: gray;
}

.score {
    margin: 0 auto;
    width: 20px;
    text-align: center;
    height: 20px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 0 0 0;
    border-radius: 4px;
}

.severity_score_1 {
    background-color: #006400 !important;
}

.severity_score_2 {
    background-color: #3CB371 !important;
}

.severity_score_3 {
    background-color: #D4AC0D !important;
}

.severity_score_4 {
    background-color: #DC7633 !important;
}

.severity_score_5 {
    background-color: #A93226 !important;
}

.source_link {
    background-color: lightgray;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: gray;
    border-radius: 2px;
    padding: 1px 3px 1px 3px;
    margin: 0 1px 0 1px;
}