.service-guarantee {
    color: #263b5e;
}
.service-guarantee--mall {
    padding: 24px;
    border-radius: 16px;
    background: #fff;
}
.service-guarantee--product .sg-block:first-child {
    margin-top: 0;
}
.sg-block + .sg-block {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #e5e8ec;
}
.sg-block__title {
    margin: 0 0 16px;
    padding-left: 11px;
    border-left: 4px solid #0277ef;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #263b5e;
}
.sg-triple {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 48px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sg-triple__item {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    font-size: 16px;
    line-height: 24px;
}
.sg-triple__icon,
.sg-why__icon {
    flex-shrink: 0;
    display: block;
    width: 16px;
    height: 16px;
}
.sg-triple__label {
    font-weight: 500;
    color: #0277ef;
    white-space: nowrap;
}
.sg-triple__desc {
    color: #6a7695;
    white-space: nowrap;
}
.sg-why {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sg-why__item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.sg-why__body {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 24px;
}
.sg-why__label {
    font-weight: 500;
    color: #263b5e;
}
.sg-why__desc {
    margin-left: 8px;
    color: #6a7695;
}
.sg-block + .sg-block.sg-block--tips {
    margin-top: 24px;
    padding-top: 0;
    border-top: none;
}
.sg-tips__title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #f39800;
}
.sg-tips__text {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #6a7695;
    text-align: justify;
}
@media (max-width: 768px) {
    .sg-triple {
        flex-direction: column;
        gap: 12px;
    }
    .sg-triple__desc,
    .sg-triple__label {
        white-space: normal;
    }
    .sg-why__desc {
        display: block;
        margin-left: 0;
        margin-top: 4px;
    }
}
