.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: 20px 0px !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; */
  background-color: transparent;
}

#hodnoceni_vytazek .vote-wrap {
  margin-bottom: 0;
}

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

.votes-wrap .votes-wrap {
  padding-left: 0px !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);
  }
}

@media only screen and (min-width: 767px) and (max-width: 920px) {

  .content .vote-wrap,
  #hodnoceni_vytazek .vote-wrap {
    /* width: calc(100% / 2 - 7.5px * 2); */
    width: 47%;
  }

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

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

.recenze_galerie {
  display: flex;
  /* margin: 30px 0; */
  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;
  margin-top: 40px;
}

.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: 0px !important;
  }
}


div#hodnoceni_vytazek {
  display: flex;
  margin-top: 2em;
  flex-wrap: wrap;
  gap: 30px;
  text-align: left;
  justify-content: center;

}

body:not(.in-index) #hodnoceni_vytazek {
  margin-left: -15px;
  margin-right: -15px;
}

.vote-wrap {
  font-size: 18px;
}

@media screen and (max-width: 1000px) {
  div#hodnoceni_vytazek {
    gap: 30px !important;
  }

  .login-widget {
    overflow: scroll;
    background: white;
  }

  div#hodnoceni_vytazek {
    justify-content: center;
  }
}

/* @media screen and (max-width: 767px) {
    div#hodnoceni_vytazek {
        justify-content: center;
    }
} */

div#hodnoceni_vytazek>* {
  flex-basis: 23%;
}


/* For rows of 2 items */

@media screen and (max-width: 1199px) {
  div#hodnoceni_vytazek .vote-wrap {
    flex-basis: 45%;
  }

  div#hodnoceni_vytazek {
    margin-right: 0px;
    margin-left: 0px;
  }
}


/* For rows of 1 item */

@media screen and (max-width: 560px) {
  div#hodnoceni_vytazek .vote-wrap {
    flex-basis: 100%;
  }

  h3#hodnoceni-h3 {
    margin-top: 1em;
  }
}

body.in-index h3#hodnoceni-h3 {

  text-align: center;
}

h3#hodnoceni-h3 {
  font-size: 40px;
  color: var(--color-secondary);
  margin-top: 3em;
}

span.vote-admin-response{
  display: none;
}

.admin-response .vote-wrap{
    border-color: #e4e4e4 !important;
}