/* Payment method styling */
.sellapp-methods {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.sellapp-methods legend {
    font-weight: 600;
    padding: 0 5px;
}

.sellapp-method {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.sellapp-method input[type="radio"] {
    margin-right: 10px;
}

.sellapp-method label {
    cursor: pointer;
    font-weight: 400;
}