.wc-qr-payment-label {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.wc-qr-payment-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.wc-qr-payment-description {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 15px;
    margin-top: 10px;
}

.wc-qr-payment-qr-preview {
    max-width: 150px;
    height: auto;
    margin-top: 10px;
}

.wc-qr-payment-edit {
    background-color: #f0f0f0;
    border: 1px dashed #ccc;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
}

.wc-block-payment-method-label img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-height: 24px;
    width: auto;
}