
.wcsa-accessories-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wcsa-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #fafafa;
    transition: background 0.3s ease;
}
.wcsa-item:hover {
    background: #f1f1f1;
}
.wcsa-thumb img {
    max-width: 60px;
    border-radius: 4px;
}
.wcsa-details {
    flex-grow: 1;
    margin-left: 12px;
}
.wcsa-details h4 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 500;
}
.wcsa-btn {
    display: inline-block;
    background: #27ae60 !important;
    color: #fff !important;
    border: none;
    padding: 7px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    transition: background 0.3s ease;
    text-decoration: none;
}
.wcsa-btn:hover {
    background: #219150 !important;
}
