#u4nrcontent p,
#u4nrcontent li {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

#u4nrcontent .section-title {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#u4nrcontent strong,
#u4nrcontent b {
    color: #1a1a1a;
    font-weight: 600;
}

#u4nrcontent em {
    color: #444;
    font-style: italic;
}

#u4nrcontent ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

#u4nrcontent li {
    margin-bottom: 0.5em;
}

#u4nrcontent .chips {
    float: right;
    text-align: center;
}

#u4nrcontent .chips img {
    width: 255px;
    height: 255px;
}

@media (max-width: 767.98px) {
    #u4nrcontent .chips {
        float: none;
        display: block;
        margin: 0 auto 1rem;
        text-align: center;
    }

    #u4nrcontent .chips img {
        width: min(255px, 100%);
        height: auto;
    }
}

#u4nrcontent .centered-image-container {
    text-align: center;
    margin: 20px 0;
}

#u4nrcontent .centered-image-container img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

#u4nrcontent .centered-image-container .caption {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}

#u4nrcontent h1 {
    font-size: 1.8em !important;
    font-weight: bold !important;
    color: #222 !important;
    text-align: left !important;
    margin: 1em 0 !important;
}

#u4nrcontent h2 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    margin: 1em 0;
    color: #333;
}

#u4nrcontent h3 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    margin: 1em 0;
}

#u4nrcontent h4 {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    margin: 0.6em 0;
    color: #333;
}

#u4nrcontent h2[id] {
    scroll-margin-top: 95px;
}

#u4nrcontent h1[id] {
    scroll-margin-top: 95px;
}

/* Responsive tables in list FAQ content: keep column width, scroll horizontally */
#u4nrcontent figure.table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1rem 0;
}

#u4nrcontent figure.table > table {
    width: max-content;
    min-width: 100%;
    margin-bottom: 0;
}

#u4nrcontent figure.table th,
#u4nrcontent figure.table td {
    white-space: nowrap;
    word-break: normal;
}

@media (max-width: 767.98px) {
    #u4nrcontent figure.table th,
    #u4nrcontent figure.table td {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }
}