.sp-f17a1ddd-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sp-f17a1ddd-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 8px;
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    min-width: 250px;
}

.sp-f17a1ddd-icon {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0073e6;
}

.sp-f17a1ddd-icon svg {
    width: 24px;
    height: 24px;
    fill: #0073e6;
}

.sp-f17a1ddd-details {
    display: flex;
    flex-direction: column;
}

.sp-f17a1ddd-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.sp-f17a1ddd-price {
    font-size: 14px;
    color: #e60000;
    font-weight: 600;
}

.sp-f17a1ddd-starting {
    color: #777;
    font-weight: normal;
    font-size: 12px;
}
