body {
  background-color: white;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif !important;
}

.elegant-post-manager_container {
    max-width: 1200px;
    margin: 0 auto;
}

a {
  text-decoration: none;
}

form {
  display: flex;
  background-color: rgb(179 179 179 / 33%);
  border-radius: 12px;
  margin: auto;
  height: 48px;
  width: 45%;

  &:focus {
    background: #ffffff !important;
    box-shadow: 0px 2px 2px #0000002e !important;
  }

  & input {
    width: -webkit-fill-available !important;
    background: transparent !important;
    border: none !important;
    padding: 0 1rem !important;
    outline: none;
  }

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

.continer {
  width: 1080px;
  max-width: 1080px;
  margin: 0 auto;
}
.Published_Count {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;

  & .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;
  }

  & p {
    display: contents;
  }
}

.postsBox {
  box-sizing: border-box;
  margin: 0 0 8px 0;
  padding: 0 18px 0 10px;
  display: flex;
  position: relative;
  width: 100%;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  height: 98px;

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

    & .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;

          & .and {
            padding-top: 15px;

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

              & img {
                background-color: #fff;
                height: 24px;
                width: 24px;
              }

              & .author-name {
                color: #37474f;
                font-size: 14px;
                font-weight: 400;
                letter-spacing: 0.25px;
                line-height: 21px;
              }
            }
          }
        }
      }

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

        .in_fo {
          display: flex;
          align-items: center;
          gap: 9px;
          padding-bottom: 15px;

          & .visit-count,
          & .comment-count {
            display: flex;
            align-items: center;
            gap: 5px;
          }
        }
      }
    }
  }

  &:hover {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
      0 2px 6px 2px rgba(60, 64, 67, 0.15);
  }

  & .thumbnail {
    overflow: hidden;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

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

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

  .categories {
    & span {
      border: 1px solid #b0bec5;
      border-radius: 32px;
      color: #78909c;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.25px;
      line-height: 18px;
      max-width: none;
      min-width: 12px;
      padding: 6px 12px;
      text-align: center;
    }
  }

  & .status_post {
    color: #f57c00;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 20px;
    text-transform: capitalize;
  }

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

  & .title span {
    font-size: 16px;
    color: #37474f;
    letter-spacing: 0.25px;
  }
}

.wp-core-ui select {
  border-color: #cfd8dc !important;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;

  & span {
    background: #00eeff30 !important;
  }

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

.filterForm {
  margin: 0;
  height: auto;
  gap: 4px;
  background: transparent;
}

svg {
  fill: #5c8092c2;
}
