.gtea-single-v1 {
    .gtea-single-v1__thumbnail {
        margin-bottom: 2rem;
        img {
            width: 100%;
            height: auto;
            max-width: 100%;
            border-radius: 0.5rem;
        }
    }
    .gtea-single-v1__title {
        font-size: 2rem;
        line-height: 2.5rem;
        color: #000;
        margin-bottom: 2rem;
    }
    .gtea-single-v1__content {
        font-size: 1rem;
        line-height: 2rem;
        color: #000;
        margin-bottom: 2rem;
        h1, h2, h2, h3, h4, h5, h6 {
            font-size: 1.4rem;
            line-height: 2rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
            color: #000;
        }
        a {
            font-weight: bold;
            color: rgba(44, 41, 41, 0.56);
        }
        p, ul, ol, li {
            margin-bottom: 1.5rem;
        }
        img {
            width: initial;
            height: auto;
            max-width: 100%;
        }
        iframe, embed, video {
            width: 100%;
            aspect-ratio: 16/9;
            @media only screen and (max-width: 575px) {
                aspect-ratio: 4/4;
            }
        }
        blockquote {
            margin-bottom: 2rem;
            padding: 0 1rem;
            font-weight: bold;
            color: rgba(44, 41, 41, 0.56);
        }
        table {
            font-size: 1rem;
            line-height: 1.5rem;
            margin-bottom: 2rem;
        }
        .aligncenter {
            text-align: center;
            margin: auto;
            display: table;
        }
    }
    .gtea-single-v1__author {
        text-decoration: none;
        font-size: 1rem;
        line-height: 1rem;
        color: #000;
        padding: 0;
        font-weight: 500;
    }
    .gtea-single-v1__categories {
        list-style: none;
        padding: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
        li {
            display: inline-flex;
            &:not(:last-child) {
                margin-right: 0.5rem;
                a {
                    padding-right: 0.5rem;
                }
            }
        }
        a {
            text-decoration: none;
            font-size: 1rem;
            line-height: 1rem;
            color: #000;
            padding: 0;
            font-weight: 500;
            &:hover {
                color: rgba(44, 41, 41, 0.56);
            }
        }
    }
    .comments-area {
        overflow: hidden;
        a {
            text-decoration: none;
            font-size: 1rem;
            line-height: 1rem;
            color: #000;
            padding: 0;
            font-weight: 500;
            &:hover {
                color: rgba(44, 41, 41, 0.56);
            }
        }
        h2 {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
            color: #000;
        }
        .comment-body {
            overflow: hidden;
        }
        .comment-list {
            a {
                display: inline-flex;
            }
        }
        .comment-respond {
            overflow: hidden;
        }
        .comment-form {
            input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea {
                width: 100%;
            }
        }
        .comment-form-comment, .form-submit {
            margin-bottom: 0;
        }
        form {
            input,
            textarea,
            button[type="submit"],
            input[type="submit"] {
                background-color: #F5F5F5;
                color: #000000;
                font-size: 0.9rem;
                font-weight: 400;
                border: 2px solid #B9B9B9;
                border-radius: 0.5rem;
                padding: 1rem;
            }
            button[type="submit"],
            input[type="submit"] {
                background-color: #000;
                color: #fff;
                border: 2px solid #000;
                &:hover {
                    background-color: #fff;
                    color: #000;
                }
            }
        }
    }
}