.autopost-fact-check-notice {
    background-color: #f0f0f0; /* Light grey background */
    border: 1px solid #dddddd;
    padding: 8px 15px 8px 35px; /* Adjusted padding: top/bottom, right, left (for icon) */
    margin-bottom: 20px; /* Space below the notice */
    border-radius: 4px;
    font-size: 0.875em; /* Slightly smaller font size (equiv. to 14px if base is 16px) */
    color: #222222; /* Very dark grey, not quite black */
    text-align: left;
    position: relative; /* For positioning the pseudo-element if needed, or direct background */
    line-height: 1.4; /* Improved line height for readability */
    background-image: url('../images/info-icon.svg'); /* Path relative to this CSS file */
    background-repeat: no-repeat;
    background-position: 10px center; /* Position icon: 10px from left, vertically centered */
    background-size: 16px 16px; /* Adjust size of SVG icon as needed */
}