/* --------------------------- */
.ros__pagenation:has(.Ros__pagin_1),
.ros__pagenation:has(.Ros__pagin_3) {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
}

.ros__pagenation {
  width: 100%;
  display: flex;
  justify-content: center;

  &.Style__2 {
    & img {
      width: 7rem !important;
      min-width: 7rem !important;
      height: 7rem !important;
      border: 2px dashed #00000045 !important;
      border-radius: 100% !important;
      padding: 3px !important;
    }
  }

  & * {
    font-family: "Tagesschrift";
    color: #000 !important;
  }

  /* Single */
  & .Single__pagin {
    display: flex;
    justify-content: space-between;
    border: 1px solid #918b8b5e;
    padding: 10px 0px;
    border-left: 0;
    border-right: 0;
    width: 100%;

    & .Pagin {
      gap: 1rem;
      width: 50%;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      font-weight: bold;
      padding: 1rem;

      & .No_Posts {
        font-size: 13px !important;
      }
    }

    & .Pagin:has(img) {
      flex-direction: row;
      padding: 0 12px 0 0;

      & img {
        width: 10rem;
        min-width: 10rem;
        height: 6rem;
        border-radius: 10px;
      }
    }

    & .Pagin:has(img):last-child {
      flex-direction: row-reverse;
      padding: 0 0 0 12px;
    }

    & .line {
      width: 1px;
      background: #918b8b5e;
    }

    & span {
      font-weight: bold;
      text-decoration: underline;
      font-family: "Lora";
    }

    & .info {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;

      & h3 {
        text-align: center;
        font-weight: bold;
        font-style: italic;
        font-size: 13px;
      }
    }
  }

  & .Ros__Home {
    /* Home Pagination Style 1 */
    &.Ros__pagin_1 {
      border: 1px solid;
      width: fit-content;
      padding: 7px 12px;
      border-radius: 50px;
      gap: 21px;
      display: flex;
      align-items: center;
      justify-content: center;

      & a {
        display: flex;
        align-items: center;
        gap: 5px;

        & svg {
          padding-top: 2px;
        }
      }
    }

    /* Home Pagination Style 2 */
    &.Ros__pagin_2 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: inherit;
      gap: 6rem;

      & a {
        width: 100%;
      }

      & .pagin {
        white-space: nowrap;
        border: 1px dashed #38353530;
        padding: 25px;
        border-radius: 5px;
        gap: 9px;
        width: 100%;
        justify-content: center;
        font-weight: bold;
        font-size: 15px;

        & a {
          text-align: center;
        }
      }
    }

    /* Home Pagination Style 3 */
    &.Ros__pagin_3 {
      & .nav-links {
        display: flex;
        align-items: center;
        gap: 10px;

        & .page-numbers.current {
          padding: 3px 6px;
          border-radius: 100px;
          background: linear-gradient(45deg, #877db2, transparent);
          text-shadow: 0 0 20px #ffffff;
        }
      }
    }
  }
}

.pagin.No__Pagin {
  cursor: not-allowed;
}

/*  */
@media (max-width: 576px) {
  .ros__pagenation {
    & .Single__pagin {
      flex-direction: column;
      gap: 1rem;

      & .Pagin {
        width: 100%;
        height: 6rem;
      }

      & .line {
        border: 1px dashed #00000042;
        width: 100%;
      }
    }

    & .Ros__Home.Ros__pagin_2 {
      width: 100%;
      gap: 15px;
      flex-direction: column;
    }
  }
}
