.post-entry-content div {
    margin-bottom: 20px;
}

.post-entry-content figure {
    margin: 0 0 20px 0 !important;
}

.post-entry-content p,
.post-entry-content ul,
.post-entry-content ol {
    margin-bottom: 20px;
    color: #555a5d;
}
.post-entry-content ul a{
    color: #1695f7;
}
.post-entry-content ul a:hover{
    text-decoration: underline;
}
.url-list a:hover{
    text-decoration: underline;
}
#toc-list {
    color: #555a5d;
}

#toc-list li {
    margin-bottom: 10px;
}

.post-entry-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.post-entry-content ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.post-entry-content p > a {
    color: #1695f7;
}
.post-entry-content p > a:hover {
    text-decoration: underline;
}

.url-list {
    color: #1695f7 !important;
}

.post-entry-content h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 5px;
}

.post-entry-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.post-entry-content h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.post-entry-content img {
    margin-bottom: 20px;
}

.post-entry-content h5 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.post-entry-content h2 > a {
    color: #1695f7;
}
.post-entry-content h2 > a:hover {
    text-decoration: underline;
}
.table-container {
    overflow-x: auto;
}
.table-container a{
    color: #1695f7;
}
.table-container a:hover {
    text-decoration: underline;
}
.recommend-button div,
.recommend-box div{
    margin: 0;
}
.recommend-button a,
.recommend-box a,
.recommend-button a p,
.recommend-box a p,
.recommend-box img,
.recommend-button img
{
    margin: 0;
}
.recommend-box div > p {
    margin-bottom: .75rem;
}
.recommend-button a p,
.recommend-box a p,
.recommend-button a p span,
.recommend-box a p span {
    color: #ffffff;
}
.recommend-button p a,
.recommend-box p a {
    color: #555a5d;
}


.recommend-box .active-win,
.recommend-box .active-mac {
    margin-top: .5rem;
}

table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #484e4e;
    color: white;
}

table td {
    color: #555a5d;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    /* margin-bottom: 25px; */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    margin-bottom: 20px;
}

.wp-block-buttons {
    display: flex;
}

.wp-block-button {
    margin: 10px;
    border: 1px solid #1695f7;
    border-radius: 5px;
    padding: 10px;
}
.wp-block-button {
    color: #1695f7;
}

.wp-block-button:hover {
    cursor: pointer;
    background-color: #1695f7;
    color: #fff !important;
}

.wp-block-button:hover a {
    color: #fff !important;
}

.hot-outline {
    margin-bottom: 30px;
}

.hot-links-title {
    margin-bottom: 10px;
    font-weight: 500;
}


.hot-links ul {
    list-style-type: disc !important;
    list-style-position: unset !important;
    padding-left: 20px;
}

.hot-links li {
    color: #555a5d;
}

.hot-links li:hover {
    color: #0484e7;
}

.author-meta-container {
    align-items: center;
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px;
}

.author-meta-container img {
    border-radius: 99999px;
    margin-right: 25px;
    width: 120px;
}

.author-meta-container .info-container .name {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.comment-reply-title {
    font-size: 1.1rem;
    font-weight: 500;
}

.comment-notes {
    font-style: italic;
    color: #787878;
    font-size: 0.8rem;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input {
    border: 1px solid #c3c3c4;
}

.comment-form-comment textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
}

.comment-form-url,
.comment-form-cookies-consent {
    display: none;
}

.comments-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 15px 0px;
}

#submit {
    margin: 15px 0px;
    background: #1695f7;
    color: white;
    padding: 8px;
    border-radius: 6px;
    font-size: 0.9rem;
}

#submit:hover {
    background: #0484e7;
    cursor: pointer;
}

.comment-author {
    display: flex;
    align-items: center;
}

.comment-author img {
    border-radius: 99999px;
    margin-right: 10px;
}

.comment-author cite {
    margin-right: 5px;
}

.comment-meta {
    color: #787878;
    font-size: 0.8rem;
}

.comment-body {
    margin-bottom: 12px;
}

