/* center shortcode for support page buttons */
.sc-button {
  text-align: center;
}

/* h2 adjustments */
.page-id-11263 h2 {
  border-radius: 8px;
  background-color: #F9F9F9;
  color: #000000;
  font-size: 1.75rem;
  font-weight: bold;
  /* border-bottom: 6px solid #efba08; */
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.at-sidebar-menu {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.at-sidebar-menu h3,
.at-sidebar-menu .widget-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #000;
}

/* For menu links */
.at-sidebar-menu a {
  text-decoration: none;
  align-items: center;
  font-size: 1.05rem;
  display: flex;
  padding: 0.15rem;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}

/* Icon before each link */
.at-sidebar-menu a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f138"; /* Unicode for fa-circle-chevron-right */
  font-weight: 900;
  color: #efba08;
  margin-right: 8px;
  transition: color 0.2s, transform 0.2s;
  transform: translateX(0);
}

/* Hover effect: changes background, text, and icon color */
.at-sidebar-menu a:hover {
  background: #e8e8e8;
  color: #860038 !important;
}

.at-sidebar-menu a:hover::before {
  color: #efba08;
  transform: translateX(4px);
}

/* Match current/active page item */
.at-sidebar-menu a[aria-current="page"] {
  background: #860038;
  color: #ffffff !important;
  border-radius: 8px;
}

/* Keep icon gold on active page */
.at-sidebar-menu a[aria-current="page"]::before {
  color: #efba08;
}

.at-sidebar-recent-posts {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  font-size: 1.05rem !important;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.at-sidebar-recent-posts .widget-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #000;
}

/* force consistent font styling on all children */
.at-sidebar-recent-posts li,
.at-sidebar-recent-posts a,
.at-sidebar-recent-posts .post-date {
  font-size: 1.05rem !important;
  line-height: 1.5;
  font-family: sans-serif;
}

.at-sidebar-recent-posts ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.at-sidebar-recent-posts li {
  margin-bottom: 0.75rem;
}

.at-sidebar-recent-posts a {
  text-decoration: none;
  color: #860038;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.at-sidebar-recent-posts a:hover {
  color: #009dbb !important;
  text-decoration: none;
}

.at-sidebar-recent-posts .post-date {
  display: block;
  font-size: 0.85rem !important;
  color: #666;
  margin-top: 0.15rem;
}

.at-sidebar-help {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.at-sidebar-help h3,
.at-sidebar-help .widget-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #000;
}

.at-sidebar-help p,
.at-sidebar-help div,
.at-sidebar-help span {
  margin: 0.5rem 0;
  font-size: 1.05rem;
  line-height: 1.5;
  font-family: sans-serif;
}

.at-sidebar-help p:first-of-type {
  margin-bottom: 0.25rem;
  line-height: 1;
}

.at-sidebar-help img {
  display: block;
  margin-bottom: 0.75rem;
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

.at-sidebar-help a {
  text-decoration: none;
  color: #860038;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.at-sidebar-help a:hover {
  color: #009dbb !important;
  text-decoration: none;
}

.at-sidebar-help strong {
  font-weight: 600;
}

.at-sidebar-help .divider {
  border-top: 1px solid #ccc;
  margin: 0.75rem 0 0.25rem 0;
}

/* apply header and image centering */
.at-sidebar-help .help-header {
  text-align: center;
}

.at-sidebar-help .help-header img {
  display: block;
  margin: 0 auto 0.75rem auto;
}

.at-sidebar-help .help-header a {
  display: inline-block;
  margin: 0.25rem 0;
}

.at-sidebar-help .help-header strong {
  display: block;
  margin-top: 0.5rem;
}

/* font awesome icon styling */
.help-link {
  display: flex;
  align-items: center;
  margin-bottom: 0.1em;
}

.help-link i {
  width: 1.5em; /* ensures consistent icon spacing */
  text-align: center;
  margin-right: 0.1em;
}


