.elementor-2225 .elementor-element.elementor-element-8ac7b80{--display:flex;--background-transition:0.3s;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-2225 .elementor-element.elementor-element-562df53{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-8a1c709 */.frm-detail-link {
    color: blue;
}
/* Target all pagination links (numbers, next, previous) */
.frm_pagination_cont .frm_pagination li a {
  background-color: #007bff; /* Blue background */
  color: #fff; /* White text */
  border: none;
  padding: 8px 14px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

/* Hover effect */
.frm_pagination_cont .frm_pagination li a:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

/* Active page (current page) */
.frm_pagination_cont .frm_pagination li.active a {
  background-color: #004a99; /* Even darker blue for active */
  cursor: default;
}

/* Disabled dots or buttons (e.g. …) */
.frm_pagination_cont .frm_pagination li.disabled {
  color: #ccc;
}
/* Update Payment edit link */
.frm_edit_link a,
.blue a {
  color: #007bff; /* Blue */
  text-decoration: none;
  font-weight: 500;
}

.frm_edit_link a:hover,
.blue a:hover {
  color: #0056b3; /* Darker blue on hover */
  text-decoration: underline;
}/* End custom CSS */