/* ============================================================
   toolbox-readability.css
   Unique styles for the Readability Checker tool
   ============================================================ */

.rb-score-wrap {
    text-align: center;
    margin-bottom: 1rem;
}

.rb-score {
    font-size: 3rem;
    font-weight: 700;
    color: #2d3f52; /* overridden by JS */
    line-height: 1;
}

.rb-grade {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0.3rem;
    color: #2d3f52; /* overridden by JS */
}

.rb-verdict {
    font-size: 0.85rem;
    color: #333;
    margin-top: 0.4rem;
    line-height: 1.5;
}
