/* 
  Main file for implementing custom design     
*/

/* Add pointer cursor for clickable elements */
form label,
.pointer {
  cursor: pointer;
}

/* Gravity Forms */
.gsection_title {
  --theme-font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.gsection_description {
  margin-bottom: 1rem;
  max-width: 800px;
}

/* Pagination */
.ct-pagination {
  --theme-font-size: 15px;

  .page-numbers {
    font-size: var(--theme-font-size);

    &.next,
    &.prev {
      text-transform: none;
      font-size: var(--theme-font-size);
    } 
  }
}