.spam-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.spam-check {
    padding: 18px;
    border: 1px solid #d7dde5;
    border-radius: 10px;
    background: #f8fafc;
}

.spam-code-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 12px;
    flex-wrap: wrap;
}

.spam-code-display {
    min-width: 150px;
    padding: 12px 18px;
    border: 2px solid #263445;
    border-radius: 8px;
    background: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .35em;
    text-align: center;
    user-select: none;
}

.spam-refresh {
    width: auto;
    padding: 10px 14px;
}

#spam_code_input {
    max-width: 220px;
    font-size: 20px;
    letter-spacing: .2em;
}

.spam-message {
    min-height: 1.4em;
    margin-bottom: 0;
}
