/* Custom Email API - 前端 captcha 样式 */
.cea-captcha {
    margin-top: 10px;
    margin-bottom: 0;
}
.cea-captcha-label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}
.cea-captcha-q {
    font-weight: 700;
    color: #c0392b;
    letter-spacing: 0.5px;
}
.cea-captcha-refresh {
    margin-left: 8px;
    color: #007bff;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}
.cea-captcha-refresh:hover {
    text-decoration: underline;
}
.cea-captcha-answer {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    height: auto;
}
.cea-captcha-error {
    display: block;
    margin-top: 4px;
}
