/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2026 | 07:14:46 */
.glossary-search-item #ajaxsearchlite1{border:0 !important;}.glossary-search-item button.promagnifier {width: 40px !important;background-image: none !important;height: 40px !important;background-color: #057bfa !important;padding: 0 !important;border-radius: 20px !important;color: #fff !important;}.glossary-search-item button.promagnifier span.innericon{background: transparent !important;padding: 0 !important;}.glossary-search-item button.promagnifier span.innericon svg{fill:#fff !important;}.glossary-search-item .probox {height: auto !important;padding: 0 !important;}.glossary-search-item input.orig {height: 40px !important;font-size: 16px !important;}
.list-for-a-z .az-buttons {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 860px;
}
.list-for-a-z ul li{
	padding:0;
}
.list-for-a-z .az-buttons button {
    width: 36px;
    height: 36px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
	color:#fff6;
	cursor:text;
	background:transparent !important;
	outline:none !important;
}

.list-for-a-z .az-buttons button{    
	color:#fff;
}
.list-for-a-z .az-buttons button:hover {
    color: #fff;
    background: #fff3 !important;
    border-radius: 12px;
	cursor:pointer;
}
.list-for-a-z .az-buttons button.active{
	background:#f97415 !important;
	border-radius: 12px;
	outline:none;
}
.list-for-a-z .az-buttons button:disabled{
	cursor:default;
	color:#fff6 !important;
	background:transparent !important;
}







.sg-tabs{ overflow:hidden; }
    .sg-nav-tabs {
    list-style: none;
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    max-width: 1120px;
    align-items: center;
    justify-content: center;
}
    .sg-nav-link{ border:1px solid transparent; background:transparent; cursor:pointer; padding:10px 12px; border-radius:10px 10px 0 0; font-weight:600; opacity:.75; }
    .sg-nav-link.is-active{ opacity:1;  }
    .sg-count{ font-weight:600; opacity:.65; margin-left:6px; }

    .sg-tab-content{ padding:14px 16px 18px; }

    /* Post cards (same as your earlier style) */
    .sg-tab-list{ display:grid; gap:12px; }
    .sg-tab-item{ display:flex; gap:12px; padding:12px; border-radius:12px; }
    .sg-tab-thumb img{ width:64px; height:64px; object-fit:cover; border-radius:10px; display:block; }
    .sg-thumb-fallback{ width:64px; height:64px; border-radius:10px; display:block; }
    .sg-tab-body{ min-width:0; }
    .sg-tab-title{ display:inline-block; text-decoration:none; font-size:16px; line-height:1.3; }
    .sg-tab-meta{ font-size:12px; opacity:.7; margin-top:4px; }
    .sg-tab-excerpt{ margin-top:6px; opacity:.9; }
    .sg-empty{ padding:14px 16px; opacity:.75; }
    .sg-loading{ padding:18px; opacity:.7; font-weight:600; }

    /* -------- ALL VIEW GROUPING -------- */
    .sg-all-view {
    display: grid;
    gap: 48px;
    grid-template-columns: auto auto;
}
    
    .sg-cat-head{ display:flex; align-items:center; justify-content:space-between; padding-bottom:10px; margin-bottom:12px; }
    .sg-cat-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
    .sg-cat-count{ opacity:1; font-weight:500; margin-left:0; font-size:14px; line-height:20px; color:#057bfa; padding:2px 10px; background:#057bfa1a; border-radius:20px; }
    .sg-cat-empty-link{ margin-left:10px; font-size:13px; text-decoration:underline; opacity:.8; }
    .sg-cat-posts{ margin-top:10px; }
.sg-cat-desc {
    display: inline-block;
    margin-right:0;
    font-size: 24px;
    font-weight: 500;
    opacity: 1;
}
.glossary-search-item div.asl_m .probox .proclose svg {
    background: #057bfa;    
    width: 26px;
    height: 26px;
    margin-top: -6px;    
    margin-left: -23px;
    fill: #fefefe !important;   
}
.glossary-search-item .proinput input, .glossary-search-item div.asl_w .probox .proinput input {    
    background: #fff !important;
}
.glossary-search-item .probox div.asl_simple-circle {
    border: 4px solid #057bfa;
}
.single-glossary .asl_r_post{
	display:none !important;
}
#browse-by-category .sg-tabs-top-panel{
	background:#f1f5f980;
	padding:50px 0;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}
#browse-by-category .sg-tabs-top-panel h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding: 0;
    margin: 0;
}
#browse-by-category .sg-tab-content {
    padding: 60px 0;
    max-width: 1120px;
    margin: 0 auto;
}
#browse-by-category .sg-tabs-top-panel button.sg-nav-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background: #057bfa;
    padding: 10px 20px;
    border-radius: 30px;
	outline:none !important;
}
#browse-by-category .sg-tabs-top-panel button.sg-nav-link:hover {
    transform: translateY(-1px);
    box-shadow:0 4px 12px #057bfa4d;
}
#browse-by-category .sg-tabs-top-panel button.sg-nav-link.is-active {
    background-color: #f97415;
    box-shadow: 0 4px 12px #f9741566;
	border:0;
	outline:none;	
}
.sg-term-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sg-cat-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.sg-cat-empty-link {
    margin-left: 0;
    font-size: 14px;
    text-decoration: none;
    opacity: 1;
    color: #65758b;
    font-style: italic;
    line-height: 20px;
}
.sg-tab-item {
    display: flex;
    gap: 0;
    padding: 0;
    border-radius: 0;
}
.sg-tab-item .sg-tab-thumb{
	display:none;
}
.sg-tab-title{
	color: #29303d !important;
}

