.wcsa-accessories-list {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wcsa-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 6px;
}
.wcsa-thumb img {
    max-width: 50px;
    border-radius: 4px;
}
.wcsa-details {
    flex-grow: 1;
    margin-left: 10px;
}
.wcsa-details h4 {
    margin: 0 0 4px;
    font-size: 14px;
}
.wcsa-btn {
    background: #27ae60;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}
.wcsa-btn.added {
    background: #aaa;
    cursor: not-allowed;
}
