.header-logo {
    max-height: 64px;
}

.menu-mobile-navigation-list {
    top: 40px
}

@media (max-width:625px) {
    .co-text-editor table tr {
        display: flex !important;
        flex-wrap: wrap !important;
        max-width: 100% !important;
    }

    .co-text-editor table tr td {
        max-width: 100% !important;
    }
}

@media (min-width: 480px) {
    .update-news-card.update-highlight:not(.update-news-reverse) .update-news-img {
        --tw-aspect-h: 70 !important;
    }
}

.update-news-card:not(.update-news-reverse) .update-news-img img {
    aspect-ratio: 1/1;
}

.text-editor iframe {
    aspect-ratio: 1.7777777778;
    height: auto !important;
    max-width: 100%
}

.text-editor ol,
.text-editor ul {
    padding-left: 25px
}

.text-editor ul {
    list-style: disc
}

.text-editor ol {
    list-style: decimal
}

@media (max-width:479px) {
    .text-editor table tr {
        display: flex !important;
        flex-direction: column
    }
    .text-editor table tr td{
        width: 100%!important;
    }
    
}
@media (max-width:575px) {
    .com-tax-request-detail>.text-editor table tr {
        flex-direction: column
    }
}
.ft-icon-wrapper img{
    width:50px!important;
    height:50px!important;
}