.simple-content-section {
    margin-top: 80px;
    margin-bottom: 180px;
}

.simple-content-section .container {
    max-width: 932px;
    margin: auto;
}

.simple-content-section p,
.simple-content-section li {
    opacity: 0.8;
}

.last-update-text {
    opacity: 0.4;
    font-weight: 500;
}

.simple-content .wp-block-list li {
    padding-left: 32px;
    list-style-type: none;
    position: relative;
    margin-bottom: 12px;
}

.simple-content ul,
.simple-content ol {
    margin: 0;
    margin-bottom: 30px;
}

.simple-content ul.wp-block-list li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 2px solid #000000;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 8px;
}

.simple-content ol {
    counter-reset: step;
}

.simple-content ol.wp-block-list li:before {
    display: block;
    height: 22px;
    width: 22px;
    border: 2px solid #000000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    counter-increment: step;
    content: counter(step);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
}

.simple-content ol.wp-block-list li {
    padding-left: 36px;
}

.simple-content p a,
.simple-content li a {
    color: var(--blue);
    text-decoration: underline;
}

.publication-date-and-share-link {
    border-top: 1px solid rgba(38, 38, 38, 0.20);
    padding-top: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.publication-date span {
    opacity: 0.4;
}

.publication-date p {
    opacity: 0.8;
}

.share-link {
    display: flex;
    align-items: center;
}

.share-link span {
    opacity: 0.4;
    margin-right: 12px;
}

.share-link-row a {
    height: 40px;
    width: 40px;
    background-color: var(--grey);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.share-link-row a:hover {
    background-color: var(--blue);
}

.share-link-row a:hover img {
    filter: brightness(0) invert(1);
}

.share-link-row {
    display: flex;
    align-items: center;
}

.share-link-row a:not(:last-child) {
    margin-right: 12px;
}

.share-link-row a img {
    height: 24px;
    width: 24px;
    object-fit: cover;
    object-position: center;
}

.share-link {
    display: flex;
    align-items: center;
}

.share-link span {
    opacity: 0.4;
    margin-right: 12px;
}

.share-link-row a {
    height: 40px;
    width: 40px;
    background-color: var(--grey);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.share-link-row {
    display: flex;
    align-items: center;
}

.share-link-row a:not(:last-child) {
    margin-right: 12px;
}

.share-link-row a img {
    height: 24px;
    width: 24px;
    object-fit: cover;
    object-position: center;
}

/* Tooltip Message START */

.copy-post-link {
    position: relative;
}

.copy-tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10;
}

.copy-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #111 transparent transparent transparent;
}

.copy-post-link.copied .copy-tooltip {
    opacity: 1;
}

.default-single .post-featured-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.default-single .single-header-wrapper {
    margin: 80px 0;
}

.default-single section {
    margin: 80px 0;
}

.default-single .single-header-wrapper .share-link {
    margin-bottom: 32px;
}

.default-single .single-header-wrapper .share-link span {
    font-weight: 500;
    margin-right: 16px;
}

.default-single .single-header-wrapper .post-topic {
    display: block;
    color: var(--blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}

.default-single .single-header-wrapper .post-title {
    margin-bottom: 30px;
}

.default-single .post-meta.title-sec-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.default-single .post-meta.title-sec-row>div {
    width: calc(33.33% - 32px);
}

.default-single .post-solutions ul li {
    padding: 0;
    color: var(--blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 0.16px;
}

.default-single .post-solutions ul li:before {
    content: none;
}

.default-single .post-meta.title-sec-row h4 {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    opacity: .4;
    margin-bottom: 8px;
}

.default-single .post-meta.title-sec-row .post-date,
.default-single .post-meta.title-sec-row .post-author {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 0.16px;
}

.default-single .image-carousel-box {
    min-height: 740px;
}

.default-single .defualt-content .title-sec-row p a {
    color: var(--blue);
    text-decoration: underline;
    opacity: .8;
}

.default-single .defualt-content .title-sec-row p a:hover {
    opacity: 1;
    text-decoration: none;
}

.default-single .defualt-content .title-sec-row p {
    margin-bottom: 30px;
}

.default-single blockquote {
    max-width: 360px;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    padding-left: 47px;
    position: relative;
}

.default-single blockquote:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    background-image: url('../images/quote.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 8px;
}

.default-single .single-footer.title-sec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    margin-bottom: 180px;
    border-top: 1px solid rgba(38, 38, 38, 0.20);
}

.default-single .defualt-content section:last-child {
    margin-bottom: 40px;
}

.default-single .single-footer.title-sec-row .post-author h4 {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    opacity: .4;
    margin-bottom: 8px;
}

.default-single .single-footer.title-sec-row .post-author {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 0.16px;
}

.default-single .defualt-content .title-sec-row h6 {
    font-size: 18px;
    margin-bottom: 16px;
}

.subscribe-form .input-field {
    width: 370px;
}

.subscribe-form .input-field:last-child {
    width: auto;
    margin-left: 4px;
}

.subscribe-form .input-row {
    justify-content: flex-start;
}

.subscribe-form .input-field input {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    color: var(--white);
}

.subscribe-form .input-field input::placeholder {
    color: var(--white);
    font-weight: 400;
}

.subscribe-form .input-field .wpcf7-submit {
    padding: 15.1px 20px;
    color: var(--black);
    background-color: var(--white);
    cursor: pointer;
}

.subscribe-form .wpcf7-response-output {
    color: #fff;
}

.subscribe-form .input-field .wpcf7-submit:hover {
    background: #E4E4E4;
}

/* .default-single .defualt-content {
    max-width: 932px;
    margin: 0 auto 80px;
    width: 100%;
    padding: 0 20px;
} */

/* Tooltip Message END */

@media only screen and (max-width:991px) {

    .default-single section,
    .default-single .single-header-wrapper {
        margin: 60px 0;
    }

    .default-single .defualt-content {
        margin: 0 auto 60px;
    }

    .default-single .post-meta.title-sec-row>div {
        width: calc(33.33% - 15px);
    }

    .default-single .single-footer.title-sec-row {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:767px) {
    .publication-date-and-share-link {
        display: block;
    }

    .default-single .share-link {
        margin-top: 20px;
    }

    .simple-content-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .default-single section,
    .default-single .single-header-wrapper {
        margin: 40px 0;
    }

    .default-single .single-header-wrapper .post-topic {
        margin-bottom: 20px;
    }

    .default-single .post-meta.title-sec-row {
        margin: 0 -5px -10px -5px;
    }

    .default-single .post-meta.title-sec-row>div {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .default-single .post-meta.title-sec-row {
        margin-bottom: 0;
    }

    .default-single .post-featured-image img {
        height: 400px;
    }

    .default-single .defualt-content .title-sec-row p {
        margin-bottom: 20px;
    }

    .default-single .title-sec-row ul {
        margin-bottom: 20px;
    }

    .default-single .single-footer.title-sec-row {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .default-single .share-link-row {
        flex-wrap: wrap;
    }

    .default-single .share-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .default-single .share-link span {
        margin-bottom: 12px;
        margin-right: 0;
    }

    .default-single .image-carousel-box {
        min-height: 400px;
    }

    .default-single blockquote {
        padding-left: 35px;
    }
}