/* Minification failed. Returning unminified contents.
(23,21): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-600'
(38,21): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-600'
(60,21): run-time error CSS1039: Token not allowed after unary operator: '-Primary-600'
(92,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-200'
(103,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-200'
(104,22): run-time error CSS1039: Token not allowed after unary operator: '-White'
(124,21): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-600'
(138,35): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-200'
(150,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-200'
(159,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-600'
(174,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-200'
(178,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-600'
(195,22): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-200'
(210,17): run-time error CSS1039: Token not allowed after unary operator: '-Primary-600'
(219,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-600'
(234,28): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-300'
(235,22): run-time error CSS1039: Token not allowed after unary operator: '-White'
(236,17): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-600'
(250,15): run-time error CSS1039: Token not allowed after unary operator: '-spacing-lg'
(256,15): run-time error CSS1039: Token not allowed after unary operator: '-spacing-6xl'
(303,21): run-time error CSS1039: Token not allowed after unary operator: '-Secondary-500'
 */
.post-container {
    width: 1300px !important;
}

.post-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 60px;
    margin-top: 40px;
}

.post {
    width: 768px !important;
}

.post-title {
    margin-bottom: 24px !important;
}

    .post-title h1 {
        color: var(--Secondary-600, #253D4E);
        font-family: Quicksand;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.016px;
        align-self: stretch;
    }

.post-summary {
    margin-bottom: 24px !important;
}

    .post-summary span {
        color: var(--Secondary-600, #253D4E);
        font-family: Quicksand;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.008px;
        align-self: stretch;
    }

.post-reading-time {
    display: flex;
    padding: 4px 8px 4px 4px;
    align-items: center;
    gap: 12px;
    display: flex;
    padding: 4px 8px 4px 4px;
    align-items: center;
    gap: 12px;
}

    .post-reading-time span {
        color: var(--Primary-600, #005AFF);
        /* Text/Xsmall/600 */
        font-family: Quicksand;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
    }

.post-content-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
}

.post-content {
    width: 880px !important;
}

.right-menu {
    width: 338px !important;
}

.mt-banner-area {
    display: flex;
    padding: 32px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 2px solid var(--Secondary-200, #D3D8DC);
}

.category-menu {
    display: flex;
    width: 340px;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    border-radius: 16px;
    border: 2px solid var(--Secondary-200, #D3D8DC);
    background: var(--White, #FFF);
    margin-top: 32px;
}

.left-category-menu {
    display: flex;
    justify-content: start;
    align-items: center;
}

    .left-category-menu img {
        display: flex;
        width: 30px;
        height: 30px;
        padding: 3.09px 4.662px 3.48px 4.02px;
        justify-content: center;
        align-items: center;
    }

    .left-category-menu span {
        color: var(--Secondary-600, #253D4E);
        text-align: center;
        font-family: Quicksand;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
    }

.first-category-name-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Secondary-200, #D3D8DC);
    flex-direction: column;
}

.category-name-area {
    display: flex;
    padding: 8px 14px 8px 8px;
    align-items: center;
    justify-content: start;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Secondary-200, #D3D8DC);
}

    .category-name-area svg {
        height: 3px;
        align-self: stretch;
    }

.category-name-text {
    color: var(--Secondary-600, #253D4E);
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01px;
}

.popular-post-list {
    display: flex;
    padding: 5px 12px 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--Secondary-200, #D3D8DC);
}

.popular-post-name {
    color: var(--Secondary-600, #253D4E);
    text-align: center;
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.sepeartor-area {
    margin-top: 50px;
    display: flex;
    height: 2px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: var(--Secondary-200, #D3D8DC);
}

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-top: 40px;
}

.post-author, .post-publish {
    color: var(--Primary-600, #005AFF);
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.post-author-name, .post-publish-time {
    color: var(--Secondary-600, #253D4E);
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.copy-link {
    display: flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Secondary-300, #A8B1B8);
    background: var(--White, #FFF);
    color: var(--Secondary-600, #253D4E);
    text-align: center;
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
}

.author-area, .publish-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-lg, 12px);
}

.post-publish-author-area {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-6xl, 48px);
}

.post-img img {
    width: 100% !important;
    height: 250px !important;
}

#last-post-content-area .post-item {
    position: relative;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    padding: 10px;
    margin-bottom: 35px;
    width: 309px !important;
    margin-left: 10px;
}

#last-post-content-area .post-title span {
    font-size: 17px !important;
}

#last-post-content-area .post-category {
    margin-bottom: 10px;
}

    #last-post-content-area .post-category span {
        color: #0a58ca;
        text-align: center;
        font-family: Quicksand;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
    }

#last-post-content-area .post-title {
    word-break: auto-phrase;
    min-height: 50px;
}

    #last-post-content-area .post-title span {
        color: var(--Secondary-500, #516471);
        text-align: center;
        font-family: Quicksand;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }

#last-post-content-area .post-summary {
    margin-bottom: 10px;
    word-break: auto-phrase;
}

    #last-post-content-area .post-summary span, #last-post-content-area .post-created-time span, #last-post-content-area .post-details span, #last-post-content-area .post-details a {
        color: #516471 !important;
        text-align: center;
        font-family: Quicksand;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

#last-post-content-area .post-created-time {
    margin-bottom: 20px;
}

#last-post-content-area .post-details {
    border-top: 1px solid #D3D8DC;
}

#last-post-content-area .post-time {
    margin-top: 5px;
    cursor: pointer !important;
}

#last-post-content-area .read-more {
    margin-top: 5px;
}


#last-post-content-area .last-post-title {
    font-weight: 600;
    color: #253d4e;
    font-size: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
}

