#text-html-widget-9 h2{
    font-size: 18px !important;
}
.movie-details *:not(.rank-math-review-result) {
    text-align: center;
    font-size: 13px;
}
.movie-details td {
    border: unset;
    border-bottom: 1px solid white !important;
    color: white;
    background: #1b2b4d;
}
.actor {
    display: inline-block;
    line-height: 12px;
    padding: 3px 5px;
}
.role {
    display: block;
    font-size: 12px;
    margin-top: 6px;
    color: #b2b2b2;
}
.rank-math-total-wrapper,.rank-math-review-data{
    padding: 0 !important;
    margin: 0 auto !important;
    display: block;
    width: fit-content;
}
.rank-math-total-wrapper >br{
    display: none;
}
.movie-details .score{
    direction: ltr;
}
.honors >span {
    display: block;
}
#movie-summary{
    text-align: justify;
    font-size: .9em;
}
#movie-summary >h2{
    text-align: center;
}

@media screen and (max-width: 549px){
    #details-wrapper{
        padding: 15px;
    }
}