.fi-in-entry-wrp-label {
    border-bottom: 1px dashed;
    opacity: 0.5;
}
/* Rich Editor Content Styling - Text Format Only */
.rich-editor-content {
    line-height: 1.6;
}

/* Headings */
.rich-editor-content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    border-bottom: 2px solid currentColor;
    padding-bottom: 0.5rem;
}

.rich-editor-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
}

.rich-editor-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.rich-editor-content h4,
.rich-editor-content h5,
.rich-editor-content h6 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    margin-top: 0.75rem;
}

/* Paragraphs */
.rich-editor-content p {
    margin-bottom: 1rem;
    text-align: justify;
    font-weight: normal;
}

.rich-editor-content p:last-child {
    margin-bottom: 0;
}

/* Lists */
.rich-editor-content ul,
.rich-editor-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.rich-editor-content ul {
    list-style-type: disc;
}

.rich-editor-content ol {
    list-style-type: decimal;
}

.rich-editor-content li {
    margin-bottom: 0.25rem;
    line-height: 1.5;
}

.rich-editor-content ul ul,
.rich-editor-content ol ol,
.rich-editor-content ul ol,
.rich-editor-content ol ul {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

/* Links */
.rich-editor-content a {
    text-decoration: underline;
}

/* Text formatting */
.rich-editor-content strong,
.rich-editor-content b {
    font-weight: 900;
}

.rich-editor-content em,
.rich-editor-content i {
    font-style: italic;
}

.rich-editor-content u {
    text-decoration: underline;
}

.rich-editor-content s,
.rich-editor-content strike {
    text-decoration: line-through;
}

/* Blockquotes */
.rich-editor-content blockquote {
    border-left: 4px solid currentColor;
    padding-left: 1rem;
    margin: 1rem 0;
    font-style: italic;
    padding: 1rem;
    border-radius: 0.375rem;
}

/* Code */
.rich-editor-content code {
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.875rem;
}

.rich-editor-content pre {
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1rem 0;
}

.rich-editor-content pre code {
    padding: 0;
}

/* Tables */
.rich-editor-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    border: 1px solid currentColor;
}

.rich-editor-content th,
.rich-editor-content td {
    border: 1px solid currentColor;
    padding: 0.75rem;
    text-align: left;
}

.rich-editor-content th {
    font-weight: 600;
}

/* Images */
.rich-editor-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.375rem;
    margin: 1rem 0;
}

/* Horizontal rules */
.rich-editor-content hr {
    border: none;
    border-top: 2px solid currentColor;
    margin: 2rem 0;
}
