.eapps-widget {
  -webkit-font-smoothing: antialiased;
  animation: none;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-span: 1;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  direction: ltr;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  text-align-last: auto;
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-style: flat;
  transition: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
}
.eui-popover {
  opacity: 0;
  visibility: hidden;
}
.eui-popover-content {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding-bottom: 11px;
  width: 192px;
  z-index: 6;
}
.eui-popover-content-inner {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.eui-popover-content-item {
  display: flex;
  align-items: center;
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  border-top: 1px solid #e5e6e7;
  padding: 12px 0;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  text-align: left;
}
.eui-popover-content-item:first-child {
  border: none;
}
.eui-popover-content-item:hover {
  background: #fafafa;
  border-radius: 4px;
}
.eui-popover-content-item-icon {
  height: 100%;
  width: 12px;
  float: left;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin-left: 12px;
}
.eui-popover-content-item-title {
  display: inline-block;
  margin-left: 12px;
}
.eui-popover-open {
  opacity: 1;
  visibility: visible;
}
.eui-popover-left .eui-popover-content-inner:before {
  right: 40px;
  left: auto;
  margin-left: auto;
}
.eui-extra-small .eui-popover-left .eui-popover-content-inner:before {
  right: 10px;
}
.eui-popover-bottom .eui-popover-content {
  top: 100%;
  padding-top: 11px;
}
.eui-popover-bottom .eui-popover-content-inner:before {
  top: -5px;
}
.eui-slider {
  position: relative;
  height: 100%;
  user-select: none;
  overflow: hidden;
}
.eui-slider-inner {
  z-index: 1;
  position: relative;
  height: 100%;
  display: flex;
  transition-property: transform;
}
.eui-slider-inner-animating {
  will-change: transform;
}
.eui-slider-slide {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 0;
}
.eui-slider-arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.eui-slider-arrow-enabled {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.eui-slider-dots {
  display: flex;
  justify-content: center;
}
.eui-slider-dots-inner {
  display: inline-flex;
}
.eui-slider-dots-classic .eui-slider-dots-inner {
  overflow: hidden;
  width: 80px;
}
.eui-slider-dots-item {
  display: inline-block;
  position: relative;
  transition: 0.3s all ease-out;
  cursor: pointer;
}
.eui-slider-dots-numbers .eui-slider-dots-item {
  padding: 0 4px;
  transform: scale(0.8);
  opacity: 0.6;
  font-weight: 600;
}
.eui-slider-dots-numbers .eui-slider-dots-item-active {
  transform: scale(1);
  opacity: 1;
}
.eui-slider-dots-numbers .eui-slider-dots-item:hover {
  transform: scale(1);
  opacity: 1;
}
.eui-slider-dots-classic .eui-slider-dots-item {
  background: #000;
  border-radius: 50%;
  transform: scale(0.33);
  opacity: 0.3;
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin: 0 4px;
}
.eui-slider-dots-classic .eui-slider-dots-item-active {
  transform: scale(1);
  opacity: 1;
}
.eui-slider-dots-classic .eui-slider-dots-item-active-next,
.eui-slider-dots-classic .eui-slider-dots-item-active-prev {
  transform: scale(0.66);
  opacity: 0.6;
}
.eui-slider-dots-classic .eui-slider-dots-item-active-next-next,
.eui-slider-dots-classic .eui-slider-dots-item-active-prev-next,
.eui-slider-dots-classic .eui-slider-dots-item-active-next-prev,
.eui-slider-dots-classic .eui-slider-dots-item-active-prev-prev {
  transform: scale(0.33);
  opacity: 0.3;
}
.instagram-feed {
  position: relative;
}
.eapps-instagram-feed {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
  line-height: 18px;
  font-weight: 400;
  overflow: hidden !important;
  width: 100%;
  max-height: 100%;
  position: relative;
  box-sizing: border-box;
  min-width: 150px;
  min-height: 100px;
}
.eapps-instagram-feed-has-error.eapps-instagram-feed-debug .eapps-instagram-feed-content {
  min-height: 300px;
}
.eapps-instagram-feed-has-error:not(.eapps-instagram-feed-debug) {
  display: none;
}
.eapps-instagram-feed-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  padding: 24px 10px;
}
.eapps-instagram-feed-content {
  position: relative;
  width: 100%;
}
.eapps-instagram-feed-content-loader {
  color: rgba(0,0,0,0.2);
}
.eapps-instagram-feed-container {
  width: 100%;
}
.eapps-instagram-feed a {
  text-decoration: none;
  color: #000;
}
.eapps-instagram-feed a:hover {
  text-decoration: underline;
}
.eui-popover-content {
  width: 162px;
}
.eui-popover-content-inner {
  position: relative;
  background: #2f353a;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.eui-popover-content-inner:before {
  content: '';
  background: #2f353a;
  position: absolute;
  bottom: -5px;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotateZ(-45deg);
}
.eui-popover-content-item {
  color: #fff;
  border-top: 1px solid #42474c;
  transition: all 0.2s ease;
}
.eui-popover-content-item:hover {
  background: #42474c;
}
.eui-popover-content-item-icon {
  height: 100%;
  width: 12px;
  float: left;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin-left: 12px;
}
.eui-popover-content-item-icon img {
  width: 100%;
  height: 100%;
}
.eui-popover-content-item-title {
  display: inline-block;
  margin-left: 12px;
}
.eapps-instagram-feed-loader {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-style: solid;
  border-top-color: transparent;
  animation: eapps-instagram-feed-loader 1s infinite linear;
  opacity: 0;
  visibility: hidden;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border-width: 2px;
  z-index: 1;
}
.eapps-instagram-feed-loader-visible {
  opacity: 1;
  visibility: visible;
}
@-moz-keyframes eapps-instagram-feed-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes eapps-instagram-feed-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes eapps-instagram-feed-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes eapps-instagram-feed-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.eapps-instagram-feed-error-container .eui-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 101;
  font-size: 15px;
  font-weight: 400;
  color: #7f8588;
  background: #fff;
  padding: 0 36px;
}
.eapps-instagram-feed-error-container .eui-error-item {
  margin: 8px 0;
  text-align: center;
}
.eapps-instagram-feed-error-container .eui-error-item:first-child {
  margin-top: 0;
}
.eapps-instagram-feed-error-container .eui-error-item:last-child {
  margin-bottom: 0;
}
.eapps-instagram-feed-posts {
  width: 100%;
}
.eapps-instagram-feed-posts-container {
  width: 100%;
}
.eapps-instagram-feed-posts-inner {
  box-sizing: border-box;
  position: relative;
}
.eapps-instagram-feed-posts-view {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.eapps-instagram-feed-posts-view.eui-slider-slide {
  display: inline-flex;
  width: 100%;
  height: auto;
}
.eapps-instagram-feed-posts-view-empty {
  height: 1px !important;
}
.eapps-instagram-feed-posts-slider {
  position: relative;
  height: auto;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
  width: 100%;
}
.eapps-instagram-feed-posts-slider-inner {
  z-index: 1;
  position: relative;
  height: auto;
  display: flex;
  width: 100%;
}
.eapps-instagram-feed-posts-slider-inner-disable-click .eapps-instagram-feed-posts-item {
  pointer-events: none;
}
.eapps-instagram-feed-posts-slider-item {
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 0;
}
.eapps-instagram-feed-posts-slider-nav {
  background: #000;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  opacity: 0.85;
  transition: all 0.2s;
  backface-visibility: hidden;
}
.eapps-instagram-feed-posts-slider-nav-icon {
  width: 12px;
  height: 16px;
  fill: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.eapps-instagram-feed-posts-slider-nav:hover {
  opacity: 1;
}
.eapps-instagram-feed-posts-slider-nav-disabled {
  display: none;
}
.eapps-instagram-feed-posts-slider-prev {
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 2px 0 5px rgba(0,0,0,0.3);
}
.eapps-instagram-feed-posts-slider-prev .eapps-instagram-feed-posts-slider-nav-icon {
  right: 12px;
}
.eapps-instagram-feed-posts-slider-prev:active {
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
.eapps-instagram-feed-posts-slider-next {
  right: 0;
  transform: translate(50%, -50%);
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
}
.eapps-instagram-feed-posts-slider-next .eapps-instagram-feed-posts-slider-nav-icon {
  left: 12px;
}
.eapps-instagram-feed-posts-slider-next:active {
  transform: translate3d(50%, -50%, 0) scale(0.9);
}
.eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-view:not(:first-child) {
  padding-top: 0 !important;
}
.eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-item {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}
.eapps-instagram-feed-posts-grid-load-more {
  position: relative;
  width: 228px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: none;
  background: #3897f0;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
  margin: 24px auto;
  font-size: 14px;
  transition: opacity 0.5s ease, visibility 0.5s ease, background 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.eapps-instagram-feed-posts-grid-load-more:hover {
  background: #45a1f8;
}
.eapps-instagram-feed-posts-grid-load-more-container {
  display: none;
}
.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
  display: block;
}
.eapps-instagram-feed-posts-grid-load-more-visible {
  opacity: 1;
  visibility: visible;
}
.eapps-instagram-feed-posts-grid-load-more-loading .eapps-instagram-feed-posts-grid-load-more-text {
  opacity: 0;
  visibility: hidden;
}
.eapps-instagram-feed-posts-grid-load-more .eapps-instagram-feed-loader {
  width: 12px;
  height: 12px;
  margin: -7px 0 0 -7px;
}
.eapps-instagram-feed-posts-grid-load-more-loading.eapps-instagram-feed-posts-grid-load-more .eapps-instagram-feed-loader {
  opacity: 1;
  visibility: visible;
}
.eapps-instagram-feed-posts-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
}
.eui-slider-slide-clone .eapps-instagram-feed-posts-item {
  opacity: 1;
  visibility: visible;
}
.eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
  opacity: 1;
  visibility: visible;
}
.eapps-instagram-feed-posts-item a,
.eapps-instagram-feed-posts-item a:hover {
  color: #003569;
}
.eapps-instagram-feed-posts-item-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  height: 60px;
}
.eapps-instagram-feed-posts-item-user {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 12px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eapps-instagram-feed-posts-item-user-image {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.eapps-instagram-feed-posts-item-user-image:hover {
  opacity: 0.95;
}
.eapps-instagram-feed-posts-item-user-image-wrapper {
  background: linear-gradient(40deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 4px;
  box-sizing: border-box;
  margin-right: 12px;
}
.eapps-instagram-feed-posts-item-user-image-wrapper > a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 50%;
}
.eapps-instagram-feed-posts-item-user-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}
.eapps-instagram-feed-posts-item-user-name-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.eapps-instagram-feed-posts-item-date {
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.eapps-instagram-feed-posts-item-instagram-link {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  padding: 12px 12px 12px 0;
  box-sizing: content-box;
}
.eapps-instagram-feed-posts-item-instagram-link > a {
  display: block;
}
.eapps-instagram-feed-posts-item-instagram-link > a > svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
}
.eapps-instagram-feed-posts-item-media > a {
  display: block;
}
.eapps-instagram-feed-posts-item-link {
  cursor: pointer;
}
.eapps-instagram-feed-posts-item-link-disabled {
  cursor: default;
}
.eapps-instagram-feed-posts-item-image {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eapps-instagram-feed-posts-item-image-portrait .eapps-instagram-feed-posts-item-image {
  width: 100%;
}
.eapps-instagram-feed-posts-item-image-landscape .eapps-instagram-feed-posts-item-image {
  height: 100% !important;
  min-width: 100%;
  max-width: inherit !important;
}
.eapps-instagram-feed-posts-item-image-wrapper {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin: -1px;
}
.eapps-instagram-feed-posts-item-image-icon {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0.6em;
  right: 0.6em;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.eapps-instagram-feed-posts-item-image-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: rgba(255,255,255,0.8);
}
.eapps-instagram-feed-posts-item-type-video .eapps-instagram-feed-posts-item-image-icon-video {
  display: block;
}
.eapps-instagram-feed-posts-item-type-carousel .eapps-instagram-feed-posts-item-image-icon-carousel {
  display: block;
}
.eapps-instagram-feed-posts-item-counters a:hover {
  text-decoration: none;
}
.eapps-instagram-feed-posts-item-likes-count,
.eapps-instagram-feed-posts-item-comments-count {
  display: inline-flex;
  align-items: center;
}
.eapps-instagram-feed-posts-item-likes-count-icon,
.eapps-instagram-feed-posts-item-comments-count-icon {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
.eapps-instagram-feed-posts-item-likes-count-label,
.eapps-instagram-feed-posts-item-comments-count-label {
  margin-left: 6px;
  font-size: 14px;
}
.eapps-instagram-feed-posts-item-red-like {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #ee4957;
  height: 28px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, bottom 0.2s ease;
}
.eui-slider-slide-clone .eapps-instagram-feed-posts-item-red-like {
  display: none;
}
.eapps-instagram-feed-posts-item-red-like-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.eapps-instagram-feed-posts-item-red-like-icon {
  height: 12px;
  width: 12px;
  display: inline-block;
  fill: #fff;
}
.eapps-instagram-feed-posts-item-red-like-count {
  margin-left: 4px;
}
.eapps-instagram-feed-posts-item-red-like-label {
  margin-left: 8px;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-red-like-label,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-red-like-label {
  display: none;
}
.eapps-instagram-feed-posts-item-share {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.eapps-instagram-feed-posts-item-share-icon {
  fill: currentColor;
}
.eapps-instagram-feed-posts-item-share-label {
  margin-left: 6px;
  font-size: 14px;
}
.eapps-instagram-feed-posts-item-content .eui-item-text-see-more {
  color: inherit;
  transition: all 0.2s ease;
}
.eapps-instagram-feed-posts-item-content .eui-item-text-see-more:hover {
  opacity: 1;
}
.eapps-instagram-feed-posts-item-template-tile {
  user-select: none;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-link {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-overlay {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-overlay {
    transition: none;
  }
}
.eapps-instagram-feed-posts-item:hover.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  padding-top: 0;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-content {
  transform: translateY(10%);
  width: 80%;
  max-height: 80%;
  margin: 0 auto;
  position: relative;
  transition: 0.3s all ease;
}
.eapps-instagram-feed-posts-item:hover.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-content {
  transform: translateY(0);
}
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-content,
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-content {
  transform: translateY(0);
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-content-cropped::after {
  content: '\B7\B7\B7';
  display: block;
  line-height: 1;
  font-size: 18px;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-content-cropped::after {
  line-height: 0.5;
}
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-content-cropped::after {
  display: none;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-media {
  width: 100%;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
  transition: transform 0.3s ease, filter 0.3s;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  transform-origin: 0 0;
  backface-visibility: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
    transition: none;
  }
}
.eapps-instagram-feed-posts-item:hover.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
  transform: scale(1.1) translate(-50%, -50%);
  transform-origin: 0 0;
  filter: grayscale(1);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eapps-instagram-feed-posts-item:hover.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
    transform: scale(1.05) translate(-50%, -50%);
  }
}
.eapps-instagram-feed-posts-item:hover.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image-icon {
  opacity: 0;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count,
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-comments-count {
  min-width: 70px;
  justify-content: center;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count-label,
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-comments-count-label {
  font-size: 16px;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count-label,
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-comments-count-label {
  font-size: 15px;
}
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count-label,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-comments-count-label {
  font-size: 14px;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count-icon,
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-comments-count-icon {
  width: 24px;
  height: 24px;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count-icon,
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-comments-count-icon {
  width: 20px;
  height: 20px;
}
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count-icon,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-comments-count-icon {
  width: 18px;
  height: 18px;
}
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-comments-count {
  display: flex;
  margin: 8px 0;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count + .eapps-instagram-feed-posts-item-comments-count {
  margin-left: 20px;
}
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count + .eapps-instagram-feed-posts-item-comments-count,
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count + .eapps-instagram-feed-posts-item-comments-count {
  margin-left: 0;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  overflow: hidden;
  margin-top: 12%;
  text-align: center;
  max-height: 84px;
  width: 100%;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
  font-size: 13px;
  line-height: 18px;
  max-height: 56px;
  margin-top: 6%;
}
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
  display: none;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text-clone {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  max-height: none;
}
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text-clone,
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text-clone {
  max-height: none;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-red-like {
  bottom: -10px;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-red-like-visible {
  bottom: 0;
  right: 0;
}
.eapps-instagram-feed-posts-item-template-classic {
  border: 1px solid rgba(0,0,0,0.1);
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-instagram-link,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-instagram-link {
  display: none;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-meta {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 12px;
  line-height: 1;
  position: relative;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-meta + .eapps-instagram-feed-posts-item-content {
  margin-top: 0;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-counters {
  display: flex;
  align-items: center;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-likes-count,
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-comments-count {
  margin-right: 12px;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-likes-count-icon,
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-comments-count-icon {
  width: 24px;
  height: 24px;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-likes-count-label,
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-comments-count-label,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-likes-count-label,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-comments-count-label {
  font-size: 13px;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-likes-count-icon,
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-comments-count-icon,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-likes-count-icon,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-comments-count-icon {
  width: 20px;
  height: 20px;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-share,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-share {
  display: none;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-text {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  max-height: 90px;
  width: 100%;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-text {
  font-size: 14px;
  line-height: 18px;
  max-height: 72px;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-text-clone {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  max-height: none;
  top: 0;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-text-clone {
  max-height: none;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-red-like {
  top: -32px;
  left: 6px;
  border-radius: 6px;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-red-like,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-red-like {
  width: 40px;
  left: 4px;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-red-like:after,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-red-like:after {
  bottom: -42px;
}
.eapps-instagram-feed-posts-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-red-like-label,
.eapps-instagram-feed-posts-extra-small .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-red-like-label {
  display: none;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-red-like:before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 12px;
  background: #ee4957;
  transform: rotateZ(-45deg);
  width: 12px;
  height: 12px;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-red-like:after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 16px;
  background: #ee4957;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-share {
  margin-left: auto;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-content {
  margin: 12px;
  position: relative;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-content-cropped {
  text-decoration: none !important;
}
.eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-content-cropped:after {
  content: '...';
  line-height: 1;
  font-weight: 600;
  opacity: 0.6;
  margin-top: -4px;
  display: block;
  text-decoration: none !important;
}
.eapps-widget.eapps-instagram-feed-popup {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-sizing: border-box;
  background: rgba(0,0,0,0.8);
}
.eapps-widget.eapps-instagram-feed-popup-visible {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.eapps-instagram-feed-popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .eapps-instagram-feed-popup-wrapper {
    top: 56px;
  }
}
@media only screen and (max-width: 639px) {
  .eapps-instagram-feed-popup-wrapper {
    top: 48px;
  }
}
.eapps-instagram-feed-popup-inner {
  width: 100%;
  padding-bottom: 100vh;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.eapps-instagram-feed-popup-close {
  position: fixed;
  top: 20px;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: 332px;
  cursor: pointer;
  z-index: 11;
  opacity: 0.7;
  transform: rotate(45deg);
  transition: all 0.25s ease;
}
@media only screen and (max-width: 767px) {
  .eapps-instagram-feed-popup-close {
    opacity: 1;
    left: 12px;
    top: 14px;
    margin: 0;
  }
}
@media only screen and (max-width: 639px) {
  .eapps-instagram-feed-popup-close {
    top: 8px;
  }
}
.eapps-instagram-feed-popup-close:hover {
  opacity: 1;
}
.eapps-instagram-feed-popup-close::before,
.eapps-instagram-feed-popup-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #fff;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 767px) {
  .eapps-instagram-feed-popup-close::before,
  .eapps-instagram-feed-popup-close::after {
    background: #000;
  }
}
.eapps-instagram-feed-popup-close::before {
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -12px;
}
.eapps-instagram-feed-popup-close::after {
  width: 2px;
  height: 24px;
  margin: -12px 0 0 -1px;
}
.eapps-instagram-feed-popup-close:active {
  transform: rotate(45deg) scale(0.85);
}
.eapps-instagram-feed-popup-mobile-panel {
  background: #f8f8f8;
  border-bottom: 1px solid #f1f1f1;
  display: none;
  height: 56px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  box-sizing: border-box;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .eapps-instagram-feed-popup-mobile-panel {
    display: flex;
  }
}
@media only screen and (max-width: 639px) {
  .eapps-instagram-feed-popup-mobile-panel {
    height: 48px;
  }
}
.eapps-instagram-feed-popup-mobile-panel-title {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 40px;
}
.eapps-instagram-feed-popup-scroll-indicator {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: 332px;
  text-align: center;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.eapps-instagram-feed-popup-scroll-indicator-visible {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .eapps-instagram-feed-popup-scroll-indicator {
    display: none;
  }
}
.eapps-instagram-feed-popup-scroll-indicator-mouse {
  position: relative;
  display: block;
  width: 32px;
  height: 52px;
  margin: 0 auto 4px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
}
.eapps-instagram-feed-popup-scroll-indicator-mouse-wheel {
  position: absolute;
  display: block;
  top: 12px;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background: #fff;
  border-radius: 50%;
  animation: eapps-instagram-feed-popup-scroll-indicator 1.5s cubic-bezier(0.32, 0, 0.6, 1.01) infinite;
}
.eapps-instagram-feed-popup-scroll-indicator-label {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}
@-moz-keyframes eapps-instagram-feed-popup-scroll-indicator {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90% {
    opacity: 0;
    transform: scale(0.7) translateY(32px);
  }
  95% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes eapps-instagram-feed-popup-scroll-indicator {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90% {
    opacity: 0;
    transform: scale(0.7) translateY(32px);
  }
  95% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@-o-keyframes eapps-instagram-feed-popup-scroll-indicator {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90% {
    opacity: 0;
    transform: scale(0.7) translateY(32px);
  }
  95% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes eapps-instagram-feed-popup-scroll-indicator {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90% {
    opacity: 0;
    transform: scale(0.7) translateY(32px);
  }
  95% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.eapps-instagram-feed-popup-item {
  color: #000;
  background: #fff;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
@media only screen and (max-width: 679px) {
  .eapps-instagram-feed-popup-item {
    min-height: 240px;
  }
}
@media only screen and (max-width: 479px) {
  .eapps-instagram-feed-popup-item {
    min-height: 160px;
  }
}
.eapps-instagram-feed-popup-item:first-child {
  margin-top: 0;
}
.eapps-instagram-feed-popup-item-inner {
  opacity: 0;
  visibility: hidden;
}
.eapps-instagram-feed-popup-item-loaded .eapps-instagram-feed-popup-item-inner {
  opacity: 1;
  visibility: visible;
}
.eapps-instagram-feed-popup-item .eapps-instagram-feed-loader {
  color: rgba(0,0,0,0.2);
  opacity: 1;
  visibility: visible;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-width: 4px;
}
.eapps-instagram-feed-popup-item-loaded.eapps-instagram-feed-popup-item .eapps-instagram-feed-loader {
  display: none;
}
.eapps-instagram-feed-popup-item-header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.eapps-instagram-feed-popup-item-header .eapps-instagram-feed-posts-item-user-location {
  font-size: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eapps-instagram-feed-popup-item-header .eapps-instagram-feed-posts-item-user-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.eapps-instagram-feed-popup-item-header .eapps-instagram-feed-posts-item-user-follow-link {
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  padding-left: 12px;
}
@media only screen and (max-width: 319px) {
  .eapps-instagram-feed-popup-item-header .eapps-instagram-feed-posts-item-user-follow-link {
    display: none;
  }
}
.eapps-instagram-feed-popup-item-header .eapps-instagram-feed-posts-item-user-follow-link a,
.eapps-instagram-feed-popup-item-header .eapps-instagram-feed-posts-item-user-follow-link a:hover {
  color: #3897f0;
}
.eapps-instagram-feed-popup-item-header .eapps-instagram-feed-posts-item-instagram-link {
  margin-left: 24px;
}
@media only screen and (max-width: 319px) {
  .eapps-instagram-feed-popup-item-header .eapps-instagram-feed-posts-item-instagram-link {
    margin-left: 0;
  }
}
.eapps-instagram-feed-popup-item-cta-button {
  display: block;
  position: relative;
  padding: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
}
a.eapps-instagram-feed-popup-item-cta-button {
  color: #3897f0;
  text-decoration: none;
  transition: all 0.2s ease;
}
a.eapps-instagram-feed-popup-item-cta-button:hover {
  color: #3897f0;
  text-decoration: none;
  opacity: 0.9;
}
.eapps-instagram-feed-popup-item-cta-button::after {
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  bottom: -1px;
  left: 12px;
  background: #f1f1f1;
  height: 1px;
}
.eapps-instagram-feed-popup-item-cta-button-icon {
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  fill: currentColor;
}
.eapps-instagram-feed-popup-item-cta-highlighted .eapps-instagram-feed-popup-item-cta-button {
  background: #3897f0;
  color: #fff;
}
.eapps-instagram-feed-popup-item-cta-highlighted .eapps-instagram-feed-popup-item-cta-button::after {
  display: none;
}
.eapps-instagram-feed-popup-item-cta-highlighted .eapps-instagram-feed-popup-item-cta-button:hover {
  background: #45a1f8;
  color: #fff;
}
.eapps-instagram-feed-popup-item-content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 14px;
  padding: 16px 12px 24px;
}
.eapps-instagram-feed-popup-item-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.eapps-instagram-feed-popup-item-likes {
  font-weight: 600;
}
.eapps-instagram-feed-popup-item-share {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-top: -4px;
}
.eapps-instagram-feed-popup-item-share-icon {
  fill: currentColor;
}
.eapps-instagram-feed-popup-item-share-label {
  margin-left: 6px;
}
.eapps-instagram-feed-popup-item-text {
  word-break: break-word;
  margin-top: 12px;
}
.eapps-instagram-feed-popup-item-text a,
.eapps-instagram-feed-popup-item-text a:hover {
  color: #003569;
}
a.eapps-instagram-feed-popup-item-text-author,
a.eapps-instagram-feed-popup-item-text-author:hover {
  color: #000;
  font-weight: 600;
}
.eapps-instagram-feed-popup-item-comments-item {
  margin: 8px 0;
}
.eapps-instagram-feed-popup-item-comments-item-author {
  font-weight: 600;
}
.eapps-instagram-feed-popup-item-comments-item-text {
  word-break: break-word;
}
.eapps-instagram-feed-popup-item-comments-item-text a,
.eapps-instagram-feed-popup-item-comments-item-text a:hover {
  color: #003569;
}
.eapps-instagram-feed-popup-item-comments-more a {
  opacity: 0.6;
}
.eapps-instagram-feed-popup-item-date {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  margin-top: 8px;
  opacity: 0.6;
}
.eapps-instagram-feed-popup-item-media {
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  min-height: 300px;
  visibility: hidden;
}
@media only screen and (max-width: 639px) {
  .eapps-instagram-feed-popup-item-media {
    min-height: 0;
  }
}
.eapps-instagram-feed-popup-item-loaded .eapps-instagram-feed-popup-item-media {
  visibility: visible;
  position: relative;
}
.eapps-instagram-feed-popup-item-media-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 639px) {
  .eapps-instagram-feed-popup-item-media-image img {
    height: auto;
  }
}
.eapps-instagram-feed-popup-item-media-video {
  position: relative;
}
.eapps-instagram-feed-popup-item-media-video-placeholder {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  transition: opacity 0.3s, visibility 0.3s;
}
.eapps-instagram-feed-popup-item-media-video-loaded .eapps-instagram-feed-popup-item-media-video-placeholder {
  opacity: 0;
  visibility: hidden;
}
.eapps-instagram-feed-popup-item-media-video-placeholder img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 639px) {
  .eapps-instagram-feed-popup-item-media-video-placeholder img {
    height: auto;
  }
}
.eapps-instagram-feed-popup-item-media-video-placeholder-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.8em;
  height: 1.8em;
  box-sizing: content-box;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 50%;
  padding: 10px 8px 10px 12px;
}
.eapps-instagram-feed-popup-mobile .eapps-instagram-feed-popup-item-media-video-placeholder-play {
  opacity: 1;
}
.eapps-instagram-feed-popup-item-media-video-loading .eapps-instagram-feed-popup-item-media-video-placeholder-play {
  opacity: 0;
}
.eapps-instagram-feed-popup-item-media-video-placeholder-play svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgba(255,255,255,0.9);
}
.eapps-instagram-feed-popup-item-media-video-placeholder-loader {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  width: 1.8em;
  height: 1.8em;
  opacity: 0;
  transition: opacity 0.3s;
}
.eapps-instagram-feed-popup-mobile .eapps-instagram-feed-popup-item-media-video-placeholder-loader {
  opacity: 0;
}
.eapps-instagram-feed-popup-item-media-video-loading .eapps-instagram-feed-popup-item-media-video-placeholder-loader {
  opacity: 1;
}
.eapps-instagram-feed-popup-item-media-video-placeholder-loader svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgba(255,255,255,0.8);
}
.eapps-instagram-feed-popup-item-media-video-placeholder-loader svg circle {
  animation: eapps-instagram-feed-popup-item-media-video-placeholder-loader 1.5s linear infinite;
}
.eapps-instagram-feed-popup-item-media-video-container {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.eapps-instagram-feed-popup-item-media-video video {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  cursor: pointer;
  visibility: visible;
}
.eapps-instagram-feed-popup-visible .eapps-instagram-feed-popup-item-media-video video {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.eapps-instagram-feed-popup-item-media-video-sound {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 32px;
  height: 32px;
  bottom: 12px;
  left: 12px;
  pointer-events: none;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  backface-visibility: hidden;
  transition: opacity 0.3s;
}
.eapps-instagram-feed-popup-item-media-video-loaded .eapps-instagram-feed-popup-item-media-video-sound {
  opacity: 1;
}
.eapps-instagram-feed-popup-item-media-video-sound-off,
.eapps-instagram-feed-popup-item-media-video-sound-on {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.eapps-instagram-feed-popup-item-media-video-sound-off path,
.eapps-instagram-feed-popup-item-media-video-sound-on path {
  fill: #fff;
}
.eapps-instagram-feed-popup-item-media-video-unmuted .eapps-instagram-feed-popup-item-media-video-sound-off {
  visibility: hidden;
  opacity: 0;
}
.eapps-instagram-feed-popup-item-media-video-sound-on {
  visibility: hidden;
  opacity: 0;
}
.eapps-instagram-feed-popup-item-media-video-unmuted .eapps-instagram-feed-popup-item-media-video-sound-on {
  visibility: visible;
  opacity: 1;
}
.eapps-instagram-feed-popup-item-media-carousel-inner {
  display: flex;
}
.eapps-instagram-feed-popup-item-media-carousel-item {
  width: 100%;
  flex-shrink: 0;
}
.eapps-instagram-feed-popup-item-media-carousel-arrow {
  display: block;
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0 0;
  cursor: pointer;
  user-select: none;
  visibility: hidden;
  opacity: 0;
  transform: scale(1);
  transition: all 0.2s ease;
}
@media only screen and (max-width: 639px) {
  .eapps-instagram-feed-popup-item-media-carousel-arrow {
    opacity: 1;
    visibility: visible;
  }
}
.eapps-instagram-feed-popup-item-media-carousel-arrow:hover {
  transform: scaleY(0.9);
}
.eapps-instagram-feed-popup-item-media-carousel:hover .eapps-instagram-feed-popup-item-media-carousel-arrow:not(.eapps-instagram-feed-popup-item-media-carousel-arrow-disabled) {
  opacity: 1;
  visibility: visible;
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-disabled {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.85);
}
.eapps-instagram-feed-popup-item-media-carousel-arrow::before,
.eapps-instagram-feed-popup-item-media-carousel-arrow::after {
  background: rgba(255,255,255,0.9);
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  top: 20px;
  transition: all 0.3s ease;
  content: '';
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-prev {
  left: 12px;
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-prev:active {
  transform: scaleY(0.85) translateX(-20%);
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-prev::before,
.eapps-instagram-feed-popup-item-media-carousel-arrow-prev::after {
  border-radius: 0 10px 10px 0;
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-prev::before {
  transform-origin: 0 110%;
  transform: rotate(-45deg);
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-prev::after {
  transform-origin: 0 -10%;
  transform: rotate(45deg);
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-next {
  right: 12px;
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-next:active {
  transform: scaleY(0.85) translateX(20%);
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-next::before,
.eapps-instagram-feed-popup-item-media-carousel-arrow-next::after {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-next::before {
  transform-origin: 100% 110%;
  transform: rotate(45deg);
}
.eapps-instagram-feed-popup-item-media-carousel-arrow-next::after {
  transform-origin: 100% -10%;
  transform: rotate(-45deg);
}
.eapps-instagram-feed-popup-item-media-carousel-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 639px) {
  .eapps-instagram-feed-popup-item-media-carousel-pagination {
    opacity: 1;
    visibility: visible;
  }
}
.eapps-instagram-feed-popup-item-media-carousel:hover .eapps-instagram-feed-popup-item-media-carousel-pagination {
  opacity: 1;
  visibility: visible;
}
.eapps-instagram-feed-popup-item-media-carousel-pagination-item {
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  padding: 3px;
  box-sizing: border-box;
}
.eapps-instagram-feed-popup-item-media-carousel-pagination-item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  transition: all 0.2s ease;
}
.eapps-instagram-feed-popup-item-media-carousel-pagination-item:hover::before {
  background: rgba(255,255,255,0.8);
}
.eapps-instagram-feed-popup-item-media-carousel-pagination-item-active::before {
  background: #fff;
}
@-moz-keyframes eapps-instagram-feed-popup-item-media-video-placeholder-loader {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes eapps-instagram-feed-popup-item-media-video-placeholder-loader {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes eapps-instagram-feed-popup-item-media-video-placeholder-loader {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes eapps-instagram-feed-popup-item-media-video-placeholder-loader {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
