.content .votes-wrap {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: unset;
  max-width: unset !important;
  margin-left: -7.5px;
  margin-right: -7.5px;
  gap: 0 33px;
}

@media screen and (max-width: 767px) {
  .content .votes-wrap {
    justify-content: center !important;
  }
}

.admin-response {
  margin: 0 !important;
}

.pagination-wrapper .pagination {
  text-align: right;
  margin-bottom: 3%;
}

.admin-response .vote-wrap {
  border: none !important;
  width: unset !important;
  display: block !important;
  flex-wrap: unset !important;
  border-top: 1px solid black !important;
  padding: 30px 0 !important;
}

.content .vote-wrap,
#hodnoceni_vytazek .vote-wrap {
  padding: 20px;
  border: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(100% / 3 - 17.5px * 2);
  background-color: #f1f1f1;
}

.vote-wrap .vote-header .vote-rating {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
}

.votes-wrap .votes-wrap {
  padding-left: 0 !important;
  margin-top: 30px;
}

@media only screen and (max-width: 920px) {
  .content .vote-wrap,
  #hodnoceni_vytazek .vote-wrap {
    width: calc(100% / 1 - 7.5px * 2) !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 920px) {
  .content .vote-wrap,
  #hodnoceni_vytazek .vote-wrap {
    width: 47%;
  }

  .content .votes-wrap {
    gap: 0 33px;
  }
}

.vote-wrap .vote-content {
  margin: 15px 0 !important;
}

.recenze_galerie {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
}

.recenze_galerie a:nth-child(2) {
  margin: 0 20px;
}

.btn-hodnoceni-center-footer {
  text-align: center;
}

.p-0 {
  padding-bottom: 0 !important;
}

body:not(.in-index) .mtb-btn {
  margin-top: 40px;
  margin-bottom: 120px;
}

@media screen and (min-width: 768px) and (max-width: 998px) {
  body.in-index .mtb-btn {
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  body.in-index h3#hodnoceni-h3 {
    margin-left: 0 !important;
  }
}

.widget-hodnoceni .close img {
  cursor: pointer;
}

.widget-hodnoceni .title {
  font-weight: 600;
  font-size: 11pt;
  color: #fff;
  line-height: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  background: #014593;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  left: -77px;
  top: 43px;
  transform: rotate(270deg);
  width: 120px;
  height: 33px;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.widget-hodnoceni .title {
  cursor: pointer;
}

.widget-hodnoceni:not(.openWidget) {
  position: fixed;
  top: 29rem;
  right: -17rem;
  bottom: auto;
  background: #fafafa;
  padding: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border: 1px solid #dadada;
  z-index: 9999;
  transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
}

.widget-hodnoceni.openWidget {
  position: fixed;
  top: 29rem;
  bottom: auto;
  right: 0rem;
  background: #fafafa;
  padding: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #dadada;

  transition: left 0.5s ease;
  z-index: 9999;
}

.widget-hodnoceni .close {
  display: none;
}

.widget-hodnoceni .rate-average {
  font-size: 8rem;
  font-weight: bolder;
  display: block;
  text-align: center;
}

.widget-hodnoceni .detail .stars {
  margin: 0 auto 1rem;
  display: block;
}

.widget-hodnoceni a.widget-more {
  background: #014593;
  color: white;
  padding: 5px 10px;
  display: block;
  margin-top: 1rem;
}

.widget-hodnoceni .stars-label {
  text-align: center;
  display: block;
}

@media only screen and (max-width: 920px) {
  .content .vote-wrap,
  #hodnoceni_vytazek .vote-wrap {
    width: calc(100% / 1 - 7.5px * 2) !important;
  }
}
