﻿.shoe-guarantee-card {
    margin-top: 12px;
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    direction: rtl;
    text-align: right;
}

.shoe-guarantee-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 15px;
    color: #2f3b52;
    margin-bottom: 12px;
}

    .shoe-guarantee-title i {
        color: #198754;
        font-size: 16px;
    }

.shoe-guarantee-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 8px;
}

    .shoe-guarantee-item:last-child {
        margin-bottom: 0;
    }

    .shoe-guarantee-item i {
        color: #198754;
        margin-top: 5px;
        flex: 0 0 auto;
    }
