	 														
.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}


.example-1 {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 400px;
    width: 500px;
    display: block;
}
		
.instagram_block {
  display: flex;
  justify-content: center;
  direction: ltr;
  margin-bottom: 25px;
}
.dashicons-instagram {
    font-size: 35px;padding-left: 20px;
}
.insta__pagination {
  bottom: 0;
  position: relative;
  top: -20px;

}


.insta__container {
    max-width: 400px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 5px;
    background-color: white;
   
    -webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
overflow: hidden;



  }
  .insta__links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
    margin-top: 15px;
  }
  .insta__links a {
    text-decoration: none;
    color: black !important;
    font-weight: bold;
  }
  .insta__logo {
    display: flex;
    align-items: center;
  }
  .insta__logo img {
    border-radius: 50px;
    border: 1px solid black;
    width: 40px;
    padding: 5px;
    margin-right: 0.75rem;
  }
  .insta__button a {
    color: white !important;
    background-color: var(--color-primary);
    padding: 8px;
    border-radius: 10px;
  }
  .insta__article {
    margin-bottom: 15px;
  }
  .insta__article img {
    width: 90%;
    max-height: 500px;
    height: 450px;
    margin: 25px auto;
    display: grid;
    place-items: center;
    border-radius: 5px;
  }
  .insta__article video {
    width: 90%;
    margin: 25px auto;
    max-height: 500px;
    height: 450px;
    display: grid;
    place-items: center;
    border-radius: 5px;
  }