.comment-body p {
    padding-left: 10px;
}

#cancel-comment-reply-link,
.comment-body .reply {
    font-size: 0.8rem;
    color: #787878;
}

#cancel-comment-reply-link:hover,
.comment-body .reply:hover {
    color: #1695f7;
}

.comment .children {
    margin-left: 20px;
}

.tips {
    margin: 1.25rem 0;
    border: 1px solid #ddd;
    padding: 15px 15px 15px 65px;
    font-size: small;
    background: no-repeat url("../img/note.svg");
    background-position: 15px 15px;
    color: #555555;
}

.tips p {
    margin-bottom: 0px !important;
}

.tips-line {
    border-left: 5px solid #1695f7;
    padding: 15px 20px;
    background-color: #f2f2f2;
    font-size: revert;
}

.tips-line p {
    margin-bottom: 0px !important;
}

blockquote {
    background: no-repeat url("../img/comma.svg");
    padding: 30px 30px 30px 65px;
    background-position: 24px 24px;
    background-color: #f2f2f2;
    margin: 0px 0px 20px 0px !important;

}

blockquote span {
    margin-bottom: 0px !important;
    color: #555555;
}

.image-source {
    text-align: center;
    font-size: small;
    color: #ccc !important;
    margin-top: -15px;
    margin-bottom: 0px !important;
}

.hot {
    background: no-repeat url("../img/hot-icon-blog.svg");
    margin: 0px 0px 20px 0px !important;
    width: 80px;
    height: 20px;
    display: inline-block;
    position: absolute;
}

.step {
    background: #313232;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    border: 1px solid #313232;
    position: relative;
    margin-right: 4px;
}

.step:after {
    position: absolute;
    display: inline-block;
    border-top: 12px solid transparent;
    border-left: 12px solid #313232;
    border-bottom: 12px solid transparent;
    right: -8px;
    content: '';
}

@media only screen and (max-width: 600px) {
    table {
        min-width: 800px;
    }

    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }

    .author-meta-container {
        flex-direction: column;
    }

    .author-meta-container img {
        margin-bottom: 10px;
        margin-right: 0px;
    }
}

/* Product Container Start */
.free-download-btn-win, .free-download-btn-mac, .free-download-btn {
    cursor: pointer;
    color: rgba(243, 244, 246, 1) !important;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
    padding: 0.8rem 1.5rem;
    background-color: rgba(22, 149, 247, 1);
    border-style: solid;
    border-color: rgba(22, 149, 247, 1);
    border-width: 1px;
    border-radius: 0.25rem;
}

.free-download-btn::before {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5rem;
}

.free-download-btn-win::before {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5rem;
    content: url("../img/icon-win.svg");
}

.free-download-btn-mac::before {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5rem;
    content: url("../img/icon-finder.svg");
}

.free-download-btn-mac:hover, .free-download-btn-win:hover, .free-download-btn:hover {
    background-color: rgba(8, 136, 234, 1);
}

.product-box {
    max-width: 1280px;
    margin: 0 0 20px 0 !important;
    background: #f7f7f7;
    border-radius: 4px;
}

.product-container {
    padding: 1rem 1rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
    margin: 0 !important;
}

.product-img {
    text-align: center;
    margin: 0 auto !important;

}

.product-img > a {
    color: inherit;
    text-decoration: inherit;
}

.product-img img {
    margin: 0 !important;
}

.product-info {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    text-align: left;
    color: #000000;
    margin: 20px 0 0 !important;
}

.product-title {
    font-size: 1.6rem !important;
    margin: 0;
    line-height: 2.25rem;
    color: rgba(22, 149, 247, 1);
    font-weight: inherit;
}

.product-title:hover {
    text-decoration: underline;
}

.product-title > a {
    color: inherit;
    text-decoration: inherit;
}

