.enlighter-overflow-scroll.enlighter-v-standard{
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Core Capabilities - fixed 3 columns */
.core-capabilities.is-layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* always 3 columns on desktop */
  gap: 24px;
  justify-items: stretch;
  align-items: stretch;
}

/* Tablet view - 2 columns */
@media (max-width: 1024px) {
  .core-capabilities.is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile view - 1 column */
@media (max-width: 768px) {
  .core-capabilities.is-layout-grid {
    grid-template-columns: 1fr;
  }

  .core-capabilities p,
  .core-capabilities li {
    font-size: 16px;
    line-height: 1.5;
    word-break: normal;
    overflow-wrap: break-word;
  }
}

/* ✅ Center only the titles inside each card */
.core-capabilities.is-layout-grid h3,
.core-capabilities.is-layout-grid h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* 
 * customized footer start
 *  Added: 20251102 AL 
 */
.ct--footer-title {
	font-weight: 600;
	color: #AAA;
	letter-spacing: 0.05em;
	margin-bottom: 0.8em;
	text-transform: uppercase;
	font-size: 0.85rem;
}

.ct--footer-menu {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

.ct--footer-menu li {
	margin-bottom: 0.4em;
}

.ct--footer-menu a {
	color: #f5f5f5;
	text-decoration: none;	
	font-size: 14px;
}

.ct--footer-menu a:hover {
	text-decoration: underline;
}

/* Add the arrow icon to external links */
.ct--footer-menu a[target="_blank"]:after {
	content: " ↗";
	font-size: 0.6em;
	margin-left: 2px;
}
/* customized footer end */

/** Add the arrow icon to external links for header start */
#primary-menu .sub-menu .menu-item-type-custom a[target="_blank"]::after {
  position: relative;
  top: -2px;

  /* Use Unicode escapes to force text-style arrow */
  content: " \2197\FE0E";   /* ↗︎ */
  
  font-size: 0.6em;
  margin-left: 2px;
}
/* Add the arrow icon to external links for header end */



.remove-margin-for-p-within-table p {
	margin: 0;
}

/* post archive page category list */
.custom-post-category-list {
  padding-left: 0 !important;
}

.custom-post-category-list li {
	list-style: none;
	display: inline-block;
	margin: 0 20px 0 0;
}

.custom-post-category-list li > a {
	border: 1px solid #EEE;
	padding: 6px 14px;
	border-radius: 20px;
	color: #555;
	text-decoration: none;
}

.custom-post-category-list li > a:hover {
	background-color: #d00230;
	color: #FFF;
}

body {
	font-variant-emoji: text;
}

/* start privacy link and terms in footer*/
.footer--custom-link > a:hover {
	color: var(--global-palette1) !important;
	text-decoration: underline;
}
/* end privacy link and terms in footer*/

