.e-a-apps #setting-error-tgmpa,
.e-a-apps .e-notice {
    display: none;
}

.fontflow-btn-dot-loader {
  position: relative;
  top: -1px;
}
.fontflow-btn-dot-loader .fontflow-dot {
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: fontflow-dot-bounce 1.4s ease-in-out 0s infinite both;
     -moz-animation: fontflow-dot-bounce 1.4s ease-in-out 0s infinite both;
          animation: fontflow-dot-bounce 1.4s ease-in-out 0s infinite both;
}
.fontflow-btn-dot-loader .fontflow-dot-1 {
  -webkit-animation-delay: -0.32s;
     -moz-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.fontflow-btn-dot-loader .fontflow-dot-2 {
  -webkit-animation-delay: -0.16s;
     -moz-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes fontflow-dot-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fontflow-dot-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
         transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes fontflow-dot-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
         transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
}


body.elementor_page_fontflow {
    background: var(--e-a-color-white);
  }

  .e-a-apps .e-a-page-title {
    margin: 30px auto 60px;
    max-width: 770px;
    text-align: center;
  }
  .e-a-apps .e-a-page-title h2 {
    font-size: 28px;
    margin: 0;
    line-height: 1.6;
  }
  .e-a-apps .e-a-page-title p {
    margin-block-start: 0;
    font-size: 16px;
  }
  .e-a-apps .e-a-page-title p a {
    color: inherit;
  }
  .e-a-apps .e-a-page-footer {
    margin: 60px auto;
    text-align: center;
  }
  .e-a-apps .e-a-list {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .e-a-apps .e-a-item {
    border: var(--e-a-border);
    border-radius: var(--e-a-border-radius);
    display: flex;
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    transition: var(--e-a-transition-hover);
  }
  .e-a-apps .e-a-item:hover {
    border-color: var(--e-a-border-color-bold);
  }
  .e-a-apps .e-a-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .e-a-apps .e-a-heading .e-a-img {
    border-radius: var(--e-a-border-radius);
    width: 70px;
    display: flex;
    margin-bottom: 20px;
  }
  .e-a-apps .e-a-heading .e-a-badge {
    background: #ECFDF5;
    color: #047857;
    border-radius: 100px;
    padding: 3px 8px;
  }
  .e-a-apps .e-a-title,
  .e-a-apps .e-a-author {
    margin: 0;
    line-height: 1.6;
  }
  .e-a-apps .e-a-author {
    font-size: 12px;
  }
  .e-a-apps .e-a-author a {
    color: inherit;
  }
  .e-a-apps .e-a-desc {
    flex-grow: 1;
  }
  .e-a-apps .e-a-offering {
    font-size: 12px;
    font-style: italic;
  }
  .e-a-apps .e-a-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .e-a-apps .e-a-actions a {
    text-decoration: none;
  }
  .e-a-apps .e-a-actions .e-accent {
    margin-inline-start: auto;
    min-width: 40px;
    text-align: center;
  }
  .e-a-apps .e-a-actions .e-a-learn-more {
    color: #4338CA;
    font-weight: 500;
  }
