.redmind.fbt-wrapper {
    margin: 30px 0;
}

.redmind.fbt-wrapper h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

.redmind .fbt-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.redmind .fbt-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    text-align: center;
    position: relative;
}

.redmind .fbt-product img {
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.redmind .fbt-product-title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.redmind .fbt-price {
    font-weight: bold;
    color: #111;
}

.redmind .fbt-plus {
    font-size: 24px;
    color: #999;
    font-weight: 300;
}

.redmind .fbt-list {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.redmind .fbt-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.redmind .fbt-list-item input {
    margin-right: 10px;
}

.redmind .fbt-total-section {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
}

.redmind .fbt-total-row {
    margin-bottom: 5px;
    display: flex;
    font-size: 16px;
}

.redmind .fbt-total-row:last-child {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 5px;
}

.redmind .fbt-label {
    margin-right: 10px;
    min-width: 120px;
}