.single-post {
   background-color: #fffaf4;
   font-family: sans-serif;
}
.et_post_meta_wrapper {
    display: none;
}

@media (min-width: 1025px) {
	.img-show-mobile img {
		display: none;
	}
}
@media(max-width: 1024px) {
	.img-show-desktop img {
		display: none;
	}
	.img-show-mobile img {
        margin-bottom: 20px;
    }
    .table_text_link {
        display: flex;
        flex-direction: column-reverse;
    }
}
.et_pb_post .entry-content {
    padding-top: 0 !important;
}
.back_link {
    display: flex;
    gap: 3px;
}
.back_link a {
    color: #333;
    font-size: 20px;
    font-family: sans-serif;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.post p, ul li {
   color: #2d2926;
   font-size: 18px;
   line-height: 27px;
   text-align: left;
}
.post .entry-content h2 {
    padding: 30px 0;
}
.post p a, .post ul li a {
    color: #c41423;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.post .row-btn .shop_btn {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to left, rgb(196, 20, 35) 50%, rgb(255, 154, 157) 50%);
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .3s ease-in-out;
    background-position: right bottom;
    background-size: 200% 100%;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    width: min(300px, 100%);
    padding: 0px 1rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
}
.shop_btn:hover {
    background-position: left bottom;
    color: rgb(255, 255, 255);
}
.post__title {
    font-weight: 800;
    font-size: 36px;
    margin-top: 50px;
}
.post .written_by {
    font-size: 14px;
    color: #333;
    opacity: 0.7;
    line-height: 17px;
}
.post .entry-content .table-name {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 15px;
    color: #ef609c;
    padding-bottom: 0;
}
.links-post {
    font-size: 16px;
    color: #333;
}
.links-post .link a {
    color: #333;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    line-height: 30px;
}
.img-show-desktop img {
    width: 647px;
    height: 359px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #2d2926;
    border-radius: 8px;
    margin-top: 0;
}
.table_text_link {
    margin-bottom: 20px;
}
.shop_btn img {
    margin-left: 10px;
}
@media (min-width: 1025px) {
    .post .entry-content .table-name {
        font-size: 22px;
    }
    .post p, ul li {
       font-size: 22px;
       text-align: justify;
    }
}
@media (max-width: 500px) {
    body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
        padding-top: 20px !important;
    }
    #main-content .container {
        width: 95%;
    }
    .back_link a {
        font-size: 16px;
    }
    .post__title {
        font-size: 35px;
        margin-top: 30px;
        text-align: center;
    }
    .post .written_by, .post .sub_post_title {
        text-align: center;
    }
    .post .entry-content .table-name {
        padding: 0;
    }
    .links-post .link a {
        font-size: 14px;
    }
    .post .entry-content h2 {
        font-size: 24px;
    }
    .row-btn {
        display: flex;
        justify-content: center;
    }
    .row-btn .shop_btn {
        position: fixed;
        bottom: 19px;
        z-index: 99;
        width: 185px;
    }
}
@media (max-width: 320px) {
    .links-post .link  {
        margin-bottom: 5px;
    }
    .links-post .link a {
        line-height: 22px;
    }
}