.elementor-13023 .elementor-element.elementor-element-5a67fae2{--display:flex;--background-transition:0.3s;}/* Start custom CSS */.pis-glossary-page { font-family: 'Jost', sans-serif; color: #122f48; }
.pis-glossary-page * { box-sizing: border-box; }
 
.pis-gl-hero {
  padding: 48px 0 40px 0;
  margin-bottom: 8px;
}
.pis-gl-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 700;
  color: #122f48;
  margin: 0 0 16px 0;
  line-height: 1.15;
}
.pis-gl-hero p {
  font-size: 16px;
  color: #496472;
  line-height: 1.7;
  max-width: 640px;
  margin: 0;
}
 
.pis-gl-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 48px;
  padding: 18px 22px;
  background: #fff8f7;
  border: 1px solid #e4d3d1;
  border-radius: 8px;
}
.pis-gl-nav a {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #dc857d;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  transition: background 0.15s;
}
.pis-gl-nav a:hover { background: #fce8e6; color: #122f48; }
 
.pis-gl-letter-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 700;
  color: #122f48;
  margin: 44px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e4d3d1;
}
 
.pis-gl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 8px;
  align-items: start;
  grid-auto-flow: row;
}
 
.pis-gl-term {
  padding: 20px 22px;
  border: 1px solid #e4d3d1;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.pis-gl-term h3 {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #122f48;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.3;
}
.pis-gl-term p {
  font-size: 13.5px;
  color: #496472;
  margin: 0 0 14px 0;
  padding: 0;
  line-height: 1.65;
  flex: 1;
}
.pis-gl-term p:last-child { margin-bottom: 0; }
.pis-gl-term a.pis-gl-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Jost', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #dc857d;
  text-decoration: none;
  margin-top: auto;
}
.pis-gl-term a.pis-gl-link::after { content: "→"; }
.pis-gl-term a.pis-gl-link:hover { color: #122f48; }
 
@media (max-width: 900px) {
  .pis-gl-grid { grid-template-columns: repeat(2, 1fr); }
  .pis-gl-hero h1 { font-size: 36px; }
}
@media (max-width: 560px) {
  .pis-gl-grid { grid-template-columns: 1fr; }
  .pis-gl-hero h1 { font-size: 30px; }
  .pis-gl-hero { padding: 32px 0 28px 0; }
}
.pis-gl-grid {
  align-items: start;
}/* End custom CSS */