/* google search links public profile */
@media screen and (max-width: 600px) { 
  .Items-List { 
    display: initial !important;
  }
}
.Items-List {
  display: grid;
  grid-template-columns: repeat(3, 450px);
  gap: 50px;
}
.g-photos-section, .g-videos {
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-wrap:wrap !important;
  justify-content:center !important;
}
.g-video video {
    width: 400px;
    height: auto;
}
.g-review {
  display: flex;
  max-width: 1548px;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid #ebebeb;
  gap: 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.g-title {
  text-align: center;
}
.g-item {
  border-radius: 10px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2), inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.g-pin {
  background-color: #333;
  padding: 0;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.g-bottom-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: auto;
  padding-bottom: 16px;
}
.g-info-nude {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  padding-bottom: 10px;
}
.g-logo-button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 9px;
}
.g-title-category {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  width: 100%;
  padding-top: 16px;
}
.g-condition {
  margin-left: 0px !important;
  margin-bottom: 5px;
}
.g-address, .g-date {
  display: flex;
  gap: 5px;
}
.g-image {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}
#details-page-impressum, #details-page-review, #details-page-inserate, #details-page-blog {
  max-width: 1771px;
  margin: 0 auto;
}
.g-car-row {
  display: flex;
  gap: 23px;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.g-car-img {
  max-width: 380px;
  width: 100%;
}
.g-car-img img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  border-radius: 30px;
}
.g-car-row-description {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 496px;
  gap: 10px;
}
.g-button a {
  color: #333333 !important;
}
.g-description-title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}
.g-image-and-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 128px;
}
.g-profile-img {
  max-width: 128px;
  width: 100%;
  border-radius: 360px;
  border: 2px solid #fcb800;
  display: flex;
}
.g-profile-img img {
  border-radius: 360px;
  object-fit: cover;
  width: 100%;
  height: 128px;
}
.g-name {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  padding-bottom: 24px;
  text-align: center;
}
.g-descr {
  max-width: 1092px;
  width: 100%;
}
.g-descr-title {
  font-family: "Montserrat-Bold";
  color: var(--black);
  margin-bottom: 26px;
  font-size: 16px !important;
}
.g-review-section-bottom {
  color: var(--black);
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
}
.g-stars {
  margin-bottom: 10px;
}
.public-profile-rating {
  margin-bottom: 20px;
  display: flex;
  padding-bottom: 35px;
  padding-top: 40px;
  align-items: center;
  gap: 4px;
}