.elementor-41 .elementor-element.elementor-element-3ab742a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-41 .elementor-element.elementor-element-de9aef5{text-align:center;}.elementor-41 .elementor-element.elementor-element-9502103{--display:flex;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-41 .elementor-element.elementor-element-a0070ff{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-41 .elementor-element.elementor-element-a0070ff .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-41 .elementor-element.elementor-element-a0070ff:after{content:"0.66";}.elementor-41 .elementor-element.elementor-element-a0070ff .elementor-post__thumbnail__link{width:100%;}.elementor-41 .elementor-element.elementor-element-a0070ff .elementor-post__meta-data span + span:before{content:"•";}.elementor-41 .elementor-element.elementor-element-a0070ff .elementor-post__text{margin-top:20px;}.elementor-41 .elementor-element.elementor-element-a0070ff .elementor-post__badge{right:0;}.elementor-41 .elementor-element.elementor-element-a0070ff .elementor-post__card .elementor-post__badge{margin:20px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-41 .elementor-element.elementor-element-45685b6{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-41 .elementor-element.elementor-element-45685b6 .elementor-divider-separator{width:100%;}.elementor-41 .elementor-element.elementor-element-45685b6 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}@media(max-width:767px){.elementor-41 .elementor-element.elementor-element-a0070ff .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-41 .elementor-element.elementor-element-a0070ff:after{content:"0.5";}.elementor-41 .elementor-element.elementor-element-a0070ff .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for divider, class: .elementor-element-45685b6 *//* ================================
   CMMS Glossary (page_id=41) – Posts styling
   Match CMMS PV design language (cards / shadow / radius)
   ================================ */

/* Scope to page 41 only */
body.page-id-41{

  /* shared tokens (match page 30 style) */
  --cmms-text:#0f172a;
  --cmms-muted: rgba(15,23,42,0.74);
  --cmms-border: rgba(15,23,42,0.10);
  --cmms-shadow: 0 12px 28px rgba(15,23,42,0.10);
  --cmms-card:#ffffff;
  --cmms-soft: rgba(15,23,42,0.03);
  --cmms-accent:#ff7a00;
  --cmms-accentSoft: rgba(255,122,0,0.12);
}

/* Make the posts container look like a neat grid */
body.page-id-41 .elementor-posts-container,
body.page-id-41 .elementor-loop-container{
  display: grid !important;
  gap: 12px !important;
  align-items: stretch;
}

/* Desktop: 3 columns */
@media (min-width: 981px){
  body.page-id-41 .elementor-posts-container,
  body.page-id-41 .elementor-loop-container{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Tablet: 2 columns */
@media (min-width: 641px) and (max-width: 980px){
  body.page-id-41 .elementor-posts-container,
  body.page-id-41 .elementor-loop-container{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile: 1 column */
@media (max-width: 640px){
  body.page-id-41 .elementor-posts-container,
  body.page-id-41 .elementor-loop-container{
    grid-template-columns: 1fr !important;
  }
}

/* Each post card */
body.page-id-41 .elementor-post,
body.page-id-41 .elementor-loop-item,
body.page-id-41 article.elementor-post{
  border: 1px solid var(--cmms-border) !important;
  border-radius: 16px !important;
  background: var(--cmms-card) !important;
  box-shadow: var(--cmms-shadow) !important;
  overflow: hidden !important;
  padding: 14px !important;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
}

/* Title */
body.page-id-41 .elementor-post__title,
body.page-id-41 .elementor-loop-item .elementor-heading-title,
body.page-id-41 article.elementor-post h2,
body.page-id-41 article.elementor-post h3{
  margin: 0 0 8px 0 !important;
  font-weight: 900 !important;
  color: var(--cmms-text) !important;
  font-family: var(--e-global-typography-primary-font-family, inherit) !important;
  line-height: 1.25 !important;
}

/* Title link */
body.page-id-41 .elementor-post__title a,
body.page-id-41 .elementor-loop-item .elementor-heading-title a{
  color: var(--cmms-text) !important;
  text-decoration: none !important;
}

body.page-id-41 .elementor-post__title a:hover,
body.page-id-41 .elementor-loop-item .elementor-heading-title a:hover{
  color: var(--cmms-accent) !important;
}

/* Excerpt / content text */
body.page-id-41 .elementor-post__excerpt,
body.page-id-41 .elementor-post__excerpt p,
body.page-id-41 .elementor-loop-item .elementor-widget-theme-post-excerpt,
body.page-id-41 .elementor-loop-item .elementor-widget-theme-post-excerpt p{
  margin: 0 0 10px 0 !important;
  color: rgba(15,23,42,0.86) !important;
  line-height: 1.7 !important;
  font-size: 14px !important;
}

/* Meta (date/author/categories) if shown */
body.page-id-41 .elementor-post__meta-data,
body.page-id-41 .elementor-post__meta-data *{
  color: var(--cmms-muted) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* Read more button – make it look like pv-btn-primary */
body.page-id-41 .elementor-post__read-more,
body.page-id-41 .elementor-post__read-more a,
body.page-id-41 .elementor-loop-item a.elementor-post__read-more{
  margin-top: auto !important; /* push button to bottom */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  font-weight: 900 !important;
  background: var(--cmms-accent) !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  width: fit-content;
}

body.page-id-41 .elementor-post__read-more:hover,
body.page-id-41 .elementor-post__read-more a:hover{
  filter: brightness(0.98);
}

/* If the widget wraps read-more in a container */
body.page-id-41 .elementor-post__text,
body.page-id-41 .elementor-post__card{
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  height: 100%;
}

/* Remove weird default borders/paddings some themes add */
body.page-id-41 .elementor-post__thumbnail__link,
body.page-id-41 .elementor-post__thumbnail{
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* Hover lift like your TOC links */
@media (hover: hover){
  body.page-id-41 .elementor-post:hover,
  body.page-id-41 .elementor-loop-item:hover,
  body.page-id-41 article.elementor-post:hover{
    transform: translateY(-1px);
    transition: transform 160ms ease, box-shadow 160ms ease;
  }
}

/* Mobile sizing */
@media (max-width: 640px){
  body.page-id-41 .elementor-post,
  body.page-id-41 .elementor-loop-item,
  body.page-id-41 article.elementor-post{
    padding: 14px !important;
    border-radius: 16px !important;
    box-shadow: none !important; /* softer on mobile */
  }
  body.page-id-41 .elementor-post__excerpt,
  body.page-id-41 .elementor-post__excerpt p{
    font-size: 15px !important;
  }
}/* End custom CSS */