/* Containers */
  .grev-main-container {
    font-size: 1rem;
    padding: 3rem;
    width: auto;
    height: auto;
    background-color: white;
    border: solid 1px;
    border-color: lightgrey;
    border-radius: 4px;
    margin-top: 3rem;
    margin-right: 1rem;
  }
  .grev-container {
    width: auto;
    height: auto;
    max-width: inherit;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .grev-container-disabled {
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    height: auto;
    color: #2b2f32;
    background-color: #e2e3e5;
    border-color: #c4c8cb;
    border: solid 1px;
    border-radius: 0.25rem;
  }
  .grev-container-primary {
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    height: auto;
    color: #052c65;
    background-color: #cfe2ff;
    border-color: #9ec5fe;
    border: solid 1px;
    border-radius: 0.25rem;
  }
  .grev-container-success {
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    height: auto;
    color: #0a3622;
    background-color: #d1e7dd;
    border-color: #a3cfbb;
    border: solid 1px;
    border-radius: 0.25rem;
  }
  .grev-container-warning {
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    height: auto;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border: solid 1px;
    border-radius: 0.25rem;
  }
  .grev-overflow-auto {
    overflow: auto !important;
  }
  .grev-panel {
    color: #000000;
    background-color: white;
    border-radius: 12px;
    border-color: #c5c5c5;
    border-style: solid;
    border-width: 2px;
    height: 400px;
    margin: 0 .25rem;
  }
  .grev-review-textarea {
    height: 50%;
  }


/* Title Stylings */
  .grev-title-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 225px !Important;
    min-width: 225px ! Important;
  }
  .grev-title-icon-star {
    fill: #ffc107;
    height: 20px;
  }
  .grev-title-logo {
    width: 50px;
    height: 50px;
  }
  .grev-title-panel {
    background-color: white;
    border-radius: 12px;
    border-color: #c5c5c5;
    border-style: solid;
    border-width: 2px;
    padding: 0px;
  }
  .grev-title-rating {
    width: 100%;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grev-title-rating-num {
    color: black !important;
    margin: 0 !important;
    min-width: 40px !important;
    font-size: 1.5rem !important;
    font-family: \'Roboto\', sans-serif !important;
    font-weight: 500 !important;
  }
  .grev-title-review {
    width: 100%;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    margin-bottom: 0.25rem !important;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grev-title-review-url {
    color: black;
    text-decoration: underline !important;
  }



/* Title Stylings - Small */
.grev-title-container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 285px !important;
  min-width: 285px !important;
}

.grev-title-panel-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 12px;
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 2px;
  padding: 0 0.5rem;
  min-height: 24px;
}

.grev-title-logo-sm {
  width: 18px;
  height: 18px;
}

.grev-title-review-sm {
  width: 100%;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
  margin-bottom: 0rem !important;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grev-title-rating-num-sm {
  padding: 0rem;
  color: black !important;
  margin: 0 !important;
  min-width: 40px !important;
  font-size: .95rem !important;
  font-family: \'Roboto\', sans-serif !important;
  font-weight: 500 !important;
  text-align: center;
}

.grev-title-icon-star-sm {
  fill: #ffc107;
  height: 15px;
}


/* Backgrounds */
  .grev-header{
    background-color: aliceblue;
    min-height: 65px;
    max-height: 65px;
    border-radius: 12px 12px 0 0;
  }
  .grev-logo {
    width: 50px;
    height: 50px;
  }
  .grev-profile-photo {
    width: 100px;
    height: 100px;
    border: 2px solid #ffffff;
    border-radius: 50px;
  }


/* Buttons & Icons */
  .grev-button-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s
  }
  .grev-button-update {
    height: 32px;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s
  }
  .grev-button-add {
    width: 100%;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s;
  }
  .grev-button-delete {
    height: 32px;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s;
  }
  .grev-button-file-upload {
    border: 1px solid #8c8f94;
    display: inline-block;
    padding: 5px 12px;
    cursor: pointer;
  }
  .grev-cursor {
    cursor: pointer;
  }
  .grev-icon-add {
    fill: #000;
    height:  15px;
    margin-right: .5rem;
  }
  .grev-icon-delete {
    fill: #FFF;
    height: 15px;
  }
  .grev-icon-star-small {
    fill: #ffc107;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grev-view-all-reviews {
    width: 100%;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s;
  }


