/*
Theme Name: Extra Blog Child
Theme URI: https://artifythemes.com/artify_themes/extra-blog/
Template: extra-blog
Author: Artify Themes
Author URI: https://artifythemes.com/
Description: Extra Blog is a modern, lightweight, and fully customizable WordPress theme crafted for professional bloggers. Whether you're sharing fashion, lifestyle, travel, food, or photography content, this theme offers blazing-fast performance, complete responsiveness, and seamless accessibility on any device. It's mobile-optimized, cross-browser compatible, and translation-ready—making it easy to build a unique and engaging blog that stands out. Live Preview: https://demo.artifythemes.com/extra-blog/
Tags: custom-background,custom-header,custom-logo,custom-menu,featured-images,left-sidebar,right-sidebar,blog,one-column,portfolio,photography,theme-options,threaded-comments,translation-ready
Version: 1.0.0.1768274580
Updated: 2026-01-13 03:23:00

*/

/* Glossary layout */
.rpb-glossary-controls { margin: 1rem 0; }
.rpb-glossary-filter {
  width: 100%;
  max-width: 460px;
  padding: .65rem .8rem;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.18);
}

.rpb-glossary-az {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin: 0 0 1.25rem;
}

.rpb-glossary-letter {
  text-decoration: none;
  padding: .3rem .55rem;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.25);
  font-size: .95rem;
  line-height: 1.2;
}

.rpb-glossary-letter.is-disabled {
  opacity: .35;
  pointer-events: none;
}

.rpb-glossary-section-title { margin: 2rem 0 .75rem; }

.rpb-glossary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.rpb-glossary-card {
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  padding: 1rem;
}

.rpb-glossary-term { margin: 0 0 .35rem; font-size: 1.05rem; }
.rpb-glossary-excerpt { margin: 0; opacity: .85; }

.rpb-glossary-no-results {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px dashed rgba(0,0,0,.25);
  border-radius: 14px;
}
