.wpcf7_mlc-captcha-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.wpcf7_mlc-captcha-container > span.wpcf7-form-control-wrap {
    flex: 1 auto;
}

.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%;
}

.wpcf7_mlc-captcha-refresh > svg path {
    fill: #000000;
}

.wpcf7_mlc-captcha-refresh:not(:disabled):hover > svg,
.wpcf7_mlc-captcha-refresh:not(:disabled):focus > svg  {
    opacity: 0.25;
}