#last-post-content-area {
    width: 100% !important;
}

.databank-breadcrump {
    color: #7e7e7e !important;
}

.databank-post-content {
    min-height: 200px;
}

@media (max-width: 767px) {

    .post-footer {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        align-content: start;
        width: 270px;
    }

    .post-content-area {
        flex-direction: column;
    }

    .image-area {
        width: 270px;
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .post-title-area {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 270px;
    }

    .post-container {
        width: 270px !important;
        margin: 0 !important;
        padding: 0 !important;
        padding-left: 68px !important;
    }

    .image-area img {
        width: 260px;
        height: 30%;
    }

    .post-summary span {
        overflow-wrap: break-word;
        white-space: normal;
        display: block;
    }

    .post-content {
        width: 300px !important;
        margin-bottom: 20px;
    }

        .post-content p {
            overflow-wrap: break-word;
            white-space: normal;
            display: block;
            margin-bottom: 30px;
        }

    .right-menu, .category-menu {
        width: 264px !important;
    }

    .post-publish-author-area {
        flex-direction: column;
    }

    .sepeartor-area {
        width: 250px;
    }

    #last-post-content-area {
        width: 270px !important;
    }

    .last-post-title {
        font-size: 30px !important;
    }

    #footer {
        width: 270px;
        margin-left: 46px;
    }

    .header-area {
        width: 415px !important;
    }

    .logo.logo-width-1 {
        left: 29% !important;
    }

        .logo.logo-width-1 img {
            width: 76px !important;
            min-width: 104px !important;
        }

    .post-reading-time {
        width: 34%;
    }

    .post {
        width: 270px !important;
    }

    #last-post-content-area .post-summary span {
        text-align: start;
    }
}

@media (max-width: 210px) {
    .header-area {
        width: 353px !important;
    }

    #last-post-content-area .post-summary span {
        text-align: start;
    }
}

@media (min-width: 767px) and (max-width: 992px) {

    .post-content {
        width: 406px !important;
    }

    .right-menu {
        width: 289px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .post-content p {
        margin-bottom: 20px;
    }

    .right-menu {
        width: 314px !important;
    }

    .post-content {
        width: 617px !important;
    }

    #last-post-content-area .post-item {
        width: 302px !important;
    }
}

