/*************************************************************/
/* css/style_rate.css                                        */
/*                                                           */
/* DESCRIPTION: Style sheet - Rank                           */
/*                                                           */
/*************************************************************/

#rn_filterbar #rn_filterform {
    display: none;
}

#rn_filter_years {
    width: 150px;
}

#rn_titlelist {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 24px 0;
}
.rn_title {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.rn_title_toprow {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.rn_title_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}
.rn_mobilerate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}
.rn_mobilerate_label {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rn_mobilerate .scorebox_input {
    width: 80px;
    text-align: center;
    padding: 10px 12px;
}

.rn_title_img {
    display: flex;
    flex-direction: column;
}

.rn_title_img img {
    width: 60px;
    height: auto;
}

.rn_syscolls {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.rn_title_body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.rn_titleheader {
    font-size: 1.2em;
    font-weight: bold;
}

.rn_titleheader a {
}

span.rn_genres {
    font-style: italic;
    font-size: 1.1em;
    padding-bottom: 5px;
}

#rn_container .psiscore_container {
    float: none;
    min-width: 140px;
    margin: 0;
    padding: 0;
}

.rn_minireview {
    display: none;
    text-align: center;
}

.rn_chars_remaining {
    color: var(--main-black-shades-70);
    text-align: right;
}

.rn_platforms {
    font-size: 1.1em;
    font-style: italic;
    margin-bottom: 10px;
}

div#rn_bottomsubmit {
    padding: 5px;
    border: 2px var(--legacy-blue-mid) solid;
    background-color: var(--legacy-blue-light);
    text-align: center;
    clear: both;
}

div.rn_submitnote {
    display: none;
    font-size: 1.1em;
    margin: 5px 0;
    font-style: italic;
}

img.rn_quotespin {
    margin-right: 20px;
}

#rn_welcome {
    font-size: 1.1em;
    margin: 10px 0px 20px 0px;
}

#rn_welcome div {
    margin-bottom: 8px;
}

#rn_welcomeheader {
    font-size: 1.3em;
}

#rn_welcomequestion {
    font-style: italic;
}

.submittedquote {
    word-break: break-word;
}

#rn_titlelist .rate_card {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: inherit;
    padding-top: 0px;
}

#rn_titlelist .ratecard_moreinfo,
#rn_titlelist .psicalc,
#rn_titlelist a.textlink.icon {
    display: none;
}