.pcr-installment-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
    border-left: 5px solid #286f63; /* Theme color */
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background-color: #f9f9f9;
    color: black;
}

.pcr-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    color: black; 
}

.pcr-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-grow: 1;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}

.pcr-logo {
    margin-left: 15px; /* Margin on the left to separate from text */
    max-width: 100px;
    flex-shrink: 0; /* Prevent logo from shrinking */
}

.pcr-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.pcr-header {
    display: block;
    margin-bottom: 2px;
    line-height: 1.2;
}

.pcr-subheader {
    display: block;
    margin-bottom: 2px;
    line-height: 1.2;
}

.pcr-price-row {
    display: block;
    line-height: 1.2;
}

.pcr-price-value {
    
    font-weight: bold;
}

.pcr-suffix {
    font-weight: bold;
}

@media (max-width: 767px) {
  .elementor-143 .elementor-element.elementor-element-c978d2a > .elementor-element-populated {
    padding: 0px;
  }
}
