.star-rating-taraheto {
    direction: rtl;
    font-size: 38px !important;
    display: flex;
    user-select: none;
    gap: 5px !important;
    flex-direction: row;
}
        .star-rating-taraheto input {
            display: none;
        }
        .star-rating-taraheto label {
            font-size: 50px;
            color: #ddd;
            cursor: pointer;
        }
        .star-rating-taraheto input:checked ~ label {
            color: gold;
        }
        .star-rating-taraheto label:hover,
        .star-rating-taraheto label:hover ~ label {
            color: gold;
        }

	      .product-comment-taraheto {
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    align-items: center;
    max-width: 100%;
    padding: 20px;
    border-radius: 20px;
}
        .product-comment-taraheto .feedback-label {
            text-align: center;
            display: block;
            margin-top: 15px;
            font-size: 16px;
            margin-bottom: 10px;
        }
		 .product-comment-taraheto .attachment-woocommerce_thumbnail {
    border-radius: 20px;
}

 .star-rating-taraheto input[type="radio"] { display: none; } .star-rating-taraheto label { cursor: pointer; font-size: inherit; color: #ccc; margin: 0 2px !important; transition: color 0.2s ease-in-out; } .star-rating-taraheto input[type="radio"]:checked ~ label, .star-rating-taraheto label:hover, .star-rating-taraheto label:hover ~ label { color: #ff9422; } 

 .product-comment-main-taraheto {
  max-width: 400px;
  margin: 0 auto;
  color: #222;
  background: #fff;
  padding: 10px 10px 70px;

  position: relative;
}
.product-comment-taraheto {
    margin: 10px 0;
}
.product-comment-taraheto img {
  width: 100%;
  height: auto;
  display: block;
max-width: 250px;
}

.product-comment-taraheto label.feedback-label {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
  display: block;
  line-height: 1.3;
color: #000;
}

.product-comment-taraheto textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 0.95rem;
  resize: vertical;
  transition: border-color 0.3s;
  font-family: inherit;
  box-sizing: border-box;
}

.product-comment-taraheto textarea:focus {
  border-color: #4caf52;
  outline: none;
}

.product-comment-taraheto > label {
  display: block;
  margin: 15px 0 8px;
  font-weight: 600;
}

.star-rating-taraheto input[type="radio"] {
  display: none;
}

.star-rating-taraheto label {
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.star-rating-taraheto input[type="radio"]:checked ~ label,
.star-rating-taraheto label:hover,
.star-rating-taraheto label:hover ~ label {
  color: #f5b301;
}

.button-comment-submitted {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 400px;
  width: 98%;
  border: none;
  border-radius:8px 8px  0 0;
  padding: 12px 0;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
background-color: #4CAF52 !important;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(74,144,226,0.4);
  transition: background-color 0.3s;
  z-index: 9999;
}
.feedback-label .product-name {
	line-height: 1.7;
    background-color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    color: #000000 !important;
    border-bottom: 2px solid #4caf52;
    display: inline-block;
}
.button-comment-submitted:hover {
  background-color: #357abd;
}
.product-comment-main-taraheto .user-name {
    font-weight: bold;
    color: #2c3e50;
    font-size: 1.2rem;
}
.message.success {
    text-align: center;
    display: block;
    padding: 10px;
    background-color: #4CAF50;
    color: #ffffff;
    border-radius: 10px;
    margin: 10px;
}
.product-comment-main-taraheto .dear {
    color: #4caf52;
    margin-left: 4px;
}

.product-comment-main-taraheto .request-text {
    display: block;
    margin-top: 6px;
    font-size: 1rem;
    color: #34495e;
}
.product-comment-main-taraheto .user {
    text-align: center;
}