.restaurantSold {
  background: rgba(255, 255, 255, 0.6);
}
.restaurantSold .head {
  background: #fff;
  padding: 15px 0px;
  margin-bottom: 40px;
}
.restaurantSold .head h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
}
.restaurantSold .line {
  width: 100%;
  margin-top: -60px;
  padding: 0;
  position: relative;
}
.restaurantSold .line li {
  background: #fff;
  box-shadow: 6px 0px 13px rgba(99, 98, 98, 0.22);
  min-height: 310px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.restaurantSold .line li:first-child {
  margin-top: 106px;
}
.restaurantSold .line li .redBadge {
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  top: 20px;
  width: 50px;
  background: var(--red-color);
  z-index: 0;
  margin-top: -20px;
}
.restaurantSold .line .linePanel {
  padding: 10px 20px 20px;
}
.restaurantSold .line .linePanel .linePanelBody {
  position: relative;
}
.restaurantSold .line .linePanel .linePanelBody .soldOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  text-align: center;
  top: -15px;
  z-index: 5;
  background: transparent;
}
.restaurantSold .line .linePanel .linePanelBody .soldOverlay a {
  cursor: pointer;
}
.restaurantSold .line .linePanel .linePanelBody .soldRest {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #666666;
  position: relative;
}
.restaurantSold .line .linePanel .linePanelBody .soldRest .soldImg img {
  width: 130px;
  height: 90px;
}
.restaurantSold .line .linePanel .linePanelBody .soldRest h4 {
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--red-color);
  margin: 0 0 5px;
}
.restaurantSold .line .linePanel .linePanelBody .soldRest .soldImg {
  width: 130px;
  float: left;
}
.restaurantSold .line .linePanel .linePanelBody .soldRest .soldParagraph {
  display: grid;
  padding-left: 10px;
}
.restaurantSold .line .linePanel .linePanelBody .soldRest .soldParagraph .bdetailedad {
  white-space: normal;
  max-width: 100%;
  text-overflow: ellipsis;
  height: 120px;
  overflow: hidden;
}
.restaurantSold .line .linePanel .linePanelBody .soldRest .soldParagraph .linkHead {
  margin-top: 35px;
}
.restaurantSold .line .linePanel .linePanelBody .soldRest .soldParagraph a {
  font-size: 16px;
  line-height: 28px;
  color: var(--red-color);
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 3;
  font-weight: 600;
}
.restaurantSold .line .linePanel .linePanelBody .soldRest .soldParagraph a:hover {
  text-decoration: underline !important;
  cursor: pointer !important;
}
.restaurantSold .line::before {
  content: " ";
  width: 8px;
  background: #ccc;
  border-radius: 4px;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
}

.actionButton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 20px;
  padding-bottom: 20px;
  margin: auto;
}
.actionButton button {
  background: var(--red-color) !important;
  color: #fff;
  padding: 6px 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  vertical-align: middle;
  border: none !important;
}
.actionButton .backBtn {
  margin: 0px 15px 0px 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.actionButton .nextBtn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media (max-width: 992px) {
  .line li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .line .redBadge {
    display: none;
  }
  .line::before {
    content: none !important;
  }
  .soldRest {
    display: flex;
    flex-direction: column;
  }
  .soldRest .soldImg {
    margin: 0 auto;
  }
  .soldOverlay {
    top: 25px !important;
  }
  .soldOverlay img {
    width: 65%;
    height: auto;
  }
}/*# sourceMappingURL=businessesSold.module.css.map */