.ims-prop65-warning {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
    width: fit-content;
    max-width: 100%;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-top: 1.5rem;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 6px;
    padding: 0.625rem 0.75rem;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.ims-prop65-warning:hover {
    background: #fef3c7;
    border-color: #fcd34d;
    color: #92400e;
    text-decoration: none;
}

.ims-prop65-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #d97706;
    margin-top: 1px;
}

.ims-prop65-text {
    flex: 1;
    min-width: 0;
}
