a {
    text-decoration: none;
}

#wpcontent {
    padding-right: 20px;
}

#wpbody {
    display: flex;
    justify-content: center;

    & #wpbody-content {
        max-width: 1400px !important;

        & .wrap.pages {
            width: -webkit-fill-available;
            padding: 0 12px 24px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;


            /*  */
            form.Search__Form {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                gap: 10px;
                height: auto;
                padding: 8px;
                border-radius: 14px;
                background: #f8fafc;
                border: 1px solid #e2e8f0;
                box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
                max-width: 40rem;

                .searchForm {
                    display: flex;
                    width: 35rem;
                    max-width: 35rem;

                    & input {
                        border: none;
                        border-radius: 10px;
                        min-height: 38px;
                        padding: 0 12px;
                        background: #ffffff;
                        width: -webkit-fill-available;
                    }

                    & button {
                        border: none !important;
                        background: transparent !important;
                        display: flex !important;
                        align-items: center;
                    }
                }
            }


            /*  */
            & .Content_Continer {
                width: stretch;
                margin: 0 auto;
                background: #ffffff;
                border: 1px solid #e2e8f0;
                border-radius: 18px;
                box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
                padding: 24px;

                & .Published_Count {
                    font-weight: bold;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-bottom: 1rem;

                    & .info {
                        display: flex;
                        align-items: center;

                        & .dot {
                            width: 5px;
                            height: 5px;
                            background: #f57c01;
                            border-radius: 100%;
                            margin: 0 8px;
                        }
                    }

                    & .newPost {
                        background-color: #fff;
                        box-shadow: 0 1px 4px 0 rgba(60, 64, 67, 0.3);
                        color: #f57c00;
                        display: flex;
                        gap: 6px;
                        padding: 14px 17px;
                        font-size: 14px;
                        border-radius: 50px;
                    }


                }

                & .pages_Box {
                    display: flex;
                    flex-direction: column;
                    gap: 1rem;

                    & .postsBox {
                        border: 1px solid #e2e8f0;
                        border-radius: 14px;
                        padding: 14px 16px;
                        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
                        height: auto;
                        min-height: 90px;
                        transition: transform 0.15s ease, box-shadow 0.15s ease;
                        display: grid;

                        &:hover {
                            box-shadow: 0 6px 16px rgb(15 23 42 / 19%);
                            transition: .3s;
                        }

                        & .secend {
                            display: flex;
                            gap: 12px;
                            align-items: center;
                            width: inherit;

                            & .thumbnail {
                                overflow: hidden;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                border-radius: 12px;
                                width: 90px;
                                height: 90px;
                                border: 1px solid #e2e8f0;
                                background: #f8fafc;

                                & img {
                                    width: inherit;
                                    height: inherit;
                                }

                                & .no-thumbnail {
                                    font-size: 3rem;
                                    color: #0000008f;
                                }
                            }

                            & .subContin {
                                display: flex;
                                flex-direction: column;
                                gap: 6px;
                                width: 100%;

                                & .mero {
                                    display: flex;
                                    flex-direction: column;

                                    & .info {
                                        display: flex;
                                        align-items: center;
                                        justify-content: space-between;


                                        & .title {
                                            & span {
                                                font-size: 16px;
                                                font-weight: 600;
                                                color: #0f172a;
                                            }
                                        }

                                        & .and {
                                            padding-top: 15px;

                                            & .author-info {
                                                display: flex;
                                                align-items: center;
                                                gap: 5px;
                                                flex-direction: row-reverse;

                                                & .author-avatar {
                                                    & img {
                                                        background-color: #fff;
                                                        height: 24px;
                                                        width: 24px;
                                                        border-radius: 0 10px 0 10px;
                                                    }
                                                }

                                                .author-name {
                                                    color: #37474f;
                                                    line-height: 21px;
                                                    font-weight: bold !important;
                                                    text-transform: uppercase;
                                                    font-size: 12px;
                                                    letter-spacing: 1px;
                                                }
                                            }
                                        }
                                    }

                                    & .more {
                                        display: flex;
                                        align-items: center;
                                        gap: 8px;

                                        & .status_post {
                                            color: #dc2626;
                                        }

                                        & span {
                                            font-weight: bold !important;
                                            text-transform: uppercase;
                                            font-size: 12px;
                                            letter-spacing: 1px;
                                        }
                                    }
                                }

                                & .controll {
                                    display: flex;
                                    align-items: center;
                                    justify-content: space-between;

                                    & .leting {
                                        font-weight: bold;
                                        letter-spacing: 1px;
                                    }
                                }
                            }
                        }
                    }

                    & .no_page_found {
                        text-transform: uppercase;
                        font-weight: bold;
                        letter-spacing: 1px;
                    }
                }

                & .pagination {
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    gap: 5px;
                    margin-top: 1rem;

                    & a,
                    & span {
                        border: 1px solid #7d7d7d40;
                        padding: 6px;
                        border-radius: 15px;
                        background: #fcfcfc;
                        height: auto;
                        color: #64818f;
                    }
                }

                /* Fin Code */
            }
        }
    }
}