.wcdp-ai-pricing-section {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    margin: 0 0 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.wcdp-ai-pricing-section h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.wcdp-ai-sides-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 15px 0;
    padding-left: 0;
    font-size: 13px;
    list-style: none;
}

.wcdp-ai-side-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

.wcdp-ai-side-name {
    font-weight: 600;
    color: #333;
}

.wcdp-ai-side-info {
    color: #555;
    font-weight: 500;
}

.wcdp-ai-pricing-total-wrap {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}

.wcdp-ai-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
}

.wcdp-ai-custom-price-row {
    font-weight: 500;
}

.wcdp-ai-total-price-row {
    font-size: 16px;
    font-weight: bold;
    color: #d9534f;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}

#wcdp-ai-surcharge-amount {
    color: #5cb85c;
}

.wcdp-ai-side-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #444;
}

.wcdp-ai-side-checkbox input {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.wcdp-ai-elements-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 13px;
}

.wcdp-ai-element-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

.wcdp-ai-element-name {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.wcdp-ai-element-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
    color: #666;
}

.wcdp-ai-element-stat {
    margin-bottom: 3px;
}

.wcdp-ai-element-charge {
    color: #444;
}

.wcdp-ai-element-charge b {
    color: #000;
}

.wcdp-ai-element-empty {
    padding: 10px;
    color: #888;
    font-style: italic;
    text-align: center;
}