/* Fonts */
  .grev-author-name {
    text-align: center;
    font-size: 1.25rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .grev-time {
    font-size: 1rem;
    white-space: nowrap;
  }


/* Positioning */
  .grev-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grev-left {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .grev-right {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .grev-align-center {
    align-items: center;
  }
  .grev-flex-wrap {
    flex-wrap: wrap !important;
  }

/* Row Sizes */
  .grev-row-1 {
    height: 1rem !important;
  }
  .grev-row-2 {
    height: 2rem !important;
  }
  .grev-row-3 {
    height: 3rem !important;
  }
  .grev-row-4 {
    height: 4rem !important;
  }
  .grev-row-5 {
    height: 5rem !important;
  }
  .grev-row-6 {
    height: 6rem !important;
  }
  .grev-row-7 {
    height: 7rem !important;
  }
  .grev-row-8 {
    height: 8rem !important;
  }
  .grev-row-9 {
    height: 9rem !important;
  }
  .grev-row-10 {
    height: 10rem !important;
  }

/* Columns Sizes */
  .grev-col--5 {
    width: 5% !important;
  }
  .grev-col-1 {
    width: 10% !important;
  }
  .grev-col-15 {
    width: 15% !important;
  }
  .grev-col-2 {
    width: 20% !important;
  }
  .grev-col-3 {
    width: 30% !important;
  }
  .grev-col-4 {
    width: 40% !important;
  }
  .grev-col-5 {
    width: 50% !important;
  }
  .grev-col-55 {
    width: 55% !important;
  }
  .grev-col-6 {
    width: 60% !important;
  }
  .grev-col-7 {
    width: 70% !important;
  }
  .grev-col-8 {
    width: 80% !important;
  }
  .grev-col-9 {
    width: 90% !important;
  }
  .grev-col-10 {
    width: 100% !important;
  }
  .grev-col-auto {
    width: auto !important;
  }

/* Padding Sizes */
  .grev-p--5 {
    padding: 0.5rem !important;
  }
  .grev-p-1 {
    padding: 1rem !important;
  }
  .grev-p-2 {
    padding: 2rem !important;
  }
  .grev-p-3 {
    padding: 3rem !important;
  }
  .grev-pt--5 {
    padding-top: 0.5rem !important;
  }
  .grev-pt-1 {
    padding-top: 1rem !important;
  }
  .grev-pt-2 {
    padding-top: 2rem !important;
  }
  .grev-pt-3 {
    padding-top: 3rem !important;
  }
  .grev-pr--25 {
    padding-right: 0.25rem !important;
  }
  .grev-pr--5 {
    padding-right: 0.5rem !important;
  }
  .grev-pr-1 {
    padding-right: 1rem !important;
  }
  .grev-pr-2 {
    padding-right: 2rem !important;
  }
  .grev-pr-3 {
    padding-right: 3rem !important;
  }
  .grev-pb--5 {
    padding-bottom: 0.5rem !important;
  }
  .grev-pb-1 {
    padding-bottom: 1rem !important;
  }
  .grev-pb-2 {
    padding-bottom: 2rem !important;
  }
  .grev-pb-3 {
    padding-bottom: 3rem !important;
  }
  .grev-pl--5 {
    padding-left: 0.5rem !important;
  }
  .grev-pl-1 {
    padding-left: 1rem !important;
  }
  .grev-pl-2 {
    padding-left: 2rem !important;
  }
  .grev-pl-3 {
    padding-left: 3rem !important;
  }
  .grev-py--5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .grev-py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .grev-py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .grev-py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .grev-px--5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .grev-px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .grev-px-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .grev-px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

/* Margin Sizes */
  .grev-mt--5 {
    margin-top: 0.5rem !important;
  }
  .grev-mt-1 {
    margin-top: 1rem !important;
  }
  .grev-mt-2 {
    margin-top: 2rem !important;
  }
  .grev-mt-3 {
    margin-top: 3rem !important;
  }
  .grev-mr--5 {
    margin-right: 0.5rem !important;
  }
  .grev-mr-1 {
    margin-right: 1rem !important;
  }
  .grev-mr-2 {
    margin-right: 2rem !important;
  }
  .grev-mr-3 {
    margin-right: 3rem !important;
  }
  .grev-mb--5 {
    margin-bottom: 0.5rem !important;
  }
  .grev-mb-1 {
    margin-bottom: 1rem !important;
  }
  .grev-mb-2 {
    margin-bottom: 2rem !important;
  }
  .grev-mb-3 {
    margin-bottom: 3rem !important;
  }
  .grev-ml--5 {
    margin-left: 0.5rem !important;
  }
  .grev-ml-1 {
    margin-left: 1rem !important;
  }
  .grev-ml-2 {
    margin-left: 2rem !important;
  }
  .grev-ml-3 {
    margin-left: 3rem !important;
  }
  .grev-my--5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .grev-my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .grev-my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .grev-my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .grev-mx--5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .grev-mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .grev-mx-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .grev-mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }


/* Media Queries */

  @media (max-width: 450px) {
    .grev-title-container {
      max-width: 100% !important;
      min-width: 100% !important;
    }

    .grev-title-panel {
      padding: .5rem 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .grev-title-logo {
      display: none;
    }

    .grev-title-review {
      margin-bottom: 0rem !important;
    }

    .grev-title-rating-num {
      padding-left: .5rem;
    }
  }

  @media (max-width: 890px) {
    .grev-col-5 {
      width: 100% !important;
    }
  }

  @media only screen and (max-width: 470px) {
    .wp-block-uagb-container.uagb-block-c2f5f295 {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
