.canvas-captcha-container {
    margin: 1em 0;
    text-align: center;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1em;
}

#login-captcha-canvas {
    background: #f8f9fa;
    border: 1px solid #dcdcde;
    border-radius: 4px;
}

#refresh-captcha {
    padding: 4px 8px;
    line-height: 2.15384615;
    min-height: 30px;
    border-radius: 3px;
    color: #2271b1;
    border: 1px solid #2271b1;
    background: #f6f7f7;
    cursor: pointer;
}

#refresh-captcha:hover {
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
}

#captcha-input {
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto;
    text-align: center;
    padding: 3px 10px;
    box-sizing: border-box;
}

.dashicons-update {
    font-size: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
} 