.sg-term-title-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

h3.sg-term-title {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.sg-term-header, .sg-term-title-row {
    gap: 12px;
}
.sg-term-desc {
    font-size: 24px;
}
.sg-term-header {
    margin-bottom: 22px;
}


#glossary-search-result-section{
	background:#f1f5f94d;
}
.sg-glossary-search-bar {
    margin:0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sg-live-search {
    width: 100% !important;
    max-width: 90% !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
}
.sg-glossary-search-bar svg {
    width: 40px !important;
    background-image: none !important;
    height: 40px !important;
    background-color: #057bfa !important;
    border-radius: 20px !important;
    color: #fff !important;
    padding: 9px !important;
}
.sg-glossary-search-results {
    max-width: 1150px;
    padding:0;
	margin:0 auto;
}

.search-result-show .sg-search-summary {
    padding: 0;
    margin: 60px 0 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 0;
    background: transparent;
    font-size: 20px;
}

.sg-search-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-bottom: 50px;
}
@media(max-width:1024px){.sg-search-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.sg-search-list{grid-template-columns:1fr}.sg-all-view {grid-template-columns: auto;}#browse-by-category .sg-tab-content {padding: 60px 30px;}h3.sg-term-title, .sg-cat-name {font-size: 16px;line-height: 22px;}.sg-breadcrumb {justify-content: center;}.glossary-content-section h2 {font-size: 20px;line-height: 30px;}.glossary-content-section  h1{font-size: 30px !important;line-height: 36px;}}


.sg-search-item{border:1px solid #eee;border-radius:14px;overflow:hidden;background:#fff}
.sg-search-thumb img,.sg-search-thumb-fallback{width:100%;height:170px;object-fit:cover;background:#f2f2f2}
.sg-search-body {
    padding: 16px !important;
    border-radius: 12px !important;
    background: #fff !important;
	position:relative;
}
.sg-search-body svg {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    color: #65758b;
}
.sg-search-title{font-size:16px;font-weight:800;text-decoration:none;display:block;line-height:1.35}
.sg-search-excerpt {
    font-size: 14px;
    margin-top: 8px;
    line-height: 20px;
    max-width: 91%;
    color: #65758b;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sg-search-empty{padding:12px 12px 40px;opacity:.75}

.sg-searching .sg-tab-content{display:none!important}
.sg-search-body .sg-search-title {
    font-size: 16px;
    font-weight: 600;    
    color: #29303d !important;
}
.sg-search-summary svg{
	color:#057bfa;
}
.sg-search-input-wrap {
    width: 100%;
}
body.page-id-13823 .results .resdrg .asl_r_glossary{
	display:none !important;
}


.sg-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  font-size:14px;
  font-weight:400;
  color:#6b7280;
}

.sg-breadcrumb a{
  color:#6b7280;
  text-decoration:none;
}

.sg-breadcrumb a:hover{
  color:#057bfa;
  text-decoration:none;
}

.sg-sep{
  opacity:.6;
}

.sg-current{
  color:#29303d;

}
.sg-related-terms{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:18px;
      margin-top:12px;
    }
    @media(max-width:900px){ .sg-related-terms{grid-template-columns:repeat(2,minmax(0,1fr));} }
    @media(max-width:600px){ .sg-related-terms{grid-template-columns:1fr;} }

    .sg-related-card{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:16px;
      border:1px solid #e1e7ef;
      border-radius:12px;
      text-decoration:none;
      background:#f1f5f980;
      transition:all .15s ease;
    }
    .sg-related-card:hover{
      background:#f1f5f9;
      border-color:#057bfa80;
      
    }
    .sg-related-title {
    font-weight: 600;
    color: #111827;
    font-size: 15px;
}
	  .sg-related-card:hover .sg-related-title{
		  color: #057bfa;
	  }
    .sg-related-arrow{font-size:4px; color:#65758b;transition:all .15s ease;}
	  .sg-related-card:hover .sg-related-arrow{
		  color:#057bfa;
		  transform:translatex(4px);
	  }



.glossary-content-section h1,
.glossary-content-section h2 {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #29303d;
}
.glossary-content-section h2 {
    font-size: 24px;
}
.glossary-content-section p strong {
    color: #29303d;
    font-size: 18px;
    font-weight: 500;
}
.table-of-content .elementor-toc__list-wrapper {
    margin-top: 20px;
}
.table-of-content .elementor-toc__list-wrapper li a {
    background: #fff;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 5px;
}
.table-of-content .elementor-toc__list-wrapper li a.elementor-item-active {
    background: #057bfa1a;
    font-weight: 600;
}
.table-of-content h4.elementor-toc__header-title {
    background: url(https://myworks.software/wp-content/uploads/2026/02/table-of-content-icon-new.svg) no-repeat 0 0;
    padding-left: 35px;
}
.related-terms article.elementor-post {
    background: url(https://myworks.software/wp-content/uploads/2026/02/arrow-icon-new.svg) no-repeat 95% 50%;
    background-size: 18px;
}
