.honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

.char-counter {
    font-size: 0.875rem;
    color: #6c757d;
}

.char-counter.over-limit {
    color: #dc3545 !important;
    font-weight: bold;
}

.security-indicator {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.security-indicator.secure {
    background-color: #d1edff;
    color: #0d6efd;
    border: 1px solid #b6d7ff;
}

.security-indicator.warning {
    background-color: #fff3cd;
    color: #664d03;
    border: 1px solid #ffecb5;
}

.rate-limit-warning {
    background-color: #f8d7da;
    color: #721c24;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #f5c6cb;
    margin-bottom: 1rem;
}

.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-valid {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

.btn-security-check {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.btn-security-check:hover {
    background-color: #ffca2c;
    border-color: #ffc720;
    color: #000;
}

.btn-security-verified {
    background-color: #198754;
    border-color: #198754;
}

.btn-security-verified:hover {
    background-color: #157347;
    border-color: #146c43;
}
