@use "@/src/assets/scss/variables" as *;
@use "@/src/assets/scss/partial" as *;
.propertyNameBox {
  h3 {
    margin-bottom: 0;
  }
  .propertyButtonWrapper {
    button {
      background-color: $primaryColor;
      i {
        background-color: $whiteColor;
      }
    }
  }
}
.essentialsBox {
  .bedIconSpan {
    border: 1px solid $secondaryColor;
    background-color: $whiteFBColor;
    i {
      background-color: $secondaryColor
    }
  }
  .stayDurationInfo {
    div {
      background-color: $whiteFBColor;
    }
  }
}
.cancellationTerms {
  h5 {
    margin-bottom: 0;
  }
  .policyTerms {
    i {
      background-color: $secondaryColor
    }
  }
}
