.rental-guide-faq {
    color: #b6d7fb;
}
.rental-guide-faq--mall {
    margin-top: 16px;
}
.rental-guide-faq--mall .rgf-section {
    padding: 24px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: #fff;
}
.rental-guide-faq--mall .rgf-section:last-child {
    margin-bottom: 0;
}
.rgf-section__title {
    margin: 0 0 20px;
    padding-left: 11px;
    border-left: 3px solid #0277ef;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #263b5e;
}
.rgf-guide__item + .rgf-guide__item {
    margin-top: 24px;
}
.rgf-guide__subtitle {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #0277ef;
}
.rgf-guide__text {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #6a7695;
}
.rgf-guide__steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.rgf-guide__steps  span>b{
    color: #263B5E!important;
}
.rgf-guide__arrow {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, #b4d7fb 0%, #0277ef 100%);
    position: relative;
}
.rgf-guide__arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: #0277ef;
}
.rgf-faq {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rgf-faq__item + .rgf-faq__item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e8ec;
}
.rgf-faq__q {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}
.rgf-faq__num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0277ef;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #fff;
}
.rgf-faq__q-text {
    flex: 1;
    font-size: 14px;
    line-height: 24px;
    color: #0277ef;
}
.rgf-faq__a {
    margin: 0 0 0 40px;
    font-size: 14px;
    line-height: 24px;
    color: #6a7695;
}
.rental-guide-faq--product .rgf-guide__item:first-child {
    margin-top: 0;
}
@media (max-width: 768px) {
    .rgf-guide__steps {
        font-size: 14px;
    }
    .rgf-faq__a {
        margin-left: 0;
    }
}
