.ratings-item {
    margin-bottom: 32px;
    border-bottom: 1px solid #81afc5;

}
.ratings-item__wrap {
    display: flex;
    display: -webkit-flex;
}
.ratings-item__img {
    width: 130px;
    margin-right: 26px;
    overflow: hidden;
}
.ratings-item__heading {
    width: 65%;
    padding-right: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.ratings-item__info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
}
.ratings-item__year {
    width: 10%;
    font-size: 20px;
    line-height: 1.5;
    color: #6A6A6A;
    font-weight: bold;
}
.ratings-item__rating {
    width: 15%;
    padding-right: 40px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    text-align: right;
}
.ratings-item__btn {
    position: relative;
    padding-right: 20px;
    width: 10%;
    color: #3949E7;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
}
.ratings-item__btn-icon {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 12px;
    height: 6px;
    transition: .5s ease;
    fill: #3949E7;
}
.ratings-item__btn-icon.open {
    transform: rotate(180deg);
    fill: #3949E7;
}
.ratings-item__d-flex {
    display: flex;
    display: -webkit-flex;
}
.ratings-item__text {
    display: block;
    width: 100%;
    margin: 10px;
    padding: 10px 10px;
    background: #d0e4f1;
    border-radius: 10px;
}
.ratings-item__text table:not([class]){
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}
.ratings-item__text table:not([class]) thead{
   border-bottom: 1px solid #9b9b9b;
   font-weight: 700;
   background-color: #0072bc;
}
.ratings-item__text table:not([class]) thead td, .ratings-item__text table:not([class]) thead th {
   padding: 1rem 1rem;
   text-align: center;    
}
.ratings-item__text table:not([class]) tbody td, .ratings-item__text table:not([class]) tbody th {
   padding: 1rem 1rem;
}

.shortcode-toggle .toggle-content {
    padding: 10px 10px;
    background: #f9f9f9;
    font-size: 13px;
}