.cca-price-info-wrapper {
    font-family: inherit;
    background-color: transparent;
    width: 100%;
}

.cca-price-title {
    font-size: 36px;
    font-weight: 500; /* Medium-bold to match the screenshot */
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.cca-price-desc {
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Make it slightly smaller for mobile screens */
@media (max-width: 767px) {
    .cca-price-title {
        font-size: 28px;
    }
    .cca-price-desc {
        font-size: 16px;
    }
}