img.responsive-image {
    max-height: 200px;
    min-height: 100px;
    width: auto;
    height: auto;
}

form#buy-it-now button.buy-it-now {
    width: 100%
}

.whitelabelwrap {
    min-width: 30rem;
}

.whitelabel-checkout-form {
    margin-top: 2rem;
    max-width: 75%;
    min-width: 40%
}

.whitelabel-checkout-form form {
    margin-left: 2rem;
}

.whitelabel-checkout-form button {
    min-width: 15%;
    max-width: 45%;
}

.whitelabel-checkout-form input[type="radio"] {
    margin-right: 10px;
}

.whitelabel-checkout-form label {
    display: inline-block;
    width: 150px; /* Adjust width as needed */
    margin-bottom: 10px;
}

.whitelabel-checkout-form input[type="text"] {
    width: 50%;
    min-width: 10rem; /* Adjust width to fill remaining space */
}

.whitelabel-checkout-form div.whitelabel-line {
    margin-bottom: 1rem;
}

.secret {
    display: none;
    margin-top: 1rem;
    margin-left: 3rem;
}

div.form-buttons {
    margin-top: 2rem;
}

.button.wp-color-result {
    min-width: 175px;
}

.spin {
    display: inline-block;
    animation: spin 2s linear infinite;
}

.whitelabel-multiline {
    vertical-align: revert;
    display: flex;
    align-items: safe;
}

.whitelabel-multiline textarea {
    width: 50%;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
