@import 'responsive1366/post.css';
@import 'responsive1024/post.css';
@import 'mobile/post.css';

#post-wrapper {
    background-color: #0f1935;
    border: 1px solid;
    padding: 30px 210px;
}

#post-wrapper .post {
    padding: 35px 60px;
    display: flex;
}

#post-wrapper .left {
    width: 75%;
}

#post-wrapper .review-title {
    padding: 100px 60px 0 60px;

}

#post-wrapper .review-title .date {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
}

#post-wrapper .review-title .date svg {
    width: 24px;
    height: 24px;
    fill: white;
    margin-right: 10px;
    margin-top: -5px;
}

#post-wrapper .review-title .title {
    margin-right: 25%;
}

#post-wrapper .review-title .title h1 {
    font-size: 64px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#post-wrapper .review-title .category {
    padding: 4px 16px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #5fb7f0;
    width: fit-content;
}

#post-wrapper .review-title .category p {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #0f1935;
}

#post-wrapper .review-title .description {
    margin: 15px 45% 15px 0
}

#post-wrapper .review-title .description p {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#post-wrapper .review-title .social {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

#post-wrapper .review-title .social span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#post-wrapper .review-title .social .icons a:first-child {
    margin: 0 20px;

}

#post-wrapper .review-title .social .icons .link-copied {
    margin: 0 20px 0 0;
    border: 1px solid #de7853;
    background: #de7853;
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #0f1935;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 30px;
}

#post-wrapper .review-title .social .icons .copy-link {
    margin: 0 20px 0 0;
    border: 1px solid white;
    background: white;
    cursor: pointer;
    font-size: unset !important;
    padding: 10px 10px;
    border-radius: 30px;
}

#post-wrapper .review-title .social .icons a {
    cursor: pointer;
    margin: 0 20px 0 0;
    border: 1px solid white;
    background: white;
    padding: 10px 10px;
    border-radius: 30px;

}

#post-wrapper .review-title .social .icons .copy-link img,
#post-wrapper .review-title .social .icons a img {
    height: 24px;
    width: 24px;
}

#post-wrapper .left .content .image {
    margin-bottom: 60px;

}

#post-wrapper .left .content ul li {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
/*#post-wrapper .left .content .image img{*/
/*    height: 550px;*/

/*}*/
#post-wrapper .left .content .image img,
#post-wrapper .left .content figure img {
    width: 100%;
    max-width: unset !important;
    object-fit: cover;
}

#post-wrapper .left .content {
    margin-right: 100px;
}

#post-wrapper .left .content {
    color: white !important;
}

#post-wrapper .left .content p a {
    color: #21c9d9;
    text-decoration: none;
}

#post-wrapper .left .content p a:hover {
    color: #21c9d9;
    text-decoration: underline !important;
    transition: all .3s ease-in-out;

}

#post-wrapper .left .content p a:active {
    color: #1a9ba8;
    transition: all .3s ease-in-out;
}

#post-wrapper .left .content p {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#post-wrapper .left .content figure {
    text-align: left;
}

#post-wrapper .right {
    width: 380px;
}


#post-wrapper .right .title_other_posts {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}


#post-wrapper .right .other_posts a,
#post-wrapper .right .other_posts .image a {
    text-decoration: none;
}

#post-wrapper .right .other_posts .texts {
    margin: 30px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#post-wrapper .right .other_posts .texts .date {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
}

#post-wrapper .right .other_posts .texts .date svg {
    width: 24px;
    height: 24px;
    fill: white;
    margin-right: 10px;
    margin-top: -5px;
}

#post-wrapper .right .other_posts .texts .title {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    margin: 10px 0px 15px 0;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#post-wrapper .right .other_posts .texts .category {
    padding: 0px 16px;
    width: fit-content;
    border-radius: 20px;
    background-color: #5fb7f0;
}

#post-wrapper .right .other_posts .texts .category p {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: normal;
    text-align: left;
    color: #0f1935;
}

#post-wrapper .right .other_posts .image {
    margin: 25px 0;
    background: white;
}

#post-wrapper .right .other_posts .image img {
    width: 380px;
    height: 233px !important;
    object-fit: fill;
}

.other_posts_mobile {
    display: none;
}