.scube-recommend-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-recommend-list {
  padding: 10px;
  background: #fff5d5;
}

.scube-recommend-item {
  width: 100%;
  position: relative;
}

.scube-recommend-item:not(:last-child) {
  position: relative;
}

.scube-recommend-item:not(:last-child)::after {
  position: absolute;
  top: -1%;
  right: -8px;
  content: '';
  width: 1px;
  height: 102%;
  background-color: #ccc8b6;
}

.scube-recommend-item:hover img {
  opacity: 0.7;
}

.scube-recommend-comment {
  line-height: 14px;
  color: #333333;
  text-align: center;
  text-decoration: underline;
}

.scube-recommend-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
}

.scube-recommend-property {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.scube-recommend-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

/* 金額の数値*/
.scube-recommend-price {
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  color: #d80000;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

/* 金額の単位（万、円）*/
.scube-recommend-price .unit {
  font-size: 0.5em;
  color: #333333;
}

.scube-recommend-info {
  padding-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 1.1;
  flex-grow: 1;
}

.scube-recommend-address2 {
  padding-top: 5px;
}

.scube-recommend-address34 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3px;
}

.scube-recommend-other {
  padding-top: 3px;
}

.scube-recommend-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
