.tab-content {
  margin-top: 1em; }
  .tab-content .mugiwait {
    width: 300px; }
  .tab-content .ratings, .tab-content .hall-of-fames {
    display: flex;
    flex-direction: column;
    gap: 50px; }
    .tab-content .ratings .rating, .tab-content .ratings .hall-of-fame, .tab-content .hall-of-fames .rating, .tab-content .hall-of-fames .hall-of-fame {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 50px; }
      .tab-content .ratings .rating .info-section, .tab-content .ratings .hall-of-fame .info-section, .tab-content .hall-of-fames .rating .info-section, .tab-content .hall-of-fames .hall-of-fame .info-section {
        flex-basis: content; }
        .tab-content .ratings .rating .info-section .comment-face-image, .tab-content .ratings .hall-of-fame .info-section .comment-face-image, .tab-content .hall-of-fames .rating .info-section .comment-face-image, .tab-content .hall-of-fames .hall-of-fame .info-section .comment-face-image {
          width: 500px;
          margin-bottom: 27px; }
      .tab-content .ratings .rating .chart-wrapper, .tab-content .ratings .hall-of-fame .chart-wrapper, .tab-content .hall-of-fames .rating .chart-wrapper, .tab-content .hall-of-fames .hall-of-fame .chart-wrapper {
        width: 100%; }
  .tab-content .miscs {
    display: flex;
    flex-direction: column;
    gap: 50px; }
    .tab-content .miscs .misc {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 50px; }
      .tab-content .miscs .misc .info-section {
        flex-basis: content;
        height: 300px; }
      .tab-content .miscs .misc .chart-wrapper {
        width: 100%; }
