.wc-container {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    max-width: 450px;
    margin: auto;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    font-family: Tahoma, Arial, sans-serif;
}

.wc-step h3 {
    margin-bottom: 15px;
    color: #df1e6d;
}

.wc-step button {
    background: #97bb3c;
    border: none;
    color: #fff;
    padding: 12px 18px;
    margin: 5px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.wc-step button:hover {
    background: #df1e6d;
}

#wc-result {
    text-align: right;
    direction: rtl;
}

#wc-result p {
    font-size: 16px;
    margin: 10px 0;
}

#wc-result ul {
    list-style: none;
    padding: 0;
}

#wc-result li {
    margin: 5px 0;
}
