.reviewcard{display:flex;flex-direction:column;gap:1rem;background-color:var(--overlay2);padding:16px 20px;word-wrap:break-word;overflow-wrap:break-word;font-size:14px}.reviewcard.MuiCard-root{border-radius:var(--border-radius);background-color:var(--overlay1)}.reviewcard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.reviewcard-header .reviewcard-identifier{font-weight:700;font-size:20px;margin:0;word-break:break-word}.reviewcard-header .reviewcard-identifier a{color:var(--text)}.reviewcard-header .edit-buttons{display:flex;flex-direction:row;margin-right:-8px;align-items:center;height:24px}.reviewcard-content{display:flex;gap:1rem}.reviewcard-footer{display:flex;flex-direction:row;justify-content:space-between;margin-top:auto;color:var(--text-secondary)}.reviewcard-ratings{text-align:center;display:flex;flex-direction:column;justify-content:left;gap:10px}.reviewcard-ratings .rating{border-radius:var(--border-radius);width:72px;height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.reviewcard-ratings .rating-label{line-height:1rem;font-size:11px;font-weight:700}.reviewcard-ratings .rating-value{line-height:33px;font-size:36px}.reviewcard-ratings .r1{background-color:var(--red-secondary)}.reviewcard-ratings .r2{background-color:var(--orange-secondary)}.reviewcard-ratings .r3{background-color:var(--yellow-secondary)}.reviewcard-ratings .r4{background-color:var(--green-secondary)}.reviewcard-ratings .r5{background-color:var(--blue-primary)}.reviewcard-info{width:100%;display:flex;flex-direction:column;gap:8px}.reviewcard-info .author-bottom{font-size:13px;color:var(--text-secondary)}.reviewcard-info .review-content{margin:-3px 0 3px}.reviewcard-details{display:flex;flex-wrap:wrap;gap:2px 16px;padding-block:2.5px}.reviewcard-detail{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;justify-content:flex-start;gap:2px}.reviewcard-detail p{margin:0}.reviewcard-detail span.edit-time{color:var(--mid-gray);white-space:nowrap}@media(min-width:500px){.reviewcard-detail{min-width:170px}.reviewcard-detail:first-child{min-width:250px}}.reviewcard-author{margin:0;display:flex;flex-direction:row;justify-content:left;align-items:center;gap:0 4px;flex-wrap:wrap}.reviewcard-author-name{margin:0}.reviewcard-author-author,.reviewcard-author-verified{display:flex;margin:0 0 0 2px}.reviewcard-author-author .MuiSvgIcon-root,.reviewcard-author-verified .MuiSvgIcon-root{font-size:16px}.reviewcard-tags{display:flex;flex-direction:row;justify-content:left;flex-wrap:wrap;gap:8px}.reviewcard-tags .reviewcard-tag{padding:6px 12px;background-color:#606166;color:#fff;margin:0}.reviewcard-voting{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-weight:700;height:20px}.reviewcard-voting *{margin:0}.reviewcard-voting .reviewcard-voting-buttons{display:flex;flex-direction:row;align-items:center;gap:.25rem}.reviewcard-voting .downvote,.reviewcard-voting .upvote{padding:0;border:none;height:-moz-fit-content;height:fit-content;background-color:rgba(0,0,0,0);transition:.25s;font-size:20px}.reviewcard-voting .colored-upvote{color:var(--blue-primary)}.reviewcard-voting .colored-downvote{color:var(--red-secondary)}.add-report-button{border:none;background-color:rgba(0,0,0,0);text-decoration:underline}.add-report-button:hover{color:var(--text)}@media only screen and (max-width:599px){.reviewcard-content{flex-direction:column}.reviewcard-ratings{flex-direction:row}.reviewcard-details{flex-direction:column}}.report-form .modal-dialog{max-width:512px}.report-form textarea{color:var(--text);border-radius:var(--border-radius);border:2px solid #eaebf2;padding:1rem;resize:none;width:100%;display:block}.report-form p{margin-bottom:0}.report-form .reported-review-content{background-color:var(--overlay3);border-radius:var(--border-radius);padding:12px 16px;margin-bottom:16px;font-size:16px}.review-form-modal .modal-dialog{width:350px;display:flex;flex-direction:column;margin:auto;overflow-y:auto}.review-form-modal .modal-header{font-weight:700}.review-form-modal .editing-notice{margin-top:-16px;font-size:12px;font-style:italic}.review-form-modal .form-check-input{border:1px solid rgba(136,136,136,.4)}.review-form-modal .grade-difficulty-row,.review-form-modal .year-quarter-row{display:flex;gap:16px}.review-form-modal .grade-difficulty-row>.form-group,.review-form-modal .year-quarter-row>.form-group{flex:1 1}.review-form-modal .ppc-combobox .ppc-combobox__menu{margin-top:0;border-radius:0 0 8px 8px;overflow:hidden}.review-form-modal .ppc-combobox .ppc-combobox__menu-list{padding:0}.review-form-modal .additional-details textarea{height:90px}.review-form-modal .anonymous-checkbox{margin-top:16px}.review-star-rating .MuiSvgIcon-root{font-size:44px;cursor:pointer}.review-star-rating .filled-star{color:var(--blue-primary)}.review-star-rating .tentative{opacity:.6}