.wcpa-addons-wrap {
    margin: 20px 0;
    direction: rtl;
}
.wcpa-group {
    margin-bottom: 20px;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
}
.wcpa-group-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
}
.wcpa-required { color: red; }
.wcpa-option {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
}
.wcpa-option input { width: auto; margin: 0; }
.wcpa-price { color: #888; font-size: 13px; }
.wcpa-text,
.wcpa-textarea,
.wcpa-select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    direction: rtl;
    box-sizing: border-box;
}
.wcpa-textarea { min-height: 80px; resize: vertical; }