.product-title-des {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.product-info-list {
    display: block;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    list-style-position: inside;
}

.product-info-list li {
    line-height: 1.8;
}

.download-box {
    margin: 0 !important;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.download-box > div {
    margin: 0 !important;
    text-align: center;
}

.btn-box {
    margin-bottom: 0 !important;
}

.secure {
    margin: .5rem 0 20px 0 !important;
    color: rgba(156, 163, 175, 1);
    font-size: .75rem;
    line-height: 1.25rem;
}

.secure::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: url("../img/secure-download.svg");
}

.secure > span {
    vertical-align: middle;
}

.secure-default {
    margin: .5rem 0 0 0 !important;
    color: rgba(156, 163, 175, 1);
    font-size: .75rem;
    line-height: 1.25rem;
}

.secure-default::before {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.secure-default > span {
    vertical-align: middle;
}

/* Product Container End */

/* Coupon Start*/
.coupon-box {
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 20px #F0F0F0;
    margin-bottom: 35px;
    padding: 18px 16px;
    overflow: hidden;
    clear: both;
    position: relative;
    background-color: #fff;

}

.coupon-container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 !important;

}

.coupon-img {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px !important;

}

.coupon-img img {
    width: 64px;
    height: 64px;
    margin: 0 !important;
}

.coupon-info {
    padding: 0 20px;
    margin: 0 !important;
}

.coupon-info .title {
    font-weight: bold;
    margin-bottom: 10px !important;
}

.coupon-info .des {
    color: #999;
    font-size: 90%;
    margin-bottom: 20px !important;
}

.coupon-price {
    text-align: center;
    padding: 0 20px;
    min-width: 130px;
    max-width: 130px;
    color: #ff4e0c;
    font-weight: bold;
    margin: 0 !important;
}

.coupon-price del {
    color: #333;
    font-weight: normal;
    opacity: 0.4;
    font-size: 12px;
}

.coupon-button {
    min-width: 150px;
    max-width: 150px;
    display: inline-block;
    cursor: pointer;
    padding: 0.65em 1.1em;
    border: 1px dashed green;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    line-height: 18px;
    background-color: rgb(233, 255, 221);
    color: green;
    margin: 0 20px 0 0 !important;
}

.coupon-button i.rhicon, i.rhicon-check {
    position: absolute;
    top: 30%;
    right: -18px;
    margin-top: -9px;
}

.rhicon {
    content: url("../img/cut-icon.svg");
    transform: rotate(180deg);
}

.rhicon-check {
    content: url("../img/green-ok-icon.svg");
}

.coupon-button span {
    background: none transparent;
    border: none;
    text-align: center;
}

.step-item.active {
    color: #2a6df4;
}
.nav-links {
    font-size: 1.2rem;
}

.nav-links .current {
    font-weight: bold;
    color: #1695f7;
}
.list-tick > li {
    position: relative;
    padding-left: 24px;
}
.list-tick > li::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("/wp-content/themes/audiconv/assets/img/blog-2023/tick.svg");
    background-size: cover;
    position: absolute;
    left: 0;
    top: 6px;
}
#content-nav {
    list-style: none;
}
#content-nav .nav-tag {
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('/wp-content/themes/audiconv/assets/img/blog-2023/content-tag-bg.svg');
    padding-left: 9px;
    padding-top: 6px;
    font-size: 12px;
    color: #ffffff;
    margin-right: 8px;
    flex-grow: 0;
    flex-shrink: 0;
}
.content-nav-hot::after {
    content: '';
    display: inline-block;
    width: 76px;
    height: 28px;
    background-image: url('/wp-content/themes/audiconv/assets/img/blog-2023/hot-2.svg');
    vertical-align: middle;
    margin-left: 10px;
}
.pop-triangle {
    position: relative;
}
.pop-triangle::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F3F3F3;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    border-radius: 2px;
}

