    /* weakly post */
    .lock_market {
        padding: 0 56px;
        background: url(/wp-content/uploads/2024/07/Rectangle-863-1.png);
        background-size: cover;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 21px;
        height: 422px;
    }

    .lock_market span {
        font-size: 18px;
        font-weight: 700;
        line-height: 25.2px;
        color: #354050;
        text-align: center
    }

    .lock_market .login {
        color: #3C7FEE;
        font-family: Peyda;
        font-size: 24px;
        font-weight: 900;
        line-height: 33.6px;
        text-align: center;
    }

 


    /* */
    #pagination > #pagination {
        margin: 0;
    }

    div#pagination {
        margin: 48px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 32px;
    }

    a.next.page-numbers {
        margin-right: 20px;
        height: 32px;
    }

    a.prev.page-numbers {
        margin-left: 20px;
        height: 32px;
    }

    span.page-numbers.current, a.page-numbers.next-page, a.page-numbers.prev-page {
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 17.16px;
        border-radius: 50%;
    }

    span.page-numbers.current {

        border: 1px solid #6399F1;
        background: #F0F5FF;
        margin: 0 8px;
        color: #3C7FEE;

    }

    a.page-numbers.next-page {
        border: 1px solid #BFC6D1;
        background: #F4F4F6;
        color: #A0A8B4;
    }

    span.next-page {
        border: 1px solid #BFC6D1;
        background: #F4F4F6;
        color: #A0A8B4;
    }

    a.page-numbers.prev-page {
        border: 1px solid #BFC6D1;
        background: #fff;
        color: #AFB7C2;
    }


    .Daily_markets_analysis {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .Daily_market_analysis {
        display: flex;
        flex-direction: column;
        padding: 28px 32px 36px 32px;
        background: linear-gradient(180deg, #FFFFFF 0%, #F8EDDD 100%);
        border: 1px solid #F89D32;
        gap: 12px;
        border-radius: 24px;

    }

    .Daily_market_analysis .header {
        display: flex;
        flex-direction: row;
        gap: 4px;
        justify-content: space-between;
        align-items: center;
    }

    .Daily_market_analysis .header .title {
        display: flex;
        flex-direction: column;
        gap: 4px
    }

    .Daily_market_analysis .header .title h2 {
        color: #354050;
        font-size: 20px;
        font-weight: 900;
        line-height: 28px;
        margin: unset;
        margin-top: 12px;
    }

    .Daily_market_analysis .header .title .time {
        color: #3C7FEE;
        font-size: 14px;
        font-weight: 500;
        line-height: 20.02px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .Daily_market_analysis .header .label {
        border: 1px solid #C4D9FA;
        background: #FFFFFF;
        padding: 8px 16px;
        border-radius: 16px;
    }

    .warn {
        padding: 28px 26px 15px 26px;
        background: #FFE59E;
        border: 1px dashed #D86363;
        border-radius: 16px;
        margin: 20px 0 24px 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;

    }

    .body {
        display: none;
    }

    .body .content {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .Daily_market_analysis .header .title h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        margin: unset;
        color: #354050;
    }


    .Daily_market_analysis .content {
        margin: unset;
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
        text-align: justified;
        color: #354050;
    }
		
    .spacer {
        width: 100%;
        height: 1px;
        background: #354050;
        margin-left: 6px;
    }

    .close span {
        width: 90px;
    }

    .close img {
        cursor: pointer;
    }

    .close {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header {
        position: relative;
    }

    .header:before {
        content: '';
        position: absolute;
        left: 0;
        top: 92px;
        transform: translateY(-50%);
        background: url("/wp-content/uploads/2024/07/Group-1000003092.svg");
        width: 36px;
        height: 36px;
    }

    .header.expanded:before {
        display: none;
    }

    .warn span {
        margin-top: 4px;
        font-size: 18px;
        font-weight: 500;
        line-height: 34.2px;
        color: #354050;
    }

    .warn .title {
        font-size: 24px;
        font-weight: 900;
        line-height: 33.6px;
        color: #354050;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .warn .title img {
        width: 32px;
        height: 32px
    }


    @media (max-width: 767px) {
        .Daily_market_analysis {
            padding: 18px 14px 32px 14px;
            gap: 10px;

        }

        .Daily_market_analysis .header {
            align-items: flex-start;
        }

        .Daily_market_analysis .header .label {
            margin-top: 5px;
        }

        .Daily_market_analysis .header .title h2 {
            font-size: 18px;
            line-height: 25.2px;
        }

        .Daily_market_analysis .content {
            font-size: 14px;
            line-height: 24.6px;
            text-align: justify;
        }

        .warn {
            padding: 10px 16px 16px 16px;
            margin: 28px 0 22px 0;
            gap: 4px;
        }

        .warn p {
            margin: unset;
            font-size: 14px;
            font-weight: 500;
            line-height: 24.6px;
        }

        .close span {
            width: 162px;
            font-size: 18px;
            font-weight: 700;
            line-height: 25.2px;
        }

        .Daily_markets_analysis {
            gap: 32px;
        }

        .header:before {
            top: 74.5px;
            width: 25px;
            height: 25px;
            background-size: cover;
        }

        .close img {
            cursor: pointer;
            width: 24px;
            height: 24px;
        }

        .lock_market {
            height: 422px;
        }
    }
