.my-listing-upgrade {
  background-color: #02b1d7;
  color: #fff;
  font-family: "ff-prater-sans-web", sans-serif;
  position: relative;
  margin-top: -15px;
  text-align: center;
  padding-top: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.my-listing-upgrade .highlight {
  color: #f6e38a;
  font-size: 1.2em;
}
.my-listing-upgrade .btn-wrapper {
  position: relative;
}
.my-listing-upgrade .btn-wrapper .cta-btn {
  background-color: #2ecc71;
  position: absolute;
  color: #fff;
  display: block;
  width: auto;
  font-size: 1em;
  padding: 10px 20px;
  height: auto;
  line-height: normal;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.property-details .my-listing-upgrade .btn-wrapper .cta-btn {
  top: 5px;
}

@media (max-width: 480px) {
  .my-listing-upgrade {
    margin-top: -5px;
  }
  .my-listing-upgrade .btn-wrapper .cta-btn {
    top: 10px;
  }

  .product-section .cta-btn {
    font-size: 1em;
  }
}

/*# sourceMappingURL=my-listing.css.map */
