.wpcr3_in_content {
  margin-bottom: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
}
.wpcr3_in_content meta {
  display: none;
}
.wpcr3_power {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  font-size: 11px !important;
  color: #a0a0a0;
}
.wpcr3_status_msg {
  color: #e53935;
  font-weight: 600;
}
.wpcr3_status_msg div {
  color: #e53935;
  font-weight: 500;
  padding: 12px 16px;
  background: #fff5f5;
  border: 1px solid #fecaca;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}
.wpcr3_caps {
  text-transform: capitalize;
}

div.wpcr3_dotline,
div.wpcr3_review div.wpcr3_dotline {
  display: none !important;
}

.wpcr3_leave_text {
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 4px;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

div.wpcr3_aggregateRating {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
    padding: 18px 0px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #444;
}
div.wpcr3_aggregateRating div.wpcr3_aggregateRating_ratingValue {
  display: inline-block !important;
  position: relative;
  top: 1px;
}
.wpcr3_aggregateRating_overallText {
  font-weight: 500;
  color: #666;
}
.wpcr3_aggregateRating_ratingNum {
  font-weight: 600;
  color: #1a1a1a;
}
.wpcr3_aggregateRating_reviewCount {
  color: #888;
}

div.wpcr3_review_item div.wpcr3_item_name {
  font-size: 0.85em;
  color: #888;
}

div.wpcr3_review {
  background: #fff;
  /*border: 1px solid #eaeaea;*/
  border-radius: 10px;
  padding: 18px 10px;
  margin-bottom: 12px;
  transition: border-color 0.2s ease;
}
div.wpcr3_review:hover {
  border-color: #d0d0d0;
}
div.wpcr3_review div,
div.wpcr3_review span {
  display: inline-block !important;
  line-height: 22px;
}
div.wpcr3_review div.wpcr3_review_header {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}
div.wpcr3_review div.wpcr3_review_ratingValue {
  position: relative;
  top: 1px;
}
div.wpcr3_review div.wpcr3_review_author {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  font-style: normal;
}
div.wpcr3_review div.wpcr3_review_datePublished {
  font-size: 13px;
  color: #aaa;
  font-style: normal;
}
div.wpcr3_review div.wpcr3_review_title {
  font-size: 14px;
  display: block !important;
  color: #333;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 2px;
}
div.wpcr3_review blockquote.wpcr3_content {
  font-size: 14px;
  font-weight: normal;
  display: block !important;
  padding: 0;
  padding-bottom: 4px;
  margin: 6px 0 0 0;
  color: #555;
  line-height: 1.65;
  border: none;
  background: none;
}
div.wpcr3_review blockquote.wpcr3_content p {
  font-size: 14px;
  font-weight: normal;
  display: inline !important;
  margin: 0;
}
.wpcr3_admin_response_wrapper {
  margin-top: 8px;
  padding: 12px 14px;
  background: #f7f7f8;
  border-radius: 8px;
  border: 1px solid #eee;
}
.wpcr3_admin_response_label {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: block !important;
  margin-bottom: 4px;
}
div.wpcr3_review blockquote.wpcr3_content.wpcr3_admin_response {
  margin: 0;
  padding: 0;
  color: #555;
  border: none;
  background: none;
}
div.wpcr3_review div.wpcr3_review_customs {
  margin: 6px 0 4px 0;
}
div.wpcr3_review div.wpcr3_review_custom {
  font-size: 13px;
  float: left;
  margin-right: 24px;
  color: #777;
}

.wpcr3_respond_2 {
  position: relative;
  display: none;
  background: #fafafa;
  border-radius: 10px;
  padding: 22px !important;
  margin-top: 16px !important;
  border: 1px solid #eaeaea;
}
.wpcr3_respond_2 label {
  display: inline-block !important;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.wpcr3_respond_2 .fconfirm2 {
  width: auto !important;
}

.wpcr3_respond_2 input[type='text'] {
  min-width: 200px;
  padding: 9px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s ease;
  outline: none;
  background: #fff;
  color: #1a1a1a;
}
.wpcr3_respond_2 input[type='text']:focus {
  border-color: #1a1a1a;
}
.wpcr3_respond_2 textarea {
  height: 110px !important;
  min-width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s ease;
  outline: none;
  resize: vertical;
  background: #fff;
  color: #1a1a1a;
}
.wpcr3_respond_2 textarea:focus {
  border-color: #1a1a1a;
}
.wpcr3_respond_2 small {
  padding: 0 !important;
  margin: 0 !important;
}
.wpcr3_respond_2 table,
.wpcr3_respond_2 td {
  border: 0 !important;
  border-style: none !important;
}

.wpcr3_respond_2 .wpcr3_check_confirm label {
  margin: -2px 0px 0px 5px;
}

.wpcr3_ad {
  background: #fff;
}
.wpcr3_ad label {
  font-weight: bold;
}

.wpcr3_respond_1 {
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
}
.wpcr3_respond_1 p,
.wpcr3_respond_2 p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 140% !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.wpcr3_respond_1 .wpcr3_rating,
.wpcr3_respond_2 .wpcr3_rating {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  overflow: hidden;
  height: 16px;
}

div.wpcr3_rating_style1 {
  line-height: 17px;
  display: inline-block;
}
div.wpcr3_rating_style1 div {
  line-height: 17px;
}
div.wpcr3_rating_style1 * {
  border: 0 none;
  margin: 0;
  padding: 0;
  line-height: 17px;
}
div.wpcr3_rating_style1_base {
  background: url(newstars.png) 0 0 no-repeat;
  width: 85px;
  height: 17px;
  line-height: 17px;
  float: left;
  padding-right: 4px;
  overflow: hidden;
  display: block;
}
div.wpcr3_rating_style1_average {
  background: url(newstars.png) 0 -15px no-repeat;
  text-indent: -9999px;
  height: 17px;
  line-height: 17px;
}
div.wpcr3_rating_style1_status {
  height: 17px;
  line-height: 17px;
  width: 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: block;
}
div.wpcr3_rating_style1_score {
  background: url(newstars.png) 0 0 no-repeat;
  width: 85px;
  height: 17px;
  line-height: 17px;
  float: left;
  position: relative;
}
div.wpcr3_rating_style1_score div {
  display: block;
  height: 17px;
  float: left;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  line-height: 17px;
}
div.wpcr3_rating_style1_score div:hover {
  background: url(newstars.png) bottom right no-repeat;
}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score1 {
  width: 20%;
  z-index: 55;
}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score2 {
  width: 40%;
  z-index: 54;
}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score3 {
  width: 60%;
  z-index: 53;
}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score4 {
  width: 80%;
  z-index: 52;
}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score5 {
  width: 100%;
  z-index: 51;
}

.wpcr3_div_2 {
  width: 560px;
  max-width: 100%;
}
.wpcr3_table_2 {
  text-align: left;
  width: 100%;
}
.wpcr3_table_2 td {
  text-align: left;
  padding: 5px 4px;
}
.wpcr3_check_confirm {
  margin-top: 14px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #666;
}

.wpcr3_button_1 {
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  background: #1a1a1a;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  float: none;
  height: auto;
  text-indent: 0;
  margin-bottom: 12px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  letter-spacing: 0.01em;
  font-family: inherit;
}
.wpcr3_button_1:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
.wpcr3_button_1:active,
.wpcr3_button_1:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}
.wpcr3_button_1.wpcr3_disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.wpcr3_button_1.wpcr3_hide {
  display: none !important;
}
.wpcr3_cancel_btn {
  background: #fff !important;
  color: #666 !important;
  border-color: #ddd !important;
}
.wpcr3_cancel_btn:hover {
  background: #f5f5f5 !important;
  border-color: #ccc !important;
  color: #333 !important;
}

.wpcr3_pagination {
  clear: both;
  padding: 20px 0 8px;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.wpcr3_pagination_page {
  display: block;
  line-height: 30px;
  padding-right: 8px;
  color: #888;
  font-weight: 500;
  font-size: 13px;
}
.wpcr3_pagination .wpcr3_a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  text-decoration: none;
  color: #555;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  line-height: 1;
}
.wpcr3_pagination .wpcr3_a:hover {
  color: #fff;
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.wpcr3_pagination .wpcr3_ls {
  margin-right: 1px;
}
.wpcr3_pagination .wpcr3_rs {
  margin-left: 1px;
}
.wpcr3_pagination .wpcr3_a.wpcr3_current {
  background: #1a1a1a;
  color: #fff;
  cursor: default;
  border-color: #1a1a1a;
}
.wpcr3_pagination .wpcr3_a.wpcr3_disabled,
.wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover {
  background: #fafafa;
  color: #ccc;
  cursor: default;
  border-color: #eee;
}

.wpcr3_clear,
div.wpcr3_review .wpcr3_clear {
  clear: both !important;
  display: block !important;
  line-height: 0px !important;
  height: 0px !important;
}
.wpcr3_show,
div.wpcr3_review .wpcr3_show {
  display: inline;
}
.wpcr3_hide,
div.wpcr3_review .wpcr3_hide {
  display: none !important;
}
.wpcr3_fakehide {
  position: absolute !important;
  top: 0 !important;
  left: -999em !important;
  height: 1px !important;
  width: 1px !important;
}
.wpcr3_pb5 {
  padding-bottom: 5px;
}
.wpcr3_no_reviews {
  color: #999;
  font-size: 14px;
  padding: 12px 0;
}

.g-recaptcha {
  margin: 10px 0;
}

@media (max-width: 768px) {
  .wpcr3_div_2 {
    width: 100%;
  }
  .wpcr3_respond_2 {
    padding: 16px !important;
  }
  .wpcr3_respond_2 textarea {
    min-width: 100% !important;
  }
  .wpcr3_respond_2 input[type='text'] {
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  div.wpcr3_review {
    padding: 16px;
    margin-bottom: 10px;
  }
  .wpcr3_table_2 {
    display: block;
  }
  .wpcr3_table_2 tbody,
  .wpcr3_table_2 tr,
  .wpcr3_table_2 td {
    display: block;
    width: 100%;
  }
  div.wpcr3_review div.wpcr3_review_custom {
    float: none;
    margin-right: 0;
    display: block !important;
  }
  div.wpcr3_aggregateRating {
    flex-wrap: wrap;
  }
  div.wpcr3_review div.wpcr3_review_header {
    gap: 4px;
  }
}
