.uhs-scouting-report {
    background: #e3e4e4; /* Union Grey */
    border-left: 8px solid #5a1222; /* Union Garnet */
    padding: 25px;
    margin: 20px 0;
    box-shadow: 5px 5px 0px #000;
}

.report-tag {
    background: #5a1222;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 900;
    padding: 2px 10px;
    text-transform: uppercase;
}

.uhs-scouting-report h2 {
    color: #000;
    margin: 10px 0;
    font-weight: 900;
}

.scouting-nugget {
    margin-bottom: 15px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.report-btn {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 8px 15px;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none !important;
}

.highlight-text {
    color: #5a1222; /* Union Garnet */
    font-weight: 900;
}

.streak-nugget {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.uhs-scouting-report ul {
    margin: 5px 0 0 20px;
    padding: 0;
}

.uhs-scouting-report li {
    margin-bottom: 5px;
    font-size: 0.9rem;
}