.rcmf-314699cc-container {
    font-family: 'Oswald', 'Helvetica Neue', Arial, sans-serif;
    border-radius: 30px;
    overflow: hidden;
    background: #fcfbfa;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    max-width: 450px;
    margin: 20px auto;
    border: 1px solid rgba(0,0,0,0.05);
}

.rcmf-314699cc-image-top {
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.rcmf-314699cc-content {
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
}

.rcmf-314699cc-title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5px 0;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-family: inherit;
    color: #000000;
}

.rcmf-314699cc-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
    white-space: nowrap;
}

.rcmf-314699cc-subtitle-val {
    color: #f25a22;
}

.rcmf-314699cc-subtitle-line {
    width: 30px;
    height: 2px;
    background-color: #f25a22;
}

.rcmf-314699cc-separator-star {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.rcmf-314699cc-star {
    font-size: 18px;
    color: #f25a22;
    z-index: 2;
    background-color: #fcfbfa;
    padding: 0 10px;
}

.rcmf-314699cc-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #333333;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
}

/* Rentals Vertical Stack */
.rcmf-314699cc-rentals-stack {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
}

.rcmf-314699cc-rental-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rcmf-314699cc-vehicle-img-wrapper {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rcmf-314699cc-vehicle-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.rcmf-314699cc-rental-details {
    flex-grow: 1;
}

.rcmf-314699cc-rental-title {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    letter-spacing: 0.5px;
    color: #000000;
}

.rcmf-314699cc-price-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
}

.rcmf-314699cc-price-lbl {
    font-size: 10px;
    font-weight: 700;
    color: #888888;
    letter-spacing: 1.2px;
    line-height: 1;
    margin-bottom: 2px;
}

.rcmf-314699cc-price-val {
    font-size: 38px;
    font-weight: 900;
    line-height: 0.95;
    color: #f25a22;
}

.rcmf-314699cc-price-sub {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-top: 3px;
    color: #f25a22;
}

.rcmf-314699cc-rental-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #555555;
    margin: 0;
    font-weight: 500;
}

.rcmf-314699cc-rental-divider {
    height: 1px;
    background-color: #eaeaea;
    width: 100%;
}

/* Features Box Stack */
.rcmf-314699cc-features-box {
    background-color: #f9f3eb;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
}

.rcmf-314699cc-feature-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 5px;
}

.rcmf-314699cc-feature-icon {
    font-size: 22px;
    color: #f25a22;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
}

.rcmf-314699cc-feature-icon svg {
    width: 22px;
    height: 22px;
    fill: #f25a22;
}

.rcmf-314699cc-feature-text {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.rcmf-314699cc-feature-row-divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.06);
    width: 100%;
}

/* Footer Disclaimer */
.rcmf-314699cc-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rcmf-314699cc-footer-line {
    flex-grow: 1;
    height: 1px;
    background-color: #f25a22;
    opacity: 0.5;
}

.rcmf-314699cc-footer-text {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #666666;
    margin: 0;
    text-align: center;
    line-height: 1.4;
}
