.gr {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1;

  img {
    border: 0;
  }

  p {
    margin: 0px;
  }

  .st {
    margin-top: -5px;
    max-height: 15px;
  }

  .rating-l {
    height: 40px;
  }

  .c {
    padding: 0;
    cursor: pointer;
    outline: 0;
    border: 0;
    background: 0 0;
    min-height: 0;
    width: auto;
    float: right;
    font-size: 32px;
    font-weight: 500;
    color: #999;
    -webkit-appearance: none;
    margin-left: auto;
    height: auto;
    text-align: center;

    &:hover {
      color: #555;
    }
  }

  .i {
    max-width: 40px;
    max-height: 40px;
  }

  .nl {
    font-weight: bold;
    color: #427fed;
    text-decoration: none;
  }

  .k {
    position: absolute !important;
    top: 60px;
    bottom: 60px;
    padding: 0px 16px 0px 16px;
    width: 100% !important;
    overflow-y: auto !important;
    z-index: 2147483001 !important;
    -webkit-transform: translateZ(0) !important;
  }

  .l {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 48px;
    z-index: 2147483002;
    background: #fff;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .06);

    img {
      float: right;
      padding: 16px;
    }
  }

  .m {
    display: flex;
    background: #fff;
    padding: 10px 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);

    a { color: black; }
  }

  .n {
    font-weight: bold;
  }

  .o {
    margin: 0;
    border-radius: 50%;
    border: none;
    float: left;
    height: 50px;
    width: 50px;
    max-width: 50px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
  }

  .p {
    position: fixed;

    display: flex;
    max-width: none;
    z-index: 2147482999;

    padding: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);

    border-top: 6px solid #4fce6a;
    background: white;

    &:hover {
      background: #f3f3f5;
      cursor: pointer;
    }
  }

  .q {
    margin-left: 3px;
  }

  .r {
    color: #e7711b;
    font-size: 20px;
  }

  .r2 {
    color: gray;
    font-size: 20px;
  }

  .s {
    position: fixed;
    bottom: 0;
    height: 100%;
    max-width: 368px;
    width: 100%;
    z-index: 2147483000;
    background: rgba(250, 250, 251, .98);
  }

  .t {
    margin-top: 5px;
    line-height: 1.3;
  }

  .u {
    display: table-cell;
  }

  .v {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
  }

  .w {
    margin-top: 20px;
  }

  .x {
    color: #999;
    font-size: 13px;
    margin-top: 5px;
  }

  .y {
    text-align: center;
    margin-top: 20px;
  }

  .z {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
  }
}

@media(max-width:460px) {
  .rw .s {
    width: 100%;
  }
}
@media(max-width: 575px) {
  .gr {
    .p {
      padding: 5px;
      border-top-width: 4px;
    }

    .rating-l {
      height: 30px;
    }

    .z {
      font-size: 12px;
    }

    .r {
      font-size: 15px;
    }

    .st {
      max-height: 10px;
    }
  }
}

@media(max-width:460px) {
  .rw .s {
    width: 100%;
  }
}
/*

 */

.gr {
  .p {
    position: fixed;
    right: 30px;
    bottom: 30px;

    display: flex;
    max-width: none;
    z-index: 2147482999;

    padding: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);

    border-top: 6px solid #4fce6a;
    background: white;

    &:hover {
      background: #f3f3f5;
      cursor: pointer;
    }
  }

  .s {
    right: 0;
    border-left: 1px solid #dadee2;
  }
}

@media(max-width: 575px) {
  .gr {
    .p {
      right: 15px;
      bottom: 15px;
    }
  }
}
