.recenze {
  background-image: url("images/main/IMG-20250826-WA0103.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  margin-bottom: 10vh;
}

.reviews-h1{
  text-align: center;
  font-size: 5vh;
  padding-bottom: 3vh;

}

.reviews-h2{
  text-align: center;
  font-size: 3vh;


}

.reviews-h5 {
  text-align: center;
  font-size: 2vh;


}

.reviews-form {
  max-width: 90vh;
  margin: auto;
  background: rgb(58, 58, 58);
  padding: 2vh;
  border-radius: 1vh;
  box-shadow: 0 0 1vh rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

input, .review-btn{
  width: 98%;
  margin: 0.8vh 0;
  padding: 1vh;
  font-size: 2vh;
  background: rgb(73, 73, 73);
  color: white;
}

textarea {
  width: 98%;
  margin: 0.8vh 0;
  padding: 1vh;
  padding-bottom: 20vh;
  font-size: 2vh;
  background: rgb(73, 73, 73);
  color: white;

}

.review-btn  {
  background: #d0ff00;
  color: white;
  border: none;
  cursor: pointer;
  color: black;
}

.login-btn button {
  background: #d0ff008a;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 0.8vh;
  font-size: 2vh;
  border-radius: 1vh;
}

.review-btn:hover {
  background: #00e6db;
}

.reviews-display {
  padding-top: 3vh;
  margin-bottom: 10vh;
}

.recenze_ramec {
  max-width: 90vh;
  margin: auto;
  background: rgb(73, 73, 73);
  padding: 2vh;
  border-radius: 1vh;
  box-shadow: 0 0 1vh rgba(0,0,0,0.1);
}

.review {
  border-bottom: 0.1vh solid #ddd;
  padding: 1vh;
  white-space: pre-wrap;   /* zachová odřádkování */
  word-wrap: break-word;  /* zalomí dlouhá slova */
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.review strong, 
.review p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
s
.stars {
  color: gold;
}

#rating {
  font-size: 2vh;
  padding: 0.5vh;
}

/* Responsive Design */
@media (max-width: 768px) {
  .reviews-form,
  .recenze_ramec {
    padding: 1.5vh;
    max-width: 100%;
    overflow-x: hidden;
  }

  input, button, select {
    width: 100% !important;
    padding: 1.2vh;
    margin: 0.8vh 0;
    font-size: 1.6vh;
    box-sizing: border-box;
  }

  textarea {
    width: 100% !important;
    margin: 0.8vh 0;
    font-size: 1.6vh;
    box-sizing: border-box;
  }

  .review {
    padding: 1vh;
    font-size: 1.4vh;
    max-width: 100%;
    word-break: break-word;
  }
  
  .review strong {
    display: block;
    word-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .reviews-form,
  .recenze_ramec {
    padding: 1vh;
    border-radius: 0.5vh;
    overflow-x: hidden;
    margin: 1vh;
  }
  input, button, select{
    font-size: 1.6vh;
    box-sizing: border-box;
    width: 100% !important;

  }
  .review {
    padding: 1vh;
    word-break: break-word;
    overflow-x: hidden;
  }

}
