.spap-frontend-wrapper {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #eee;
    background: #fafafa;
    border-radius: 4px;
}
.spap-addon-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.spap-addon-content {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 10px;
}
.spap-addon-content img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.spap-name { font-weight: 500; }
.spap-pricing del { color: #999; font-size: 0.9em; margin-right: 5px; }
.spap-pricing ins { color: #e67e22; text-decoration: none; font-weight: bold; }
#spap-total-preview {
    margin-top: 15px;
    padding: 10px;
    background: #e7f3ff;
    border-left: 4px solid #2196F3;
    color: #0d47a1;
}

.spap-price-breakdown span {
    font-size: 0.9em;
    opacity: 0.8;
}

.spap-final-total {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 5px;
}
.woocommerce div.product form.cart .variations td select {
	padding: 15px 8px !important;
}