.myfe-custom-body {
    font-size: 1rem;
    color: #334155;
    overflow-x: scroll;
}

.myfe-custom-body h3, .myfe-custom-body h4{
    font-weight: 600;
    color: #0D9488;
    margin-bottom: 10px;
}
.myfe-custom-body h3 {
    font-size: 1.2rem;
}
.myfe-custom-body h4 {
    font-size: 1rem;
}

.myfe-custom-body p {
    margin-bottom: 1rem;
}


.myfe-custom-body a {
    color: #0D9488;
    text-decoration: underline;
    transition: 0.3s ease;
}

.myfe-custom-body a:hover {
    color: #2DD4BF;
}

.myfe-custom-body ul, .myfe-custom-body ol {
    padding-left: 17px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.myfe-custom-body ul {
    list-style: disc;
}

.myfe-custom-body ol {
    list-style: decimal;
}





.myfe-custom-body table {
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    overflow: scroll;
}

.myfe-custom-body table thead {
    background: #ffedd5;
    color: #0f172a;
    font-weight: 600;
}

.myfe-custom-body table td,
.myfe-custom-body table th {
    border: 1.1px solid #cbd5e1;
    padding: 6px;
    text-align: left;
}



.myfe-custom-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    pointer-events: none;
}


.myfe-custom-body hr {
    border: none;
    border-top: 0.0625rem solid #e2e8f0;
    margin: 1.875rem 0;
}


.myfe-custom-body pre {
    background: #0f172a;
    color: #f1f5f9;
    padding: 0.9375rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin-bottom: 1.25rem;
}

.myfe-custom-body code {
    background: #f1f5f9;
    padding: 0.1875rem 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}


.myfe-custom-body .btn {
    display: inline-block;
    background: #0d9488;
    color: #fff;
    padding: 0.625rem 1.125rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.myfe-custom-body .btn:hover {
    background: #0f766e;
}