.financing-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  .financing-modal.active {
    display: flex;
  }
  
  .financing-modal-content {
    background: #fff;
    max-width: 480px;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    position: relative;
  }
  
  .financing-close {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
    font-size: 18px;
  }
  .recommended-rate {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .recommended-rate button {
    text-transform: uppercase;
    height: max-content;
    border-radius: 50vh;
    font-size: 12px;
    color: #000;
    border-color: #000;
  }
.sc_cars .recommended-rate {
    position: absolute;
    bottom: 1em;
    right: 1em;
    z-index: 1000;
    color: #fff;
    font-weight: 700;

}