.antispamguard-field,
.asg-hidden-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

.asg-notice-container {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    margin: 15px 0;
    padding: 10px 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.asg-notice-badge {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #dcfce7;
    color: #16a34a;
    border-radius: 8px;
}

.asg-notice-badge svg {
    width: 18px;
    height: 18px;
}

.asg-notice-text {
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
    line-height: 1.4;
}