.h2-no-number {
    background: #EAF6FF;
    border-radius: 10px;
    padding: 24px 16px;
}
.h2-no-number::before {
    content: '';
    display: inline-block;
    width: 57px;
    height: 38px;
    background-image: url('/wp-content/themes/audiconv/assets/img/blog-2023/h2-no-number.svg');
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
}
.h2-number {
    background: #F5F5F5;
    border-radius: 10px;
    border: 1px dashed #C6C6C6;
    padding: 24px 16px;
}
.h2-number::before {
    display: inline-block;
    width: 57px;
    height: 38px;
    background-image: url('/wp-content/themes/audiconv/assets/img/blog-2023/h2-number.svg');
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 18px;
    color: #ffffff;
    padding-left: 12px;
    padding-top: 6px;
}
.h2-number::before{
    content: '01';
}
.h2-number:nth-of-type(2)::before{
    content: '02';
}
.h2-number:nth-of-type(3)::before{
    content: '03';
}
.h2-number:nth-of-type(4)::before{
    content: '04';
}
.h2-number:nth-of-type(5)::before{
    content: '05';
}
.h2-number:nth-of-type(6)::before{
    content: '06';
}
.h2-number:nth-of-type(7)::before{
    content: '07';
}
.h2-number:nth-of-type(8)::before{
    content: '08';
}
.h2-number:nth-of-type(9)::before{
    content: '09';
}
.h2-number:nth-of-type(10)::before{
    content: '10';
}
.h2-number:nth-of-type(11)::before{
    content: '11';
}
.h2-number:nth-of-type(12)::before{
    content: '12';
}
.h2-number:nth-of-type(13)::before{
    content: '13';
}
.h2-number:nth-of-type(14)::before{
    content: '14';
}
.h2-number:nth-of-type(15)::before{
    content: '15';
}
.prompt-blue > .title {
    background-color: #A7D7FF;
}
.prompt-blue > .content {
    border-color: #A7D7FF;
    background-color: #F5FBFF;
}
.prompt-purple > .title {
    background-color: #A7B0FF;
}
.prompt-purple > .content {
    border-color: #A7B0FF;
    background-color: #F6F7FF;
}
.prompt-origin > .title {
    background-color: #FFCEA7;
}
.prompt-origin > .content {
    border-color: #FFCEA7;
    background-color: #FFFAF6;
}
.prompt-red > .title {
    background-color: #FFA7A7 ;
}
.prompt-red > .content {
    border-color: #FFA7A7 ;
    background-color: #FFF6F6;
}
.prompt-green > .title {
    background-color: #AEF0B8 ;
}
.prompt-green > .content {
    border-color: #AEF0B8 ;
    background-color: #F7FDF8;
}
.prompt-blue-green > .title {
    background-color: #B7F6F1 ;
}
.prompt-blue-green > .content {
    border-color: #B7F6F1 ;
    background-color: #F8FEFE;
}
.blog-faq {
    position: relative;
}
.blog-faq::before {
    content: '';
    width: 36px;
    height: 36px;
    background-image: url('/wp-content/themes/audiconv/assets/img/blog-2023/faq.svg');
    background-size: cover;
    position: absolute;
    left: -8px;
    top: -2px;
    transform: translateX(-100%);
}
p.text-10.leading-6\.5.mt-3 {
    font-size: 1rem;
}


@media (min-width: 768px) {
    .md\:coupon-container {
        flex-direction: row;
    }

    .md\:coupon-img {
        margin: 0 !important;
    }

    .md\:coupon-info {
        margin: 0 !important;
    }

    .md\:coupon-info .des {
        margin: 0 !important;
    }

    .md\:product-container {
        padding: 2rem 4rem;
        display: grid;
        grid-template-rows: repeat(1, minmax(0, 1fr));
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 2.5rem;
        row-gap: 0;
    }

    .md\:product-info {
        grid-column: span 2/span 2;
        grid-row: span 2/span 2;
        text-align: left;
        color: #000000;
        margin: 0 !important;
    }

    .md\:download-box {
        margin: 0 !important;
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }
    
}

@media (max-width: 767.98px) {
    .pop-triangle::before {
        top: 100%;
        left: 50%;
        transform: rotate(45deg) translateY(-6px) translateX(-50%);
    }
    #content-nav .nav-tag {
        transform: scale(0.8);
        transform-origin:  left top;
    }
}
