.sp-list-fd82badd {
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
}

.sp-item-fd82badd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e0e0e0;
}

.sp-item-fd82badd:last-child {
    border-bottom: none;
}

.sp-content-fd82badd {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sp-title-fd82badd {
    font-weight: 700;
    color: #555;
    font-size: 18px;
    line-height: 1.2;
}

.sp-desc-fd82badd {
    color: #888;
    font-size: 15px;
    line-height: 1.4;
}

.sp-price-fd82badd {
    font-weight: 700;
    color: #888;
    font-size: 18px;
    text-align: right;
    white-space: nowrap;
    margin-left: 20px;
}
