.wpcf7_mlc-captcha-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.wpcf7_mlc-captcha-container.wpcf7_autop_on label {
    width: 100%;
}

.wpcf7_mlc-captcha-container > span.wpcf7-form-control-wrap {
    flex: 1 auto;
}

.wpcf7_mlc-captcha-container.wpcf7_autop_on > span.wpcf7-form-control-wrap > input[type="text"] {
    width: 100%;
}

.wpcf7_mlc-captcha-refresh {
    background: none;
    padding: 10px;
    width: 56px;
    height: 56px;
    border: 2px solid #000000;
    border-radius: 10px;
}

.wpcf7_mlc-captcha-refresh:disabled {
    opacity: 0.25;
    cursor: default;
}

.wpcf7_mlc-captcha-refresh > svg {
    max-width: 100%;
    max-height: 100%;
    transition: rotate ease-in-out 1s;
}

.wpcf7_mlc-captcha-refresh:not(:disabled):hover {
    cursor: pointer;
}

.wpcf7_mlc-captcha-refresh:hover > svg,
.wpcf7_mlc-captcha-refresh:focus > svg  {
    rotate: 360deg;
}