#yotpo-main-widget-btn {
    font-family: Arial, sans-serif; /* Change the font family */
    font-size: 16px; /* Change the font size */
    font-weight: bold; /* Change the font weight */
    /* You can add more font properties here as needed */
}

.yotpo-bottom-line-summary {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 6px;
  margin-right: 50px;
}

.yotpo-bottom-line .yotpo-vertical-border {
  border-right: 1px solid #227E95 !important;
}

.yotpo-bottom-line .yotpo-bottom-line-right-panel {
  padding-right: 0;
}

.yotpo-star-distribution {
  border-right: 1px solid #227E95 !important;
}

.yotpo-review-border-smooth {
  background-color: #227E95;
  height: 1px;
  position: relative;
}


.yotpo-review-border-smooth::before {
  background-color: #227E95;
  height: 1px;
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #227E95
}

#yotpo-main-widget-btn[data-v-1fafa3d2] {
  padding: 6px 20px;
  font-size: 16px;
  font-weight:300;
  border-radius: 6px
}

.yotpo-smart-topic-filter[data-v-47a3d96e] {
  background: #F4FAFB !important;
  border: 0
}

.yotpo-smart-topic-filter[data-v-47a3d96e] {
  background: #F4FAFB !important; 
  color: black;
  transition: background 0.3s, color 0.3s; /* Add a smooth transition effect */
}

.yotpo-smart-topic-filter[data-v-47a3d96e]:hover {
  background: #227E95 !important;
  color: white;
}

.yotpo-review-border-smooth {
    height: 1px !important;
}

.yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title, 
.yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title {
    flex-direction: column !important;  /* Setting the direction of flex items as column with highest priority */
    gap: 4px !important;                /* Setting the gap between flex items with highest priority */
}

.yotpo-base-layout {
	width: 100%;
}

.yotpo-review-title {
	margin-left: 0px !important;
}

/* Review Pop-Up Modal Edits Below */
.modal-backdrop.yotpo-review-form-modal .yotpo-modal{
	max-height: 70% !important;
}

.yotpo-modal {
	border-radius: 10px;
  	color: #227E95 !important;
}

.yotpo-review-form .form-footer .yotpo-new-review-submit[data-v-0590b8d0]{
	background-color: #227E95 !important;
}

.yotpo-form-label {
	color: #227E95 !important;
}

.yotpo-new-input-container {
    background-color: rgba(0, 0, 0, 0.02) !important; /* Black with 2% opacity */
    border: 1px solid rgba(0, 0, 0, 0.02) !important; /* 1px solid border with same color as background */
    border-radius: 6px !important; /* 6px border radius */
    transition: border-color 0.3s ease !important; /* Smooth transition for border color */
}

.yotpo-new-input-container:hover,
.yotpo-new-input-container:active {
    border: 1px solid #228395 !important; /* 1px solid border with color #228395 */
}

.yotpo-head {
	margin-top: 0px !important;
}